summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud