aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16FrameLowering.cpp
AgeCommit message (Expand)Author
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-20Implement cfi_def_cfa_offset. "Make check" test case for this comming in theReed Kotler
2012-12-20fix most of remaining issues with large frames.Reed Kotler
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-31Implement ADJCALLSTACKUP and ADJCALLSTACKDOWNReed Kotler
2012-10-28This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-21Mips16FrameLowering.cpp: Remove unused TII introduced in r164349. [-Wunused-v...NAKAMURA Takumi
2012-09-21Properly save and restore RA and Mips16 callee save registers S0,S1Akira Hatanaka
2012-09-18Revert r164051.Akira Hatanaka
2012-09-17Make sure there is enough room for RA. getStackSize needs to be cleaned up butAkira Hatanaka
2012-08-02Move the code that creates instances of MipsInstrInfo and MipsFrameLowering outAkira Hatanaka
2012-07-31Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka