aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* isUnpredicatedTerminator should treat conditional branches as unpredicated te...Evan Cheng2007-07-061-1/+4
* Do not check isPredicated() on non-predicable instructions.Evan Cheng2007-07-051-1/+4
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-081-0/+7
* Add missing const qualifiers.Evan Cheng2007-05-291-1/+1
* Rename a parameter.Evan Cheng2007-05-231-4/+4
* Remove. Not needed.Evan Cheng2007-05-171-4/+0
* Default implementation of TargetInstrInfo::getBlockSize().Evan Cheng2007-05-161-0/+4
* PredicateInstruction returns true if the operation was successful.Evan Cheng2007-05-161-14/+19
* Add default implementation of PredicateInstruction().Evan Cheng2007-05-161-0/+20
* Move findTiedToSrcOperand to TargetInstrDescriptor.Evan Cheng2006-12-081-12/+11
* Use MI's TargetInstrDescriptor.Evan Cheng2006-12-081-5/+4
* Match TargetInstrInfo changes.Evan Cheng2006-12-011-1/+1
* Remove the ugly SPARCV9 TargetInstrDescriptors hack.Evan Cheng2006-11-301-13/+0
* commuteInstruction should propagate kill / dead info.Evan Cheng2006-11-151-0/+10
* RenameEvan Cheng2006-11-011-1/+3
* Added getTiedToSrcOperand() to check for two-address'ness.Evan Cheng2006-11-011-0/+12
* Typo! How did we commute nodes before?!Evan Cheng2006-05-121-1/+1
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-041-2/+2
* remove some v9 specific codeChris Lattner2006-04-201-20/+0
* Convert tabs to spacesMisha Brukman2005-04-221-6/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Finegrainify namespacificationChris Lattner2005-01-191-7/+20
* ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, itsBrian Gaeke2004-07-271-5/+0
* Adjust to change in TII ctor argumentsChris Lattner2004-02-291-3/+2
* Make this assertion more self-explanatory.Brian Gaeke2004-01-151-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Nice tasty llc fixes. These should fix LLC for x86 for everything inBrian Gaeke2003-06-271-5/+0
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-141-1/+1
* Start renaming MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-131-16/+11
* Pass on a targetmachineChris Lattner2002-11-171-2/+3
* Add default implementation of printing interfaceChris Lattner2002-11-171-3/+5
* Move TargetInstrDescriptors to MachineInstrInfo.cppChris Lattner2002-10-291-0/+6