summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV8/DelaySlotFiller.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
| | | | llvm-svn: 21425
* Use TargetMachine::hasDelaySlot() instead of our old switch statementBrian Gaeke2004-09-301-45/+6
| | | | | | to find instrs that have delay slots. llvm-svn: 16610
* Back to compiling land for v8Brian Gaeke2004-09-021-1/+1
| | | | llvm-svn: 16138
* Add floating-point branches and compares. Compares don't completeBrian Gaeke2004-07-081-0/+20
| | | | | | | until the next cycle, and there's no interlock, so they effectively have a delay slot. llvm-svn: 14686
* JMPL has a delay slot.Brian Gaeke2004-06-181-0/+1
| | | | llvm-svn: 14227
* Recognize more branches.Brian Gaeke2004-06-171-0/+11
| | | | llvm-svn: 14207
* Add in some things I forgot, which Chris helpfully reminded me of...Brian Gaeke2004-04-071-2/+6
| | | | llvm-svn: 12735
* Prune unnecessary #includesBrian Gaeke2004-04-061-12/+1
| | | | llvm-svn: 12731
* Simple delay slot filler pass.Brian Gaeke2004-04-061-0/+87
llvm-svn: 12730
OpenPOWER on IntegriCloud