aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-init.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09remove has_executeTrevor Saunders1-6/+0
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-6/+5
2014-04-23Makefile.in (OBJS): Remove loop-unswitch.o.Richard Biener1-43/+0
2014-04-23re PR tree-optimization/60891 (ICE: SIGSEGV (Invalid write/read) in pre_and_r...Richard Biener1-7/+10
2014-04-17pass cfun to pass::executeTrevor Saunders1-70/+65
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-61/+44
2014-04-17remove has_gateTrevor Saunders1-7/+0
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-2/+2
2013-11-24re PR bootstrap/59279 (r205337 breaks bootstrap with java)Steven Bosscher1-1/+1
2013-11-24jump.c (reset_insn_reg_label_operand_notes): New function, split out from ...Steven Bosscher1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-7/+3
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+0
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-14/+14
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
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