| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | [JumpThreading] Don't restrict cast-traversal to i1 | Chad Rosier | 2018-03-09 | 1 | -0/+28 | 
| *  | Fix some misc. -enable-var-scope violations | Matt Arsenault | 2017-11-13 | 1 | -18/+18 | 
| *  | Revert r300657 due to crashes in stage2 of bootstraps: | Chandler Carruth | 2017-04-19 | 1 | -89/+0 | 
| *  | [JumpThread] We want to fold (not thread) when all predecessor go to single B... | Xin Tong | 2017-04-19 | 1 | -0/+89 | 
| *  | [JumpThreading] See through Cast Instructions | Haicheng Wu | 2016-03-16 | 1 | -0/+34 | 
| *  | Revert "[JumpThreading] Simplify Instructions first in ComputeValueKnownInPre... | Haicheng Wu | 2016-03-15 | 1 | -50/+0 | 
| *  | [JumpThreading] Simplify Instructions first in ComputeValueKnownInPredecessors() | Haicheng Wu | 2016-02-26 | 1 | -0/+50 | 
| *  | [JumpThreading] make jump threading respect convergent annotation. | Jingyue Wu | 2015-08-31 | 1 | -1/+33 | 
| *  | Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona... | Stephen Lin | 2013-07-14 | 1 | -15/+15 | 
| *  | Use references to attribute groups on the call/invoke instructions. | Bill Wendling | 2013-02-22 | 1 | -2/+4 | 
| *  | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2013-01-01 | 1 | -1/+1 | 
| *  | Add a new attribute, 'noduplicate'. If a function contains a noduplicate call... | James Molloy | 2012-12-20 | 1 | -0/+36 | 
| *  | Remove dead option from tests. | Owen Anderson | 2010-09-14 | 1 | -1/+1 | 
| *  | Add a test for the duplicated-conditional situation illutrated by PR5652. | Owen Anderson | 2010-08-31 | 1 | -0/+24 | 
| *  | Add a micro-test for the transforms I added to JumpThreading. | Owen Anderson | 2010-08-31 | 1 | -0/+30 | 
| *  | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson | 2010-08-27 | 1 | -4/+10 | 
| *  | 1) Use the new SimplifyInstructionsInBlock routine instead of the copy | Chris Lattner | 2010-01-12 | 1 | -6/+1 | 
| *  | Teach jump threading to duplicate small blocks when the branch | Chris Lattner | 2010-01-12 | 1 | -5/+18 | 
| *  | typo | Gabor Greif | 2009-11-12 | 1 | -1/+1 | 
| *  | use getPredicateOnEdge to fold comparisons through PHI nodes, | Chris Lattner | 2009-11-12 | 1 | -0/+32 | 
| *  | should not commit when distracted. | Chris Lattner | 2009-11-12 | 1 | -4/+3 | 
| *  | We now thread some impossible condition information with LVI. | Chris Lattner | 2009-11-12 | 1 | -2/+30 | 
| *  | with the new code we can thread non-instruction values.  This | Chris Lattner | 2009-11-12 | 1 | -2/+40 | 
| *  | move some stuff into DEBUG's and turn on lazy-value-info for | Chris Lattner | 2009-11-12 | 1 | -1/+1 | 
| *  | oops, didn't mean to commit this, no harm, but add a todoops, didn't mean to ... | Chris Lattner | 2009-11-11 | 1 | -0/+1 | 
| *  | Stub out a new lazy value info pass, which will eventually | Chris Lattner | 2009-11-11 | 1 | -0/+26 | 
| *  | implement a TODO by teaching jump threading about "xor x, 1". | Chris Lattner | 2009-11-10 | 1 | -0/+39 | 
| *  | Make jump threading eliminate blocks that just contain phi nodes, | Chris Lattner | 2009-11-10 | 1 | -3/+13 | 
| *  | make jump threading recursively simplify expressions instead of doing it  | Chris Lattner | 2009-11-10 | 1 | -0/+32 | 
| *  | reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fix | Chris Lattner | 2009-11-07 | 1 | -0/+31 | 
| *  | Revert following patches to fix llvmgcc bootstrap. | Devang Patel | 2009-11-07 | 1 | -31/+0 | 
| *  | Extend jump threading to support much more general threading | Chris Lattner | 2009-11-06 | 1 | -0/+31 | 
| *  | when folding duplicate conditions, delete the  | Chris Lattner | 2009-10-11 | 1 | -0/+33 | 
| *  | implement a transformation in jump threading that is currently | Chris Lattner | 2009-10-11 | 1 | -0/+34 | 
| *  | make jump threading on a phi with undef inputs happen. | Chris Lattner | 2009-10-11 | 1 | -2/+32 | 
| *  | merge two tests. | Chris Lattner | 2009-10-11 | 1 | -1/+19 | 
| *  | simplify some run lines, convert a test to filecheck. | Chris Lattner | 2009-10-11 | 1 | -2/+8 | 
| *  | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman | 2009-09-11 | 1 | -2/+2 | 
| *  | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -2/+2 | 
| *  | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman | 2009-09-08 | 1 | -2/+2 | 
| *  | Teach jump threading some more simple tricks: | Chris Lattner | 2008-12-03 | 1 | -0/+22 | 
| *  | add a basic testcase. | Chris Lattner | 2008-04-22 | 1 | -0/+31 |