summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial csky patches from AlibabacskyMoxie Bot2020-03-246-1/+840
* Improve read-write .eh_frame check (#546)Fangrui Song2020-03-101-9/+3
* Mention ARM Pointer AuthenticationMoxie Bot2020-03-091-0/+1
* Test on aarch64 Linux with clangMoxie Bot2020-03-091-0/+4
* Port to iOS/arm64e (#548)Ole André Vadla Ravnås2020-03-094-2/+47
* Try to fix RLGL_KEY nonsense (#547)Anthony Green2020-03-091-0/+4
* Revamp PA_LINUX and PA_HPUX target closures to use function descriptors.Moxie Bot2020-02-246-105/+67
* Update the ABI version to LIBFFI_BASE_8.0 (#544)hjl-tools2020-02-231-12/+8
* x86: Fix ffi_prep_closure_loc (#542)hjl-tools2020-02-221-1/+1
* Merge branch 'master' of github.com:/libffi/libffiMoxie Bot2020-02-2110-38/+125
|\
| * x86: Add indirect branch tracking support (#540)hjl-tools2020-02-219-31/+120
| * Update powerpc sysv assembly for ffi_powerpc.h changes (#541)Samuel Holland2020-02-211-7/+5
* | Update for pending 3.4 release.Moxie Bot2020-02-211-1/+6
|/
* Update copyright year.Anthony Green2020-01-101-1/+1
* Fix scriptAnthony Green2020-01-051-5/+5
* Use rlgl API key on loginAnthony Green2020-01-051-5/+5
* powerpc64: Use memcpy to help platforms with no __int128. (#534)Khem Raj2019-12-071-4/+4
* Remove 32-bit x86 file references to fix macosx buildsAnthony Green2019-11-301-48/+2
* Fixed missed #ifndef for __mips_soft_float (#442)Carl Hurd2019-11-291-0/+2
* Clean up macosx buildsAnthony Green2019-11-292-2/+1
* Address platforms with no __int128.Anthony Green2019-11-291-2/+2
* Make build errors easier to debugAnthony Green2019-11-281-4/+1
* Add powerpc-eabiAnthony Green2019-11-281-0/+3
* Test on powerpc-eabisimAnthony Green2019-11-283-1/+65
* powerpc: fix build failure on power7 and older (#532)Sergei Trofimovich2019-11-281-1/+1
* Run aarch64-linux-gnu tests on travi-ci directlyAnthony Green2019-11-243-5/+10
* Fixes for ppc64le and s390x travis testingAnthony Green2019-11-242-7/+20
* Force the use of dockerAnthony Green2019-11-241-9/+1
* Merge branch 'master' of github.com:libffi/libffiAnthony Green2019-11-242-4/+3
|\
| * disable obsolete 32-bit targets in macOS (#511)Panayotis2019-11-242-4/+3
* | Try travis-ci's new ppc64le and s390x supportAnthony Green2019-11-242-11/+9
* | Minor clean-upAnthony Green2019-11-241-2/+2
|/
* Move nested_struct3 test to closures directoryv3.3Anthony Green2019-11-232-1/+1
* Add missing closing braceAnthony Green2019-11-231-0/+1
* Version 3.3Anthony Green2019-11-233-7/+8
* Remove junk file from distAnthony Green2019-11-231-1/+1
* Account for moved test filesAnthony Green2019-11-231-75/+78
* Add dejagnu directives accidentally removedAnthony Green2019-11-232-0/+4
* Move closure test to closure directoryAnthony Green2019-11-221-0/+0
* More more closure tests to the closure test directoryAnthony Green2019-11-2222-1/+23
* Merge branch 'master' of github.com:libffi/libffiAnthony Green2019-11-221-1/+1
|\
| * Capture x86-windows host like x86_64-windows (#529)Michael Haubenwallner2019-11-221-1/+1
* | Move closure tests so we can easily XFAIL them for some targetsAnthony Green2019-11-2276-0/+188
* | Remove gccbug detection. GCC is good now.Anthony Green2019-11-224-23/+1
|/
* Manual clean-ups, and include the PDF in the source distribution.Anthony Green2019-11-222-15/+29
* Mention more major port contributorsAnthony Green2019-11-211-0/+4
* Update autoconf-archive m4 macrosAnthony Green2019-11-215-82/+24
* Fix formatting of README.Anthony Green2019-11-211-2/+2
* Fix or1k lack-of-g++ checking in testsuiteAnthony Green2019-11-203-3/+14
* Add work-around for users who manage their own closure memoryAnthony Green2019-11-201-2/+10