| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Cisms. We love C++ | Chris Lattner | 2003-08-27 | 2 | -8/+8 |
* | Cleaned up the code (spacing, not needed headers) and changed ostream functio... | Tanya Lattner | 2003-08-27 | 1 | -91/+86 |
* | *** empty log message *** | Tanya Lattner | 2003-08-27 | 6 | -832/+546 |
* | Fix bug: SCCP/2003-08-26-InvokeHandling.ll | Chris Lattner | 2003-08-27 | 1 | -1/+4 |
* | New testcase | Chris Lattner | 2003-08-27 | 1 | -0/+15 |
* | Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments | Chris Lattner | 2003-08-26 | 4 | -74/+106 |
* | SchedGraphCommon header file. Contains class definition for SchedGraphCommon ... | Tanya Lattner | 2003-08-25 | 1 | -0/+215 |
* | First version of SchedGraph common class and refactoring of SchedGraph. | Tanya Lattner | 2003-08-25 | 10 | -962/+706 |
* | Remove copy-and-paste gunk | Chris Lattner | 2003-08-25 | 1 | -11/+0 |
* | Initial checking of C++ exception handling library | Chris Lattner | 2003-08-25 | 7 | -0/+685 |
* | As it turns out, things will be simpler than I first expected. We no longer | Chris Lattner | 2003-08-25 | 3 | -10/+0 |
* | Remove special casing | Chris Lattner | 2003-08-25 | 1 | -3/+0 |
* | Fix spelling error in comment. | Brian Gaeke | 2003-08-25 | 1 | -1/+1 |
* | Added autoconf code that verifies that the C compiler is at the minimum | John Criswell | 2003-08-25 | 1 | -1/+0 |
* | Added code to check for python and qmtest. | John Criswell | 2003-08-25 | 2 | -30/+212 |
* | Mangle ALL letters that we do not allow, not just a few. | Chris Lattner | 2003-08-24 | 3 | -42/+78 |
* | Simplify code | Chris Lattner | 2003-08-24 | 2 | -6/+2 |
* | New testcase | Chris Lattner | 2003-08-24 | 1 | -0/+10 |
* | Add output | Chris Lattner | 2003-08-24 | 1 | -1/+3 |
* | Consult the target data, not the module, about how large the current pointer | Chris Lattner | 2003-08-24 | 1 | -4/+4 |
* | Remove some long-dead code | Chris Lattner | 2003-08-24 | 1 | -16/+0 |
* | Targets now configure themselves based on the source module, not on the | Chris Lattner | 2003-08-24 | 5 | -22/+36 |
* | Targets now configure themselves with the module, not flags | Chris Lattner | 2003-08-24 | 1 | -2/+2 |
* | Targets should configure themselves based on a Module, not some wierd flags | Chris Lattner | 2003-08-24 | 3 | -12/+12 |
* | Targets should configure themselves based on the module, not some wierd flags | Chris Lattner | 2003-08-24 | 1 | -16/+3 |
* | Fix bug: Linker/2003-08-23-GlobalVarLinking.ll | Chris Lattner | 2003-08-24 | 3 | -3/+3 |
* | Implement: Linker/2003-08-24-InheritPtrSize.ll | Chris Lattner | 2003-08-24 | 3 | -6/+27 |
* | New testcase | Chris Lattner | 2003-08-24 | 2 | -0/+20 |
* | Implement: Jello/test-constantexpr.ll | Chris Lattner | 2003-08-24 | 2 | -62/+132 |
* | Implement SimplifyCFG/InvokeEliminate.ll | Chris Lattner | 2003-08-24 | 1 | -1/+36 |
* | New testcase | Chris Lattner | 2003-08-24 | 1 | -0/+19 |
* | Fix grammar | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | Add preliminary support for "any" pointersize/endianness. This will need | Chris Lattner | 2003-08-24 | 3 | -7/+10 |
* | Add support for modules with "any" pointersize/endianness | Chris Lattner | 2003-08-24 | 1 | -6/+16 |
* | Add support for 'any' pointer size and endianness | Chris Lattner | 2003-08-24 | 1 | -2/+2 |
* | Support new 'any' support for pointer size and endianness | Chris Lattner | 2003-08-24 | 2 | -4/+12 |
* | Allow modules to have 'any' pointer size and endianness. Luckily, we had | Chris Lattner | 2003-08-24 | 3 | -15/+26 |
* | Allow modules to have 'any' pointer size and endianness. | Chris Lattner | 2003-08-24 | 1 | -8/+3 |
* | Implement support for the unwind intrinsic in the CBE | Chris Lattner | 2003-08-24 | 2 | -0/+26 |
* | Fix grep | Chris Lattner | 2003-08-24 | 1 | -3/+3 |
* | New testcase | Chris Lattner | 2003-08-24 | 1 | -0/+11 |
* | New testcase directory | Chris Lattner | 2003-08-24 | 1 | -0/+10 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 1 | -7/+7 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 2 | -4/+6 |
* | rethrow is really the language independent primitive here. "throw" can be wr... | Chris Lattner | 2003-08-24 | 1 | -2/+3 |
* | Fix typeos and add descriptions | Chris Lattner | 2003-08-24 | 3 | -5/+6 |
* | Inline invoke instructions as well as call instructions | Chris Lattner | 2003-08-24 | 1 | -13/+18 |
* | *** Implement inlining of Invoke instructions! | Chris Lattner | 2003-08-24 | 1 | -51/+138 |
* | Add versions of InlineFunction which work on Invoke instructions and general ... | Chris Lattner | 2003-08-24 | 1 | -1/+4 |
* | Fix copy-and-paste-o | Chris Lattner | 2003-08-24 | 1 | -2/+2 |