| Commit message (Expand) | Author | Age | Files | Lines |
* | Make these format a bit nicer | Chris Lattner | 2004-07-11 | 8 | -8/+8 |
* | Provide better support for pointer-valued command line arguments | Chris Lattner | 2004-07-11 | 2 | -0/+6 |
* | Auto-registrate target | Chris Lattner | 2004-07-11 | 11 | -6/+94 |
* | Add compilability | Chris Lattner | 2004-07-11 | 3 | -0/+3 |
* | Initial impl of this file. Yes this is pretty useless right now, but it | Chris Lattner | 2004-07-11 | 1 | -0/+21 |
* | First cut at TargetMachineRegistry and RegisterTarget classes | Chris Lattner | 2004-07-11 | 1 | -0/+76 |
* | Add two new "virtual static" methods to the TargetMachine class | Chris Lattner | 2004-07-11 | 1 | -0/+14 |
* | Add -load option | Chris Lattner | 2004-07-11 | 4 | -0/+4 |
* | Add a -load option | Chris Lattner | 2004-07-11 | 1 | -0/+1 |
* | Implicitly getting a new option by linking to support.o instead of support.a | Chris Lattner | 2004-07-11 | 1 | -23/+8 |
* | Add a new header | Chris Lattner | 2004-07-11 | 2 | -0/+70 |
* | - Correct grammar of -s description | Reid Spencer | 2004-07-10 | 1 | -3/+4 |
* | Group the hidden command line arguments. | Reid Spencer | 2004-07-10 | 1 | -7/+6 |
* | Add link to the stkrc page | Chris Lattner | 2004-07-10 | 1 | -2/+5 |
* | Command Guide for the Stacker language compiler, stkrc. | Reid Spencer | 2004-07-10 | 1 | -0/+95 |
* | Replace use of defunct Type::setName method with SymbolTable::insert. | Reid Spencer | 2004-07-10 | 1 | -1/+1 |
* | Make the VBRSavings percentage make sense (as a fraction of the total | Reid Spencer | 2004-07-10 | 1 | -3/+2 |
* | Minor cleanups: | Chris Lattner | 2004-07-10 | 1 | -23/+20 |
* | Error Handling Cleanup: | Reid Spencer | 2004-07-09 | 2 | -121/+129 |
* | Fix a backwards compatibility bug found by Tanya. In version 1.2, the | Reid Spencer | 2004-07-09 | 1 | -0/+5 |
* | Removed unneeded forward decl | Chris Lattner | 2004-07-09 | 1 | -1/+0 |
* | Remove unused method | Chris Lattner | 2004-07-09 | 2 | -10/+0 |
* | Add checks to ensure that there are no unreachable blocks in the function | Chris Lattner | 2004-07-09 | 1 | -0/+8 |
* | Don't call Type::setName() | Chris Lattner | 2004-07-09 | 1 | -1/+1 |
* | * Add support for indexing into structures, thanks to Chris (x86) | Misha Brukman | 2004-07-09 | 2 | -120/+188 |
* | Read/write the offset value for stack-relative loads via correct instr operand. | Misha Brukman | 2004-07-09 | 1 | -7/+5 |
* | * Doxygenify comments | Misha Brukman | 2004-07-09 | 1 | -104/+96 |
* | Fix typo. | Alkis Evlogimenos | 2004-07-09 | 1 | -1/+1 |
* | Improve code comments. | Alkis Evlogimenos | 2004-07-09 | 1 | -5/+11 |
* | No really, he did finish! | Chris Lattner | 2004-07-09 | 1 | -1/+1 |
* | Too much of a title for it's own good | Chris Lattner | 2004-07-09 | 1 | -3/+2 |
* | Fix Validation bugs | Chris Lattner | 2004-07-09 | 1 | -2/+7 |
* | Eliminate the UID field in the Type class, bringing it down to 28 bytes. | Chris Lattner | 2004-07-08 | 1 | -11/+1 |
* | The uid mapping is no more | Chris Lattner | 2004-07-08 | 1 | -12/+1 |
* | Eliminate uses of the UniqueID field on Type objects | Chris Lattner | 2004-07-08 | 1 | -23/+18 |
* | Do not call Type::getUniqueID | Chris Lattner | 2004-07-08 | 2 | -8/+24 |
* | Add a new method | Chris Lattner | 2004-07-08 | 1 | -0/+8 |
* | Get rid of some cruft in the insert method. | Reid Spencer | 2004-07-08 | 2 | -6/+6 |
* | Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functions | Misha Brukman | 2004-07-08 | 2 | -6/+22 |
* | First version of a vector with uniqueness constraints (or a set with | Reid Spencer | 2004-07-08 | 2 | -0/+216 |
* | * Use several Function* for external functions instead of a std::map | Misha Brukman | 2004-07-08 | 2 | -52/+78 |
* | * Add support for loading FP constants from the constant pool | Misha Brukman | 2004-07-08 | 2 | -20/+88 |
* | * Fix header comment, excise references to X86 | Misha Brukman | 2004-07-08 | 3 | -45/+69 |
* | statisfy the spelling police | Chris Lattner | 2004-07-08 | 1 | -2/+1 |
* | Fix spelling of `equivalent' | Misha Brukman | 2004-07-08 | 1 | -1/+1 |
* | Eliminate the SignedType and UnsignedType classes. | Chris Lattner | 2004-07-08 | 1 | -49/+19 |
* | isSigned/isUnsigned/isInteger methods do not need to be virtual | Chris Lattner | 2004-07-08 | 1 | -7/+11 |
* | Update comment. | Chris Lattner | 2004-07-08 | 1 | -4/+4 |
* | This file uses the Value class without a forward decl | Chris Lattner | 2004-07-08 | 1 | -0/+1 |
* | Add a test that I have had in my tree for several months now, but apparently ... | Chris Lattner | 2004-07-08 | 1 | -0/+10 |