| Commit message (Expand) | Author | Age | Files | Lines |
* | Two sets of changes. Sorry they are intermingled. | Evan Cheng | 2010-11-03 | 1 | -2/+22 |
* | Use instruction itinerary to determine what instructions are 'cheap'. | Evan Cheng | 2010-10-26 | 1 | -0/+10 |
* | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng | 2010-10-06 | 1 | -1/+32 |
* | Spelling fix. | Bob Wilson | 2010-09-15 | 1 | -1/+1 |
* | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng | 2010-09-10 | 1 | -3/+3 |
* | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng | 2010-09-09 | 1 | -0/+17 |
* | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman | 2010-06-18 | 1 | -0/+4 |
* | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -5/+5 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
* | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner | 2009-08-02 | 1 | -9/+48 |
* | move a virtual method body to its .cpp file to avoid a #include | Chris Lattner | 2009-08-02 | 1 | -2/+9 |
* | inline the global 'getInstrOperandRegClass' function into its callers | Chris Lattner | 2009-07-29 | 1 | -10/+0 |
* | 1. Introduce a new TargetOperandInfo::getRegClass() helper method | Chris Lattner | 2009-07-29 | 1 | -4/+13 |
* | Move getInstrOperandRegClass from the scheduler to TargetInstrInfo. | Evan Cheng | 2009-05-05 | 1 | -0/+13 |
* | Fix pr3954. The register scavenger asserts for inline assembly with | Bob Wilson | 2009-04-09 | 1 | -13/+0 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -7/+7 |
* | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -10/+9 |
* | Fix a problem where lib/Target/TargetInstrInfo.h would include and use | Chris Lattner | 2008-01-01 | 1 | -42/+0 |
* | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 2007-12-30 | 1 | -4/+4 |
* | More cleanups for MachineOperand: | Chris Lattner | 2007-12-30 | 1 | -8/+2 |
* | Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis... | Chris Lattner | 2007-12-30 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 2007-09-14 | 1 | -3/+3 |
* | isUnpredicatedTerminator should treat conditional branches as unpredicated te... | Evan Cheng | 2007-07-06 | 1 | -1/+4 |
* | Do not check isPredicated() on non-predicable instructions. | Evan Cheng | 2007-07-05 | 1 | -1/+4 |
* | Add a utility routine to check for unpredicated terminator instruction. | Evan Cheng | 2007-06-08 | 1 | -0/+7 |
* | Add missing const qualifiers. | Evan Cheng | 2007-05-29 | 1 | -1/+1 |
* | Rename a parameter. | Evan Cheng | 2007-05-23 | 1 | -4/+4 |
* | Remove. Not needed. | Evan Cheng | 2007-05-17 | 1 | -4/+0 |
* | Default implementation of TargetInstrInfo::getBlockSize(). | Evan Cheng | 2007-05-16 | 1 | -0/+4 |
* | PredicateInstruction returns true if the operation was successful. | Evan Cheng | 2007-05-16 | 1 | -14/+19 |
* | Add default implementation of PredicateInstruction(). | Evan Cheng | 2007-05-16 | 1 | -0/+20 |
* | Move findTiedToSrcOperand to TargetInstrDescriptor. | Evan Cheng | 2006-12-08 | 1 | -12/+11 |
* | Use MI's TargetInstrDescriptor. | Evan Cheng | 2006-12-08 | 1 | -5/+4 |
* | Match TargetInstrInfo changes. | Evan Cheng | 2006-12-01 | 1 | -1/+1 |
* | Remove the ugly SPARCV9 TargetInstrDescriptors hack. | Evan Cheng | 2006-11-30 | 1 | -13/+0 |
* | commuteInstruction should propagate kill / dead info. | Evan Cheng | 2006-11-15 | 1 | -0/+10 |
* | Rename | Evan Cheng | 2006-11-01 | 1 | -1/+3 |
* | Added getTiedToSrcOperand() to check for two-address'ness. | Evan Cheng | 2006-11-01 | 1 | -0/+12 |
* | Typo! How did we commute nodes before?! | Evan Cheng | 2006-05-12 | 1 | -1/+1 |
* | Move some methods out of MachineInstr into MachineOperand | Chris Lattner | 2006-05-04 | 1 | -2/+2 |
* | remove some v9 specific code | Chris Lattner | 2006-04-20 | 1 | -20/+0 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -6/+6 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | Finegrainify namespacification | Chris Lattner | 2005-01-19 | 1 | -7/+20 |
* | ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its | Brian Gaeke | 2004-07-27 | 1 | -5/+0 |
* | Adjust to change in TII ctor arguments | Chris Lattner | 2004-02-29 | 1 | -3/+2 |
* | Make this assertion more self-explanatory. | Brian Gaeke | 2004-01-15 | 1 | -2/+2 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |