| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix coding style violations. Remove white spaces and tabs. | Akira Hatanaka | 2012-06-14 | 1 | -8/+8 |
* | Bundle jump/branch instructions with the instructions in the delay slot in | Akira Hatanaka | 2012-06-13 | 1 | -16/+22 |
* | Switch some getAliasSet clients to MCRegAliasIterator. | Jakob Stoklund Olesen | 2012-06-01 | 1 | -7/+4 |
* | Add a command line option to skip the delay slot filler pass entirely for Mips. | Akira Hatanaka | 2012-05-14 | 1 | -0/+10 |
* | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -4/+4 |
* | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 1 | -1/+1 |
* | add Emacs tag and fix some comment error in file headers | Jia Liu | 2012-02-17 | 1 | -1/+1 |
* | Tidy up. Simplify logic. No functional change intended. | Akira Hatanaka | 2011-12-19 | 1 | -4/+2 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -9/+8 |
* | Fix assertion string. | Akira Hatanaka | 2011-10-05 | 1 | -1/+1 |
* | Make sure candidate for delay slot filler is not a return instruction. | Akira Hatanaka | 2011-10-05 | 1 | -3/+5 |
* | Add RA to the set of registers that are defined if instruction is a call. | Akira Hatanaka | 2011-10-05 | 1 | -4/+4 |
* | MipsDelaySlotFiller.cpp: Appease msvc to specify llvm::next() explicitly. | NAKAMURA Takumi | 2011-10-05 | 1 | -1/+1 |
* | Insert space. | Akira Hatanaka | 2011-10-05 | 1 | -1/+1 |
* | Do not examine variadic or implicit operands if instruction is a return (jr). | Akira Hatanaka | 2011-10-05 | 1 | -2/+3 |
* | Clean up function Filler::delayHasHazard. | Akira Hatanaka | 2011-10-05 | 1 | -4/+6 |
* | Remove function Filler::insertCallUses. | Akira Hatanaka | 2011-10-05 | 1 | -29/+14 |
* | Clean up Filler::findDelayInstr. | Akira Hatanaka | 2011-10-05 | 1 | -15/+10 |
* | Remove function Filler::isDelayFiller. Check if I is the same instruction that | Akira Hatanaka | 2011-10-05 | 1 | -11/+7 |
* | Clean up Filler::runOnMachineBasicBlock. Change interface of | Akira Hatanaka | 2011-10-05 | 1 | -17/+20 |
* | Define a statistic for the number of slots that were filled with useful | Akira Hatanaka | 2011-10-05 | 1 | -0/+2 |
* | Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true before | Akira Hatanaka | 2011-10-05 | 1 | -1/+0 |
* | Add comments and move assignment statement. If sawStore is true, sawLoad does | Akira Hatanaka | 2011-10-05 | 1 | -1/+3 |
* | Correct description string of enable-mips-delay-filler. | Akira Hatanaka | 2011-10-05 | 1 | -1/+1 |
* | Fill delay slot with useful instructions. Modified from Sparc's version of delay | Akira Hatanaka | 2011-09-29 | 1 | -12/+201 |
* | Drop support for Mips1 and Mips2. | Akira Hatanaka | 2011-09-09 | 1 | -3/+1 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -3/+3 |
* | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka | 2011-04-15 | 1 | -2/+2 |
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka | 2011-04-15 | 1 | -2/+2 |
* | Fix delay slot filler for non mips1 targets. Patch by Akira Hatanaka | Bruno Cardoso Lopes | 2010-12-09 | 1 | -5/+9 |
* | Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ... | Bruno Cardoso Lopes | 2010-11-08 | 1 | -1/+2 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Remove non-DebugLoc versions of BuildMI from IA64, Mips. | Dale Johannesen | 2009-02-13 | 1 | -1/+1 |
* | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
* | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | A Pass to insert Nops on intructions with DelaySlot | Bruno Cardoso Lopes | 2007-08-18 | 1 | -0/+77 |