summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCRegisterInfo.cpp
Commit message (Expand)AuthorAge
* eliminateFrameIndex() change.Evan Cheng2007-05-01
* Match MachineFunction::UsedPhysRegs changes.Evan Cheng2007-04-25
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-03
* Addition to the previous commit for getCalleeSavedRegClasses:Nicolas Geoffray2007-04-03
* The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray2007-04-03
* Protect R31's frame offset from being used by callee-saved registers, when R31Nicolas Geoffray2007-03-21
* Added MRegisterInfo hook to re-materialize an instruction.Evan Cheng2007-03-20
* Minor interface change.Evan Cheng2007-03-06
* PEI now passes a RegScavenger ptr to eliminateFrameIndex.Evan Cheng2007-02-28
* Duplicate use of LR, take 2.Jim Laskey2007-02-27
* Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrappingEvan Cheng2007-02-27
* implement support for the linux/ppc function call ABI. Patch byChris Lattner2007-02-25
* Don't spill LR as a callee saved register.Jim Laskey2007-02-23
* By default, spills kills the register being stored.Evan Cheng2007-02-23
* Support to provide exception and selector registers.Jim Laskey2007-02-21
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-19
* For PR1207:Reid Spencer2007-02-19
* Added getReservedRegs().Evan Cheng2007-02-17
* Support for non-landing pad exception handling.Jim Laskey2007-02-01
* Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.llChris Lattner2007-02-01
* Only gather frame info if debug or eh.Jim Laskey2007-01-29
* Landing pad-less eh for PPC.Jim Laskey2007-01-29
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* Fix comment.Evan Cheng2007-01-25
* - Tell PEI that PPC will handle stack frame rounding itself.Evan Cheng2007-01-25
* Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey2007-01-24
* hasFP() is now a virtual method of MRegisterInfo.Evan Cheng2007-01-23
* Fix naming inconsistency.Evan Cheng2007-01-02
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* fix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64Chris Lattner2006-12-07
* Make it easier for gdb to find the return address.Jim Laskey2006-12-06
* MachineInstr::setOpcode -> MachineInstr::setInstrDescriptorEvan Cheng2006-11-30
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* r13 is the thread pointer on darwin/ppc64, don't allocate it.Chris Lattner2006-11-20
* Assert unhandled case.Jim Laskey2006-11-17
* 1. Ignore the -disable-fp-elim when the routine is a leaf.Jim Laskey2006-11-17
* This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey2006-11-16
* Fix ppc64 epilog bug.Chris Lattner2006-11-15
* Properly transfer kill / dead info.Evan Cheng2006-11-15
* Fix the PPC regressions last nightChris Lattner2006-11-15
* Rework PPC64 calls. Now we have a LR8/CTR8 register which the PPC64 callsChris Lattner2006-11-14
* Matches MachineInstr changes.Evan Cheng2006-11-13
* Make sure stack link is set in 64-bit.Jim Laskey2006-11-11
* implement proper PPC64 prolog/epilog codegen.Chris Lattner2006-11-11
* Running with frame pointers prevented debugging, external probes andJim Laskey2006-11-11
* For PR786:Reid Spencer2006-11-02
* Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner2006-09-05
* Handle callee saved registers in dwarf frame info (lead up to exceptionJim Laskey2006-08-29
* Fix some comments.Jim Laskey2006-08-25