aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* When Mips16 frames grow large, the immediate field may exceed the maximumReed Kotler2013-02-081-2/+11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Call llvm_unreachable instead of assert.Reed Kotler2012-12-211-1/+1
* There is one more patch to finish large frames. Make sure we assertReed Kotler2012-12-201-0/+4
* Turn on register scavenger for Mips 16Reed Kotler2012-12-201-0/+26
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-13/+13
* Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler2012-10-311-3/+17
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-281-37/+46
* Delete member MipsFunctionInfo::OutArgFIRange and code that accesses it.Akira Hatanaka2012-09-261-9/+3
* Remove unused private field to silence build warning.Craig Topper2012-08-231-3/+2
* Add a member of type Mips16InstrInfo/MipsSEInstrInfo to classAkira Hatanaka2012-08-221-2/+2
* 1. Redo mips16 instructions to avoid multiple opcodes for same instruction.Akira Hatanaka2012-08-031-0/+53
* Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka2012-07-311-0/+9
* Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka2012-07-311-0/+49