aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
AgeCommit message (Expand)Author
2016-06-06Merged trunk revision 237133 into the hsa branchMartin Jambor
2016-05-20Merged trunk revision 236472 into the hsa branchMartin Jambor
2016-05-13Merged trunk revision 236071 into the hsa branchMartin Jambor
2016-04-15Merged trunk revision 235029 into the hsa branchMartin Jambor
2016-03-30Merged trunk revision 234516 into the hsa branchMartin Jambor
2016-02-29Merged trunk revision 233808 into the hsa branchMartin Jambor
2016-02-11Merged trunk revision 233333 into the hsa branchMartin Jambor
2016-02-02Merged trunk revision 233037 into the hsa branchMartin Jambor
2016-01-15Merged trunk revision 232439 into the hsa branchMartin Jambor
2016-01-11Merged trunk revision 232223 into the hsa branchMartin Jambor
2016-01-04Merged trunk revision 232052 into the hsa branchMartin Jambor
2015-12-01Merged trunk revision 231115 into the hsa branchMartin Jambor
2015-11-30Merged trunk revision 230943 into the hsa branchMartin Jambor
2015-11-19Merged trunk revision 230543 into the hsa branchMartin Jambor
2015-11-02Merged trunk revision 229662 into the hsa branchMartin Jambor
2015-10-29Merged trunk revision 229518 into the hsa branchMartin Jambor
2015-08-19remove more useless typedefsTrevor Saunders
2015-08-08 PR rtl-optimization/67028Segher Boessenkool
2015-07-30Use lowpart_subreg instead of simplify_gen_subregAnatoly Sokolov
2015-07-23[combine][obvious] Use std::swap in try_combineKyrylo Tkachov
2015-07-20[PATCH][combine][1/2] Try to simplify before substitutingKyrylo Tkachov
2015-07-13Fix double word typos.Aldy Hernandez
2015-07-10 * bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders
2015-07-09reduce conditional compilation based on AUTO_INC_DECTrevor Saunders
2015-07-09always define AUTO_INC_DECTrevor Saunders
2015-07-09use #if for HARD_FRAME_POINTER_IS_FRAME_POINTER lessTrevor Saunders
2015-07-09always define SHORT_IMMEDIATES_SIGN_EXTENDTrevor Saunders
2015-07-09remove #if for HAVE_cc0 in combine.cTrevor Saunders
2015-07-09reduce conditional compilation for LOAD_EXTEND_OPTrevor Saunders
2015-07-08 * target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-02 PR rtl-optimization/66706Segher Boessenkool
2015-06-252015-06-25 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-27 * combine.c (find_split_point): Verify that the shift count is aJeff Law
2015-05-24always define HAVE_lo_sumTrevor Saunders
2015-05-22 * combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) intoJeff Law
2015-05-22remove #if HAVE_conditional_moveTrevor Saunders
2015-05-22always define HAVE_conditional_moveTrevor Saunders
2015-05-22don't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTER_REGNUM with the prep...Trevor Saunders
2015-05-21 * combine.c (find_split_point): Handle ASHIFT like MULT to encourageJeff Law
2015-05-19gcc/Richard Sandiford
2015-05-19gcc/Richard Sandiford
2015-05-13 * combine.c (simplify_set): When generating a CC set, if theSegher Boessenkool