aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-261-4/+2
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-3/+4
* cleanupRafael Espindola2010-06-021-28/+0
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-5/+5
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-2/+1
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-091-1/+1
* Fix stack size bug while using o32 abiBruno Cardoso Lopes2010-02-011-10/+18
* reduce redundant are's.Chris Lattner2010-01-201-1/+1
* Only include in the callee saved regs the sub registers to avoidBruno Cardoso Lopes2009-11-251-5/+2
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-3/+3
* Fix PR5149.Bruno Cardoso Lopes2009-11-091-8/+5
* Add register-reuse to frame-index register scavenging. When a target usesJim Grosbach2009-10-071-3/+4
* eliminate the last DOUTs from the targets.Chris Lattner2009-08-231-14/+6
* remove various std::ostream version of printing methods fromChris Lattner2009-08-231-6/+6
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Major calling convention code refactoring.Dan Gohman2009-08-051-3/+3
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-1/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+5
* Fix a missing def-flag on a Mips epilogue load.Jakob Stoklund Olesen2009-05-161-4/+4
* Removed AFGR32 register classBruno Cardoso Lopes2009-03-211-2/+8
* This causes incorrect stack frame allocation when the last object is an array...Bruno Cardoso Lopes2009-03-151-1/+1
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-231-2/+3
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-131-12/+14
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Re-apply 56683 with fixes.Evan Cheng2008-09-271-1/+2
* Temporarily reverting r56683. This is causing a failure during the build of l...Bill Wendling2008-09-261-3/+1
* Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...Evan Cheng2008-09-261-1/+3
* Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes2008-08-071-0/+3
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-061-84/+170
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-021-3/+6
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-151-2/+3
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-8/+14
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-38/+38
* Some Mips minor fixesBruno Cardoso Lopes2008-06-041-2/+2
* Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng2008-03-311-10/+0
* Fix "Control reaches the end of non-void function" warnings, Chris Lattner2008-03-301-0/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* Trivial patch to fix two warnings, please pull into llvm 2.2Chris Lattner2008-01-221-0/+3
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-31/+0
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-65/+0
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-18/+0
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-3/+3
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-3/+4
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-021-3/+6
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-011-6/+0
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-131-1/+1