| Commit message (Expand) | Author | Age | Files | Lines |
| * | If we want to emit things in enum order, use getInstructionsByEnumValue to | Chris Lattner | 2006-01-27 | 1 | -15/+25 |
| * | almost got the HP-UX tester up.. :) | Duraid Madina | 2005-12-30 | 1 | -1/+1 |
| * | Teach tblgen about instruction operands that have multiple MachineInstr | Chris Lattner | 2005-11-19 | 1 | -6/+16 |
| * | Allow itineraries to be passed through the Target Machine. | Jim Laskey | 2005-11-01 | 1 | -1/+1 |
| * | Keep VC++ happy. | Jeff Cohen | 2005-11-01 | 1 | -0/+1 |
| * | Emit itinerary class in instruction info. | Jim Laskey | 2005-10-31 | 1 | -1/+33 |
| * | Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :) | Chris Lattner | 2005-10-28 | 1 | -30/+15 |
| * | spell this variable right | Chris Lattner | 2005-08-26 | 1 | -1/+1 |
| * | Expose a new flag to TargetInstrInfo | Chris Lattner | 2005-08-26 | 1 | -0/+2 |
| * | add a marker at the end of the instruction enum list | Chris Lattner | 2005-08-26 | 1 | -0/+1 |
| * | Emit this: | Chris Lattner | 2005-08-19 | 1 | -2/+1 |
| * | Emit real operand info for instructions. This currently works but is bad | Chris Lattner | 2005-08-19 | 1 | -10/+44 |
| * | For now, just emit empty operand info structures. | Chris Lattner | 2005-08-19 | 1 | -2/+23 |
| * | now that all of the targets are clean w.r.t. the number of operands for each | Chris Lattner | 2005-08-19 | 1 | -3/+11 |
| * | revert this change, which causes breakage, temporarily | Chris Lattner | 2005-08-18 | 1 | -1/+3 |
| * | When emitting implicit use/def lists, only emit each unique list once. Though | Chris Lattner | 2005-08-18 | 1 | -19/+42 |
| * | Fill in the numOperands field of the TargetInstrDescriptor struct from the | Chris Lattner | 2005-08-18 | 1 | -1/+1 |
| * | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -4/+4 |
| * | Refactor code for numbering instructions into CodeGenTarget. | Chris Lattner | 2005-01-22 | 1 | -10/+7 |
| * | Expose isConvertibleToThreeAddress and isCommutable bits to the code generator. | Chris Lattner | 2005-01-02 | 1 | -0/+2 |
| * | Add support for the isLoad and isStore flags, needed by the instruction sched... | Nate Begeman | 2004-09-28 | 1 | -0/+2 |
| * | Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG | Chris Lattner | 2004-09-28 | 1 | -0/+1 |
| * | Do not #include files into the llvm namespace | Chris Lattner | 2004-08-17 | 1 | -2/+5 |
| * | Instructions no longer need to have names. | Chris Lattner | 2004-08-01 | 1 | -1/+6 |
| * | Add, and start using, the CodeGenInstruction class. This class represents | Chris Lattner | 2004-08-01 | 1 | -40/+36 |
| * | Rename CodeGenWrappers.(cpp|h) -> CodeGenTarget.(cpp|h) | Chris Lattner | 2004-08-01 | 1 | -1/+1 |
| * | Finegrainify namespacification | Chris Lattner | 2004-08-01 | 1 | -3/+1 |
| * | Support new flag | Chris Lattner | 2004-07-31 | 1 | -0/+1 |
| * | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+6 |
| * | Added LLVM copyright header. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| * | Change MRegisterDesc::AliasSet, TargetInstrDescriptor::ImplicitDefs | Alkis Evlogimenos | 2003-10-08 | 1 | -2/+6 |
| * | Move support/tools/* back into utils | Chris Lattner | 2003-10-05 | 1 | -0/+160 |