summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PruneEH.cpp
Commit message (Expand)AuthorAge
* Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks...Chris Lattner2004-10-18
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Simplify code a bit, and be sure to mark the external node as potentially thr...Chris Lattner2004-04-12
* Intrinsic functions cannot throwChris Lattner2004-02-13
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-08
* Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn'tChris Lattner2004-02-08
* Delete dead lineChris Lattner2003-11-22
* Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llxChris Lattner2003-11-22
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix bug: PruneEH/2003-09-14-ExternalCall.llxChris Lattner2003-09-15
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-08
* Add accessor functionChris Lattner2003-08-31
* Initial checkin of the -prune-eh pass, a very simple exception handling remov...Chris Lattner2003-08-31