summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSEInstrInfo.cpp
Commit message (Expand)AuthorAge
* [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders2014-06-12
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Implementation of 16-bit microMIPS instructions MFHI and MFLO.Zoran Jovanovic2014-04-03
* Implementation of microMIPS 16-bit instructions MOVE and JALR.Zoran Jovanovic2014-03-20
* [mips][fp64] Add an implicit def to MTHC1 claiming that it reads the lower 32...Daniel Sanders2014-03-12
* [mips][fp64] Add an implicit def to MFHC1 claiming that it reads the lower 32...Daniel Sanders2014-03-10
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-18
* [mips] Define a pseudo instruction which writes to both the lower and higherAkira Hatanaka2013-10-15
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-07
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-27
* [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index doubleAkira Hatanaka2013-09-07
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-28
* [mips][msa] Added spill/reload supportDaniel Sanders2013-08-27
* [mips] Add support for mfhc1 and mthc1.Akira Hatanaka2013-08-20
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-20
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-20
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-14
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* [mips] Use ADDu instead of OR to copy general purpose registers. Also, deleteAkira Hatanaka2013-07-22
* [mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.Akira Hatanaka2013-07-19
* [mips] Use function TargetInstrInfo::getRegClass.Akira Hatanaka2013-06-11
* [mips] Use a helper function which compares the size of the source andAkira Hatanaka2013-06-08
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* [mips] Fix instruction selection pattern for sint_to_fp node to avoid emittin...Akira Hatanaka2013-05-16
* [mips] Add option -mno-ldc1-sdc1.Akira Hatanaka2013-05-13
* [mips] Rename functions. No functionality changes.Akira Hatanaka2013-05-13
* [mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka2013-05-02
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-30
* [mips] Small update to the implementation of eh.return for Mips.Akira Hatanaka2013-04-02
* [mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStackAkira Hatanaka2013-03-30
* [mips] Define overloaded versions of storeRegToStack and loadRegFromStack.Akira Hatanaka2013-03-29
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-30
* [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* Make function loadImmediate a member of MipsSEInstrInfo and change it to returnAkira Hatanaka2012-08-23
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-02
* Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),Akira Hatanaka2012-07-31