aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PruneEH.cpp
AgeCommit message (Expand)Author
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-05-09Preserve calling conventions when doing IPOChris Lattner
2005-04-27remove 'statement with no effect' warningChris Lattner
2005-04-27detect functions that never return, and turn the instruction following aChris Lattner
2005-04-26This analysis doesn't take 'throwing' into consideration, it looks atChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-18Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks...Chris Lattner
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-04-12Simplify code a bit, and be sure to mark the external node as potentially thr...Chris Lattner
2004-02-13Intrinsic functions cannot throwChris Lattner
2004-02-08rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner
2004-02-08Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn'tChris Lattner
2003-11-22Delete dead lineChris Lattner
2003-11-22Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llxChris Lattner
2003-11-21Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-15Fix bug: PruneEH/2003-09-14-ExternalCall.llxChris Lattner
2003-09-08Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner
2003-08-31Add accessor functionChris Lattner
2003-08-31Initial checkin of the -prune-eh pass, a very simple exception handling remov...Chris Lattner