| Age | Commit message (Expand) | Author |
| 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-07 | Avoid "ambiguous 'else'" warning from gcc. | Jeffrey Yasskin |
| 2009-11-06 | Fix a bug where we'd call SplitBlockPredecessors with a pred in the | Chris Lattner |
| 2009-11-06 | Remove function left over from other jump threading cleanup. | Eli Friedman |
| 2009-11-06 | Fix a problem discovered on self host. | Chris Lattner |
| 2009-11-06 | remove more code subsumed by r86264 | Chris Lattner |
| 2009-11-06 | eliminate some more code subsumed by r86264 | Chris Lattner |
| 2009-11-06 | remove now redundant code, r86264 handles this case. | Chris Lattner |
| 2009-11-06 | Extend jump threading to support much more general threading | Chris Lattner |
| 2009-11-06 | remove a bunch of extraneous LLVMContext arguments | Chris Lattner |
| 2009-11-04 | improve DSE when TargetData is not around, based on work by | Chris Lattner |
| 2009-10-11 | when folding duplicate conditions, delete the | Chris Lattner |
| 2009-10-11 | implement a transformation in jump threading that is currently | Chris Lattner |
| 2009-10-11 | restructure some code, no functionality change. | Chris Lattner |
| 2009-10-11 | factor some code better and move a function, no functionality change. | Chris Lattner |
| 2009-10-11 | make jump threading on a phi with undef inputs happen. | Chris Lattner |
| 2009-10-10 | Change jump threading to use the new SSAUpdater class instead of | Chris Lattner |
| 2009-09-27 | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky |
| 2009-09-02 | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
| 2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
| 2009-07-26 | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-24 | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman |
| 2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
| 2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
| 2009-07-15 | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson |
| 2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
| 2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
| 2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
| 2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
| 2009-07-03 | Second batch of passes using LLVMContext. | Owen Anderson |
| 2009-07-02 | fix inverted logic pointed out by John McCall, noticed by inspection. | Chris Lattner |
| 2009-07-02 | Fix a bunch of other places that used operator[] to test whether | Dan Gohman |
| 2009-06-19 | make jump threading handle lexically identical compare instructions | Chris Lattner |
| 2009-06-19 | Teach jump threading to look at comparisons between phi nodes and non-constants. | Nick Lewycky |
| 2009-05-04 | fix some problems spotted by Duncan and Nicolas Geoffray | Chris Lattner |
| 2009-05-04 | * Sink 4 duplicates of edge threading validity checks and DOUT prints into | Chris Lattner |
| 2009-03-17 | Fix a debug info dependency in jump threading. | Dale Johannesen |
| 2009-03-06 | this wasn't intended to go in. | Chris Lattner |
| 2009-03-06 | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner |
| 2009-01-19 | Fix PR3353, infinitely jump threading an infinite loop make from switches. | Chris Lattner |
| 2009-01-09 | Fix PR3298, a crash in Jump Threading. Apparently even | Chris Lattner |
| 2008-12-08 | remove DebugIterations option. Despite the accusations, | Chris Lattner |
| 2008-12-04 | Start simplifying a switch that has a successor that is a switch. | Chris Lattner |
| 2008-12-04 | add a debugging option to help track down j-t problems. | Chris Lattner |