aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/DelaySlotFiller.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-1/+1
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+4
* eliminate static ctors for Statistic objects.Chris Lattner2006-12-191-2/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-1/+1
* Rename SPARC V8 target to be the LLVM SPARC target.Chris Lattner2006-02-051-19/+18
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Use TargetMachine::hasDelaySlot() instead of our old switch statementBrian Gaeke2004-09-301-45/+6
* Back to compiling land for v8Brian Gaeke2004-09-021-1/+1
* Add floating-point branches and compares. Compares don't completeBrian Gaeke2004-07-081-0/+20
* JMPL has a delay slot.Brian Gaeke2004-06-181-0/+1
* Recognize more branches.Brian Gaeke2004-06-171-0/+11
* Add in some things I forgot, which Chris helpfully reminded me of...Brian Gaeke2004-04-071-2/+6
* Prune unnecessary #includesBrian Gaeke2004-04-061-12/+1
* Simple delay slot filler pass.Brian Gaeke2004-04-061-0/+87