aboutsummaryrefslogtreecommitdiff
path: root/gcc/ree.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-18/+35
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+0
2013-04-05bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher1-4/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-07* ree.c (struct ext_cand): Remove GTY markers.Steven Bosscher1-1/+1
2012-11-22* ree.c (struct ext_modified): Add ATTRIBUTE_PACKED.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-47/+45
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-26Avoid conservative behavior in REE by allowing removal of redundant extends w...Teresa Johnson1-1/+1
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-0/+1
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-5/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-2/+0
2012-05-02re PR rtl-optimization/53160 (likely wrong code bug)Jakub Jelinek1-0/+18
2012-01-31re PR bootstrap/52041 (Bootstrap failure at revision 183650 with --enable-che...Jakub Jelinek1-4/+7
2012-01-26re PR rtl-optimization/51978 (ext-elim-1.c ICE on powerpc64)Jakub Jelinek1-37/+23
2012-01-23re PR rtl-optimization/51933 (wrong code due to -free)Jakub Jelinek1-83/+128
2012-01-22re PR rtl-optimization/51924 (wrong code with -O -free -fno-rename-registers ...Eric Botcazou1-10/+16
2011-12-27re PR rtl-optimization/51667 (new FAIL: 27_io/basic_*stream/* execution test ...Eric Botcazou1-327/+207
2011-12-21re PR target/50038 (redundant zero extensions)Enkovich Ilya1-0/+1033