aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading
AgeCommit message (Expand)Author
2010-08-31Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.Owen Anderson
2010-08-31Add a test for the duplicated-conditional situation illutrated by PR5652.Owen Anderson
2010-08-31Manually reduce this testcase.Owen Anderson
2010-08-31Add a micro-test for the transforms I added to JumpThreading.Owen Anderson
2010-08-31More Chris-inspired JumpThreading fixes: use ConstantExpr to correctly consta...Owen Anderson
2010-08-27Use LVI to eliminate conditional branches where we've tested a related condit...Owen Anderson
2010-08-26Make JumpThreading smart enough to properly thread StrSwitch when it's compil...Owen Anderson
2010-08-25In the default address space, any GEP off of null results in a trap value if ...Owen Anderson
2010-08-18Fix PR7755: knowing something about an inval for a predChris Lattner
2010-07-26Fix a test with malformed IR. Not sure why this didn't fail before.Owen Anderson
2010-07-15Fix PR7647, handling the case when 'To' ends up being Chris Lattner
2010-07-12if jump threading is able to infer interesting values on bothChris Lattner
2010-06-14jump threading can't split a critical edge from an indirectbr. ThisChris Lattner
2010-04-10fix PR6743, a case where we'd delete an instruction before using itChris Lattner
2010-02-15fix PR6305 by handling BlockAddress in a helper functionChris Lattner
2010-02-11Make jump threading honor x|undef -> true and x&undef -> false,Chris Lattner
2010-01-23third bug from PR6119: the xor dupe extension allowsChris Lattner
2010-01-23add an early out to ProcessBranchOnXOR to speed it up,Chris Lattner
2010-01-23fix a crash in jump threading, PR6119Chris Lattner
2010-01-121) Use the new SimplifyInstructionsInBlock routine instead of the copyChris Lattner
2010-01-12Teach jump threading to duplicate small blocks when the branchChris Lattner
2009-12-06fix PR5698Chris Lattner
2009-12-01fix PR5640 by tracking whether a block is the header of a loop moreChris Lattner
2009-11-12typoGabor Greif
2009-11-12use getPredicateOnEdge to fold comparisons through PHI nodes,Chris Lattner
2009-11-12should not commit when distracted.Chris Lattner
2009-11-12We now thread some impossible condition information with LVI.Chris Lattner
2009-11-12with the new code we can thread non-instruction values. ThisChris Lattner
2009-11-12move some stuff into DEBUG's and turn on lazy-value-info forChris Lattner
2009-11-11oops, didn't mean to commit this, no harm, but add a todoops, didn't mean to ...Chris Lattner
2009-11-11Stub out a new lazy value info pass, which will eventuallyChris Lattner
2009-11-10implement a TODO by teaching jump threading about "xor x, 1".Chris Lattner
2009-11-10Make jump threading eliminate blocks that just contain phi nodes,Chris Lattner
2009-11-10make jump threading recursively simplify expressions instead of doing it Chris Lattner
2009-11-07reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fixChris Lattner
2009-11-07Revert following patches to fix llvmgcc bootstrap.Devang Patel
2009-11-06Fix a problem discovered on self host.Chris Lattner
2009-11-06Extend jump threading to support much more general threadingChris Lattner
2009-11-05merge a few crash tests into crash.llChris Lattner
2009-10-24Make these tests more interesting by usingDan Gohman
2009-10-20alternate fix for PR5258 which avoids worklist problems, with reduced testcase.Chris Lattner
2009-10-20Fix PR5258, jump-threading creating invalid PHIs.Torok Edwin
2009-10-11when folding duplicate conditions, delete the Chris Lattner
2009-10-11implement a transformation in jump threading that is currentlyChris Lattner
2009-10-11another testcase jump threading shouldn't crash on.Chris Lattner
2009-10-11rename a file, remove a poorly reduced testcase.Chris Lattner
2009-10-11make jump threading on a phi with undef inputs happen.Chris Lattner
2009-10-11merge two tests.Chris Lattner
2009-10-11simplify some run lines, convert a test to filecheck.Chris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman