summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsDelaySlotFiller.cpp
Commit message (Expand)AuthorAge
* Fix assertion string.Akira Hatanaka2011-10-05
* Make sure candidate for delay slot filler is not a return instruction.Akira Hatanaka2011-10-05
* Add RA to the set of registers that are defined if instruction is a call.Akira Hatanaka2011-10-05
* MipsDelaySlotFiller.cpp: Appease msvc to specify llvm::next() explicitly.NAKAMURA Takumi2011-10-05
* Insert space.Akira Hatanaka2011-10-05
* Do not examine variadic or implicit operands if instruction is a return (jr).Akira Hatanaka2011-10-05
* Clean up function Filler::delayHasHazard. Akira Hatanaka2011-10-05
* Remove function Filler::insertCallUses.Akira Hatanaka2011-10-05
* Clean up Filler::findDelayInstr.Akira Hatanaka2011-10-05
* Remove function Filler::isDelayFiller. Check if I is the same instruction thatAkira Hatanaka2011-10-05
* Clean up Filler::runOnMachineBasicBlock. Change interface ofAkira Hatanaka2011-10-05
* Define a statistic for the number of slots that were filled with useful Akira Hatanaka2011-10-05
* Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true beforeAkira Hatanaka2011-10-05
* Add comments and move assignment statement. If sawStore is true, sawLoad doesAkira Hatanaka2011-10-05
* Correct description string of enable-mips-delay-filler.Akira Hatanaka2011-10-05
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-29
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-09
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Fix delay slot filler for non mips1 targets. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-09
* Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes2010-11-08
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-13
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-07
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-07
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* A Pass to insert Nops on intructions with DelaySlotBruno Cardoso Lopes2007-08-18