rename TargetInstrDescriptor -> TargetInstrDesc.
[oota-llvm.git] / lib / Target / Sparc / DelaySlotFiller.cpp
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-30 Brian GaekeUse TargetMachine::hasDelaySlot() instead of our old...
2004-09-02 Brian GaekeBack to compiling land for v8
2004-07-08 Brian GaekeAdd floating-point branches and compares. Compares...
2004-06-18 Brian GaekeJMPL has a delay slot.
2004-06-17 Brian GaekeRecognize more branches.
2004-04-07 Brian GaekeAdd in some things I forgot, which Chris helpfully...
2004-04-06 Brian GaekePrune unnecessary #includes
2004-04-06 Brian GaekeSimple delay slot filler pass.