summaryrefslogtreecommitdiff
path: root/gcc/ree.c
Commit message (Expand)AuthorAgeFilesLines
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-1/+0
* bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher2013-04-051-4/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* * ree.c (struct ext_cand): Remove GTY markers.Steven Bosscher2012-12-071-1/+1
* * ree.c (struct ext_modified): Add ATTRIBUTE_PACKED.Jakub Jelinek2012-11-221-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-47/+45
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+1
* Avoid conservative behavior in REE by allowing removal of redundant extends w...Teresa Johnson2012-10-261-1/+1
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-0/+1
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-5/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-2/+0
* re PR rtl-optimization/53160 (likely wrong code bug)Jakub Jelinek2012-05-021-0/+18
* re PR bootstrap/52041 (Bootstrap failure at revision 183650 with --enable-che...Jakub Jelinek2012-01-311-4/+7
* re PR rtl-optimization/51978 (ext-elim-1.c ICE on powerpc64)Jakub Jelinek2012-01-261-37/+23
* re PR rtl-optimization/51933 (wrong code due to -free)Jakub Jelinek2012-01-231-83/+128
* re PR rtl-optimization/51924 (wrong code with -O -free -fno-rename-registers ...Eric Botcazou2012-01-221-10/+16
* re PR rtl-optimization/51667 (new FAIL: 27_io/basic_*stream/* execution test ...Eric Botcazou2011-12-271-327/+207
* re PR target/50038 (redundant zero extensions)Enkovich Ilya2011-12-211-0/+1033