summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-10-16genattrtab: Parenthesize expressions correctly (PR92107)Segher Boessenkool
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-11re PR target/88777 (Out-of-range offsets building glibc test-tgmath2.c for hp...Alan Modra
2019-01-08genattrtab bit-rot, and if_then_else in valuesAlan Modra
2019-01-01Update copyright years.Jakub Jelinek
2018-09-24Change EQ_ATTR_ALT to support up to 64 alternativesIlya Leoshkevich
2018-01-03Update copyright years.Jakub Jelinek
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-16poly_int: IN_TARGET_CODERichard Sandiford
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor
2017-04-12genattrtab.c (write_eligible_delay): Verify DELAY_INSN still has a delay slot...Jeff Law
2017-01-01Update copyright years.Jakub Jelinek
2016-11-15genattrtab.c (attr_rtx_1): Avoid allocating new rtx objects.Bernd Edlinger
2016-10-18read-md.c: Move various state to within class rtx_readerDavid Malcolm
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-04read-md.c: track column numbersDavid Malcolm
2016-09-29* genattrtab.c (write_attr_case): Also emit FALLTHRU marker.Marek Polacek
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-05-06Make argv const char ** in read_md_files etcDavid Malcolm
2016-04-27Reduce nesting of parentheses in conditionals generated by genattrtabPatrick Palka
2016-01-04Update copyright years.Jakub Jelinek
2015-12-01Improve error reporting from genattrtab.cRichard Sandiford
2015-10-22[PATCH] Fix abort in write_eligible_delayJeff Law
2015-10-21unconditionally compile most of the delay slot codeTrevor Saunders
2015-08-05gensupport.h (get_num_insn_codes): Declare.Richard Sandiford
2015-07-16genattrtab.c (make_canonical): Add a file_location parameter.Richard Sandiford
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford
2015-07-16read-md.h (fatal_at): Declare.Richard Sandiford
2015-07-16genattrtab.c (check_attr_value): Remove handling of null attrs.Richard Sandiford
2015-07-10gimple-predict.h: New file.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-08genattrtab.c (insn_alternatives): Change type from int * to uint64_t *.Jakub Jelinek
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-10-16function.h: Flatten file.Andrew MacLeod
2014-09-15Instruction attributes take an rtx_insn *David Malcolm
2014-09-09recog_memoized works on an rtx_insn *David Malcolm
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm
2014-08-21Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.cDavid Malcolm
2014-06-18[genattrtab] Fix memory corruption, allocate enough memory for all bypassed r...Kyrylo Tkachov
2014-05-13rtl.def (SYMBOL_REF): Remove middle "0" field.Richard Sandiford
2014-05-12re PR other/31778 (genattrtab.c doesn't record filename)Mike Stump
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-19re PR other/59545 (Signed integer overflow issues)Jakub Jelinek