aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-111-0/+6
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-051-3/+19
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-181-2/+2
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-181-4/+4
* Position Independent Code (PIC) support [3]Bruno Cardoso Lopes2007-10-091-2/+13
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-051-0/+41
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-2/+8
* Added method to get Mips register numbersBruno Cardoso Lopes2007-08-281-55/+101
* Fixed stack frame addressing bugBruno Cardoso Lopes2007-08-181-8/+8
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-2/+2
* Added support for framepointerBruno Cardoso Lopes2007-07-111-28/+162
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+288