summaryrefslogtreecommitdiff
path: root/lib/Target/TargetInstrInfo.cpp
Commit message (Expand)AuthorAge
* 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
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-04
* remove some v9 specific codeChris Lattner2006-04-20
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Finegrainify namespacificationChris Lattner2005-01-19
* ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, itsBrian Gaeke2004-07-27
* Adjust to change in TII ctor argumentsChris Lattner2004-02-29
* Make this assertion more self-explanatory.Brian Gaeke2004-01-15
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Nice tasty llc fixes. These should fix LLC for x86 for everything inBrian Gaeke2003-06-27
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-14
* Start renaming MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-13
* Pass on a targetmachineChris Lattner2002-11-17
* Add default implementation of printing interfaceChris Lattner2002-11-17
* Move TargetInstrDescriptors to MachineInstrInfo.cppChris Lattner2002-10-29