aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading
AgeCommit message (Expand)Author
2009-06-19make jump threading handle lexically identical compare instructionsChris Lattner
2009-06-19Teach jump threading to look at comparisons between phi nodes and non-constants.Nick Lewycky
2009-05-04Restore minor deletion.Mike Stump
2009-01-19Fix PR3353, infinitely jump threading an infinite loop make from switches.Chris Lattner
2009-01-09Fix PR3298, a crash in Jump Threading. Apparently even Chris Lattner
2008-12-03testcase for br undef folding.Chris Lattner
2008-12-03Teach jump threading some more simple tricks:Chris Lattner
2008-11-28don't call MergeBasicBlockIntoOnlyPred on a block whose onlyChris Lattner
2008-11-27Fix PR3138: if we merge the entry block into another block, make sure toChris Lattner
2008-11-27Make jump threading substantially more powerful, in the following ways:Chris Lattner
2008-05-05Fix a crash when threading a block that includes a MRV call result.Chris Lattner
2008-04-25Don't infininitely thread branches when a threaded edgeChris Lattner
2008-04-22Start doing the significantly useful part of jump threading: handle casesChris Lattner
2008-04-22Dig through multiple levels of AND to thread jumps if needed.Chris Lattner
2008-04-22Teach jump threading to thread through blocks like:Chris Lattner
2008-04-22add a basic testcase.Chris Lattner