aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-cfgcleanup.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+87
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+36
2013-05-06re PR middle-end/57147 (setjmp call and if body wrongly elided (function runs...Richard Biener1-1/+4
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-6/+16
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-2/+1
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+1
2013-02-11re PR tree-optimization/56264 (ICE in check_loop_closed_ssa_use, at tree-ssa...Richard Biener1-3/+7
2013-01-14tree-cfgcleanup.c (remove_forwarder_block): Unshare propagated PHI argument.Richard Biener1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-09-17* tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: RemoveEric Botcazou1-34/+5
2012-08-14graphite-scop-detection.c (create_sese_edges): Compute dominance info before ...Steven Bosscher1-0/+2
2012-07-19re PR middle-end/54017 (Incorrect implementation of infinite loops in OpenMP ...Jakub Jelinek1-36/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-6/+2
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-2/+6
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-1/+0
2011-07-04re PR tree-optimization/49615 (internal compiler error: verify_stmts failed /...Richard Guenther1-1/+1
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-05-13cfgrtl.c (cfg_layout_redirect_edge_and_branch): Adjust dump message.Eric Botcazou1-3/+2
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