aboutsummaryrefslogtreecommitdiff
path: root/gcc/dce.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-08-21Revert:Jeff Law1-11/+0
2013-08-20dce.c (fini_dce): Call df_analyze again just in case delete_unmarked_insns re...Alexey Makhalov1-0/+11
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-34/+70
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-4/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-11-12re PR rtl-optimization/51447 (global register variable definition incorrectly...Steven Bosscher1-0/+6
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-2/+2
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-30re PR debug/54953 (New sra-1.c FAILs on powerpc)Jakub Jelinek1-3/+8
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-2/+2
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-1/+4
2012-10-02re PR debug/54551 (DF resets some DEBUG_INSNs unnecessarily)Alexandre Oliva1-12/+23
2012-08-02re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva1-0/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-28re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Alexandre Oliva1-4/+10
2012-06-25re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford1-2/+2
2012-06-25re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford1-2/+2
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-2/+9
2012-06-13re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva1-14/+16
2012-04-13re PR debug/48866 (gcc hangs when -g is set)Alexandre Oliva1-9/+49
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-6/+6
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+0
2011-06-09re PR middle-end/49308 (segfault in rest_of_handle_ud_dce () at gcc/gcc/dce.c...Jakub Jelinek1-3/+4
2011-06-06dce.c (reset_unmarked_insns_debug_uses): New.Alexandre Oliva1-2/+42
2011-06-01Pass name cleanupsDavid Li1-2/+2
2011-01-19re PR rtl-optimization/47337 (Wrong RTL dce of calls)Jakub Jelinek1-12/+26
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-11-16re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou1-27/+7
2010-08-04re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3)Bernd Schmidt1-1/+1
2010-07-29dce.c (run_word_dce): Take flag_dce into account.Bernd Schmidt1-0/+7
2010-07-29re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt1-86/+26
2010-06-09re PR rtl-optimization/42461 (missed optimization for pure functions)Eric Botcazou1-8/+8
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka1-2/+2
2010-06-04* dce.c (dce_process_block): Do not re-scan already marked instructions.Jan Hubicka1-12/+11
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka1-0/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-16/+16
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-4/+4
2009-09-14Squash commit of EH in gimpleRichard Henderson1-14/+9
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+4
2009-05-29tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther1-4/+3
2009-04-30Makefile.in (dce.o): Add $(EXCEPT_H).Eric Botcazou1-3/+5
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-3/+3
2009-01-16dce.c (delete_unmarked_insns): Reversed the order that insns are examined bef...Kenneth Zadeck1-9/+20
2009-01-15dce.c (find_call_stack_args, [...]): Fixed comments.Kenneth Zadeck1-4/+8
2009-01-15re PR rtl-optimization/38245 (stack corruption when a call is removed but not...Jakub Jelinek1-14/+290
2009-01-03re PR tree-optimization/35805 ([ira] error in start_allocno_priorities, at ir...Kenneth Zadeck1-1/+1
2008-12-18re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck1-2/+2
2008-10-11re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck1-9/+9