summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsRegisterInfo.cpp
Commit message (Expand)AuthorAge
* Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka2011-09-27
* Add definitions of 64-bit register files. Add code for returning Mips64's set...Akira Hatanaka2011-09-23
* Add F31 to the set of callee-saved registers.Akira Hatanaka2011-09-22
* Make F31 and D15 non-reserved registers.Akira Hatanaka2011-09-09
* Mips32 does not reserve even-numbered floating point registers.Akira Hatanaka2011-09-09
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* Simplify MipsRegisterInfo::eliminateFrameIndex.Akira Hatanaka2011-07-07
* Reverse order of operands of address operand mem so that the base operand comesAkira Hatanaka2011-07-07
* Improve Mips back-end's handling of DBG_VALUE. Akira Hatanaka2011-07-01
* Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.Evan Cheng2011-06-28
* Hide more details in tablegen generated MCRegisterInfo ctor function.Evan Cheng2011-06-28
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-27
* Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng2011-06-24
* Re-apply 132758 and 132768 which were speculatively reverted in 132777. Akira Hatanaka2011-06-21
* Remove custom allocation order boilerplate that is no longer needed.Jakob Stoklund Olesen2011-06-09
* Speculatively revert 132758 and 132768 to try to fix the Windows buildbots.Eric Christopher2011-06-09
* Fix bug in lowering of DYNAMIC_STACKALLOC nodes. The correct offset of theAkira Hatanaka2011-06-08
* Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola2011-05-30
* Change the set of callee-saved registers for non-MIPS32 architectures specifiedAkira Hatanaka2011-05-28
* Add support for C++ exception handling.Akira Hatanaka2011-05-26
* Enable printing of immediates that do not fit in 16-bit. .cprestore can haveAkira Hatanaka2011-05-24
* Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka2011-05-23
* Use the correct register to access stack frame objects.Akira Hatanaka2011-05-21
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-20
* Increase number of available registers when target is MIPS32.Akira Hatanaka2011-05-19
* 1. Keep lines in 80 columns.Akira Hatanaka2011-05-06
* Fix function MipsRegisterInfo::getRegisterNumbering.Akira Hatanaka2011-05-03
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Expands register/immediate pairs when the immediate is too large to fit in 16...Bruno Cardoso Lopes2011-03-04
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Move hasFP() and few related hooks to TargetFrameInfo.Anton Korobeynikov2010-11-18
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-26
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-02
* cleanupRafael Espindola2010-06-02
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-14
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-21
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-02
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-09
* Fix stack size bug while using o32 abiBruno Cardoso Lopes2010-02-01
* reduce redundant are's.Chris Lattner2010-01-20
* Only include in the callee saved regs the sub registers to avoidBruno Cardoso Lopes2009-11-25
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-12
* Fix PR5149.Bruno Cardoso Lopes2009-11-09
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-07
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-23