Age | Commit message (Expand) | Author | Files | Lines |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-09 | reduce conditional compilation based on AUTO_INC_DEC | Trevor Saunders | 1 | -10/+3 |
2015-07-09 | always define AUTO_INC_DEC | Trevor Saunders | 1 | -4/+4 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -11/+4 |
2015-07-05 | target-insns.def (extv, [...]): New targetm instruction patterns. | Richard Sandiford | 1 | -13/+4 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-06 | Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2 | Mikhail Maltsev | 1 | -3/+2 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-22 | move default for STACK_PUSH_CODE to defaults.h | Trevor Saunders | 1 | -8/+0 |
2015-05-22 | remove most ifdef STACK_GROWS_DOWNWARD | Trevor Saunders | 1 | -6/+2 |
2015-05-22 | always define STACK_GROWS_DOWNWARD | Trevor Saunders | 1 | -3/+3 |
2015-05-20 | Promote types of RTL expressions to more derived ones. | Mikhail Maltsev | 1 | -17/+14 |
2015-05-19 | cfgcleanup.c (mentions_nonequal_regs): Use END_REGNO. | Richard Sandiford | 1 | -6/+3 |
2015-05-09 | more rtx_insn * in recog.c | Trevor Saunders | 1 | -15/+15 |
2015-05-02 | make validate_replace_src_group take a rtx_insn * | Trevor Saunders | 1 | -2/+2 |
2015-05-02 | recog_data::insn can be a rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2015-05-02 | change local vars to rtx_insn * | Trevor Saunders | 1 | -1/+1 |
2015-04-22 | remove some ifdef HAVE_cc0 | Trevor Saunders | 1 | -2/+0 |
2015-03-20 | re PR rtl-optimization/60851 (ICE: in extract_constrain_insn_cached, at recog... | Uros Bizjak | 1 | -1/+5 |
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 |