summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones.Chris Lattner2006-07-111-1/+2
* Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit fileChris Lattner2006-06-201-1/+1
* Implement the getPointerRegClass method, which is required for the ptr_rcChris Lattner2006-06-171-3/+13
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-041-2/+2
* teach the ppc backend how to spill/reload vector regsChris Lattner2006-03-161-1/+1
* Add support for copying registers. still needed: spilling and reloading themChris Lattner2006-03-161-1/+1
* implement TII::insertNoopChris Lattner2006-03-051-0/+5
* add 64b gpr store to the possible list of isStoreToStackSlot opcodes.Nate Begeman2006-02-021-1/+1
* implement isStoreToStackSlot for PPCChris Lattner2006-02-021-1/+18
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-021-0/+19
* teach ppc backend these are copiesChris Lattner2005-10-191-1/+2
* First bits of 64 bit PowerPC stuff, currently disabled. A lot of this isNate Begeman2005-10-181-1/+1
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-6/+6
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-0/+111
OpenPOWER on IntegriCloud