summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build on OpenBSD/mips64 (#638)vhankala2021-06-101-1/+1
* Fix building for arm windows with mingw toolchains (#631)Martin Storsjö2021-04-063-20/+77
* arm64e: Pull in pointer authentication code from Apple's arm64e libffi port (...Jeremy Huddleston Sequoia2021-03-244-51/+89
* x86: Fix thiscall and fastcall stack cleanup behavior (#611)Ole André Vadla Ravnås2021-03-241-6/+13
* x86: Fix MSVC runtime checks interop (#612)Ole André Vadla Ravnås2021-03-242-0/+20
* Search $LIBFFI_TMPDIR also (#605)DJ Delorie2021-03-231-0/+1
* aarch64: Fix closures for win64 (#606)AndreRH2021-03-231-9/+11
* Bug #680. Don't accept floats or small ints as var args. (#628)Anthony Green2021-03-231-2/+21
* Add some missing #if conditionals from Apple's code drop (#620)Jeremy Huddleston Sequoia2021-03-204-0/+16
* Static tramp v5 (#624)Madhavan T. Venkataraman2021-03-0517-5/+1269
* Use memfd_create() (#604)DJ Delorie2020-12-021-0/+17
* Allow to build with mingw-clang (#579)Mike Hommey2020-11-101-2/+2
* Don't use FFI_TYPE_LONGDOUBLE in the jump table in win64*.S (#580)Mike Hommey2020-11-102-4/+6
* aarch64: Allow FFI_WIN64 for winelib (#593)AndreRH2020-11-103-31/+47
* darwin powerpc: use go closures only if enabled (#583)Ken2020-10-271-1/+13
* Support building x86 and arm64 without FFI_GO_CLOSURES (#586)Jeremy Huddleston Sequoia2020-10-274-0/+25
* Removing unnecessary instruction from ffi_call_unix64 (#588)petersn2020-10-271-2/+1
* Power10 libffi fixes (#585)Alan Modra2020-10-272-1/+21
* docs: fix simple typo, paramters -> parameters (#589)Tim Gates2020-10-111-2/+2
* Upstream local FreeBSD patches (#567)Niclas Zeising2020-08-073-2/+21
* aarch64: Fix typoJakub Wilk2020-06-301-1/+1
* Add support for cskyMa Jun2020-06-293-0/+829
* Add support for Kalray KVX architecture (#559)Yann Sionneau2020-05-014-0/+480
* ffi_powerpc.h: fix build failure with powerpc7 (#561)Andrew Geissler2020-05-011-1/+1
* arm: Fix the clang specific version of the assembly (#556)Martin Storsjö2020-04-251-4/+4
* win64_armasm: Fix the spelling of ALIGN (#553)Martin Storsjö2020-04-251-1/+1
* Use __builtin_ffs instead of ffs (#554)Martin Storsjö2020-04-251-1/+1
* Fix building for aarch64 windows with mingw toolchains (#555)Martin Storsjö2020-04-254-18/+18
* Port to iOS/arm64e (#548)Ole André Vadla Ravnås2020-03-093-2/+25
* Revamp PA_LINUX and PA_HPUX target closures to use function descriptors.Moxie Bot2020-02-245-105/+59
* x86: Fix ffi_prep_closure_loc (#542)hjl-tools2020-02-221-1/+1
* x86: Add indirect branch tracking support (#540)hjl-tools2020-02-217-29/+117
* 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
* Fixed missed #ifndef for __mips_soft_float (#442)Carl Hurd2019-11-291-0/+2
* 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
* Add work-around for users who manage their own closure memoryAnthony Green2019-11-201-2/+10
* IEEE754 binary128 long double support for PowerPC64 (#526)Samuel Holland2019-11-176-52/+335
* Fix FFI_STDCALL ABI (#514)Andreas Schwab2019-10-261-8/+10
* Add long double test (#492)zhanhb2019-10-091-0/+2
* handle compilation warnings with ftruncate API (#508)pnallan2019-10-081-2/+13
* Clean up line endings (#509)John Ericson2019-10-081-505/+505
* PowerPC bugfixes (#520)Samuel Holland2019-10-083-28/+62
* fix mingw build and crashing bugs for Python Windows ARM64 (#496)Paul Monson2019-08-074-13/+25
* libffi: added ARM64 support for Windows (#486)ossdev072019-06-255-63/+631
* hppa: avoid TEXTREL in .eh_frame section (#447)Sergei Trofimovich2019-04-271-2/+23
* fix x86/x64 MSVC build (#487)driver19982019-04-272-2/+2
* add support for 32-bit ARM on Windows (#477)Paul Monson2019-04-263-6/+356
* fix check for Linux/aarch64Dan Horák2019-03-292-2/+2