]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/combine.c
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
[thirdparty/gcc.git] / gcc / combine.c
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-07-02  segher PR rtl-optimization/66706
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-22  miyukiUse std::swap instead of manual swaps.
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-06  miyukiPromote types of rtl expressions to rtx_insn in gen_spl...
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-27  law * combine.c (find_split_point): Verify that...
2015-05-24  tbsaundealways define HAVE_lo_sum
2015-05-22  law * combine.c (try_combine): Canonicalize (plus (mult...
2015-05-22  tbsaunderemove #if HAVE_conditional_move
2015-05-22  tbsaundealways define HAVE_conditional_move
2015-05-22  tbsaundedon't compare ARG_FRAME_POINTER_REGNUM and FRAME_POINTE...
2015-05-21  law * combine.c (find_split_point): Handle ASHIFT like...
2015-05-19  rsandifogcc/
2015-05-19  rsandifogcc/
2015-05-13  segher * combine.c (simplify_set): When generating a CC set...
2015-05-12  segher * combine.c (recog_for_combine_1): New function, facto...
2015-05-12  segher * combine.c (get_undo_marker): New function.
2015-05-12  thopre012015-05-12 Thomas Preud'homme <thomas.preudhomme...
2015-05-09  tbsaundertx_insn * in combine.c
2015-05-07  rsandifogcc/
2015-05-07  vekumar2015-05-07 Venkataramanan Kumar <venkataramanan.kumar...
2015-04-27  ktkachov[combine][obvious] Use std::swap instead of manually...
2015-04-27  thopre012015-04-27 Thomas Preud'homme <thomas.preudhomme...
2015-04-22  xguogcc/ChangeLog:
2015-04-22  tbsaunderemove more ifdefs for HAVE_cc0
2015-04-22  tbsaundemake some HAVE_cc0 code always compiled
2015-04-22  tbsaundealways define HAVE_cc0
2015-04-22  tbsaunderemove more ifdef HAVE_cc0
2015-04-09  segher PR rtl-optimization/65693
2015-04-08  segher PR rtl-optimization/65693
2015-03-14  jakub PR rtl-optimization/65401
2015-02-03  jakub PR other/63504
2015-01-30  law * combine.c (try_combine): Fix typo in comment.
2015-01-29  law PR target/15184
2015-01-22  segher PR rtl-optimization/64682
2015-01-15  prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-06  segher * combine.c (combine_validate_cost): Do not count...
2015-01-05  olegendogcc/
2015-01-05  jakub Update copyright years.
2014-12-22  amker PR rtl-optimization/62151
2014-12-19  segher PR target/64268
2014-12-14  hjlPass unpromoted argument to promote_function_mode
2014-12-11  segher * combine.c (try_combine): Do not allow combining...
2014-12-09  uros PR bootstrap/64213
2014-12-05  schwab* combine.c (is_parallel_of_n_reg_sets)
2014-12-03  segher PR rtl-optimization/52714
2014-12-01  segher PR rtl-optimization/59278
2014-12-01  segher * combine.c (try_combine): Use is_parallel_of_n_reg_se...
2014-12-01  segher * combine.c (is_parallel_of_n_reg_sets): New function.
2014-12-01  segher * combine.c (distribute_links): Handle multiple SETs.
2014-12-01  segher * combine.c (struct insn_link): New field `regno'.
2014-11-28  hjlPass unpromoted argument to promote_function_mode
2014-11-20  segher * combine.c (try_combine): Prefer to delete dead SETs...
2014-11-20  segher * combine.c (combine_validate_cost): Always print...
2014-11-06  berndsDon't combine calls into i3, it wouldn't be changed...
2014-11-04  berndsFix up mode confusion in combine_simplify_rtx.
2014-11-01  amacleod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-29  rsandifogcc/ada/
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-16  amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-10-02  segher2014-10-01 Segher Boessenkool <segher@kernel.crashing...
2014-09-23  alalaw01Relax check against commuting XOR and ASHIFTRT in combine.c
2014-09-22  rsandifogcc/
2014-09-16  tbsaundeReplace INSN_DELETED_P with rtx_insn member functions
2014-09-11  dmalcolmIntroduce LABEL_REF_LABEL
2014-09-09  dmalcolmHandcode gen_rtx_INSN
2014-08-28  dmalcolmWork towards NEXT_INSN/PREV_INSN requiring insns as...
2014-08-28  rsandifogcc/
2014-08-28  rsandifogcc/
2014-08-26  dmalcolmRemove DF_REF_INSN scaffolding
2014-08-25  dmalcolmRemove BB_FOOTER scaffolding
2014-08-25  marxinIPA C++ refactoring 4/N
2014-08-22  dmalcolmcombine.c: Use rtx_insn
2014-08-19  dmalcolmSplit NEXT_INSN/PREV_INSN into lvalue and rvalue forms
2014-08-18  dmalcolmSplit BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
2014-08-08  kugangcc/
2014-07-23  rguenth2014-07-23 Richard Biener <rguenther@suse.de>
2014-07-09  tbsaunderemove has_execute
2014-07-08  jakub PR rtl-optimization/61673
2014-06-15  rsandifogcc/
2014-05-26  rsandifogcc/
2014-05-13  rsandifogcc/
2014-05-06  mrsMerge in wide-int.
2014-05-06  mrsMerge in trunk.
2014-05-06  rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-05-05  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-04-30  mrsMerge in trunk.
2014-04-28  rsandifoMerge from trunk.
2014-04-24  mrsMerge in trunk.
2014-04-24  vries-fuse-caller-save - Add new reg-note REG_CALL_DECL
2014-04-22  mrsMerge in trunk.
2014-04-22  rsandifoMerge from trunk.
2014-04-17  rsandifoMerge from trunk.
2014-04-17  tbsaundepass cfun to pass::execute
next