summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/SimplifyCFGPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-031-1/+1
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-031-1/+1
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-021-2/+1
* add getPointerAddressSpace() to GEP instruction, use the methodChris Lattner2009-08-301-1/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-3/+3
* Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen2009-07-141-17/+8
* Don't delete asm's just because their inputs are undefined;Dale Johannesen2009-07-141-8/+17
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-2/+2
* Even more passes being LLVMContext'd.Owen Anderson2009-07-031-6/+8
* second half of fix for PR4366: don't zap store to null of Chris Lattner2009-06-121-3/+7
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-131-1/+1
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-131-1/+1
* Large mechanical patch.Devang Patel2008-09-251-1/+1
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-1/+1
* s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/gDevang Patel2008-09-081-8/+9
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* rename SimplifyCFG.cpp -> SimplifyCFGPass.cppChris Lattner2008-05-141-0/+231