aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-27re PR rtl-optimization/45792 (cris-elf build failure (hangs) due to fix for P...Hans-Peter Nilsson1-9/+33
2010-09-24cfgcleanup.c (flow_find_head_matching_sequence): Terminate when reaching the ...Bernd Schmidt1-1/+4
2010-09-23re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt1-8/+285
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-06Revert accidental commit.Jan Hubicka1-7/+1
2010-06-06df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka1-1/+7
2010-05-17re PR middle-end/44102 (ICE with asm goto + __builtin_unreachable () in C++)Jakub Jelinek1-14/+30
2010-05-11re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek1-0/+19
2010-04-14re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)Bernd Schmidt1-26/+138
2010-03-16re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek1-2/+2
2009-10-26re PR bootstrap/41345 (bootstrap comparison failure with --disable-checking)Jakub Jelinek1-6/+20
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-12/+67
2009-07-25re PR rtl-optimization/40445 (g++ void f() { __builtin_unreachable(); })David Daney1-2/+9
2009-07-25cfgcleanup.c (old_insns_match_p): Handle the case of empty blocks.David Daney1-1/+6
2009-06-22alias.c: Use REG_P...Shujing Zhao1-3/+1
2009-06-13cfgcleanup.c (old_insns_match_p): Remove code to substitute REG_EQUAL/REG_EQU...Steven Bosscher1-34/+0
2009-06-11re PR c/39252 (Request new feature __builtin_unreachable ())David Daney1-2/+6
2009-05-29cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson1-2/+1
2009-04-08tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka1-2/+0
2008-10-09rtl.h (locator_eq): New decl.Jakub Jelinek1-2/+3
2008-10-07re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek1-1/+25
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-4/+3
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-4/+8
2008-03-02struct-equiv.c: Remove file.Andi Kleen1-128/+0
2008-02-26dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn1-0/+4
2008-01-11re PR middle-end/30905 (Fails to cross-jump)Steven Bosscher1-12/+44
2007-11-07re PR rtl-optimization/33737 (verify_flow_info failed: Wrong probability of e...Eric Botcazou1-2/+8
2007-10-22re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty)Eric Botcazou1-1/+0
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-2/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck1-1/+1
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-45/+69
2007-06-06haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak1-1/+1
2007-05-26basic-block.h: Remove the prototype for merge_seq_blocks.Kazu Hirata1-25/+0
2007-05-22hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford1-6/+2
2007-05-21gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka1-23/+1
2007-04-01re PR rtl-optimization/31391 (undefined label with -O -g due to cfglayout)Steven Bosscher1-0/+2
2007-02-04cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.Zdenek Dvorak1-2/+4
2007-02-01alias.c (init_alias_analysis): Correct whitespace.Roger Sayle1-3/+4
2007-01-27tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() s...Steven Bosscher1-10/+0
2007-01-18cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO...Steven Bosscher1-0/+6
2006-11-25jump.c (mark_all_labels): Work in cfglayout mode.Steven Bosscher1-3/+9
2006-11-11extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka1-5/+0
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-2/+0
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-18Whitespace fixupsMike Stump1-65/+65
2006-04-15cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-23cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak1-2/+0