summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenTarget.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove special case hacksChris Lattner2004-08-111-8/+2
| | | | llvm-svn: 15643
* Parse the operand list of the instruction. We currently support register ↵Chris Lattner2004-08-011-5/+36
| | | | | | and immediate operands. llvm-svn: 15390
* Initial cut at an asm writer emitter. So far, this only handles emission ofChris Lattner2004-08-011-2/+11
| | | | | | instructions, and only instructions that take no operands at that! llvm-svn: 15386
* Add, and start using, the CodeGenInstruction class. This class representsChris Lattner2004-08-011-0/+36
| | | | | | an instance of the Instruction tablegen class. llvm-svn: 15385
* Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h)Chris Lattner2004-08-011-0/+99
llvm-svn: 15382
OpenPOWER on IntegriCloud