Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / ree.c
2016-11-15 Yvan RouxMerge branches/gcc-6-branch rev 242371.
2016-04-05 jakub PR rtl-optimization/70542
2016-01-04 jakub Update copyright years.
2015-12-16 law * ree.c (add_removable_extension): Use reg_overlap_men...
2015-11-24 ktkachov[RTL-ree] PR rtl-optimization/68194: Restrict copy...
2015-11-24 law[PATCH] Fix invalid redundant extension elimination...
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-19 pmderodatREE: fix uninitialized registers handling
2015-08-19 tbsaunderemove useless typedefs
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-07 rsandifogcc/
2015-01-15 prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-13 jakub PR rtl-optimization/64286
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05 jakub Update copyright years.
2014-11-01 amacleod2014-11-01 Andrew MacLeod <amacleod@redhat,com>
2014-10-31 jakub PR rtl-optimization/63659
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-22 rsandifogcc/
2014-10-16 amacleod2014-10-16 Andrew MacLeod <amacleod@redhat.com>
2014-09-12 jiwang[Ree] Ensure inserted copy don't change the number...
2014-08-28 dmalcolmNEXT_INSN and PREV_INSN take a const rtx_insn
2014-08-22 dmalcolmree.c: Use rtx_insn
2014-07-09 tbsaunderemove has_execute
2014-06-15 rsandifogcc/
2014-06-13 law2014-06-13 Jeff Law <law@redhat.com>
2014-06-02 law PR rtl-optimization/61094
2014-05-06 mrsMerge in trunk.
2014-05-06 rguenth2014-05-06 Richard Biener <rguenther@suse.de>
2014-04-22 rsandifoMerge from trunk.
2014-04-17 tbsaundepass cfun to pass::execute
2014-04-17 tbsaundepass current function to opt_pass::gate ()
2014-04-17 tbsaunderemove has_gate
2014-04-02 mrsMerge in trunk.
2014-02-14 law PR rtl-optimization/60131
2014-02-10 mrsMerge in trunk.
2014-01-17 law * ree.c (combine_set_extension): Temporarily...
2014-01-15 law PR tree-optimization/59747
2014-01-13 mrsMerge in trunk.
2014-01-10 law PR middle-end/59743
2014-01-10 jakub PR rtl-optimization/59754
2014-01-09 law * ree.c (get_sub_rtx): New function, extracted...
2014-01-08 law PR middle-end/53623
2014-01-03 mrsMerge in trunk.
2014-01-02 rsandifoUpdate copyright years in gcc/
2013-12-13 mrsMerge in trunk.
2013-12-09 dmalcolmEliminate FOR_EACH_BB macro.
2013-11-22 rsandifoMerge with trunk.
2013-11-22 tbsaundeadd auto_vec
2013-10-20 mrsMerge in trunk.
2013-09-28 rsandifogcc/
2013-09-20 mrsMerge in trunk.
2013-09-09 rsandifogcc/
2013-08-05 dmalcolmAutomated conversion of passes to C++ classes
2013-04-10 rguenth2013-04-10 Richard Biener <rguenther@suse.de>
2013-04-05 steven * bb-reorder.c (fix_crossing_unconditional_branches...
2013-01-10 rsandifoUpdate copyright years in gcc/
2012-12-07 steven * ree.c (struct ext_cand): Remove GTY markers.
2012-11-22 jakub * ree.c (struct ext_modified): Add ATTRIBUTE_PACKED.
2012-11-20 dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18 dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 singhai2012-11-01 Sharad Singhai <singhai@google.com>
2012-10-26 tejohnsonAvoid conservative behavior in REE by allowing removal...
2012-10-08 steven * bitmap.h (bitmap_and_into): Update prototype.
2012-09-11 dnovilloRemove unnecessary VEC function overloads.
2012-08-15 dnovilloMerge from cxx-conversion branch (gcc.gnu.org/wiki...
2012-07-16 stevengcc/
2012-05-31 steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-02 jakub PR rtl-optimization/53160
2012-01-31 jakub PR bootstrap/52041
2012-01-26 jakub PR rtl-optimization/51978
2012-01-23 jakub PR rtl-optimization/51933
2012-01-22 ebotcazou PR rtl-optimization/51924
2011-12-27 ebotcazou PR rtl-optimization/51667
2011-12-21 kyukhingcc/