summaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/49615 (internal compiler error: verify_stmts failed /...Richard Guenther2011-07-041-1/+1
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-1/+1
* cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.Eric Botcazou2011-05-131-3/+2
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+0
* timevar.def (TV_IPA_OPT, [...]): New.Michael Matz2010-11-171-1/+5
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd2010-10-211-18/+3
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR tree-optimization/44539 (ICE: verify_ssa failed: type mismatch between ...Jakub Jelinek2010-06-251-0/+3
* Fix typo.Jan Hubicka2010-06-121-1/+1
* re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jan Hubicka2010-06-121-3/+19
* Revert accidental commit.Jan Hubicka2010-06-111-16/+2
* invoke.texi (Wsuggest-attribute): Document.Jan Hubicka2010-06-111-2/+16
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-2/+0
* tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...; remove return va...Jan Hubicka2010-06-011-4/+44
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* re PR debug/44205 (Wrong .debug_line for -O0 -g)Jakub Jelinek2010-05-211-5/+10
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR tree-optimization/43402 (dom1 miscompiles binary search)Michael Matz2010-03-181-4/+12
* re PR debug/43329 (Early inlining causes suboptimal debug info)Jakub Jelinek2010-03-121-3/+7
* re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...Richard Guenther2010-02-261-1/+39
* re PR middle-end/42883 (internal compiler error: in redirect_eh_edge_1, at tr...Richard Biener2010-01-281-3/+4
* tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther2010-01-171-1/+1
* re PR middle-end/42739 (ICE with computed goto, destructors, and optimization)Richard Guenther2010-01-151-17/+36
* re PR debug/42234 (internal compiler error: verify_ssa failed)Jakub Jelinek2009-12-011-2/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* Squash commit of EH in gimpleRichard Henderson2009-09-141-3/+10
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-2/+8
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-2/+5
* tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka2009-04-251-20/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR middle-end/37913 (ICE: Segmentation fault in link_block, cfg.c:153)Jakub Jelinek2008-10-291-0/+5
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-93/+86
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+6
* cfg.c: Include tree-flow.h.Aldy Hernandez2008-03-051-6/+9
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak2007-08-041-4/+4
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-1/+34
* tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak2007-08-011-20/+33
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-2/+2
* tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info if it claims to b...Zdenek Dvorak2007-04-271-1/+6
* tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.Zdenek Dvorak2007-04-261-135/+173
* cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak2007-04-091-2/+3
* common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor2007-02-131-4/+24
* loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak2007-02-061-1/+1
* tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka2007-01-181-1/+2
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-15/+8
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-2/+2
* re PR middle-end/29610 (ICE when compiling c++ code with -O2 -funswitch-loops)Richard Guenther2006-11-071-1/+1