aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LowerInvoke.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* bug 122:Reid Spencer2004-07-181-3/+3
* Fix one of the major things that is causing the C Backend to infinite loopChris Lattner2004-05-281-0/+1
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-5/+5
* Add warningChris Lattner2004-03-311-0/+6
* Disable tail duplication in a case that breaks on Olden/tspChris Lattner2004-03-011-1/+1
* Instead of producing calls to setjmp/longjmp, produce uses of theChris Lattner2004-02-151-2/+2
* Expose a pass ID that can be 'required'Chris Lattner2004-02-131-0/+2
* Only add the global variable with the abort message if an unwind actuallyChris Lattner2004-02-091-14/+26
* Fix grammar-o.Misha Brukman2004-02-081-1/+1
* Improve compatibility with programs that already have a prototype for 'write',Chris Lattner2004-02-081-12/+43
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-081-2/+2
* Implement proper invoke/unwind lowering.Chris Lattner2004-02-081-21/+262
* Add a call to 'write' right before the call to abort() in the unwind path.Chris Lattner2004-02-081-3/+27
* Finegrainify namespacificationChris Lattner2003-12-101-11/+11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Initial checkin of the LLVM->LLVM transform to support code generators whichChris Lattner2003-10-051-0/+74