aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-init.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-653/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-24Reduce scope of a few 'class loop *loop' variablesThomas Schwinge1-1/+1
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-3/+2
2021-06-15Handle multiple latches in irreducible region markRichard Biener1-1/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-18Clean up loop-closed PHIs after loop finalizeguojiufu1-1/+8
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-31loop-init.c (gate): Do not enale RTL loop unroller with -fpeel-loops.Jan Hubicka1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-03[PR tree-optimization/68599] Avoid over-zealous optimization with -funsafe-lo...Jeff Law1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-9/+3
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-16/+14
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+3
2015-07-05target-insns.def (doloop_begin, doloop_end): New targetm instruction patterns.Richard Sandiford1-12/+5
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