summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* cfgcleanup.c (try_head_merge_bb): If get_condition returns NULL for a jump th...Bernd Schmidt2011-11-021-2/+16
* re PR rtl-optimization/44469 (internal compiler error: in fixup_reorder_chain...Eric Botcazou2011-01-261-2/+1
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-12-141-11/+330
* re PR debug/46782 (-fcompare-debug failure (length) with -fvar-tracking)Alexandre Oliva2010-12-131-2/+8
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* Revert revision 164552.H.J. Lu2010-11-031-309/+8
* cfgcleanup.c (try_forward_edges): Do not throw away previous steps when stopp...Eric Botcazou2010-10-211-13/+20
* basic-block.h (find_fallthru_edge): Define.Nathan Froyd2010-10-211-18/+3
* re PR rtl-optimization/45792 (cris-elf build failure (hangs) due to fix for P...Hans-Peter Nilsson2010-09-271-9/+33
* cfgcleanup.c (flow_find_head_matching_sequence): Terminate when reaching the ...Bernd Schmidt2010-09-241-1/+4
* re PR rtl-optimization/44374 (Hoist same instructions in different branches)Bernd Schmidt2010-09-231-8/+285
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* Revert accidental commit.Jan Hubicka2010-06-061-7/+1
* df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka2010-06-061-1/+7
* re PR middle-end/44102 (ICE with asm goto + __builtin_unreachable () in C++)Jakub Jelinek2010-05-171-14/+30
* re PR middle-end/44071 (ICE with asm goto and __builtin_unreachable())Jakub Jelinek2010-05-111-0/+19
* re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)Bernd Schmidt2010-04-141-26/+138
* re PR debug/43051 (VTA causes a stack living parameter unavailable in most of...Jakub Jelinek2010-03-161-2/+2
* re PR bootstrap/41345 (bootstrap comparison failure with --disable-checking)Jakub Jelinek2009-10-261-6/+20
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-12/+67
* re PR rtl-optimization/40445 (g++ void f() { __builtin_unreachable(); })David Daney2009-07-251-2/+9
* cfgcleanup.c (old_insns_match_p): Handle the case of empty blocks.David Daney2009-07-251-1/+6
* alias.c: Use REG_P...Shujing Zhao2009-06-221-3/+1
* cfgcleanup.c (old_insns_match_p): Remove code to substitute REG_EQUAL/REG_EQU...Steven Bosscher2009-06-131-34/+0
* re PR c/39252 (Request new feature __builtin_unreachable ())David Daney2009-06-111-2/+6
* cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson2009-05-291-2/+1
* tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka2009-04-081-2/+0
* rtl.h (locator_eq): New decl.Jakub Jelinek2008-10-091-2/+3
* re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek2008-10-071-1/+25
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-4/+3
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+3
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-4/+8
* struct-equiv.c: Remove file.Andi Kleen2008-03-021-128/+0
* dbgcnt.def (cfg_cleanup, [...]): New counters.David Edelsohn2008-02-261-0/+4
* re PR middle-end/30905 (Fails to cross-jump)Steven Bosscher2008-01-111-12/+44
* re PR rtl-optimization/33737 (verify_flow_info failed: Wrong probability of e...Eric Botcazou2007-11-071-2/+8
* re PR rtl-optimization/33644 (ICE in local_cprop_pass with -ftrapv for crafty)Eric Botcazou2007-10-221-1/+0
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-2/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* toplev.c (no_new_pseudos): Deleted.Kenneth Zadeck2007-07-111-1/+1
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-45/+69
* haifa-sched.c (restore_bb_notes): Clear bb field of the notes emited outside ...Zdenek Dvorak2007-06-061-1/+1
* basic-block.h: Remove the prototype for merge_seq_blocks.Kazu Hirata2007-05-261-25/+0
* hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford2007-05-221-6/+2
* gengtype.c (adjust_field_rtx_def): Use NOTE_KIND instead of NOTE_LINE_NUMBER...Jan Hubicka2007-05-211-23/+1
* re PR rtl-optimization/31391 (undefined label with -O -g due to cfglayout)Steven Bosscher2007-04-011-0/+2
* cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR.Zdenek Dvorak2007-02-041-2/+4
* alias.c (init_alias_analysis): Correct whitespace.Roger Sayle2007-02-011-3/+4
* tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() s...Steven Bosscher2007-01-271-10/+0