Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Mips / MipsSEFrameLowering.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-02 Vasileios Kalintiris[mips] Add support for dynamic stack realignment.
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-17 Daniel Sanders[mips] Move ABI-dependent register selections to MipsAB...
2015-04-02 Vasileios Kalintiris[mips] Implement eliminateCallFramePseudoInstr() in...
2015-04-02 Vasileios Kalintiris[mips] Expose adjustStackPtr() from MipsInstrInfo....
2015-01-29 Eric ChristopherRemove most of the TargetMachine::getSubtarget/getSubta...
2014-10-16 Vasileios Kalintiris[mips] Account for endianess when expanding BuildPairF6...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-14 Daniel Sanders[mips] For the FP64A ABI, odd-numbered double-precision...
2014-07-14 Sasa Stankovic[mips] Expand BuildPairF64 to a spill and reload when...
2014-07-10 Zoran Jovanovic[mips] Emit two CFI offset directives per double precis...
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...