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