| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -1/+1 |
| | | | | | | | and work better with VC++. Patch contributed by Morten Ofstad! llvm-svn: 17281 | ||||
| * | * Add option to read isLittleEndianEncoding for InstrInfo classes | Misha Brukman | 2004-10-14 | 1 | -0/+4 |
| | | | | | | | * Doxygen-ify some function comments llvm-svn: 16974 | ||||
| * | Start parsing register classes into a more structured form | Chris Lattner | 2004-08-21 | 1 | -1/+9 |
| | | | | | llvm-svn: 15961 | ||||
| * | Use CodeGenRegister class to make reading in of register information more | Chris Lattner | 2004-08-16 | 1 | -2/+12 |
| | | | | | | | systematic. llvm-svn: 15805 | ||||
| * | Make the AsmWriter a first-class tblgen object. Allow targets to specify | Chris Lattner | 2004-08-14 | 1 | -1/+5 |
| | | | | | | | name of the generated asmwriter class, and the name of the format string. llvm-svn: 15747 | ||||
| * | Parse the operand list of the instruction. We currently support register ↵ | Chris Lattner | 2004-08-01 | 1 | -1/+0 |
| | | | | | | | and immediate operands. llvm-svn: 15390 | ||||
| * | Add, and start using, the CodeGenInstruction class. This class represents | Chris Lattner | 2004-08-01 | 1 | -6/+20 |
| | | | | | | | an instance of the Instruction tablegen class. llvm-svn: 15385 | ||||
| * | Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) | Chris Lattner | 2004-08-01 | 1 | -0/+68 |
| llvm-svn: 15382 | |||||

