aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ivcanon.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka1-4/+5
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-3/+3
2017-06-19tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take struct function ...Richard Biener1-3/+4
2017-06-16tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update profile.Jan Hubicka1-2/+5
2017-06-16re PR tree-optimization/81090 ([graphite] ICE in loop_preheader_edge)Richard Biener1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-8/+9
2017-05-18Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum.Martin Liska1-1/+1
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-4/+4
2017-04-21tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require sth as stric...Richard Biener1-9/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-24re PR tree-optimization/71595 (ICE on valid code at -O2 and -O3 on x86_64-lin...Richard Biener1-2/+2
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-8/+2
2016-06-16pr36648.cc: Disable cunrolliJan Hubicka1-61/+65
2016-06-07gimple.c: Include builtins.hJan Hubicka1-19/+22
2016-06-06re PR tree-optimization/71398 (ICE at -O3 in 32-bit and 64-bit mode on x86_64...Richard Biener1-10/+10
2016-06-01re PR tree-optimization/71366 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Richard Biener1-52/+46
2016-05-30invoke.texi (-fpeel-loops,-O3): Update documentation.Jan Hubicka1-13/+31
2016-05-30tree-ssa-loop-ivcanon.c (try_peel_loop): Correctly set wont_exit for peeled c...Jan Hubicka1-11/+57
2016-05-30predict.h (force_edge_cold): Declare.Jan Hubicka1-5/+24
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+8
2016-05-13[obvious] Typo fix in tree-ssa-loop-ivanon.cKyrylo Tkachov1-1/+1
2016-05-13[obvious] Fix param name in dump fileKyrylo Tkachov1-1/+1
2016-03-29tree-ssa-loop-ivcanon.c (try_peel_loop): Change type of peel to HOST_WIDE_INT.Jan Hubicka1-4/+4
2016-03-21re PR tree-optimization/70288 (ICE with -O1 -fno-tree-dominator-opts)Richard Biener1-2/+8
2016-03-07re PR tree-optimization/70115 (gcc ICE at -O2 (seg fault) and above on valid ...Richard Biener1-34/+2
2016-02-01re PR tree-optimization/69579 (gcc ICE at -O3 and __sigsetjmp with “tree ch...Richard Biener1-1/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-5/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-3/+1
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-3/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-5/+5
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-08re PR tree-optimization/66422 (-Warray-bounds false positive with -O3)Richard Biener1-1/+1
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-19/+22
2014-11-15tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Add log message for max...Eric Botcazou1-4/+9
2014-11-13ipa-utils.h: Fix typo in comments.Felix Yang1-4/+4
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-10-20cfgrtl.h: New.Andrew MacLeod1-0/+1
2014-10-15loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka1-4/+140
2014-07-09remove has_executeTrevor Saunders1-3/+0