summaryrefslogtreecommitdiff
path: root/src/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Makefile: enable target overridings. (#661)Clément Chigot2022-09-011-0/+5
* powerpc64: fix build on gcc-12 (assembly requires AltiVec) (#719)Sergei Trofimovich2022-06-022-0/+4
* powerpc64: fix handling of homogeneous float128 structs (#689)Dan Horák2022-01-311-1/+1
* darwin powerpc: use go closures only if enabled (#583)Ken2020-10-271-1/+13
* Power10 libffi fixes (#585)Alan Modra2020-10-272-1/+21
* ffi_powerpc.h: fix build failure with powerpc7 (#561)Andrew Geissler2020-05-011-1/+1
* Update powerpc sysv assembly for ffi_powerpc.h changes (#541)Samuel Holland2020-02-211-7/+5
* powerpc64: Use memcpy to help platforms with no __int128. (#534)Khem Raj2019-12-071-4/+4
* Address platforms with no __int128.Anthony Green2019-11-291-2/+2
* powerpc: fix build failure on power7 and older (#532)Sergei Trofimovich2019-11-281-1/+1
* IEEE754 binary128 long double support for PowerPC64 (#526)Samuel Holland2019-11-176-52/+335
* PowerPC bugfixes (#520)Samuel Holland2019-10-083-28/+62
* PowerPC64 ELFv1 fp arg fixesAlan Modra2018-05-021-16/+45
* This patch enables FFI Go Closure on AIX.Tony Reix2017-05-174-9/+578
* Prefix ALIGN macros with FFI_Gregory Pakosz2017-04-273-22/+22
* [Darwin-ppc, build] Fixes for clang build.Iain Sandoe2016-05-261-3/+3
* Correct powerpc sysv stack argument accountingAlan Modra2015-08-031-109/+98
* powerpc: Fix ffi_go_closure_linux64Richard Henderson2014-11-201-5/+1
* GO closures for powerpc linuxAlan Modra2014-11-209-313/+403
* Fix powerpc breakage from 6e8a4460Alan Modra2014-11-201-7/+18
* powerpc: Delete patch outputRichard Henderson2014-11-131-391/+0
* 2014-09-10 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek2014-09-203-4/+397
* Linux/ppc64: Remove assumption on contents of r11 in closureMarcus Comstedt2014-01-042-1/+6
* This separates the 32-bit sysv/linux/bsd code from the 64-bit linuxAlan Modra2013-11-219-1762/+2074
* Fix PowerPC Darwin FDE encodings to use pcrel correctly. Modernise the picba...Iain Sandoe2013-11-182-26/+16
* An #endif in the wrong place would cause compile failure on powerpcle.Alan Modra2013-11-181-2/+2
* Finally, this adds _CALL_ELF == 2 support. ELFv1 objects can't beAlan Modra2013-11-164-59/+476
* Andreas' 2013-02-08 change reverted some breakage for struct returnAlan Modra2013-11-163-61/+46
* The powerpc64 ABIs align structs passed by value, a fact ignored byAlan Modra2013-11-161-0/+33
* This patch prepares for ELFv2, where sizes of these areas change. ItAlan Modra2013-11-162-98/+102
* The powerpc64 support opted to pass floating point values both in theAlan Modra2013-11-162-45/+70
* Fix spelling errorsAnthony Green2013-10-083-3/+3
* little-endian ppc64 supportAnthony Green2013-07-023-3/+85
* Build fix for soft-float power targetsAnthony Green2013-03-161-1/+1
* Fix small struct passing on ppcAnthony Green2013-02-082-20/+47
* Fix many.c testcase for ppcAnthony Green2013-02-081-0/+6
* xlc compiler supportAnthony Green2013-01-112-10/+10
* fix build on ppc when long double == doublerofl0r2012-11-221-0/+2
* Rebase for ppc64 fixAnthony Green2012-10-312-4/+37
* Fix typo for darwin targetsAnthony Green2012-04-101-1/+1
* Repair ppc build regression.Anthony Green2012-04-031-7/+6
* More cygwin fixesAnthony Green2012-03-211-2/+2
* Rebase post GCC mergeAnthony Green2012-03-191-1/+3
* Ensure that users don't include ffitarget.h directlyAnthony Green2012-02-231-2/+8
* clean upAnthony Green2011-11-123-1670/+0
* Add powerpc soft float supportAnthony Green2011-11-127-263/+1980
* Remove use of ppc string instructionsAnthony Green2011-11-122-56/+47
* RebaseAnthony Green2011-11-121-3/+4
* Fix darwin EHAnthony Green2011-03-302-2/+2
* rc8. fix last patch.Anthony Green2011-02-251-1/+1