summaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading/crash.ll
Commit message (Expand)AuthorAge
* Fix PR7755: knowing something about an inval for a predChris Lattner2010-08-18
* Fix a test with malformed IR. Not sure why this didn't fail before.Owen Anderson2010-07-26
* Fix PR7647, handling the case when 'To' ends up being Chris Lattner2010-07-15
* if jump threading is able to infer interesting values on bothChris Lattner2010-07-12
* jump threading can't split a critical edge from an indirectbr. ThisChris Lattner2010-06-14
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-10
* fix PR6305 by handling BlockAddress in a helper functionChris Lattner2010-02-15
* third bug from PR6119: the xor dupe extension allowsChris Lattner2010-01-23
* add an early out to ProcessBranchOnXOR to speed it up,Chris Lattner2010-01-23
* fix a crash in jump threading, PR6119Chris Lattner2010-01-23
* fix PR5698Chris Lattner2009-12-06
* fix PR5640 by tracking whether a block is the header of a loop moreChris Lattner2009-12-01
* reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fixChris Lattner2009-11-07
* Revert following patches to fix llvmgcc bootstrap.Devang Patel2009-11-07
* Fix a problem discovered on self host.Chris Lattner2009-11-06
* merge a few crash tests into crash.llChris Lattner2009-11-05
* alternate fix for PR5258 which avoids worklist problems, with reduced testcase.Chris Lattner2009-10-20
* another testcase jump threading shouldn't crash on.Chris Lattner2009-10-11
* rename a file, remove a poorly reduced testcase.Chris Lattner2009-10-11