aboutsummaryrefslogtreecommitdiff
path: root/gcc/dce.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-11ggc-common.c (loc_array): Make static.Jan Hubicka1-0/+1
2008-06-18df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher1-8/+8
2008-06-17Remove libcall notes.Steven Bosscher1-151/+1
2008-05-09re PR middle-end/36177 (g++.dg/opt/pr23714.C ICEs with 135041 -> 135057)Kenneth Zadeck1-4/+20
2008-05-07[multiple changes]Kenneth Zadeck1-0/+9
2008-04-21dbgcnt.def (ra_byte_scan): Added.Richard Sandiford1-53/+171
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-6/+10
2008-02-26dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn1-2/+4
2007-10-28dce.c (delete_unmarked_insns): Just delete the RETVAL and LIBCALL notes if...Andreas Krebbel1-4/+11
2007-10-22re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty)Eric Botcazou1-137/+172
2007-10-16dce.c (init_dce): Only initialize the obstacks for the fast pass.Eric Botcazou1-55/+61
2007-10-04re PR rtl-optimization/33653 (volatile memory access optimized away)Michael Matz1-1/+1
2007-10-02ra-conflict.c: New file.Kenneth Zadeck1-2/+2
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+2
2007-08-30re PR middle-end/32758 (ecj1 hangs)Jakub Jelinek1-1/+12
2007-07-30alias.c (record_set, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-07auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-01[multiple changes]Richard Sandiford1-24/+40
2007-06-30revert: dce.c (deletable_insn_p_1): New function, split out from...Richard Sandiford1-40/+24
2007-06-27dce.c (deletable_insn_p_1): New function, split out from...Richard Sandiford1-24/+40
2007-06-23re PR target/32437 (MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c)Kenneth Zadeck1-9/+17