aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename MachineInstr::setInstrDescriptor -> setDescChris Lattner2008-01-111-1/+1
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-1/+1
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-2/+1
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-79/+0
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-228/+0
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-28/+0
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-9/+12
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-7/+6
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-4/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix a significant code quality regression I introduced on PPC64 quite Chris Lattner2007-12-081-1/+1
* implement __builtin_return_addr(0) on ppc.Chris Lattner2007-12-081-2/+7
* refactor some code to avoid overloading the name 'usesLR' in Chris Lattner2007-12-081-7/+9
* Fix a compilation warning.Evan Cheng2007-12-081-1/+1
* Added canFoldMemoryOperand for PPC.Evan Cheng2007-12-051-0/+20
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-051-13/+15
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-021-2/+5
* Fix a crash on invalid code due to memcpy lowering.Chris Lattner2007-11-271-25/+30
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-131-1/+1
* Completely forgot, that we have some debug information emission on PPC. This ...Anton Korobeynikov2007-11-121-2/+2
* 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-6/+6
* Fix a bug handling frame references in ppc inline asm when the frame offsetChris Lattner2007-10-161-24/+33
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-051-47/+154
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-7/+13
* Fix comments.Evan Cheng2007-09-141-4/+4
* Add missing index versions of instructions to the map.Bill Wendling2007-09-071-1/+7
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-2/+2
* Long live the exception handling!Anton Korobeynikov2007-07-141-2/+3
* eliminateFrameIndex() change.Evan Cheng2007-05-011-1/+3
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-251-7/+6
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-031-66/+19
* Addition to the previous commit for getCalleeSavedRegClasses:Nicolas Geoffray2007-04-031-2/+4
* The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray2007-04-031-3/+5
* Protect R31's frame offset from being used by callee-saved registers, when R31Nicolas Geoffray2007-03-211-0/+20
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-201-0/+9
* Minor interface change.Evan Cheng2007-03-061-1/+2
* PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng2007-02-281-2/+2
* Duplicate use of LR, take 2.Jim Laskey2007-02-271-26/+34
* Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrappingEvan Cheng2007-02-271-11/+2
* implement support for the linux/ppc function call ABI. Patch byChris Lattner2007-02-251-11/+116
* Don't spill LR as a callee saved register.Jim Laskey2007-02-231-2/+11
* By default, spills kills the register being stored.Evan Cheng2007-02-231-15/+15
* Support to provide exception and selector registers.Jim Laskey2007-02-211-1/+8
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-191-9/+30
* For PR1207:Reid Spencer2007-02-191-30/+9
* Added getReservedRegs().Evan Cheng2007-02-171-9/+30
* Support for non-landing pad exception handling.Jim Laskey2007-02-011-0/+4
* Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.llChris Lattner2007-02-011-0/+3