summaryrefslogtreecommitdiff
path: root/gcc/loop-init.c
Commit message (Expand)AuthorAgeFilesLines
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+0
* tree-ssa-loop.h: Remove include files.Andrew MacLeod2013-10-231-1/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+2
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-14/+14
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-128/+250
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-8/+8
* re PR tree-optimization/57081 (Segmentation fault in simple_iv (tree-scalar-e...Richard Biener2013-04-291-0/+3
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-1/+12
* re PR rtl-optimization/56921 (ICE in rtx_cost called by doloop_optimize_loops...Richard Biener2013-04-171-8/+4
* re PR rtl-optimization/56921 (ICE in rtx_cost called by doloop_optimize_loops...Richard Biener2013-04-161-4/+8
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-1/+1
* re PR middle-end/56525 (Access to ggc_freed memory in flow_loops_find)Richard Biener2013-03-051-3/+12
* loop-init.c (loop_optimizer_init): Clear loop state when re-initializing pres...Richard Biener2013-02-131-0/+3
* re PR tree-optimization/56264 (ICE in check_loop_closed_ssa_use, at tree-ssa...Richard Biener2013-02-111-3/+12
* re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener2013-02-081-29/+126
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR middle-end/54838 (ICE: in merge_latch_edges, at cfgloop.c:678 with -ftr...Richard Biener2012-12-181-0/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+7
* timevar.def (TV_VARPOOL, [...]): Remove.Steven Bosscher2012-08-151-1/+9
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* basic-block.h: Re-group most prototypes per file.Steven Bosscher2012-07-081-3/+9
* cfglayout.h: Remove.Steven Bosscher2012-06-171-1/+0
* re PR rtl-optimization/52803 (ICE: in ira, at ira.c:3616 with -fno-move-loop-...Richard Guenther2012-04-021-7/+16
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-9/+38
* cfgloop.c (verify_loop_structure): Verify dominators before using them.Richard Guenther2012-03-051-1/+0
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-10/+6
* re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou2011-02-141-9/+3
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* timevar.def (TV_LOOP_MOVE_INVARIANTS, [...]): New timevars.Richard Guenther2009-11-271-4/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* sel-sched.h, [...]: New files.Andrey Belevantsev2008-09-011-2/+12
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-19/+33
* regrename.c (pass_regrename, [...]): Add RTL sharing verifier.Jan Hubicka2007-09-051-6/+6
* configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini2007-08-051-1/+2
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak2007-08-041-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-6/+8
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-14/+5
* tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak2007-05-141-2/+3
* tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher2007-03-231-11/+2
* loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak2007-02-061-11/+13
* toplev.c (lang_dependent_init): Call init_set_costs.Zdenek Dvorak2007-02-011-7/+0
* loop.texi: Document recording of loop exits.Zdenek Dvorak2007-01-121-2/+4
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-6/+9
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-10/+10