summaryrefslogtreecommitdiff
path: root/gcc/ree.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* gcc/rsandifo2015-05-071-6/+6
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-2/+11
* PR rtl-optimization/64286jakub2015-01-131-12/+63
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-3/+9
* Update copyright years.jakub2015-01-051-1/+1
* 2014-11-01 Andrew MacLeod <amacleod@redhat,com>amacleod2014-11-011-1/+1
* PR rtl-optimization/63659jakub2014-10-311-4/+52
* gcc/ada/rsandifo2014-10-291-6/+6
* * cgraph.h: Flatten. Remove all include files.amacleod2014-10-281-0/+4
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-3/+7
* gcc/rsandifo2014-10-221-2/+3
* 2014-10-16 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-161-0/+5
* [Ree] Ensure inserted copy don't change the number of hard registersjiwang2014-09-121-1/+9
* NEXT_INSN and PREV_INSN take a const rtx_insndmalcolm2014-08-281-1/+1
* ree.c: Use rtx_insndmalcolm2014-08-221-22/+23
* remove has_executetbsaunde2014-07-091-1/+0
* gcc/rsandifo2014-06-151-10/+7
* 2014-06-13 Jeff Law <law@redhat.com>law2014-06-131-4/+7
* PR rtl-optimization/61094law2014-06-021-7/+40
* 2014-05-06 Richard Biener <rguenther@suse.de>rguenth2014-05-061-1/+1
* pass cfun to pass::executetbsaunde2014-04-171-1/+1
* pass current function to opt_pass::gate ()tbsaunde2014-04-171-9/+1
* remove has_gatetbsaunde2014-04-171-1/+0
* PR rtl-optimization/60131law2014-02-141-7/+30
* * ree.c (combine_set_extension): Temporarily disable test forlaw2014-01-171-1/+5
* PR tree-optimization/59747law2014-01-151-3/+18
* PR middle-end/59743law2014-01-101-2/+4
* PR rtl-optimization/59754jakub2014-01-101-0/+12
* * ree.c (get_sub_rtx): New function, extracted from...law2014-01-091-19/+35
* PR middle-end/53623law2014-01-081-5/+95
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* add auto_vectbsaunde2013-11-221-3/+1
* gcc/rsandifo2013-09-281-4/+4
* gcc/rsandifo2013-09-091-1/+2
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-18/+35
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-1/+0
* * bb-reorder.c (fix_crossing_unconditional_branches): Remove asteven2013-04-051-4/+3
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* * ree.c (struct ext_cand): Remove GTY markers.steven2012-12-071-1/+1
* * ree.c (struct ext_modified): Add ATTRIBUTE_PACKED.jakub2012-11-221-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-47/+45
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+1
* Avoid conservative behavior in REE by allowing removal of redundant extendstejohnson2012-10-261-1/+1
* * bitmap.h (bitmap_and_into): Update prototype.steven2012-10-081-0/+1
* Remove unnecessary VEC function overloads.dnovillo2012-09-111-5/+2
* Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).dnovillo2012-08-151-1/+1
* gcc/steven2012-07-161-2/+0