summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCCallingConv.td
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for printing offset of globalChris Lattner2007-05-031-3/+1
| | | | llvm-svn: 36667
* The PPC64 ELF ABI is "intended to use the same structure layout and calling ↵Nicolas Geoffray2007-04-031-2/+2
| | | | | | | | | convention rules as the 64-bit PowerOpen ABI" (Reference http://www.linux-foundation.org/spec/ELF/ppc64/). Change all ELF tests to ELF32. llvm-svn: 35624
* The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray2007-04-031-2/+2
| | | | | | F1-F10. This affects only ELF, not MachO. llvm-svn: 35622
* Switch PPC return lower to use an autogenerated CC description.Chris Lattner2007-03-061-0/+65
llvm-svn: 34940
OpenPOWER on IntegriCloud