Age | Commit message (Expand) | Author | Files | Lines |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -2/+13 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+9 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -31/+31 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+6 |
2014-10-22 | recog.h (recog_data_d): Remove enabled_alternatives. | Richard Sandiford | 1 | -2/+0 |
2014-10-22 | recog.h (constrain_operands): Add an alternative_mask parameter. | Richard Sandiford | 1 | -12/+30 |
2014-10-22 | md.texi: Document "preferred_for_size" and "preferred_for_speed" attributes. | Richard Sandiford | 1 | -23/+105 |
2014-10-22 | recog.h (extract_constrain_insn): Declare. | Richard Sandiford | 1 | -0/+11 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+5 |
2014-09-19 | recog.c (scratch_operand): Do not simply allow all hard registers: only allow... | Segher Boessenkool | 1 | -1/+3 |
2014-09-15 | Instruction attributes take an rtx_insn * | David Malcolm | 1 | -1/+1 |
2014-09-09 | single_set takes an insn | David Malcolm | 1 | -7/+7 |
2014-09-09 | recog_memoized works on an rtx_insn * | David Malcolm | 1 | -5/+5 |
2014-09-09 | INSN_LOCATION takes an rtx_insn | David Malcolm | 1 | -1/+2 |
2014-09-05 | Use rtx_insn more within peep2 | David Malcolm | 1 | -4/+5 |
2014-08-28 | NEXT_INSN and PREV_INSN take a const rtx_insn | David Malcolm | 1 | -5/+9 |
2014-08-28 | Work towards NEXT_INSN/PREV_INSN requiring insns as their params | David Malcolm | 1 | -1/+2 |
2014-08-26 | Remove DF_REF_INSN scaffolding | David Malcolm | 1 | -5/+5 |
2014-08-22 | recog.c: Use rtx_insn | David Malcolm | 1 | -6/+6 |
2014-08-14 | re PR tree-optimization/62079 (ICE: in calc_dfs_tree, at dominance.c:401 with... | Richard Biener | 1 | -0/+2 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -6/+0 |
2014-06-15 | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 1 | -4/+3 |
2014-06-11 | common.md: New file. | Richard Sandiford | 1 | -207/+27 |
2014-06-11 | system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison. | Richard Sandiford | 1 | -72/+0 |
2014-06-11 | genpreds.c (const_int_start, [...]): New variables. | Richard Sandiford | 1 | -0/+10 |
2014-06-11 | recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok, decmem_ok and i... | Richard Sandiford | 1 | -12/+0 |
2014-06-11 | system.h (REG_CLASS_FROM_CONSTRAINT): Poison. | Richard Sandiford | 1 | -36/+55 |
2014-06-04 | recog.h (operand_alternative): Convert reg_class, reject, matched and matches... | Richard Sandiford | 1 | -16/+75 |
2014-06-04 | recog.c (preprocess_constraints): Don't skip disabled alternatives. | Richard Sandiford | 1 | -6/+0 |
2014-06-04 | recog.h (recog_op_alt): Convert to a flat array. | Richard Sandiford | 1 | -34/+37 |
2014-06-04 | recog.c (peep2_attempt): Copy SIBLING_CALL_P flag from old call-instruction. | Kai Tietz | 1 | -0/+1 |
2014-05-27 | system.h (TEST_BIT): New macro. | Richard Sandiford | 1 | -15/+66 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -4/+48 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -3/+3 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -22/+26 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -50/+40 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -6/+0 |
2014-04-01 | re PR target/60604 (GCC incorrectly compiles s_csinh function on MIPS32 (32bi... | Richard Sandiford | 1 | -57/+18 |
2014-02-04 | re PR rtl-optimization/57915 (ICE in set_address_disp, at rtlanal.c:5537) | Jakub Jelinek | 1 | -1/+30 |
2014-01-23 | re PR target/52125 (Problems with LO16 asm operands on MIPS) | Richard Sandiford | 1 | -0/+44 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR rtl-optimization/59466 (Slow code generation by LRA for memory addresse... | Vladimir Makarov | 1 | -2/+6 |
2013-12-09 | Eliminate FOR_EACH_BB_REVERSE macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -1/+1 |
2013-11-29 | re PR rtl-optimization/59340 (LRA enable-checking bootstrap failure since r20... | Vladimir Makarov | 1 | -2/+1 |
2013-11-20 | lra.c (lra): Set lra_in_progress before check_rtl call. | Robert Suchanek | 1 | -1/+3 |
2013-11-02 | gcse.c (pre_delete): Remove references to regmove from comments. | Steven Bosscher | 1 | -1/+2 |
2013-10-25 | recog.c (search_ofs): New static variable moved from... | Eric Botcazou | 1 | -1/+4 |
2013-10-21 | Re-factor inclusion of tree.h. | Diego Novillo | 1 | -0/+1 |