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