summaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYO...Steven Bosscher2007-01-181-0/+6
* jump.c (mark_all_labels): Work in cfglayout mode.Steven Bosscher2006-11-251-3/+9
* extended.texi (__builtin_expect): We no longer require second argument to be ...Jan Hubicka2006-11-111-5/+0
* tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka2006-11-111-2/+0
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* Whitespace fixupsMike Stump2006-05-181-65/+65
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-04-151-1/+1
* cfgloopmanip.c (create_loop_notes): Removed.Zdenek Dvorak2006-03-231-2/+0
* cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak2006-03-031-2/+2
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-2/+4
* common.opt (-floop-optimize, [...]): Remove.Steven Bosscher2006-02-261-33/+0
* cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini2006-02-151-1/+1
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-1/+1
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-2/+1
* cfgcleanup.c (try_crossjump_to_edge): Fix comment typo.Gabor Loki2006-01-271-1/+1
* rtl-factoring.c: Add sequence abstraction algorithm.Gabor Loki2006-01-161-2/+39
* re PR rtl-optimization/20070 (If-conversion can't match equivalent code, and ...J"orn Rennecke2005-12-191-96/+465
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-3/+3
* PR rtl-optimization/20070 / part1J"orn Rennecke2005-12-131-68/+137
* cfgcleanup.c (condjump_equiv_p, [...]): Fix whitespace in vincinity of to-be-...J"orn Rennecke2005-12-121-18/+18
* Preparation for PR rtl-optimization/20070 / part1J"orn Rennecke2005-12-071-398/+88
* cfgcleanup.c (try_crossjump_to_edge): Always split SRC2 if it has EH predeces...Steven Bosscher2005-11-271-2/+14