summaryrefslogtreecommitdiff
path: root/lib/Target/TargetInstrInfo.cpp
Commit message (Expand)AuthorAge
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Clean up assembly statement separator support.Jim Grosbach2011-03-24
* whitespaceAndrew Trick2010-12-24
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo>Nick Lewycky2010-12-19
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-03
* Use instruction itinerary to determine what instructions are 'cheap'.Evan Cheng2010-10-26
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-06
* Spelling fix.Bob Wilson2010-09-15
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-09
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-18
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-02
* move a virtual method body to its .cpp file to avoid a #include Chris Lattner2009-08-02
* inline the global 'getInstrOperandRegClass' function into its callersChris Lattner2009-07-29
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-29
* Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.Evan Cheng2009-05-05
* Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson2009-04-09
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-07
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-07
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-07
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-01
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-30
* More cleanups for MachineOperand:Chris Lattner2007-12-30
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-14
* isUnpredicatedTerminator should treat conditional branches as unpredicated te...Evan Cheng2007-07-06
* Do not check isPredicated() on non-predicable instructions.Evan Cheng2007-07-05
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-08
* Add missing const qualifiers.Evan Cheng2007-05-29
* Rename a parameter.Evan Cheng2007-05-23
* Remove. Not needed.Evan Cheng2007-05-17
* Default implementation of TargetInstrInfo::getBlockSize().Evan Cheng2007-05-16
* PredicateInstruction returns true if the operation was successful.Evan Cheng2007-05-16
* Add default implementation of PredicateInstruction().Evan Cheng2007-05-16
* Move findTiedToSrcOperand to TargetInstrDescriptor.Evan Cheng2006-12-08
* Use MI's TargetInstrDescriptor.Evan Cheng2006-12-08
* Match TargetInstrInfo changes.Evan Cheng2006-12-01
* Remove the ugly SPARCV9 TargetInstrDescriptors hack.Evan Cheng2006-11-30
* commuteInstruction should propagate kill / dead info.Evan Cheng2006-11-15
* RenameEvan Cheng2006-11-01
* Added getTiedToSrcOperand() to check for two-address'ness.Evan Cheng2006-11-01
* Typo! How did we commute nodes before?!Evan Cheng2006-05-12