aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-2/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-12/+12
2013-08-30recog.c (verify_changes): Verify that changes[i].old is non-zero before apply...Joern Rennecke1-1/+4
2013-08-07coretypes.h (rtl_opt_pass): Add.David Malcolm1-0/+6
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-109/+216
2013-08-05re PR rtl-optimization/57708 (function clobbers callee saved register on ARM)Richard Earnshaw1-21/+43
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-05-22recog.c (offsettable_address_addr_space_p): Fix calculation of address mode.Richard Sandiford1-8/+12
2013-05-18recog.h (Recog_data): Rename to...Richard Sandiford1-1/+1
2013-05-14recog.h: Rename struct recog_data to Recog_data.Mike Stump1-1/+1
2013-04-26rtl.h (struct rtx_def): Add comment for field jump.Vladimir Makarov1-1/+5
2013-04-24revert: rtl.h (struct rtx_def): ...Vladimir Makarov1-5/+1
2013-04-24rtl.h (struct rtx_def): Add comment for field jump.Vladimir Makarov1-1/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-18Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford1-10/+19
2012-11-11re PR rtl-optimization/55247 (internal compiler error: Max. number of generat...Eric Botcazou1-0/+12