So that we can include frame lowering in the subtarget, remove include
[oota-llvm.git] / lib / Target / Mips / MipsSEFrameLowering.cpp
2014-07-02 Eric ChristopherSo that we can include frame lowering in the subtarget...
2014-04-14 Eric ChristopherUse FrameSetup on frame instructions for the Mips port.
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2013-10-07 Akira Hatanaka[mips] Fix definition of mfhi and mflo instructions...
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-08 Akira Hatanaka[mips] Rename accumulator register classes and FP regis...
2013-08-06 Akira Hatanaka[mips] Rename register classes CPURegs and CPU64Regs.
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-16 Rafael EspindolaRemove addFrameMove.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-02 Akira Hatanaka[mips] Handle reading, writing or copying of ccond...
2013-05-01 Akira Hatanaka[mips] Rename class and functions. Simplify code.
2013-04-30 Akira Hatanaka[mips] Fix handling of instructions which copy to/from...
2013-03-30 Akira Hatanaka[mips] Expand pseudo load, store and copy instructions...
2013-03-22 Hal FinkelAllow the register scavenger to spill multiple registers
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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-10-08 Micah VillmowMove TargetData to DataLayout.
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 MipsFrameLowering...