| Age | Commit message (Expand) | Author |
| 2010-08-31 | Add a test for the duplicated-conditional situation illutrated by PR5652. | Owen Anderson |
| 2010-08-31 | Add a micro-test for the transforms I added to JumpThreading. | Owen Anderson |
| 2010-08-27 | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson |
| 2010-01-12 | 1) Use the new SimplifyInstructionsInBlock routine instead of the copy | Chris Lattner |
| 2010-01-12 | Teach jump threading to duplicate small blocks when the branch | Chris Lattner |
| 2009-11-12 | typo | Gabor Greif |
| 2009-11-12 | use getPredicateOnEdge to fold comparisons through PHI nodes, | Chris Lattner |
| 2009-11-12 | should not commit when distracted. | Chris Lattner |
| 2009-11-12 | We now thread some impossible condition information with LVI. | Chris Lattner |
| 2009-11-12 | with the new code we can thread non-instruction values. This | Chris Lattner |
| 2009-11-12 | move some stuff into DEBUG's and turn on lazy-value-info for | Chris Lattner |
| 2009-11-11 | oops, didn't mean to commit this, no harm, but add a todoops, didn't mean to ... | Chris Lattner |
| 2009-11-11 | Stub out a new lazy value info pass, which will eventually | Chris Lattner |
| 2009-11-10 | implement a TODO by teaching jump threading about "xor x, 1". | Chris Lattner |
| 2009-11-10 | Make jump threading eliminate blocks that just contain phi nodes, | Chris Lattner |
| 2009-11-10 | make jump threading recursively simplify expressions instead of doing it | Chris Lattner |
| 2009-11-07 | reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fix | Chris Lattner |
| 2009-11-07 | Revert following patches to fix llvmgcc bootstrap. | Devang Patel |
| 2009-11-06 | Extend jump threading to support much more general threading | Chris Lattner |
| 2009-10-11 | when folding duplicate conditions, delete the | Chris Lattner |
| 2009-10-11 | implement a transformation in jump threading that is currently | Chris Lattner |
| 2009-10-11 | make jump threading on a phi with undef inputs happen. | Chris Lattner |
| 2009-10-11 | merge two tests. | Chris Lattner |
| 2009-10-11 | simplify some run lines, convert a test to filecheck. | Chris Lattner |
| 2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
| 2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
| 2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
| 2008-12-03 | Teach jump threading some more simple tricks: | Chris Lattner |
| 2008-04-22 | add a basic testcase. | Chris Lattner |