Test commit
[oota-llvm.git] / lib / Target / Mips / MipsSEInstrInfo.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-18 Eric ChristopherMake InstrInfo depend only upon the Subtarget getting...
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Daniel Sanders[mips] Use MFHC1 when it is available (MIPS32r2 and...
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for returns instead of JR...
2014-06-12 Daniel Sanders[mips] Use MTHC1 when it is available (MIPS32r2 and...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-03 Zoran JovanovicImplementation of 16-bit microMIPS instructions MFHI...
2014-03-20 Zoran JovanovicImplementation of microMIPS 16-bit instructions MOVE...
2014-03-12 Daniel Sanders[mips][fp64] Add an implicit def to MTHC1 claiming...
2014-03-10 Daniel Sanders[mips][fp64] Add an implicit def to MFHC1 claiming...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2013-11-18 Daniel Sanders[mips] Fix 'ran out of registers' in MIPS32 with FP64...
2013-10-15 Akira Hatanaka[mips] Define a pseudo instruction which writes to...
2013-10-07 Akira Hatanaka[mips] Fix definition of mfhi and mflo instructions...
2013-09-27 Daniel Sanders[mips][msa] Added support for MSA registers to copyPhysReg
2013-09-07 Akira Hatanaka[mips] Enhance command line option "-mno-ldc1-sdc1...
2013-08-28 Daniel Sanders[mips][msa] Added cfcmsa, and ctcmsa
2013-08-27 Daniel Sanders[mips][msa] Added spill/reload support
2013-08-20 Akira Hatanaka[mips] Add support for mfhc1 and mthc1.
2013-08-20 Akira Hatanaka[mips] Define register class FGRH32 for the high half...
2013-08-20 Akira Hatanaka[mips] Resolve register classes dynamically using ptr_r...
2013-08-14 Akira Hatanaka[mips] Rename HIRegs and LORegs.
2013-08-08 Akira Hatanaka[mips] Rename accumulator register classes and FP regis...
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-07-22 Akira Hatanaka[mips] Use ADDu instead of OR to copy general purpose...
2013-07-19 Akira Hatanaka[mips] Delete MFC1_FT_CCR, MTC1_FT_CCR and MOVCCRToCCR.
2013-06-11 Akira Hatanaka[mips] Use function TargetInstrInfo::getRegClass.
2013-06-08 Akira Hatanaka[mips] Use a helper function which compares the size...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-16 Akira Hatanaka[mips] Fix instruction selection pattern for sint_to_fp...
2013-05-13 Akira Hatanaka[mips] Add option -mno-ldc1-sdc1.
2013-05-13 Akira Hatanaka[mips] Rename functions. No functionality changes.
2013-05-02 Akira Hatanaka[mips] Handle reading, writing or copying of ccond...
2013-04-30 Akira Hatanaka[mips] Fix handling of instructions which copy to/from...
2013-04-02 Akira Hatanaka[mips] Small update to the implementation of eh.return...
2013-03-30 Akira Hatanaka[mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromSta...
2013-03-29 Akira Hatanaka[mips] Define overloaded versions of storeRegToStack...
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2012-12-20 Akira Hatanaka[mips] Use "or $r0, $r1, $zero" instead of "addu $r0...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-08-23 Akira HatanakaMake function loadImmediate a member of MipsSEInstrInfo...
2012-08-02 Akira HatanakaMove the code that creates instances of MipsInstrInfo...
2012-07-31 Akira HatanakaImplement MipsSERegisterInfo::eliminateCallFramePseudoI...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsRegisterInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsInstrInfo...