summaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-split-paths.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* gimple-ssa-split-paths.c (find_block_to_duplicate_for_splitting_pa): Handle e...Richard Biener2016-07-051-8/+17
* re PR tree-optimization/69999 (ICE in verify_loop_structure, at cfgloop.c:163...Jeff Law2016-02-291-0/+18
* re PR tree-optimization/68541 (Path splitting causes if-conversion miss)Jeff Law2016-02-051-12/+101
* tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek2016-01-231-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* [PATCH] Avoid unnecessary block copying in path splittingJeff Law2015-12-221-5/+4
* [PATCH] Limit path splitting to loops we optimize for speedJeff Law2015-12-171-1/+7
* [Patch,tree-optimization]: Add new path Splitting pass on tree ssaAjit Agarwal2015-11-131-0/+270