summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyCFGPass.cpp
Commit message (Expand)AuthorAge
* Use do+while instead of while for loops which obviously have aDan Gohman2010-01-05
* Implement PR5795 by merging duplicated return blocks. This could go furtherChris Lattner2009-12-22
* Remove LLVMContext and its include.Nick Lewycky2009-11-23
* remove a bunch of locking from LLVMContextImpl. Since only one threadChris Lattner2009-11-01
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861Chris Lattner2009-09-02
* add getPointerAddressSpace() to GEP instruction, use the methodChris Lattner2009-08-30
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Revert 75571; I'm convinced this isn't the right thing to do.Dale Johannesen2009-07-14
* Don't delete asm's just because their inputs are undefined;Dale Johannesen2009-07-14
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* Even more passes being LLVMContext'd.Owen Anderson2009-07-03
* second half of fix for PR4366: don't zap store to null of Chris Lattner2009-06-12
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-13
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-13
* Large mechanical patch.Devang Patel2008-09-25
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/gDevang Patel2008-09-08
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* rename SimplifyCFG.cpp -> SimplifyCFGPass.cppChris Lattner2008-05-14