aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/DelaySlotFiller.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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