summaryrefslogtreecommitdiff
path: root/gcc/dce.c
Commit message (Expand)AuthorAgeFilesLines
* dce.c (delete_unmarked_insns): Reversed the order that insns are examined bef...Kenneth Zadeck2009-01-161-9/+20
* dce.c (find_call_stack_args, [...]): Fixed comments.Kenneth Zadeck2009-01-151-4/+8
* re PR rtl-optimization/38245 (stack corruption when a call is removed but not...Jakub Jelinek2009-01-151-14/+290
* re PR tree-optimization/35805 ([ira] error in start_allocno_priorities, at ir...Kenneth Zadeck2009-01-031-1/+1
* re PR rtl-optimization/37922 (code generation error)Kenneth Zadeck2008-12-181-2/+2
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-9/+9
* ggc-common.c (loc_array): Make static.Jan Hubicka2008-09-111-0/+1
* df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher2008-06-181-8/+8
* Remove libcall notes.Steven Bosscher2008-06-171-151/+1
* re PR middle-end/36177 (g++.dg/opt/pr23714.C ICEs with 135041 -> 135057)Kenneth Zadeck2008-05-091-4/+20
* [multiple changes]Kenneth Zadeck2008-05-071-0/+9
* dbgcnt.def (ra_byte_scan): Added.Richard Sandiford2008-04-211-53/+171
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-6/+10
* dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn2008-02-261-2/+4
* dce.c (delete_unmarked_insns): Just delete the RETVAL and LIBCALL notes if...Andreas Krebbel2007-10-281-4/+11
* re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty)Eric Botcazou2007-10-221-137/+172
* dce.c (init_dce): Only initialize the obstacks for the fast pass.Eric Botcazou2007-10-161-55/+61
* re PR rtl-optimization/33653 (volatile memory access optimized away)Michael Matz2007-10-041-1/+1
* ra-conflict.c: New file.Kenneth Zadeck2007-10-021-2/+2
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-2/+2
* re PR middle-end/32758 (ecj1 hangs)Jakub Jelinek2007-08-301-1/+12
* alias.c (record_set, [...]): Constify.Kaveh R. Ghazi2007-07-301-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-07-071-1/+1
* [multiple changes]Richard Sandiford2007-07-011-24/+40
* revert: dce.c (deletable_insn_p_1): New function, split out from...Richard Sandiford2007-06-301-40/+24
* dce.c (deletable_insn_p_1): New function, split out from...Richard Sandiford2007-06-271-24/+40
* re PR target/32437 (MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c)Kenneth Zadeck2007-06-231-9/+17
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-0/+789
* * ssa-dce.c: Renamed from dce.c.Jeffrey A Law2001-06-191-618/+0
* * dce.c (eliminate_dead_code): Fix formatting glitch.Jeffrey A Law2001-06-181-5/+6
* Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz2000-11-141-5/+1
* dce.c: Remove all uses of assert.Mark Mitchell2000-08-031-15/+16
* Makefile.in (OBJS): Added dce.o.Jeffrey Oldham2000-08-021-0/+620