aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-21gencodes.c (gencodes): Print the comma for the preceding enum value rather th...Richard Sandiford1-3/+3
2015-08-21always define HAVE_peephole2Trevor Saunders1-5/+3
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders1-10/+3
2015-07-09always define AUTO_INC_DECTrevor Saunders1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-07-05target-insns.def (extv, [...]): New targetm instruction patterns.Richard Sandiford1-13/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev1-3/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-22move default for STACK_PUSH_CODE to defaults.hTrevor Saunders1-8/+0
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders1-6/+2
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders1-3/+3
2015-05-20Promote types of RTL expressions to more derived ones.Mikhail Maltsev1-17/+14
2015-05-19cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO.Richard Sandiford1-6/+3
2015-05-09more rtx_insn * in recog.cTrevor Saunders1-15/+15
2015-05-02make validate_replace_src_group take a rtx_insn *Trevor Saunders1-2/+2
2015-05-02recog_data::insn can be a rtx_insn *Trevor Saunders1-1/+1
2015-05-02change local vars to rtx_insn *Trevor Saunders1-1/+1
2015-04-22remove some ifdef HAVE_cc0Trevor Saunders1-2/+0
2015-03-20re PR rtl-optimization/60851 (ICE: in extract_constrain_insn_cached, at recog...Uros Bizjak1-1/+5
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-31/+31
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+6
2014-10-22recog.h (recog_data_d): Remove enabled_alternatives.Richard Sandiford1-2/+0
2014-10-22recog.h (constrain_operands): Add an alternative_mask parameter.Richard Sandiford1-12/+30
2014-10-22md.texi: Document "preferred_for_size" and "preferred_for_speed" attributes.Richard Sandiford1-23/+105
2014-10-22recog.h (extract_constrain_insn): Declare.Richard Sandiford1-0/+11
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-09-19recog.c (scratch_operand): Do not simply allow all hard registers: only allow...Segher Boessenkool1-1/+3
2014-09-15Instruction attributes take an rtx_insn *David Malcolm1-1/+1
2014-09-09single_set takes an insnDavid Malcolm1-7/+7
2014-09-09recog_memoized works on an rtx_insn *David Malcolm1-5/+5
2014-09-09INSN_LOCATION takes an rtx_insnDavid Malcolm1-1/+2
2014-09-05Use rtx_insn more within peep2David Malcolm1-4/+5
2014-08-28NEXT_INSN and PREV_INSN take a const rtx_insnDavid Malcolm1-5/+9
2014-08-28Work towards NEXT_INSN/PREV_INSN requiring insns as their paramsDavid Malcolm1-1/+2
2014-08-26Remove DF_REF_INSN scaffoldingDavid Malcolm1-5/+5
2014-08-22recog.c: Use rtx_insnDavid Malcolm1-6/+6
2014-08-14re PR tree-optimization/62079 (ICE: in calc_dfs_tree, at dominance.c:401 with...Richard Biener1-0/+2
2014-07-09remove has_executeTrevor Saunders1-6/+0
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-4/+3
2014-06-11common.md: New file.Richard Sandiford1-207/+27
2014-06-11system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison.Richard Sandiford1-72/+0
2014-06-11genpreds.c (const_int_start, [...]): New variables.Richard Sandiford1-0/+10
2014-06-11recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok, decmem_ok and i...Richard Sandiford1-12/+0