aboutsummaryrefslogtreecommitdiff
path: root/gcc/ree.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17ree.c (combine_set_extension): Temporarily disable test for changing number o...Jeff Law1-1/+5
2014-01-15re PR tree-optimization/59747 (wrong code at -Os and above on x86_64-linux-gn...Jeff Law1-3/+18
2014-01-10re PR middle-end/59743 (ICE: Segmentation fault)Jeff Law1-2/+4
2014-01-10re PR rtl-optimization/59754 ([ree.c] Incorrect merge while working with vect...Jakub Jelinek1-0/+12
2014-01-08ree.c (get_sub_rtx): New function, extracted from...Jeff Law1-19/+35
2014-01-07re PR middle-end/53623 (sign extension is effectively split into two x86-64 i...Jeff Law1-5/+95
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-22add auto_vecTrevor Saunders1-3/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-09asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT.Richard Sandiford1-1/+2
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