aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+0
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-1/+5
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-10-21cfgloop.c (flow_loops_find): Call bb_has_abnormal_pred.Nathan Froyd1-18/+3
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-25re PR tree-optimization/44539 (ICE: verify_ssa failed: type mismatch between ...Jakub Jelinek1-0/+3
2010-06-12Fix typo.Jan Hubicka1-1/+1
2010-06-12re PR tree-optimization/44485 (ICE in get_expr_operands, at tree-ssa-operands...Jan Hubicka1-3/+19
2010-06-11Revert accidental commit.Jan Hubicka1-16/+2
2010-06-11invoke.texi (Wsuggest-attribute): Document.Jan Hubicka1-2/+16
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-06-01tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...; remove return va...Jan Hubicka1-4/+44
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-2/+0
2010-05-21re PR debug/44205 (Wrong .debug_line for -O0 -g)Jakub Jelinek1-5/+10
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-18re PR tree-optimization/43402 (dom1 miscompiles binary search)Michael Matz1-4/+12
2010-03-12re PR debug/43329 (Early inlining causes suboptimal debug info)Jakub Jelinek1-3/+7
2010-02-26re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e...Richard Guenther1-1/+39
2010-01-28re PR middle-end/42883 (internal compiler error: in redirect_eh_edge_1, at tr...Richard Biener1-3/+4
2010-01-17tree-ssa-uncprop.c (uncprop_into_successor_phis): Fix PHI node existence check.Richard Guenther1-1/+1
2010-01-15re PR middle-end/42739 (ICE with computed goto, destructors, and optimization)Richard Guenther1-17/+36
2009-12-01re PR debug/42234 (internal compiler error: verify_ssa failed)Jakub Jelinek1-2/+2
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-09-14Squash commit of EH in gimpleRichard Henderson1-3/+10
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+8
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-2/+5
2009-04-25tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels.Jan Hubicka1-20/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-10-29re PR middle-end/37913 (ICE: Segmentation fault in link_block, cfg.c:153)Jakub Jelinek1-0/+5
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-93/+86
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+6
2008-03-05cfg.c: Include tree-flow.h.Aldy Hernandez1-6/+9
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-4/+4
2007-08-01tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak1-1/+34
2007-08-01tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak1-20/+33
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-2/+2
2007-04-27tree-cfgcleanup.c (cleanup_tree_cfg): Verify dominance info if it claims to b...Zdenek Dvorak1-1/+6
2007-04-26tree-cfgcleanup.c (cfgcleanup_altered_bbs): New global variable.Zdenek Dvorak1-135/+173
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-2/+3
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-4/+24
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-1/+1
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-1/+2
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-15/+8
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-2/+2
2006-11-07re PR middle-end/29610 (ICE when compiling c++ code with -O2 -funswitch-loops)Richard Guenther1-1/+1
2006-07-17re PR tree-optimization/19505 (java bytecode to native ICE in remove_unreacha...Andrew Haley1-0/+19
2006-04-20re PR tree-optimization/26854 (Inordinate compile times on large routines)Jeff Law1-2/+1
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1