Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / TargetInstrInfo.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-14 Dan GohmanRemove isReg, isImm, and isMBB, and change all their...
2007-07-06 Evan ChengisUnpredicatedTerminator should treat conditional branc...
2007-07-05 Evan ChengDo not check isPredicated() on non-predicable instructions.
2007-06-08 Evan ChengAdd a utility routine to check for unpredicated termina...
2007-05-29 Evan ChengAdd missing const qualifiers.
2007-05-23 Evan ChengRename a parameter.
2007-05-17 Evan ChengRemove. Not needed.
2007-05-16 Evan ChengDefault implementation of TargetInstrInfo::getBlockSize().
2007-05-16 Evan ChengPredicateInstruction returns true if the operation...
2007-05-16 Evan ChengAdd default implementation of PredicateInstruction().
2006-12-08 Evan ChengMove findTiedToSrcOperand to TargetInstrDescriptor.
2006-12-08 Evan ChengUse MI's TargetInstrDescriptor.
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-11-30 Evan ChengRemove the ugly SPARCV9 TargetInstrDescriptors hack.
2006-11-15 Evan ChengcommuteInstruction should propagate kill / dead info.
2006-11-01 Evan ChengRename
2006-11-01 Evan ChengAdded getTiedToSrcOperand() to check for two-address...
2006-05-12 Evan ChengTypo! How did we commute nodes before?!
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-04-20 Chris Lattnerremove some v9 specific code
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-19 Chris LattnerFinegrainify namespacification
2004-07-27 Brian GaekeConstantTypeMustBeLoaded has been incorporated into...
2004-02-29 Chris LattnerAdjust to change in TII ctor arguments
2004-01-15 Brian GaekeMake this assertion more self-explanatory.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris LattnerStart renaming MachineInstrInfo -> TargetInstrInfo
2002-11-17 Chris LattnerPass on a targetmachine
2002-11-17 Chris LattnerAdd default implementation of printing interface
2002-10-29 Chris LattnerMove TargetInstrDescriptors to MachineInstrInfo.cpp
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine
2002-10-28 Chris LattnerSeperate code out of TargetMachine into MachineInstrInfo