aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/SelectLong.vp
Commit message (Collapse)AuthorAgeFilesLines
* seems like powerpc runs but the result segfaultsDavid Monniaux2019-03-221-1/+1
|
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-1/+334
| | | | | | | | | | | | | This commit adds code generation for 64bit PowerPC architectures which execute 32bit applications. The main difference to the normal 32bit PowerPC port is that it uses the available 64bit instructions instead of using the runtime library functions. However pointers are still 32bit and the 32bit calling convention is used. In order to use this port the target architecture must be either in Server execution mode or if in Embedded execution mode the high order 32 bits of GPRs must be implemented in 32-bit mode. Furthermore the operating system must preserve the high order 32 bits of GPRs.
* Support for 64-bit architectures: update the PowerPC portXavier Leroy2016-10-011-0/+21
The PowerPC port remains 32-bit only, no support is added for PPC 64. This shows how much work is needed to update an existing port a minima.