aboutsummaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+0
2012-11-05md.texi (Defining Attributes): Document that we are defining HAVE_ATTR_name m...Joern Rennecke1-7/+8
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-6/+2
2012-05-21genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.Michael Matz1-65/+231
2012-05-04re PR other/29442 (insn-attrtab has grown too large)Steven Bosscher1-279/+389
2012-04-24genattrtab: avoid NULL-deref on errorJim Meyering1-3/+4