summaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-18/+18
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-19/+19
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-4/+4
* re PR middle-end/53695 (ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O...Richard Guenther2012-10-291-0/+27
* re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Jan Hubicka2012-10-231-9/+19
* cfgloopmanip.c (copy_loop_info): New function.Jan Hubicka2012-10-171-0/+18
* tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet...Jan Hubicka2012-10-171-2/+1
* cfgloop.c (scale_loop_profile): Move to...Jan Hubicka2012-09-301-3/+109
* graphite-scop-detection.c (create_sese_edges): Compute dominance info before ...Steven Bosscher2012-08-141-0/+3
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-3/+3
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-2/+1
* cfglayout.h: Remove.Steven Bosscher2012-06-171-2/+0
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-0/+2
* re PR rtl-optimization/49710 (segfault)Jan Hubicka2012-01-051-4/+7
* re PR rtl-optimization/51069 (ICE in verify_loop_structure, at cfgloop.c:1559)Jan Hubicka2012-01-011-1/+6
* re PR bootstrap/48000 (LTO bootstrap failed with bootstrap-profiled)Zdenek Dvorak2011-03-071-1/+5
* re PR rtl-optimization/47899 (ICE in get_loop_body, at cfgloop.c:831)Zdenek Dvorak2011-03-051-4/+9
* re PR tree-optimization/46107 (-ftree-loop-distribute-patterns caused verify_...Jakub Jelinek2010-11-031-3/+6
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-3/+3
* re PR middle-end/42229 (cancel_loop_tree: bad read causes ice)Richard Guenther2009-12-021-9/+2
* i386.c (ix86_emit_restore_sse_regs_using_mov): Remove unused insn variable.Jakub Jelinek2009-11-271-7/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-11/+11
* cfgloopmanip.c (duplicate_subloops): Export.Razya Ladelsky2009-10-221-2/+1
* cfgloopmanip.c (create_empty_loop_on_edge): Generate upper bounds with LT_EXP...Sebastian Pop2009-08-281-6/+6
* Leave the loop_latch basic block empty.Sebastian Pop2009-07-311-39/+45
* re PR middle-end/39124 (-fno-exceptions leads to a ICE)Jakub Jelinek2009-02-101-4/+4
* backport: configure: Regenerate.Sebastian Pop2008-09-021-33/+239
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-6/+41
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-4/+5
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-4/+4
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak2007-08-041-9/+7
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* cfgloopmanip.c (fix_loop_structure): Call force_single_succ_latches.Zdenek Dvorak2007-07-251-0/+3
* tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare...Zdenek Dvorak2007-07-201-4/+11
* cfg.c (init_flow): Use type safe memory macros.Thomas Neumann2007-06-051-1/+1
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-20/+20
* re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak2007-05-241-2/+2
* tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak2007-05-171-4/+3
* tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak2007-05-141-1/+1
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-14/+14
* cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak2007-04-091-25/+54
* loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak2007-02-061-28/+36
* cfgloopmanip.c (loop_delete_branch_edge): Removed.Zdenek Dvorak2007-02-041-44/+3
* loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.Zdenek Dvorak2007-01-141-36/+40
* loop.texi: Document recording of loop exits.Zdenek Dvorak2007-01-121-81/+9
* loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak2007-01-031-25/+114
* loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak2006-12-201-8/+15
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-43/+15
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-90/+87