summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Mips16RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the need to cache the subtarget in the Mips TargetRegisterInfoEric Christopher2015-03-121-5/+4
* Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher2015-01-291-4/+3
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-5/+3
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+6
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-121-1/+0
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* 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
OpenPOWER on IntegriCloud