summaryrefslogtreecommitdiff
path: root/lib/Target/TargetInstrInfo.cpp
Commit message (Expand)AuthorAge
* 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
* MachineInstrInfo doesn't need a TargetMachineChris Lattner2002-10-29
* Seperate code out of TargetMachine into MachineInstrInfoChris Lattner2002-10-28