aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make these format a bit nicerChris Lattner2004-07-118-8/+8
* Provide better support for pointer-valued command line argumentsChris Lattner2004-07-112-0/+6
* Auto-registrate targetChris Lattner2004-07-1111-6/+94
* Add compilabilityChris Lattner2004-07-113-0/+3
* Initial impl of this file. Yes this is pretty useless right now, but itChris Lattner2004-07-111-0/+21
* First cut at TargetMachineRegistry and RegisterTarget classesChris Lattner2004-07-111-0/+76
* Add two new "virtual static" methods to the TargetMachine classChris Lattner2004-07-111-0/+14
* Add -load optionChris Lattner2004-07-114-0/+4
* Add a -load optionChris Lattner2004-07-111-0/+1
* Implicitly getting a new option by linking to support.o instead of support.aChris Lattner2004-07-111-23/+8
* Add a new headerChris Lattner2004-07-112-0/+70
* - Correct grammar of -s descriptionReid Spencer2004-07-101-3/+4
* Group the hidden command line arguments.Reid Spencer2004-07-101-7/+6
* Add link to the stkrc pageChris Lattner2004-07-101-2/+5
* Command Guide for the Stacker language compiler, stkrc.Reid Spencer2004-07-101-0/+95
* Replace use of defunct Type::setName method with SymbolTable::insert.Reid Spencer2004-07-101-1/+1
* Make the VBRSavings percentage make sense (as a fraction of the totalReid Spencer2004-07-101-3/+2
* Minor cleanups:Chris Lattner2004-07-101-23/+20
* Error Handling Cleanup:Reid Spencer2004-07-092-121/+129
* Fix a backwards compatibility bug found by Tanya. In version 1.2, theReid Spencer2004-07-091-0/+5
* Removed unneeded forward declChris Lattner2004-07-091-1/+0
* Remove unused methodChris Lattner2004-07-092-10/+0
* Add checks to ensure that there are no unreachable blocks in the functionChris Lattner2004-07-091-0/+8
* Don't call Type::setName()Chris Lattner2004-07-091-1/+1
* * Add support for indexing into structures, thanks to Chris (x86)Misha Brukman2004-07-092-120/+188
* Read/write the offset value for stack-relative loads via correct instr operand.Misha Brukman2004-07-091-7/+5
* * Doxygenify commentsMisha Brukman2004-07-091-104/+96
* Fix typo.Alkis Evlogimenos2004-07-091-1/+1
* Improve code comments.Alkis Evlogimenos2004-07-091-5/+11
* No really, he did finish!Chris Lattner2004-07-091-1/+1
* Too much of a title for it's own goodChris Lattner2004-07-091-3/+2
* Fix Validation bugsChris Lattner2004-07-091-2/+7
* Eliminate the UID field in the Type class, bringing it down to 28 bytes.Chris Lattner2004-07-081-11/+1
* The uid mapping is no moreChris Lattner2004-07-081-12/+1
* Eliminate uses of the UniqueID field on Type objectsChris Lattner2004-07-081-23/+18
* Do not call Type::getUniqueIDChris Lattner2004-07-082-8/+24
* Add a new methodChris Lattner2004-07-081-0/+8
* Get rid of some cruft in the insert method.Reid Spencer2004-07-082-6/+6
* Add support for __fixdfdi(), __floatdisf(), and __floatdidf() external functionsMisha Brukman2004-07-082-6/+22
* First version of a vector with uniqueness constraints (or a set withReid Spencer2004-07-082-0/+216
* * Use several Function* for external functions instead of a std::mapMisha Brukman2004-07-082-52/+78
* * Add support for loading FP constants from the constant poolMisha Brukman2004-07-082-20/+88
* * Fix header comment, excise references to X86Misha Brukman2004-07-083-45/+69
* statisfy the spelling policeChris Lattner2004-07-081-2/+1
* Fix spelling of `equivalent'Misha Brukman2004-07-081-1/+1
* Eliminate the SignedType and UnsignedType classes.Chris Lattner2004-07-081-49/+19
* isSigned/isUnsigned/isInteger methods do not need to be virtualChris Lattner2004-07-081-7/+11
* Update comment.Chris Lattner2004-07-081-4/+4
* This file uses the Value class without a forward declChris Lattner2004-07-081-0/+1
* Add a test that I have had in my tree for several months now, but apparently ...Chris Lattner2004-07-081-0/+10