aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-init.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-23cfgexpand.c (expand_gimple_stmt_1): Use ops.code.Richard Biener1-0/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+11
2014-10-21cfg.h: New.Andrew MacLeod1-0/+1
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka1-12/+9
2014-09-08re PR bootstrap/63204 (gtype-desc.c:887:40: error: 'struct loop' has no membe...Richard Biener1-4/+0
2014-09-05cfgloop.c (mark_loop_for_removal): Record former header when ENABLE_CHECKING.Richard Biener1-0/+35
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