|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | 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 | 
| * | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -9/+11 | 
| * | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson | 2009-07-21 | 1 | -2/+2 | 
| * | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 1 | -1/+1 | 
| * | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -1/+1 | 
| * | This started as a small change, I swear.  Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -1/+1 | 
| * | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -1/+1 | 
| * | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 1 | -1/+1 | 
| * | Second batch of passes using LLVMContext. | Owen Anderson | 2009-07-03 | 1 | -8/+11 | 
| * | fix inverted logic pointed out by John McCall, noticed by inspection. | Chris Lattner | 2009-07-02 | 1 | -1/+1 | 
| * | Fix a bunch of other places that used operator[] to test whether | Dan Gohman | 2009-07-02 | 1 | -6/+10 | 
| * | make jump threading handle lexically identical compare instructions | Chris Lattner | 2009-06-19 | 1 | -4/+17 | 
| * | Teach jump threading to look at comparisons between phi nodes and non-constants. | Nick Lewycky | 2009-06-19 | 1 | -25/+48 | 
| * | fix some problems spotted by Duncan and Nicolas Geoffray | Chris Lattner | 2009-05-04 | 1 | -2/+2 | 
| * | * Sink 4 duplicates of edge threading validity checks and DOUT prints into | Chris Lattner | 2009-05-04 | 1 | -71/+84 | 
| * | Fix a debug info dependency in jump threading. | Dale Johannesen | 2009-03-17 | 1 | -2/+5 | 
| * | this wasn't intended to go in. | Chris Lattner | 2009-03-06 | 1 | -34/+0 | 
| * | Change various llvm utilities to use PrettyStackTraceProgram in | Chris Lattner | 2009-03-06 | 1 | -0/+34 | 
| * | Fix PR3353, infinitely jump threading an infinite loop make from switches. | Chris Lattner | 2009-01-19 | 1 | -0/+5 | 
| * | Fix PR3298, a crash in Jump Threading.  Apparently even | Chris Lattner | 2009-01-09 | 1 | -0/+4 | 
| * | remove DebugIterations option.  Despite the accusations, | Chris Lattner | 2008-12-08 | 1 | -14/+1 | 
| * | Start simplifying a switch that has a successor that is a switch. | Chris Lattner | 2008-12-04 | 1 | -0/+74 | 
| * | add a debugging option to help track down j-t problems. | Chris Lattner | 2008-12-04 | 1 | -1/+14 | 
| * | Teach jump threading some more simple tricks: | Chris Lattner | 2008-12-03 | 1 | -16/+156 | 
| * | switch a couple more calls to use array_pod_sort. | Chris Lattner | 2008-12-01 | 1 | -1/+2 | 
| * | Teach jump threading to clean up after itself, DCE and constfolding the | Chris Lattner | 2008-12-01 | 1 | -1/+24 | 
| * | don't call MergeBasicBlockIntoOnlyPred on a block whose only | Chris Lattner | 2008-11-28 | 1 | -1/+2 | 
| * | Fix PR3138: if we merge the entry block into another block, make sure to | Chris Lattner | 2008-11-27 | 1 | -0/+6 | 
| * | move FindAvailableLoadedValue from JumpThreading to Transforms/Utils. | Chris Lattner | 2008-11-27 | 1 | -63/+3 | 
| * | move MergeBasicBlockIntoOnlyPred to Transforms/Utils. | Chris Lattner | 2008-11-27 | 1 | -31/+0 | 
| * | rename ThreadBlock to ProcessBlock, since it does other things than | Chris Lattner | 2008-11-27 | 1 | -4/+4 | 
| * | Make jump threading substantially more powerful, in the following ways: | Chris Lattner | 2008-11-27 | 1 | -0/+273 | 
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 | 
| * | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -14/+1 | 
| * | Fix some constructs that gcc-4.4 warns about. | Duncan Sands | 2008-05-27 | 1 | -2/+2 |