aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsRegisterInfo.cpp
AgeCommit message (Expand)Author
2010-08-26Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach
2010-06-02Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola
2010-06-02cleanupRafael Espindola
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling
2010-04-21Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng
2010-04-02use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner
2010-03-09Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach
2010-02-01Fix stack size bug while using o32 abiBruno Cardoso Lopes
2010-01-20reduce redundant are's.Chris Lattner
2009-11-25Only include in the callee saved regs the sub registers to avoidBruno Cardoso Lopes
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene
2009-11-09Fix PR5149.Bruno Cardoso Lopes
2009-10-07Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach
2009-08-23eliminate the last DOUTs from the targets.Chris Lattner
2009-08-23remove various std::ostream version of printing methods fromChris Lattner
2009-08-12This void is implicit in C++.Dan Gohman
2009-08-05Major calling convention code refactoring.Dan Gohman
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-05-16Fix a missing def-flag on a Mips epilogue load.Jakob Stoklund Olesen
2009-03-21Removed AFGR32 register classBruno Cardoso Lopes
2009-03-15This causes incorrect stack frame allocation when the last object is an array...Bruno Cardoso Lopes
2009-02-23Propagate debug loc info through prologue/epilogue.Bill Wendling
2009-02-13Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-27Re-apply 56683 with fixes.Evan Cheng
2008-09-26Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling
2008-09-26Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng
2008-08-07Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes
2008-08-06Added support for fp callee saved registers.Bruno Cardoso Lopes
2008-08-02Improved asm inline for hi,lo resultsBruno Cardoso Lopes
2008-07-15Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes
2008-07-14Added Subtarget support into RegisterInfoBruno Cardoso Lopes
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes
2008-06-04Some Mips minor fixesBruno Cardoso Lopes
2008-03-31Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng
2008-03-30Fix "Control reaches the end of non-void function" warnings, Chris Lattner
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-22Trivial patch to fix two warnings, please pull into llvm 2.2Chris Lattner
2008-01-07Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson
2008-01-01Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson
2007-12-31Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-05Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng
2007-12-02Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng
2007-12-01Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng
2007-11-13Add parameter to getDwarfRegNum to permit targetsDale Johannesen