summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwint.c: New.Joseph Myers2010-11-301-2/+1
* genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez2010-07-091-0/+1
* recog.c (peep2_do_rebuild_jump_labels, [...]): New static variables.Bernd Schmidt2010-06-291-9/+0
* Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford2010-06-101-1/+1
* Makefile.in (build/read-md.o): Depend on errors.h.Richard Sandiford2010-06-101-51/+29
* Makefile.in (READ_MD_H): New variable.Richard Sandiford2010-06-101-0/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* alias.c: Use REG_P...Shujing Zhao2009-06-221-1/+1
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-10/+12