aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-01Rename duplicate_loop_to_header_edge to duplicate_loop_body_to_header_edgeXionghu Luo1-10/+12
2021-10-08loop: Fix profile updates after unrolling [PR102385]Richard Sandiford1-28/+83
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-2/+1
2021-07-21unroll: Avoid unnecessary tail loops for constant nitersRichard Sandiford1-142/+164
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-09-24add move CTOR to auto_vec, use auto_vec for get_loop_exit_edgesRichard Biener1-2/+1
2020-03-24loop-manip: Avoid -fcompare-debug issues in create_iv [PR94285]Jakub Jelinek1-3/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-29/+29
2019-07-05* tree-ssa-loop-manip.c (create_iv): Add missing guard for gsi_end_p.Eric Botcazou1-1/+2
2019-07-05tree-cfg.c (gimple_make_forwarder_block): Propagate location info on phi node...Eric Botcazou1-2/+14
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-1/+1
2018-11-05re PR tree-optimization/87873 (ICE: verify_gimple failed (error: incompatible...Richard Biener1-4/+7
2018-06-20Generate correctly typed compare in canonicalize_loop_ivsTom de Vries1-1/+2
2018-01-11re PR tree-optimization/83189 (internal compiler error: in probability_in, at...Jan Hubicka1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-16* tree-ssa-loop-manip.cJan Hubicka1-8/+8
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-9/+4
2017-10-19asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka1-6/+2
2017-09-25re PR tree-optimization/82163 (ICE on valid code at -O3 on x86_64-linux-gnu: ...Bin Cheng1-37/+51
2017-08-30[19/77] Add a smallest_int_mode_for_size helper functionRichard Sandiford1-2/+1
2017-07-16tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use profile_proabilit...Jan Hubicka1-21/+14
2017-07-01cfg.c (scale_bbs_frequencies): New function.Jan Hubicka1-7/+6
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-12/+24
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-11/+9
2017-05-04Cap niter_for_unrolled_loop to upper boundRichard Sandiford1-0/+12
2017-04-19re PR debug/80436 (-fcompare-debug failure)Jakub Jelinek1-0/+3
2017-02-27re PR tree-optimization/77536 (Vectorizer not maintaining relationship of rel...Bin Cheng1-22/+48
2017-02-05re PR tree-optimization/79347 (vect_do_peeling is messing up profile)Jan Hubicka1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-3/+1
2016-06-09re PR tree-optimization/71462 (gcc ICE at -O3 on valid code on x86_64-linux-...Richard Biener1-2/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-04ENABLE_CHECKING refactoring: remove remaining occurrencesMikhail Maltsev1-7/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-16/+14
2015-09-20switch from gimple to gimple*Trevor Saunders1-8/+8
2015-08-31Reimplement rewrite_virtuals_into_loop_closed_ssaTom de Vries1-66/+160
2015-08-31Improve function header comments in tree-ssa-loop-manip.cTom de Vries1-12/+12
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-07-07Add rewrite_virtuals_into_loop_closed_ssaTom de Vries1-0/+51
2015-06-25Remove 'unsigned' in header comment canonicalize_loop_ivsTom de Vries1-9/+8
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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0