| Age | Commit message (Expand) | Author |
| 2006-01-27 | If we want to emit things in enum order, use getInstructionsByEnumValue to | Chris Lattner |
| 2005-12-30 | almost got the HP-UX tester up.. :) | Duraid Madina |
| 2005-11-19 | Teach tblgen about instruction operands that have multiple MachineInstr | Chris Lattner |
| 2005-11-01 | Allow itineraries to be passed through the Target Machine. | Jim Laskey |
| 2005-11-01 | Keep VC++ happy. | Jeff Cohen |
| 2005-10-31 | Emit itinerary class in instruction info. | Jim Laskey |
| 2005-10-28 | Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :) | Chris Lattner |
| 2005-08-26 | spell this variable right | Chris Lattner |
| 2005-08-26 | Expose a new flag to TargetInstrInfo | Chris Lattner |
| 2005-08-26 | add a marker at the end of the instruction enum list | Chris Lattner |
| 2005-08-19 | Emit this: | Chris Lattner |
| 2005-08-19 | Emit real operand info for instructions. This currently works but is bad | Chris Lattner |
| 2005-08-19 | For now, just emit empty operand info structures. | Chris Lattner |
| 2005-08-19 | now that all of the targets are clean w.r.t. the number of operands for each | Chris Lattner |
| 2005-08-18 | revert this change, which causes breakage, temporarily | Chris Lattner |
| 2005-08-18 | When emitting implicit use/def lists, only emit each unique list once. Though | Chris Lattner |
| 2005-08-18 | Fill in the numOperands field of the TargetInstrDescriptor struct from the | 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-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-17 | Do not #include files into the llvm namespace | Chris Lattner |
| 2004-08-01 | Instructions no longer need to have names. | 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-07-31 | Support new flag | Chris Lattner |
| 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-08 | Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs | Alkis Evlogimenos |
| 2003-08-07 | Start using the CodeGeneratorWrappers | Chris Lattner |
| 2003-08-06 | Switch code over to being a TableGenBackend | Chris Lattner |
| 2003-08-03 | Finish the instruction info emitter | Chris Lattner |
| 2003-08-03 | Initial checkin of Instruction emitter, which just produces enum values so far | Chris Lattner |