aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetInstrInfo.cpp
AgeCommit message (Expand)Author
2004-07-27ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, itsBrian Gaeke
2004-02-29Adjust to change in TII ctor argumentsChris Lattner
2004-01-15Make this assertion more self-explanatory.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-06-27Nice tasty llc fixes. These should fix LLC for x86 for everything inBrian Gaeke
2003-01-14Rename MachineInstrInfo -> TargetInstrInfoChris Lattner
2003-01-13Start renaming MachineInstrInfo -> TargetInstrInfoChris Lattner
2002-11-17Pass on a targetmachineChris Lattner
2002-11-17Add default implementation of printing interfaceChris Lattner
2002-10-29Move TargetInstrDescriptors to MachineInstrInfo.cppChris Lattner
2002-10-29MachineInstrInfo doesn't need a TargetMachineChris Lattner
2002-10-28Seperate code out of TargetMachine into MachineInstrInfoChris Lattner