aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-init.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-128/+250
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-8/+8
2013-04-29re PR tree-optimization/57081 (Segmentation fault in simple_iv (tree-scalar-e...Richard Biener1-0/+3
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-1/+12
2013-04-17re PR rtl-optimization/56921 (ICE in rtx_cost called by doloop_optimize_loops...Richard Biener1-8/+4
2013-04-16re PR rtl-optimization/56921 (ICE in rtx_cost called by doloop_optimize_loops...Richard Biener1-4/+8
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-03-05re PR middle-end/56525 (Access to ggc_freed memory in flow_loops_find)Richard Biener1-3/+12
2013-02-13loop-init.c (loop_optimizer_init): Clear loop state when re-initializing pres...Richard Biener1-0/+3
2013-02-11re PR tree-optimization/56264 (ICE in check_loop_closed_ssa_use, at tree-ssa...Richard Biener1-3/+12
2013-02-08re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener1-29/+126
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
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-0/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+7
2012-08-15timevar.def (TV_VARPOOL, [...]): Remove.Steven Bosscher1-1/+9
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-3/+9
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-04-02re PR rtl-optimization/52803 (ICE: in ira, at ira.c:3616 with -fno-move-loop-...Richard Guenther1-7/+16
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-9/+38
2012-03-05cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther1-1/+0
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-10/+6
2011-02-14re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou1-9/+3
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2009-11-27timevar.def (TV_LOOP_MOVE_INVARIANTS, [...]): New timevars.Richard Guenther1-4/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-2/+12
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-19/+33
2007-09-05regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka1-6/+6
2007-08-05configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini1-1/+2
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-2/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-6/+8
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-14/+5
2007-05-14tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak1-2/+3
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-11/+2
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-11/+13
2007-02-01toplev.c (lang_dependent_init): Call init_set_costs.Zdenek Dvorak1-7/+0
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-2/+4
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-6/+9
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-10/+10
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-35/+37
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-6/+12
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-2/+2
2006-02-10invoke.texi (-floop-optimize2): Removed.Zdenek Dvorak1-2/+5
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-8/+5
2006-02-05tree-vrp.c (cfg_loops): Removed.Zdenek Dvorak1-6/+13