aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-11system.h (REG_CLASS_FROM_CONSTRAINT): Poison.Richard Sandiford1-36/+55
2014-06-04recog.h (operand_alternative): Convert reg_class, reject, matched and matches...Richard Sandiford1-16/+75
2014-06-04recog.c (preprocess_constraints): Don't skip disabled alternatives.Richard Sandiford1-6/+0
2014-06-04recog.h (recog_op_alt): Convert to a flat array.Richard Sandiford1-34/+37
2014-06-04recog.c (peep2_attempt): Copy SIBLING_CALL_P flag from old call-instruction.Kai Tietz1-0/+1
2014-05-27system.h (TEST_BIT): New macro.Richard Sandiford1-15/+66
2014-05-06Merge in wide-int.Kenneth Zadeck1-4/+48
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+3
2014-04-17pass cfun to pass::executeTrevor Saunders1-22/+26
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-50/+40
2014-04-17remove has_gateTrevor Saunders1-6/+0
2014-04-01re PR target/60604 (GCC incorrectly compiles s_csinh function on MIPS32 (32bi...Richard Sandiford1-57/+18
2014-02-04re PR rtl-optimization/57915 (ICE in set_address_disp, at rtlanal.c:5537)Jakub Jelinek1-1/+30
2014-01-23re PR target/52125 (Problems with LO16 asm operands on MIPS)Richard Sandiford1-0/+44
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR rtl-optimization/59466 (Slow code generation by LRA for memory addresse...Vladimir Makarov1-2/+6
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-2/+2
2013-12-09Eliminate last_basic_block macro.David Malcolm1-1/+1
2013-11-29re PR rtl-optimization/59340 (LRA enable-checking bootstrap failure since r20...Vladimir Makarov1-2/+1
2013-11-20lra.c (lra): Set lra_in_progress before check_rtl call.Robert Suchanek1-1/+3
2013-11-02gcse.c (pre_delete): Remove references to regmove from comments.Steven Bosscher1-1/+2
2013-10-25recog.c (search_ofs): New static variable moved from...Eric Botcazou1-1/+4
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1