| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen | 2012-05-07 | 1 | -2/+3 |
* | Move parts of lib/Target that use CodeGen into lib/CodeGen. | Nick Lewycky | 2011-12-15 | 1 | -29/+0 |
* | Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl... | Evan Cheng | 2011-12-09 | 1 | -12/+0 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -4/+3 |
* | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 2011-07-01 | 1 | -7/+0 |
* | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng | 2011-06-29 | 1 | -1/+1 |
* | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng | 2011-06-28 | 1 | -1/+4 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -11/+10 |
* | More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo. | Evan Cheng | 2011-06-27 | 1 | -18/+18 |
* | Clean up assembly statement separator support. | Jim Grosbach | 2011-03-24 | 1 | -3/+4 |
* | whitespace | Andrew Trick | 2010-12-24 | 1 | -5/+5 |
* | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky | 2010-12-19 | 1 | -0/+1 |
* | Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> | Nick Lewycky | 2010-12-19 | 1 | -1/+1 |
* | 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 |