Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / Mips / Mips16RegisterInfo.cpp
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-04 Reed KotlerClean up code for Mips16 large frame handling.
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-21 Reed KotlerMips16 does not use register scavenger from TargetRegis...
2013-05-02 Richard Sandiford[mips] Fix the head Mips16RegisterInfo.cpp comment
2013-03-29 Akira Hatanaka[mips] Define a function which returns the GPR register...
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-08 Reed KotlerWhen Mips16 frames grow large, the immediate field...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-21 Reed KotlerCall llvm_unreachable instead of assert.
2012-12-20 Reed KotlerThere is one more patch to finish large frames. Make...
2012-12-20 Reed KotlerTurn on register scavenger for Mips 16
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-31 Reed KotlerImplement ADJCALLSTACKUP and ADJCALLSTACKDOWN
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-09-26 Akira HatanakaDelete member MipsFunctionInfo::OutArgFIRange and code...
2012-08-23 Craig TopperRemove unused private field to silence build warning.
2012-08-22 Akira HatanakaAdd a member of type Mips16InstrInfo/MipsSEInstrInfo...
2012-08-03 Akira Hatanaka1. Redo mips16 instructions to avoid multiple opcodes...
2012-07-31 Akira HatanakaImplement MipsSERegisterInfo::eliminateCallFramePseudoI...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsRegisterInfo...