aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading/crash.ll
AgeCommit message (Expand)Author
2012-11-01Add a test case for PR14233.Chandler Carruth
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2011-06-17remove asmparser support for the old getresult instruction, which has been su...Chris Lattner
2010-09-29Fix PR8247: JumpThreading can cause a block to become unreachable while still...Owen Anderson
2010-08-31Merge 2010-08-31-InfiniteRecursion.ll into crash.ll.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-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
2009-12-06fix PR5698Chris Lattner
2009-12-01fix PR5640 by tracking whether a block is the header of a loop moreChris 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-05merge a few crash tests into crash.llChris Lattner
2009-10-20alternate fix for PR5258 which avoids worklist problems, with reduced testcase.Chris 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