aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Alignment is now in bits.Chris Lattner2004-08-211-2/+1
* Make alignment be in bits, just like size isChris Lattner2004-08-211-1/+2
* Support "Methods" in register classes in CodgeGenRegisterClassChris Lattner2004-08-211-0/+6
* Start parsing register classes into a more structured formChris Lattner2004-08-211-0/+32
* Read in declared reg sizesChris Lattner2004-08-211-0/+5
* Use CodeGenRegister class to make reading in of register information moreChris Lattner2004-08-161-1/+14
* Make the AsmWriter a first-class tblgen object. Allow targets to specifyChris Lattner2004-08-141-4/+17
* Start parsing more information from the Operand informationChris Lattner2004-08-111-3/+10
* Remove special case hacksChris Lattner2004-08-111-8/+2
* Parse the operand list of the instruction. We currently support register and...Chris Lattner2004-08-011-5/+36
* Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner2004-08-011-2/+11
* Add, and start using, the CodeGenInstruction class. This class representsChris Lattner2004-08-011-0/+36
* Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)Chris Lattner2004-08-011-3/+3
* Finegrainify namespacificationChris Lattner2004-08-011-8/+5
* Emit a more sensible error message if no subclasses of Target are defined.Misha Brukman2004-06-041-0/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header.John Criswell2003-10-201-0/+7
* This seems to work around some unobvious bug in gcc on sparc which wasBrian Gaeke2003-10-101-1/+1
* Add new functionChris Lattner2003-08-101-0/+18
* Add new method to get a value type as a stringChris Lattner2003-08-071-14/+19
* Initial checkin of useful wrappers around the Target classes, for now, only V...Chris Lattner2003-08-071-0/+66