| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Lazily create the abort message, so only translation units that use unwind | Chris Lattner | 2004-11-13 | 1 | -22/+31 |
| | | | | | | | will actually get it. llvm-svn: 17700 | ||||
| * | Simplify handling of constant initializers | Chris Lattner | 2004-11-12 | 1 | -36/+13 |
| | | | | | llvm-svn: 17696 | ||||
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -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 Spencer | 2004-07-18 | 1 | -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 loop | Chris Lattner | 2004-05-28 | 1 | -0/+1 |
| | | | | | llvm-svn: 13872 | ||||
| * | Support getelementptr instructions which use uint's to index into structure | Chris Lattner | 2004-04-05 | 1 | -5/+5 |
| | | | | | | | | types and can have arbitrary 32- and 64-bit integer types indexing into sequential types. llvm-svn: 12653 | ||||
| * | Add warning | Chris Lattner | 2004-03-31 | 1 | -0/+6 |
| | | | | | llvm-svn: 12573 | ||||
| * | Disable tail duplication in a case that breaks on Olden/tsp | Chris Lattner | 2004-03-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 12021 | ||||
| * | Instead of producing calls to setjmp/longjmp, produce uses of the | Chris Lattner | 2004-02-15 | 1 | -2/+2 |
| | | | | | | | llvm.setjmp/llvm.longjmp intrinsics. llvm-svn: 11482 | ||||
| * | Expose a pass ID that can be 'required' | Chris Lattner | 2004-02-13 | 1 | -0/+2 |
| | | | | | llvm-svn: 11376 | ||||
| * | Only add the global variable with the abort message if an unwind actually | Chris Lattner | 2004-02-09 | 1 | -14/+26 |
| | | | | | | | occurs in the program. llvm-svn: 11249 | ||||
| * | Fix grammar-o. | Misha Brukman | 2004-02-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 11210 | ||||
| * | Improve compatibility with programs that already have a prototype for 'write', | Chris Lattner | 2004-02-08 | 1 | -12/+43 |
| | | | | | | | even if it is wierd in some way. llvm-svn: 11207 | ||||
| * | rename the "exceptional" destination of an invoke instruction to the ↵ | Chris Lattner | 2004-02-08 | 1 | -2/+2 |
| | | | | | | | 'unwind' dest llvm-svn: 11202 | ||||
| * | Implement proper invoke/unwind lowering. | Chris Lattner | 2004-02-08 | 1 | -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 Lattner | 2004-02-08 | 1 | -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 namespacification | Chris Lattner | 2003-12-10 | 1 | -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 Gaeke | 2003-11-11 | 1 | -0/+5 |
| | | | | | llvm-svn: 9903 | ||||
| * | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
| * | Initial checkin of the LLVM->LLVM transform to support code generators which | Chris Lattner | 2003-10-05 | 1 | -0/+74 |
| do not support stack unwinding yet llvm-svn: 8869 | |||||

