aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips16RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+4
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+1
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-041-2/+2
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-3/+6
* Mips16 does not use register scavenger from TargetRegisterInfo. It allocatesReed Kotler2013-05-211-2/+2
* [mips] Fix the head Mips16RegisterInfo.cpp commentRichard Sandiford2013-05-021-2/+1
* [mips] Define a function which returns the GPR register class.Akira Hatanaka2013-03-291-0/+6
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-21/+0
* 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