| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Define a helper function which creates an instruction with the same | Akira Hatanaka | 2013-05-13 | 1 | -0/+6 |
* | [mips] Rename functions. No functionality changes. | Akira Hatanaka | 2013-05-13 | 1 | -2/+2 |
* | [mips] Define overloaded versions of storeRegToStack and loadRegFromStack. | Akira Hatanaka | 2013-03-29 | 1 | -0/+30 |
* | [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd. | Akira Hatanaka | 2013-03-01 | 1 | -0/+15 |
* | Make function loadImmediate a member of MipsSEInstrInfo and change it to return | Akira Hatanaka | 2012-08-23 | 1 | -12/+0 |
* | Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out | Akira Hatanaka | 2012-08-02 | 1 | -0/+6 |
* | Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and | Akira Hatanaka | 2012-07-31 | 1 | -2/+1 |
* | Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16), | Akira Hatanaka | 2012-07-31 | 1 | -62/+31 |
* | Add basic ability to setup call frame, and make procedure calls. | Akira Hatanaka | 2012-07-23 | 1 | -1/+4 |
* | Revert accidental commit. | Akira Hatanaka | 2012-07-21 | 1 | -4/+1 |
* | Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind. | Akira Hatanaka | 2012-07-21 | 1 | -1/+4 |
* | Make register Mips::RA allocatable if not in mips16 mode. | Akira Hatanaka | 2012-07-10 | 1 | -0/+2 |
* | Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to | Akira Hatanaka | 2012-06-14 | 1 | -6/+20 |
* | Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo. | Akira Hatanaka | 2012-05-25 | 1 | -0/+6 |
* | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper | 2012-03-17 | 1 | -1/+1 |
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -1/+1 |
* | Add an option to use a virtual register as the global base register instead of | Akira Hatanaka | 2012-02-24 | 1 | -6/+0 |
* | Emit B (unconditional branch) when -relocation-model=pic and J (jump) when | Akira Hatanaka | 2011-12-12 | 1 | -0/+1 |
* | Mips MC object code emission improvements: | Bruno Cardoso Lopes | 2011-11-11 | 1 | -80/+0 |
* | Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot. | Akira Hatanaka | 2011-10-11 | 1 | -0/+1 |
* | Add enums and functions for symbols Mips64 uses. | Akira Hatanaka | 2011-09-22 | 1 | -1/+8 |
* | One more patch towards JIT support for Mips. | Bruno Cardoso Lopes | 2011-09-14 | 1 | -0/+27 |
* | Lower MachineInstr to MC Inst and print to .s files. | Akira Hatanaka | 2011-07-07 | 1 | -92/+1 |
* | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng | 2011-07-01 | 1 | -1/+4 |
* | Improve Mips back-end's handling of DBG_VALUE. | Akira Hatanaka | 2011-07-01 | 1 | -0/+5 |
* | This patch implements the thread local storage. Implemented are General | Bruno Cardoso Lopes | 2011-05-31 | 1 | -1/+15 |
* | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka | 2011-04-15 | 1 | -6/+5 |
* | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka | 2011-04-15 | 1 | -5/+6 |
* | Simplifies logic for printing target flags. | Akira Hatanaka | 2011-04-01 | 1 | -3/+3 |
* | Add code for analyzing FP branches. Clean up branch Analysis functions. | Akira Hatanaka | 2011-04-01 | 1 | -16/+10 |
* | Added support for FP conditional move instructions and fixed bugs in handling... | Akira Hatanaka | 2011-03-31 | 1 | -9/+9 |
* | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H... | Bruno Cardoso Lopes | 2011-03-04 | 1 | -11/+11 |
* | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -6/+0 |
* | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -12/+0 |
* | Replace copyRegToReg with copyPhysReg for Mips. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -6/+4 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 1 | -1/+2 |
* | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 1 | -1/+2 |
* | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng | 2010-05-06 | 1 | -2/+4 |
* | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman | 2009-12-05 | 1 | -1/+0 |
* | Remove explicit enum integer values. They don't appear to be needed, and | Dan Gohman | 2009-10-05 | 1 | -5/+5 |
* | Reapply 80278 | Bruno Cardoso Lopes | 2009-09-01 | 1 | -0/+32 |
* | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes | 2009-08-27 | 1 | -32/+0 |
* | Revamp our friend Mips :) | Bruno Cardoso Lopes | 2009-08-27 | 1 | -0/+32 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 1 | -10/+0 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -1/+2 |
* | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman | 2009-06-03 | 1 | -0/+6 |
* | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng | 2009-02-09 | 1 | -1/+2 |
* | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng | 2009-01-20 | 1 | -4/+4 |
* | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman | 2008-12-03 | 1 | -9/+9 |