| Commit message (Expand) | Author | Age | Files | Lines |
* | Putting my revised version of ModuloScheduling in cvs. This is not complete... | Tanya Lattner | 2003-08-28 | 8 | -5880/+310 |
* | Fix bug where we considered function types equivalent even if they had differ... | Chris Lattner | 2003-08-28 | 3 | -3/+9 |
* | Reorder #includes | Chris Lattner | 2003-08-28 | 2 | -4/+16 |
* | Moved index in BB to common graph class. | Tanya Lattner | 2003-08-28 | 1 | -2/+4 |
* | Moved index into BB to common graph class because its needed by ModuloSchedGr... | Tanya Lattner | 2003-08-28 | 4 | -8/+2 |
* | First version of llvm-ar added to cvs repository. | Tanya Lattner | 2003-08-28 | 2 | -0/+379 |
* | Convert C comments to C++ | Chris Lattner | 2003-08-28 | 2 | -42/+42 |
* | New wrapper around the terminate call. | Chris Lattner | 2003-08-28 | 4 | -0/+10 |
* | Squelch warning | Chris Lattner | 2003-08-28 | 1 | -0/+1 |
* | Be more typesafe | Chris Lattner | 2003-08-27 | 2 | -68/+308 |
* | Be more type-safe, add throw specs to all functions | Chris Lattner | 2003-08-27 | 2 | -26/+54 |
* | Add throw specs to the functions, remove (void) from the functions | Chris Lattner | 2003-08-27 | 2 | -4/+4 |
* | Hack out libexception temporarily until the Sparc FE is improved | Chris Lattner | 2003-08-27 | 1 | -0/+1 |
* | Move the testcase elsewhere | Chris Lattner | 2003-08-27 | 1 | -25/+0 |
* | Refactor code slightly. Make code compiled with llvmgcc use the warning options | Chris Lattner | 2003-08-27 | 2 | -8/+10 |
* | Spell `incompatible' correctly. | Misha Brukman | 2003-08-27 | 2 | -4/+4 |
* | New testcase. Unfortunately, native GCC gets this wrong. Someday we will ha... | Chris Lattner | 2003-08-27 | 1 | -0/+25 |
* | *** empty log message *** | Tanya Lattner | 2003-08-27 | 1 | -2/+2 |
* | Added/removed header file | Tanya Lattner | 2003-08-27 | 2 | -2/+0 |
* | Added an option to TableGen that allows users to specify a directory in which | John Criswell | 2003-08-27 | 4 | -10/+84 |
* | New testcases, which WORK with LLVMG++ and the CBE. | Chris Lattner | 2003-08-27 | 2 | -0/+53 |
* | Fix several _killer_ bugs. This now actually WORKS for really complex testca... | Chris Lattner | 2003-08-27 | 2 | -22/+8 |
* | C++ify, add new get_cxx_exception function to convert from generic llvm_excep... | Chris Lattner | 2003-08-27 | 2 | -6/+14 |
* | 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 |