aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LowerInvoke.cpp
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-05-28Fix one of the major things that is causing the C Backend to infinite loopChris Lattner
2004-04-05Support getelementptr instructions which use uint's to index into structureChris Lattner
2004-03-31Add warningChris Lattner
2004-03-01Disable tail duplication in a case that breaks on Olden/tspChris Lattner
2004-02-15Instead of producing calls to setjmp/longjmp, produce uses of theChris Lattner
2004-02-13Expose a pass ID that can be 'required'Chris Lattner
2004-02-09Only add the global variable with the abort message if an unwind actuallyChris Lattner
2004-02-08Fix grammar-o.Misha Brukman
2004-02-08Improve compatibility with programs that already have a prototype for 'write',Chris Lattner
2004-02-08rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner
2004-02-08Implement proper invoke/unwind lowering.Chris Lattner
2004-02-08Add a call to 'write' right before the call to abort() in the unwind path.Chris Lattner
2003-12-10Finegrainify 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-10-05Initial checkin of the LLVM->LLVM transform to support code generators whichChris Lattner