aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-threadbackward.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-11re PR tree-optimization/70190 (ICE (segfault) at -O2 and -O3 on x86_64-linux-...Jeff Law1-0/+10
2016-03-04re PR tree-optimization/69196 (code size regression with jump threading at -O2)Jeff Law1-1/+5
2016-03-01re PR tree-optimization/69196 (code size regression with jump threading at -O2)Jeff Law1-0/+20
2016-03-01re PR tree-optimization/69196 (code size regression with jump threading at -O2)Jeff Law1-18/+36
2016-02-01re PR testsuite/68580 (FAIL: c-c++-common/tsan/pr65400-1.c -O0 execution test)Jeff Law1-214/+222
2016-01-27re PR tree-optimization/68398 (coremark regression due to r229685)Jeff Law1-21/+33
2016-01-25re PR tree-optimization/69196 (code size regression with jump threading at -O2)Jeff Law1-29/+124
2016-01-21[PATCH] [PR tree-optimization/69347] Fix memory consumption in threader & min...Jeff Law1-2/+2
2016-01-19re PR tree-optimization/69347 (excessive compile time with -O2)Jeff Law1-0/+5
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-29[PATCH][PR tree-optimization/67892] Use FSM threader to handle backedgesJeff Law1-7/+38
2015-10-26[PATCH] [PR tree-optimization/68013] Make sure first block in FSM pathJeff Law1-0/+5
2015-10-13[PATCH] Allow FSM to thread single block cases tooJeff Law1-4/+0
2015-10-12[PATCH] Allow FSM threader to thread more complex conditionsJeff Law1-3/+33
2015-10-12[PATCH] Improve FSM threader to handle compiler temporaries tooJeff Law1-3/+2
2015-10-11[PATCH] Refactoring FSM bits into their own fileJeff Law1-0/+325