[mips] Add definition of JALR instruction which has two register operands. Change the
[oota-llvm.git] / lib / Target / Mips / Mips16RegisterInfo.cpp
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...