aboutsummaryrefslogtreecommitdiff
path: root/gcc/dce.c
AgeCommit message (Expand)Author
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-08-21Revert:Jeff Law
2013-08-20dce.c (fini_dce): Call df_analyze again just in case delete_unmarked_insns re...Alexey Makhalov
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-11-12re PR rtl-optimization/51447 (global register variable definition incorrectly...Steven Bosscher
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai
2012-10-30re PR debug/54953 (New sra-1.c FAILs on powerpc)Jakub Jelinek
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher
2012-10-02re PR debug/54551 (DF resets some DEBUG_INSNs unnecessarily)Alexandre Oliva
2012-08-02re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva
2012-07-16system.h (dump_file): Do not define.Steven Bosscher
2012-06-28re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Alexandre Oliva
2012-06-25re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford
2012-06-25re PR debug/53740 (--enable-checking=yes,rtl bootstrap failure with ada)Richard Sandiford
2012-06-15re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou
2012-06-13re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva
2012-04-13re PR debug/48866 (gcc hangs when -g is set)Alexandre Oliva
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-06-09re PR middle-end/49308 (segfault in rest_of_handle_ud_dce () at gcc/gcc/dce.c...Jakub Jelinek
2011-06-06dce.c (reset_unmarked_insns_debug_uses): New.Alexandre Oliva
2011-06-01Pass name cleanupsDavid Li
2011-01-19re PR rtl-optimization/47337 (Wrong RTL dce of calls)Jakub Jelinek
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-11-16re PR rtl-optimization/46315 (-O2 -fno-strict-overflow causes wrong code gene...Eric Botcazou
2010-08-04re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3)Bernd Schmidt
2010-07-29dce.c (run_word_dce): Take flag_dce into account.Bernd Schmidt
2010-07-29re PR rtl-optimization/42575 (arm-eabi-gcc 64-bit multiply weirdness)Bernd Schmidt
2010-06-09re PR rtl-optimization/42461 (missed optimization for pure functions)Eric Botcazou
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka
2010-06-04* dce.c (dce_process_block): Do not re-scan already marked instructions.Jan Hubicka
2010-06-01fwprop.c: Make emit-rtl.h include last.Jan Hubicka
2009-11-25Remove trailing white spaces.H.J. Lu
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski
2009-09-14Squash commit of EH in gimpleRichard Henderson
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva
2009-05-29tree-ssa-operands.c (get_expr_operands): Do not handle INDIRECT_REFs in the h...Richard Guenther
2009-04-30Makefile.in (dce.o): Add $(EXCEPT_H).Eric Botcazou
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor
2009-01-16dce.c (delete_unmarked_insns): Reversed the order that insns are examined bef...Kenneth Zadeck