aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsSEFrameLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-57/+23
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-23/+176
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-24/+25
* [mips] Fix definition of mfhi and mflo instructions to read from the wholeAkira Hatanaka2013-10-071-27/+42
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-201-2/+2
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-201-8/+0
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-081-14/+14
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-5/+5
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-6/+6
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-13/+38
* Remove addFrameMove.Rafael Espindola2013-05-161-19/+18
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-7/+6
* [mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka2013-05-021-0/+40
* [mips] Rename class and functions. Simplify code.Akira Hatanaka2013-05-011-26/+29
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-301-10/+18
* [mips] Expand pseudo load, store and copy instructions right beforeAkira Hatanaka2013-03-301-1/+165
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-221-1/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-0/+20
* [mips] Lower EH_RETURN.Akira Hatanaka2013-01-301-0/+60
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-031-0/+14
* Move TargetData to DataLayout.Micah Villmow2012-10-081-1/+1
* Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka2012-08-021-0/+5
* Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka2012-07-311-27/+7
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-311-0/+225