| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [mips] Define register class FGRH32 for the high half of the 64-bit floating | Akira Hatanaka | 2013-08-20 | 1 | -8/+7 |
* | [mips] Resolve register classes dynamically using ptr_rc to reduce the number of | Akira Hatanaka | 2013-08-20 | 1 | -24/+20 |
* | [mips] Rename HIRegs and LORegs. | Akira Hatanaka | 2013-08-14 | 1 | -12/+12 |
* | [mips] Rename accumulator register classes and FP register operands. | Akira Hatanaka | 2013-08-08 | 1 | -12/+12 |
* | [mips] Rename register classes CPURegs and CPU64Regs. | Akira Hatanaka | 2013-08-06 | 1 | -11/+11 |
* | [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete | Akira Hatanaka | 2013-07-22 | 1 | -6/+5 |
* | [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR. | Akira Hatanaka | 2013-07-19 | 1 | -2/+0 |
* | [mips] Use function TargetInstrInfo::getRegClass. | Akira Hatanaka | 2013-06-11 | 1 | -5/+7 |
* | [mips] Use a helper function which compares the size of the source and | Akira Hatanaka | 2013-06-08 | 1 | -6/+18 |
* | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 2013-06-07 | 1 | -1/+1 |
* | [mips] Fix instruction selection pattern for sint_to_fp node to avoid emittin... | Akira Hatanaka | 2013-05-16 | 1 | -0/+37 |
* | [mips] Add option -mno-ldc1-sdc1. | Akira Hatanaka | 2013-05-13 | 1 | -0/+62 |
* | [mips] Rename functions. No functionality changes. | Akira Hatanaka | 2013-05-13 | 1 | -11/+11 |
* | [mips] Handle reading, writing or copying of ccond field of DSP control | Akira Hatanaka | 2013-05-02 | 1 | -0/+15 |
* | [mips] Fix handling of instructions which copy to/from accumulator registers. | Akira Hatanaka | 2013-04-30 | 1 | -14/+16 |
* | [mips] Small update to the implementation of eh.return for Mips. | Akira Hatanaka | 2013-04-02 | 1 | -0/+4 |
* | [mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStack | Akira Hatanaka | 2013-03-30 | 1 | -0/+18 |
* | [mips] Define overloaded versions of storeRegToStack and loadRegFromStack. | Akira Hatanaka | 2013-03-29 | 1 | -11/+9 |
* | [mips] Lower EH_RETURN. | Akira Hatanaka | 2013-01-30 | 1 | -0/+29 |
* | [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy | Akira Hatanaka | 2012-12-20 | 1 | -5/+5 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | [mips] Stop reserving register AT and use register scavenger when a scratch | Akira Hatanaka | 2012-11-03 | 1 | -7/+10 |
* | [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directive | Akira Hatanaka | 2012-11-02 | 1 | -1/+0 |
* | Make function loadImmediate a member of MipsSEInstrInfo and change it to return | Akira Hatanaka | 2012-08-23 | 1 | -4/+43 |
* | Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out | Akira Hatanaka | 2012-08-02 | 1 | -0/+4 |
* | Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emits | Akira Hatanaka | 2012-07-31 | 1 | -0/+20 |
* | Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and | Akira Hatanaka | 2012-07-31 | 1 | -0/+5 |
* | Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16), | Akira Hatanaka | 2012-07-31 | 1 | -0/+291 |