| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Keep ignoring pointer-to-pointer bitcasts | Victor Hernandez | 2010-01-22 | 1 | -3/+0 |
* | DbgInfoIntrinsic no longer appear in an instruction's use list | Victor Hernandez | 2010-01-21 | 1 | -19/+4 |
* | Use do+while instead of while for loops which obviously have a | Dan Gohman | 2010-01-05 | 1 | -2/+2 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -1/+0 |
* | Don't leave pointers uninitialized in the default constructor. GCC complains | Chandler Carruth | 2009-12-13 | 1 | -1/+1 |
* | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky | 2009-11-23 | 1 | -8/+4 |
* | fix a bug exposed by moving SRoA earlier which caused a crash building kc++ | Chris Lattner | 2009-11-02 | 1 | -1/+6 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -3/+3 |
* | tidy up | Chris Lattner | 2009-09-21 | 1 | -7/+8 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -11/+8 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -0/+3 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -4/+4 |
* | Twines: Don't allow implicit conversion from integers, this is too tricky. | Daniel Dunbar | 2009-07-30 | 1 | -1/+1 |
* | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar | 2009-07-30 | 1 | -3/+2 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -7/+7 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -3/+3 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 1 | -8/+12 |
* | Simplify code by using SmallVector's pop_back_val() instead of | Dan Gohman | 2009-05-06 | 1 | -2/+1 |
* | Fix for PR3944: make mem2reg O(N) instead of O(N^2) in the number of | Eli Friedman | 2009-04-16 | 1 | -19/+11 |
* | Tweak the check for promotable alloca's to handle | Dale Johannesen | 2009-03-06 | 1 | -1/+7 |
* | Let AnalyzeAlloca() remove debug intrinsics. | Devang Patel | 2008-11-17 | 1 | -20/+11 |
* | Rework r58829, allowing removal of dbg info intrinsics during alloca | Daniel Dunbar | 2008-11-08 | 1 | -20/+24 |
* | BCUI + 1 doesn't work. Use next instead. | Bill Wendling | 2008-11-07 | 1 | -1/+2 |
* | Handle (delete) dbg intrinsics while promoting alloca. | Devang Patel | 2008-11-07 | 1 | -3/+22 |
* | Rewrite all the 'PromoteLocallyUsedAlloca[s]' logic. With the power of | Chris Lattner | 2008-10-27 | 1 | -175/+97 |
* | Add a new LargeBlockInfo helper, which is just a wrapper around | Chris Lattner | 2008-10-27 | 1 | -57/+123 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -3/+3 |
* | Update -mem2reg to use succ_iterator instead of iterating across TerminatorInst | Nick Lewycky | 2008-03-13 | 1 | -13/+10 |
* | Make RenamePass faster by making the 'is this a new phi node' | Chris Lattner | 2008-02-05 | 1 | -11/+11 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Finishing initial docs for all transformations in Passes.html. | Gordon Henriksen | 2007-11-04 | 1 | -1/+1 |
* | Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo | Chris Lattner | 2007-09-17 | 1 | -7/+11 |
* | Don't promote volatile loads/stores. This is needed (for example) to handle s... | Anton Korobeynikov | 2007-08-26 | 1 | -3/+6 |
* | rewrite the code used to construct pruned SSA form with the IDF method. | Chris Lattner | 2007-08-04 | 1 | -82/+114 |
* | Factor out a whole bunch of code into it's own method. | Chris Lattner | 2007-08-04 | 1 | -65/+82 |
* | Use getNumPreds(BB) instead of computing them manually. This is a very small but | Chris Lattner | 2007-08-04 | 1 | -4/+4 |
* | Change the rename pass to be "tail recursive", only adding N-1 successors | Chris Lattner | 2007-08-04 | 1 | -21/+35 |
* | cache computation of #preds for a BB. This speeds up | Chris Lattner | 2007-08-04 | 1 | -3/+14 |
* | reserve operand space for phi nodes when we insert them. | Chris Lattner | 2007-08-04 | 1 | -0/+1 |
* | use continue to avoid nesting, no functionality change. | Chris Lattner | 2007-08-04 | 1 | -14/+15 |
* | Promoting allocas with the 'single store' fastpath is | Chris Lattner | 2007-08-04 | 1 | -10/+9 |
* | When PromoteLocallyUsedAllocas promoted allocas, it didn't remember | Chris Lattner | 2007-08-04 | 1 | -2/+13 |
* | std::map -> DenseMap | Chris Lattner | 2007-08-04 | 1 | -3/+3 |
* | fix a logic bug where we wouldn't promote single store allocas if the | Chris Lattner | 2007-08-04 | 1 | -2/+2 |
* | When we do the single-store optimization, delete both the store | Chris Lattner | 2007-08-04 | 1 | -2/+8 |
* | Three improvements: | Chris Lattner | 2007-08-04 | 1 | -6/+16 |
* | switch from using a std::set to using a SmallPtrSet. This speeds up the | Chris Lattner | 2007-08-04 | 1 | -3/+3 |
* | In mem2reg, when handling the single-store case, make sure to remove | Chris Lattner | 2007-08-04 | 1 | -8/+10 |
* | split rewriting of single-store allocas into its own | Chris Lattner | 2007-08-04 | 1 | -39/+57 |