aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Start TargetRegisterClass indices at 0 instead of 1, so thatDan Gohman2010-06-181-0/+4
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-5/+5
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Move the getInlineAsmLength virtual method from TAI to TII, whereChris Lattner2009-08-021-9/+48
* move a virtual method body to its .cpp file to avoid a #include Chris Lattner2009-08-021-2/+9
* inline the global 'getInstrOperandRegClass' function into its callersChris Lattner2009-07-291-10/+0
* 1. Introduce a new TargetOperandInfo::getRegClass() helper methodChris Lattner2009-07-291-4/+13
* Move getInstrOperandRegClass from the scheduler to TargetInstrInfo.Evan Cheng2009-05-051-0/+13
* Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson2009-04-091-13/+0
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-7/+7
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-1/+1
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-10/+9
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-011-42/+0
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-4/+4
* More cleanups for MachineOperand:Chris Lattner2007-12-301-8/+2
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-141-3/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+99