summaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading
Commit message (Expand)AuthorAge
* Fix a crash when threading a block that includes a MRV call result.Chris Lattner2008-05-05
* Don't infininitely thread branches when a threaded edgeChris Lattner2008-04-25
* Start doing the significantly useful part of jump threading: handle casesChris Lattner2008-04-22
* Dig through multiple levels of AND to thread jumps if needed.Chris Lattner2008-04-22
* Teach jump threading to thread through blocks like:Chris Lattner2008-04-22
* add a basic testcase.Chris Lattner2008-04-22