aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* MachineInstrInfo doesn't need a TargetMachineChris Lattner2002-10-291-3/+2
* Seperate code out of TargetMachine into MachineInstrInfoChris Lattner2002-10-281-0/+56