summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
Commit message (Expand)AuthorAgeFilesLines
* allow constructing a auto_vec with a preallocation, and a possibly larger act...Trevor Saunders2017-05-141-3/+5
* genrecog.c (validate_pattern): Add VEC_SELECT validation.Jakub Jelinek2017-03-241-0/+26
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* make recog () take a rtx_insn *Trevor Saunders2016-11-211-12/+2
* make LABEL_REF_LABEL a rtx_insn *Trevor Saunders2016-10-211-2/+2
* read-md.c: Move various state to within class rtx_readerDavid Malcolm2016-10-181-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-1/+1
* tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme2016-09-261-0/+1
* genrecog.c (special_predicate_operand_p): New function.Andrew Burgess2016-07-131-15/+35
* Make argv const char ** in read_md_files etcDavid Malcolm2016-05-061-1/+1
* genrecog: Fix crash on invalid inputSegher Boessenkool2016-03-151-1/+1
* re PR bootstrap/69434 (bootstrap failed with --with-arch=corei7 --with-cpu=co...Jakub Jelinek2016-01-231-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Fix broken handling of LABEL_REF in genrecog + genpreds.Dominik Vogt2015-12-231-1/+2
* gensupport.h (get_c_test): Declare.Richard Sandiford2015-08-051-17/+11
* read-md.h (message_with_line, [...]): Delete.Richard Sandiford2015-07-161-109/+90
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-12/+2
* hash-table.h: Update comments.Richard Sandiford2015-06-251-3/+1
* function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod2015-06-171-0/+1
* gensupport.h (add_implicit_parallel): Declare.Richard Sandiford2015-06-131-16/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-2/+0
* Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev2015-06-061-15/+17
* genrecog: Address -Wsign-compare diagnostics.Thomas Schwinge2015-05-211-3/+3
* rtl.def (REG): Change format to "r".Richard Sandiford2015-05-191-3/+43
* genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE for define_...Richard Sandiford2015-05-111-19/+42
* recog_data::insn can be a rtx_insn *Trevor Saunders2015-05-021-1/+1
* genrecog.c (test): Rename to rtx_test.Richard Sandiford2015-05-011-222/+225
* genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests are for the...Richard Sandiford2015-04-301-1/+2
* Makefile.in (build/genrecog.o): Depend on inchash.h.Richard Sandiford2015-04-291-1670/+4204
* genrecog.c (validate_pattern): Check matching constraint refers to a lower nu...Chen Gang2015-04-241-1/+29
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-4/+4
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+2
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+7
* Re: [Patch] Teach genrecog/genoutput that scratch registers require write con...James Greenhalgh2014-09-191-0/+1
* [Patch] Teach genrecog/genoutput that scratch registers require write constr...James Greenhalgh2014-09-191-11/+44
* Introduce LABEL_REF_LABELDavid Malcolm2014-09-111-2/+2
* Use rtx_insn internally within generated functionsDavid Malcolm2014-08-211-7/+22
* Merge in wide-int.Kenneth Zadeck2014-05-061-3/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* genrecog.c (validate_pattern): Treat all messages except missing modes as err...Richard Sandiford2013-12-101-16/+14
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-11/+12
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* genemit.c (gen_exp): Remove ADDRESS handling.Richard Sandiford2012-04-161-5/+0
* genrecog.c (make_insn_sequence): Correct position numbering when filtering ou...Sandra Loosemore2011-07-201-1/+1
* genrecog.c: Remove redundant forward declarations.Richard Sandiford2011-05-281-77/+0
* re PR bootstrap/49195 (Error building libgcc for powerpc64 since r174305)Richard Sandiford2011-05-281-2/+2
* re PR rtl-optimization/48575 (RTL vector patterns are limited to 26 elements)Richard Sandiford2011-05-261-77/+190
* genpreds.c (process_define_predicate): Move most processing to gensupport.c.Richard Sandiford2011-04-121-218/+0