summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyCFGPass.cpp
Commit message (Expand)AuthorAge
...
* 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