aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-16read-md.h (message_with_line, [...]): Delete.Richard Sandiford1-109/+90
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+2
2015-06-25hash-table.h: Update comments.Richard Sandiford1-3/+1
2015-06-17function.h (struct rtl_data): Remove struct and accessor macros.Andrew MacLeod1-0/+1
2015-06-13gensupport.h (add_implicit_parallel): Declare.Richard Sandiford1-16/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-2/+0
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev1-15/+17
2015-05-21genrecog: Address -Wsign-compare diagnostics.Thomas Schwinge1-3/+3
2015-05-19rtl.def (REG): Change format to "r".Richard Sandiford1-3/+43
2015-05-11genrecog.c (match_pattern_1): Expect the pattern to be a SEQUENCE for define_...Richard Sandiford1-19/+42
2015-05-02recog_data::insn can be a rtx_insn *Trevor Saunders1-1/+1
2015-05-01genrecog.c (test): Rename to rtx_test.Richard Sandiford1-222/+225
2015-04-30genrecog.c (simplify_tests): Check that CONST_INT and XWINT tests are for the...Richard Sandiford1-1/+2
2015-04-29Makefile.in (build/genrecog.o): Depend on inchash.h.Richard Sandiford1-1670/+4204
2015-04-24genrecog.c (validate_pattern): Check matching constraint refers to a lower nu...Chen Gang1-1/+29
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-4/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+7
2014-09-19Re: [Patch] Teach genrecog/genoutput that scratch registers require write con...James Greenhalgh1-0/+1
2014-09-19[Patch] Teach genrecog/genoutput that scratch registers require write constr...James Greenhalgh1-11/+44
2014-09-11Introduce LABEL_REF_LABELDavid Malcolm1-2/+2
2014-08-21Use rtx_insn internally within generated functionsDavid Malcolm1-7/+22
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10genrecog.c (validate_pattern): Treat all messages except missing modes as err...Richard Sandiford1-16/+14
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-11/+12
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-04-16genemit.c (gen_exp): Remove ADDRESS handling.Richard Sandiford1-5/+0
2011-07-20genrecog.c (make_insn_sequence): Correct position numbering when filtering ou...Sandra Loosemore1-1/+1
2011-05-28genrecog.c: Remove redundant forward declarations.Richard Sandiford1-77/+0
2011-05-28re PR bootstrap/49195 (Error building libgcc for powerpc64 since r174305)Richard Sandiford1-2/+2
2011-05-26re PR rtl-optimization/48575 (RTL vector patterns are limited to 26 elements)Richard Sandiford1-77/+190
2011-04-12genpreds.c (process_define_predicate): Move most processing to gensupport.c.Richard Sandiford1-218/+0
2010-11-30hwint.c: New.Joseph Myers1-2/+1
2010-07-09genrecog.c: Include diagnostic-core.h before toplev.h.Manuel López-Ibáñez1-0/+1
2010-06-29recog.c (peep2_do_rebuild_jump_labels, [...]): New static variables.Bernd Schmidt1-9/+0
2010-06-10Makefile.in (build/genmddeps.o): Depend on $(READ_MD_H).Richard Sandiford1-1/+1
2010-06-10Makefile.in (build/read-md.o): Depend on errors.h.Richard Sandiford1-51/+29
2010-06-10Makefile.in (READ_MD_H): New variable.Richard Sandiford1-0/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2009-06-22alias.c: Use REG_P...Shujing Zhao1-1/+1
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-10/+12
2009-04-25genrecog.c (validate_pattern): Do not warn for VOIDmode CALLs as the source o...Ben Elliston1-1/+2
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-3/+4
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-2/+2
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-07-09genattrtab.c (insert_right_side, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-26/+26