aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/IA64/IA64RegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+3
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-108/+0
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-18/+0
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-3/+3
* 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-3/+3
* 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-5/+7
* 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/+5
* - 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
* Forgot these.Evan Cheng2007-10-051-0/+62
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-2/+7
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+388