Age | Commit message (Expand) | Author |
2012-11-01 | Add a test case for PR14233. | Chandler Carruth |
2011-11-27 | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner |
2011-06-17 | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner |
2010-09-29 | Fix PR8247: JumpThreading can cause a block to become unreachable while still... | Owen Anderson |
2010-08-31 | Merge 2010-08-31-InfiniteRecursion.ll into crash.ll. | Owen Anderson |
2010-08-18 | Fix PR7755: knowing something about an inval for a pred | Chris Lattner |
2010-07-26 | Fix a test with malformed IR. Not sure why this didn't fail before. | Owen Anderson |
2010-07-15 | Fix PR7647, handling the case when 'To' ends up being | Chris Lattner |
2010-07-12 | if jump threading is able to infer interesting values on both | Chris Lattner |
2010-06-14 | jump threading can't split a critical edge from an indirectbr. This | Chris Lattner |
2010-04-10 | fix PR6743, a case where we'd delete an instruction before using it | Chris Lattner |
2010-02-15 | fix PR6305 by handling BlockAddress in a helper function | Chris Lattner |
2010-01-23 | third bug from PR6119: the xor dupe extension allows | Chris Lattner |
2010-01-23 | add an early out to ProcessBranchOnXOR to speed it up, | Chris Lattner |
2010-01-23 | fix a crash in jump threading, PR6119 | Chris Lattner |
2009-12-06 | fix PR5698 | Chris Lattner |
2009-12-01 | fix PR5640 by tracking whether a block is the header of a loop more | 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 | Fix a problem discovered on self host. | Chris Lattner |
2009-11-05 | merge a few crash tests into crash.ll | Chris Lattner |
2009-10-20 | alternate fix for PR5258 which avoids worklist problems, with reduced testcase. | Chris Lattner |
2009-10-11 | another testcase jump threading shouldn't crash on. | Chris Lattner |
2009-10-11 | rename a file, remove a poorly reduced testcase. | Chris Lattner |