summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16RegisterInfo.cpp
Commit message (Expand)AuthorAge
* [mips] Fix the head Mips16RegisterInfo.cpp commentRichard Sandiford2013-05-02
* [mips] Define a function which returns the GPR register class.Akira Hatanaka2013-03-29
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* When Mips16 frames grow large, the immediate field may exceed the maximumReed Kotler2013-02-08
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Call llvm_unreachable instead of assert.Reed Kotler2012-12-21
* There is one more patch to finish large frames. Make sure we assertReed Kotler2012-12-20
* Turn on register scavenger for Mips 16Reed Kotler2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-31
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.Akira Hatanaka2012-09-26
* Remove unused private field to silence build warning.Craig Topper2012-08-23
* Add a member of type Mips16InstrInfo/MipsSEInstrInfo to classAkira Hatanaka2012-08-22
* 1. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka2012-08-03
* Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka2012-07-31