summaryrefslogtreecommitdiff
path: root/gcc/ree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-2/+0
* PR rtl-optimization/53160jakub2012-05-021-0/+18
* PR bootstrap/52041jakub2012-01-311-4/+7
* PR rtl-optimization/51978jakub2012-01-261-37/+23
* PR rtl-optimization/51933jakub2012-01-231-83/+128
* PR rtl-optimization/51924ebotcazou2012-01-221-10/+16
* PR rtl-optimization/51667ebotcazou2011-12-271-327/+207
* gcc/kyukhin2011-12-211-0/+1033