| Commit message (Expand) | Author | Age | Files | Lines |
| * | make PRE of loads preserve the alignment of the moved load instruction. | Chris Lattner | 2009-11-15 | 1 | -5/+8 |
| * | fix a bug handling 'not x' when x is undef. | Chris Lattner | 2009-11-15 | 1 | -2/+3 |
| * | use getPredicateOnEdge to fold comparisons through PHI nodes, | Chris Lattner | 2009-11-12 | 1 | -1/+11 |
| * | various fixes to the lattice transfer functions. | Chris Lattner | 2009-11-12 | 1 | -0/+6 |
| * | switch jump threading to use getPredicateOnEdge in one place | Chris Lattner | 2009-11-12 | 1 | -10/+13 |
| * | with the new code we can thread non-instruction values. This | Chris Lattner | 2009-11-12 | 1 | -1/+6 |
| * | this argument can be an arbitrary value, it doesn't need to be an instruction. | Chris Lattner | 2009-11-12 | 1 | -4/+3 |
| * | expose edge information and switch j-t to use it. | Chris Lattner | 2009-11-12 | 1 | -2/+2 |
| * | pass TD into a SimplifyCmpInst call. Add another case that | Chris Lattner | 2009-11-11 | 1 | -3/+24 |
| * | stub out some LazyValueInfo interfaces, and have JumpThreading | Chris Lattner | 2009-11-11 | 1 | -18/+45 |
| * | add a fixme | Chris Lattner | 2009-11-11 | 1 | -0/+4 |
| * | implement a TODO by teaching jump threading about "xor x, 1". | Chris Lattner | 2009-11-10 | 1 | -2/+14 |
| * | move some generally useful functions out of jump threading | Chris Lattner | 2009-11-10 | 1 | -83/+0 |
| * | improve comment. | Chris Lattner | 2009-11-10 | 1 | -2/+5 |
| * | Make jump threading eliminate blocks that just contain phi nodes, | Chris Lattner | 2009-11-10 | 1 | -0/+21 |
| * | make jump threading recursively simplify expressions instead of doing it | Chris Lattner | 2009-11-10 | 1 | -20/+42 |
| * | don't invalidate PN, rewrite of this code is in progress anyway. | Chris Lattner | 2009-11-10 | 1 | -4/+5 |
| * | add a new SimplifyInstruction API, which is like ConstantFoldInstruction, | Chris Lattner | 2009-11-10 | 1 | -6/+5 |
| * | rename SimplifyCompare -> SimplifyCmpInst and split it into | Chris Lattner | 2009-11-09 | 1 | -1/+1 |
| * | use instructionsimplify instead of a weak clone of ad-hoc folding stuff. | Chris Lattner | 2009-11-09 | 1 | -22/+2 |
| * | stub out a new form of BasicBlock::RemovePredecessorAndSimplify which | Chris Lattner | 2009-11-09 | 1 | -5/+65 |
| * | comment typos pointed out by Duncan | Chris Lattner | 2009-11-09 | 1 | -3/+3 |
| * | reapply 86289, 86278, 86270, 86267, 86266 & 86264 plus a fix | Chris Lattner | 2009-11-07 | 1 | -243/+363 |
| * | Revert following patches to fix llvmgcc bootstrap. | Devang Patel | 2009-11-07 | 1 | -350/+234 |
| * | Avoid "ambiguous 'else'" warning from gcc. | Jeffrey Yasskin | 2009-11-07 | 1 | -1/+2 |
| * | Fix a bug where we'd call SplitBlockPredecessors with a pred in the | Chris Lattner | 2009-11-06 | 1 | -2/+11 |
| * | Remove function left over from other jump threading cleanup. | Eli Friedman | 2009-11-06 | 1 | -24/+0 |
| * | Fix a problem discovered on self host. | Chris Lattner | 2009-11-06 | 1 | -1/+1 |
| * | remove more code subsumed by r86264 | Chris Lattner | 2009-11-06 | 1 | -83/+17 |
| * | eliminate some more code subsumed by r86264 | Chris Lattner | 2009-11-06 | 1 | -41/+4 |
| * | remove now redundant code, r86264 handles this case. | Chris Lattner | 2009-11-06 | 1 | -66/+0 |
| * | Extend jump threading to support much more general threading | Chris Lattner | 2009-11-06 | 1 | -27/+325 |
| * | remove a bunch of extraneous LLVMContext arguments | Chris Lattner | 2009-11-06 | 1 | -1/+1 |
| * | improve DSE when TargetData is not around, based on work by | Chris Lattner | 2009-11-04 | 1 | -3/+0 |
| * | when folding duplicate conditions, delete the | Chris Lattner | 2009-10-11 | 1 | -0/+2 |
| * | implement a transformation in jump threading that is currently | Chris Lattner | 2009-10-11 | 1 | -64/+218 |
| * | restructure some code, no functionality change. | Chris Lattner | 2009-10-11 | 1 | -33/+29 |
| * | factor some code better and move a function, no functionality change. | Chris Lattner | 2009-10-11 | 1 | -81/+55 |
| * | make jump threading on a phi with undef inputs happen. | Chris Lattner | 2009-10-11 | 1 | -28/+54 |
| * | Change jump threading to use the new SSAUpdater class instead of | Chris Lattner | 2009-10-10 | 1 | -16/+43 |
| * | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky | 2009-09-27 | 1 | -1/+1 |
| * | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 1 | -2/+1 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -4/+7 |
| * | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 1 | -2/+3 |
| * | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -2/+1 |
| * | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
| * | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -3/+3 |
| * | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -34/+35 |
| * | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -3/+2 |
| * | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman | 2009-07-24 | 1 | -2/+1 |