summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/LowerInvoke.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Lazily create the abort message, so only translation units that use unwindChris Lattner2004-11-131-22/+31
| | | | | | will actually get it. llvm-svn: 17700
* Simplify handling of constant initializersChris Lattner2004-11-121-36/+13
| | | | llvm-svn: 17696
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* bug 122:Reid Spencer2004-07-181-3/+3
| | | | | | - Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953
* Fix one of the major things that is causing the C Backend to infinite loopChris Lattner2004-05-281-0/+1
| | | | llvm-svn: 13872
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-5/+5
| | | | | | | types and can have arbitrary 32- and 64-bit integer types indexing into sequential types. llvm-svn: 12653
* Add warningChris Lattner2004-03-311-0/+6
| | | | llvm-svn: 12573
* Disable tail duplication in a case that breaks on Olden/tspChris Lattner2004-03-011-1/+1
| | | | llvm-svn: 12021
* Instead of producing calls to setjmp/longjmp, produce uses of theChris Lattner2004-02-151-2/+2
| | | | | | llvm.setjmp/llvm.longjmp intrinsics. llvm-svn: 11482
* Expose a pass ID that can be 'required'Chris Lattner2004-02-131-0/+2
| | | | llvm-svn: 11376
* Only add the global variable with the abort message if an unwind actuallyChris Lattner2004-02-091-14/+26
| | | | | | occurs in the program. llvm-svn: 11249
* Fix grammar-o.Misha Brukman2004-02-081-1/+1
| | | | llvm-svn: 11210
* Improve compatibility with programs that already have a prototype for 'write',Chris Lattner2004-02-081-12/+43
| | | | | | even if it is wierd in some way. llvm-svn: 11207
* rename the "exceptional" destination of an invoke instruction to the ↵Chris Lattner2004-02-081-2/+2
| | | | | | 'unwind' dest llvm-svn: 11202
* Implement proper invoke/unwind lowering.Chris Lattner2004-02-081-21/+262
| | | | | | This fixed PR16 "[lowerinvoke] The -lowerinvoke pass does not insert calls to setjmp/longjmp" llvm-svn: 11195
* Add a call to 'write' right before the call to abort() in the unwind path.Chris Lattner2004-02-081-3/+27
| | | | | | | This causes the JIT, or LLC'd program to print out a nice message, explaining WHY the program aborted. llvm-svn: 11184
* Finegrainify namespacificationChris Lattner2003-12-101-11/+11
| | | | | | Fix bug: LowerInvoke/2003-12-10-Crash.llx llvm-svn: 10382
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Initial checkin of the LLVM->LLVM transform to support code generators whichChris Lattner2003-10-051-0/+74
do not support stack unwinding yet llvm-svn: 8869
OpenPOWER on IntegriCloud