aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-23reload.c (find_reloads): Exit loop once we find this operand cannot be reload...Po-Chun Chang1-1/+5
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-1/+1
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-6/+6
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-1/+1
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-16/+19
2013-02-08re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener1-156/+0
2013-01-25Fix PR56035.Marek Polacek1-4/+2
2013-01-17Fix PR55833.Marek Polacek1-5/+13
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-09re PR tree-optimization/55569 (ICE: in check_probability, at basic-block.h:94...Jan Hubicka1-2/+2
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