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