| Age | Commit message (Expand) | Author |
| 2005-08-26 | Expose a new flag to TargetInstrInfo | Chris Lattner |
| 2005-08-19 | Split register class "Methods" into MethodProtos and MethodBodies | Chris Lattner |
| 2005-08-19 | Read the namespace field from register classes | Chris Lattner |
| 2005-08-19 | Fix a problem jeffc noticed | Chris Lattner |
| 2005-08-18 | Figure out how many operands each instruction has, keep track of whether | Chris Lattner |
| 2005-04-22 | Remove trailing whitespace | Misha Brukman |
| 2005-01-22 | Refactor code for numbering instructions into CodeGenTarget. | Chris Lattner |
| 2005-01-02 | Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. | Chris Lattner |
| 2004-10-14 | * Add option to read isLittleEndianEncoding for InstrInfo classes | Misha Brukman |
| 2004-10-03 | Add initial support for variants. This just parses the new format, no | Chris Lattner |
| 2004-09-28 | Add support for the isLoad and isStore flags, needed by the instruction sched... | Nate Begeman |
| 2004-09-28 | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG | Chris Lattner |
| 2004-08-21 | Alignment is now in bits. | Chris Lattner |
| 2004-08-21 | Make alignment be in bits, just like size is | Chris Lattner |
| 2004-08-21 | Support "Methods" in register classes in CodgeGenRegisterClass | Chris Lattner |
| 2004-08-21 | Start parsing register classes into a more structured form | Chris Lattner |
| 2004-08-21 | Read in declared reg sizes | Chris Lattner |
| 2004-08-16 | Use CodeGenRegister class to make reading in of register information more | Chris Lattner |
| 2004-08-14 | Make the AsmWriter a first-class tblgen object. Allow targets to specify | Chris Lattner |
| 2004-08-11 | Start parsing more information from the Operand information | Chris Lattner |
| 2004-08-11 | Remove special case hacks | Chris Lattner |
| 2004-08-01 | Parse the operand list of the instruction. We currently support register and... | Chris Lattner |
| 2004-08-01 | Initial cut at an asm writer emitter. So far, this only handles emission of | Chris Lattner |
| 2004-08-01 | Add, and start using, the CodeGenInstruction class. This class represents | Chris Lattner |
| 2004-08-01 | Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) | Chris Lattner |
| 2004-08-01 | Finegrainify namespacification | Chris Lattner |
| 2004-06-04 | Emit a more sensible error message if no subclasses of Target are defined. | Misha Brukman |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright header. | John Criswell |
| 2003-10-10 | This seems to work around some unobvious bug in gcc on sparc which was | Brian Gaeke |
| 2003-08-10 | Add new function | Chris Lattner |
| 2003-08-07 | Add new method to get a value type as a string | Chris Lattner |
| 2003-08-07 | Initial checkin of useful wrappers around the Target classes, for now, only V... | Chris Lattner |