summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16RegisterInfo.cpp
Commit message (Expand)AuthorAge
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-04
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Mips16 does not use register scavenger from TargetRegisterInfo. It allocatesReed Kotler2013-05-21
* [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