Age | Commit message (Expand) | Author |
2011-08-12 | Move "atomic" and "volatile" designations on instructions after the opcode | Eli Friedman |
2011-06-17 | remove asmparser support for the old getresult instruction, which has been su... | Chris Lattner |
2011-04-14 | Fix an infinite alternation in JumpThreading where two transforms would repea... | Owen Anderson |
2011-04-02 | PR9446: RecursivelyDeleteTriviallyDeadInstructions can delete the instruction | Eli Friedman |
2011-03-08 | Fix PR9331. Simplified version of a patch by Jakub Staszak. | Duncan Sands |
2011-02-18 | prevent jump threading from merging blocks when their address is | Chris Lattner |
2011-02-10 | Tolerate degenerate phi nodes that can occur in the middle of optimization | Nick Lewycky |
2011-01-29 | Re-apply r124518 with fix. Watch out for invalidated iterator. | Evan Cheng |
2011-01-29 | Revert r124518. It broke Linux self-host. | Evan Cheng |
2011-01-29 | Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon... | Evan Cheng |
2011-01-28 | Revert r124462. There are a few big regressions that I need to fix first. | Evan Cheng |
2011-01-28 | - Stop simplifycfg from duplicating "ret" instructions into unconditional | Evan Cheng |
2010-12-15 | Teach jump threading to "look through" a select when the branch direction of ... | Frits van Bommel |
2010-12-06 | Implement jump threading of 'indirectbr' by keeping track of whether we're lo... | Frits van Bommel |
2010-09-29 | Fix PR8247: JumpThreading can cause a block to become unreachable while still... | Owen Anderson |
2010-09-14 | Remove dead option from tests. | Owen Anderson |
2010-08-31 | Merge 2010-08-31-InfiniteRecursion.ll into crash.ll. | Owen Anderson |
2010-08-31 | Add a test for the duplicated-conditional situation illutrated by PR5652. | Owen Anderson |
2010-08-31 | Manually reduce this testcase. | Owen Anderson |
2010-08-31 | Add a micro-test for the transforms I added to JumpThreading. | Owen Anderson |
2010-08-31 | More Chris-inspired JumpThreading fixes: use ConstantExpr to correctly consta... | Owen Anderson |
2010-08-27 | Use LVI to eliminate conditional branches where we've tested a related condit... | Owen Anderson |
2010-08-26 | Make JumpThreading smart enough to properly thread StrSwitch when it's compil... | Owen Anderson |
2010-08-25 | In the default address space, any GEP off of null results in a trap value if ... | 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-02-11 | Make jump threading honor x|undef -> true and x&undef -> false, | 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 |
2010-01-12 | 1) Use the new SimplifyInstructionsInBlock routine instead of the copy | Chris Lattner |
2010-01-12 | Teach jump threading to duplicate small blocks when the branch | 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-12 | typo | Gabor Greif |
2009-11-12 | use getPredicateOnEdge to fold comparisons through PHI nodes, | Chris Lattner |
2009-11-12 | should not commit when distracted. | Chris Lattner |
2009-11-12 | We now thread some impossible condition information with LVI. | Chris Lattner |
2009-11-12 | with the new code we can thread non-instruction values. This | Chris Lattner |
2009-11-12 | move some stuff into DEBUG's and turn on lazy-value-info for | Chris Lattner |
2009-11-11 | oops, didn't mean to commit this, no harm, but add a todoops, didn't mean to ... | Chris Lattner |
2009-11-11 | Stub out a new lazy value info pass, which will eventually | Chris Lattner |
2009-11-10 | implement a TODO by teaching jump threading about "xor x, 1". | Chris Lattner |
2009-11-10 | Make jump threading eliminate blocks that just contain phi nodes, | Chris Lattner |
2009-11-10 | make jump threading recursively simplify expressions instead of doing it | Chris Lattner |