summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSEFrameLowering.cpp
Commit message (Expand)AuthorAge
* Use FrameSetup on frame instructions for the Mips port.Eric Christopher2014-04-14
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-07
* [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 accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Remove addFrameMove.Rafael Espindola2013-05-16
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* [mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka2013-05-02
* [mips] Rename class and functions. Simplify code.Akira Hatanaka2013-05-01
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-30
* [mips] Expand pseudo load, store and copy instructions right beforeAkira Hatanaka2013-03-30
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-30
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* 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
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* 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 MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-31