aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-18re PR middle-end/54838 (ICE: in merge_latch_edges, at cfgloop.c:678 with -ftr...Richard Biener1-24/+42
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-18/+18
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-19/+19
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-4/+4
2012-10-29re PR middle-end/53695 (ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O...Richard Guenther1-0/+27
2012-10-23re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Jan Hubicka1-9/+19
2012-10-17cfgloopmanip.c (copy_loop_info): New function.Jan Hubicka1-0/+18
2012-10-17tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka1-2/+1
2012-09-30cfgloop.c (scale_loop_profile): Move to...Jan Hubicka1-3/+109
2012-08-14graphite-scop-detection.c (create_sese_edges): Compute dominance info before ...Steven Bosscher1-0/+3
2012-08-13tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-06-17cfglayout.h: Remove.Steven Bosscher1-2/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-0/+2
2012-01-05re PR rtl-optimization/49710 (segfault)Jan Hubicka1-4/+7
2012-01-01re PR rtl-optimization/51069 (ICE in verify_loop_structure, at cfgloop.c:1559)Jan Hubicka1-1/+6
2011-03-07re PR bootstrap/48000 (LTO bootstrap failed with bootstrap-profiled)Zdenek Dvorak1-1/+5
2011-03-05re PR rtl-optimization/47899 (ICE in get_loop_body, at cfgloop.c:831)Zdenek Dvorak1-4/+9
2010-11-03re PR tree-optimization/46107 (-ftree-loop-distribute-patterns caused verify_...Jakub Jelinek1-3/+6
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2009-12-02re PR middle-end/42229 (cancel_loop_tree: bad read causes ice)Richard Guenther1-9/+2
2009-11-27i386.c (ix86_emit_restore_sse_regs_using_mov): Remove unused insn variable.Jakub Jelinek1-7/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-11/+11
2009-10-22cfgloopmanip.c (duplicate_subloops): Export.Razya Ladelsky1-2/+1
2009-08-28cfgloopmanip.c (create_empty_loop_on_edge): Generate upper bounds with LT_EXP...Sebastian Pop1-6/+6
2009-07-31Leave the loop_latch basic block empty.Sebastian Pop1-39/+45
2009-02-10re PR middle-end/39124 (-fno-exceptions leads to a ICE)Jakub Jelinek1-4/+4
2008-09-02backport: configure: Regenerate.Sebastian Pop1-33/+239
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-6/+41
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-4/+5
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-4/+4
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-9/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.Zdenek Dvorak1-0/+3
2007-07-20tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare...Zdenek Dvorak1-4/+11
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-1/+1
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-20/+20
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-2/+2
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-4/+3
2007-05-14tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak1-1/+1
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-14/+14
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-25/+54
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-28/+36
2007-02-04cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak1-44/+3
2007-01-14loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.Zdenek Dvorak1-36/+40
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-81/+9
2007-01-03loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak1-25/+114