summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-split-paths.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-05-01re PR tree-optimization/88797 (Unneeded branch added when function is inlined...Jeff Law
2019-01-01Update copyright years.Jakub Jelinek
2018-12-14gimple-ssa-split-paths.c (is_feasible_trace): Remove duplicated code block.Richard Biener
2018-12-10re PR tree-optimization/80520 (Performance regression from missing if-convers...Jeff Law
2018-01-03Update copyright years.Jakub Jelinek
2017-04-12re PR tree-optimization/79390 (10% performance drop in SciMark2 LU after r242...Richard Biener
2017-02-24re PR tree-optimization/79389 (30% performance regression in SciMark2 MonteCa...Richard Biener
2017-02-24re PR tree-optimization/79389 (30% performance regression in SciMark2 MonteCa...Richard Biener
2017-01-13re PR tree-optimization/77283 (Revision 238005 disables loop unrolling)Richard Biener
2017-01-01Update copyright years.Jakub Jelinek
2016-07-05gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa): Handle e...Richard Biener
2016-02-29re PR tree-optimization/69999 (ICE in verify_loop_structure, at cfgloop.c:163...Jeff Law
2016-02-05re PR tree-optimization/68541 (Path splitting causes if-conversion miss)Jeff Law
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-22[PATCH] Avoid unnecessary block copying in path splittingJeff Law
2015-12-17[PATCH] Limit path splitting to loops we optimize for speedJeff Law
2015-11-13[Patch,tree-optimization]: Add new path Splitting pass on tree ssaAjit Agarwal