summaryrefslogtreecommitdiff
path: root/gcc/genattrtab.c
Commit message (Expand)AuthorAgeFilesLines
* read-md.c: Move various state to within class rtx_readerDavid Malcolm2016-10-181-5/+5
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* read-md.c: track column numbersDavid Malcolm2016-10-041-2/+2
* * genattrtab.c (write_attr_case): Also emit FALLTHRU marker.Marek Polacek2016-09-291-0/+2
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-261-0/+2
* re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek2016-08-121-0/+2
* Make argv const char ** in read_md_files etcDavid Malcolm2016-05-061-1/+1
* Reduce nesting of parentheses in conditionals generated by genattrtabPatrick Palka2016-04-271-8/+23
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Improve error reporting from genattrtab.cRichard Sandiford2015-12-011-68/+74
* [PATCH] Fix abort in write_eligible_delayJeff Law2015-10-221-2/+28
* unconditionally compile most of the delay slot codeTrevor Saunders2015-10-211-11/+5
* gensupport.h (get_num_insn_codes): Declare.Richard Sandiford2015-08-051-11/+8
* genattrtab.c (make_canonical): Add a file_location parameter.Richard Sandiford2015-07-161-16/+21
* read-md.h (message_with_line, [...]): Delete.Richard Sandiford2015-07-161-65/+66
* read-md.h (fatal_at): Declare.Richard Sandiford2015-07-161-70/+64
* genattrtab.c (check_attr_value): Remove handling of null attrs.Richard Sandiford2015-07-161-19/+16
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-7/+3
* Use std::swap instead of manual swaps.Mikhail Maltsev2015-06-221-5/+1
* function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod2015-06-171-0/+1
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* genattrtab.c (insn_alternatives): Change type from int * to uint64_t *.Jakub Jelinek2015-06-081-14/+15
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+1
* Instruction attributes take an rtx_insn *David Malcolm2014-09-151-11/+8
* recog_memoized works on an rtx_insn *David Malcolm2014-09-091-1/+1
* NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm2014-08-281-3/+3
* Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.cDavid Malcolm2014-08-211-2/+5
* [genattrtab] Fix memory corruption, allocate enough memory for all bypassed r...Kyrylo Tkachov2014-06-181-2/+9
* rtl.def (SYMBOL_REF): Remove middle "0" field.Richard Sandiford2014-05-131-4/+1
* re PR other/31778 (genattrtab.c doesn't record filename)Mike Stump2014-05-121-1/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR other/59545 (Signed integer overflow issues)Jakub Jelinek2013-12-191-7/+7
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-6/+6
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+0
* md.texi (Defining Attributes): Document that we are defining HAVE_ATTR_name m...Joern Rennecke2012-11-051-7/+8
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-6/+2
* genattrtab.c (attr_rtx_cost): Move earlier, start with cost being 1.Michael Matz2012-05-211-65/+231
* re PR other/29442 (insn-attrtab has grown too large)Steven Bosscher2012-05-041-279/+389
* genattrtab: avoid NULL-deref on errorJim Meyering2012-04-241-3/+4
* md.texi: Describe the use of match_tests in attribute tests.Richard Sandiford2011-08-311-0/+14
* genattrtab.c (attr_rtx_1): Hash SYMBOL_REFs.Richard Sandiford2011-08-311-2/+9
* md.texi (define_bypass): Say that the instruction names can be filename-style...Richard Sandiford2011-08-111-4/+5
* genattrtab.c (evaluate_eq_attr): Allow an attribute to be defined in terms of...Bernd Schmidt2011-07-081-0/+38