summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing FFI_GNUW64 enumAnthony Green2018-03-181-0/+1
* Add FFI_GNUW64 ABI for GNU 80-bit long double supportAnthony Green2018-03-182-11/+37
* Fully allocate file backing writable maps (#389)Ryan C. Underwood2018-03-181-1/+31
* Fix closure case where 8-byte value is partially passed in register. Fixes c...Anthony Green2018-03-161-3/+5
* Update moxie sub opcodeAnthony Green2018-03-131-1/+1
* New RISC-V port (#281)Stef O'Rear2018-03-113-0/+727
* Merge pull request #406 from trofi/masterAnthony Green2018-03-112-7/+26
|\
| * ia64: fix variadic function closures with FP argumentsSergei Trofimovich2018-02-112-7/+26
* | Merge pull request #407 from trofi/ia64-small-structAnthony Green2018-03-111-1/+6
|\ \
| * | ia64: fix small struct returnSergei Trofimovich2018-02-171-1/+6
| |/
* | Revert "Fix passing struct by value on aarch64"Andreas Schwab2018-02-201-31/+8
|/
* Merge pull request #403 from frida/fix/x86-sysv-pic-closure-regressionAnthony Green2018-02-101-2/+2
|\
| * Fix x86 SysV closure in PIC modeOle André Vadla Ravnås2018-01-211-2/+2
* | Fix passing struct by value on aarch64Andreas Schwab2018-02-071-8/+31
|/
* Merge pull request #393 from thejunkjon/masterAnthony Green2018-01-102-2/+2
|\
| * Updating calls to ffi_closure_unix64_inner and ffi_closure_win64_inner to use...jon2017-12-012-2/+2
* | mips/ffi.c: fix encoding for jr on r6YunQiang Su2018-01-031-0/+8
* | Not set mips on mips r6YunQiang Su2017-12-101-0/+2
|/
* Merge pull request #320 from 0-wiz-0/masterAnthony Green2017-11-031-0/+78
|\
| * Support NetBSD with mprotect.Joerg Sonnenberger2017-10-021-0/+78
* | Merge pull request #322 from compnerd/aarch64-baseAnthony Green2017-11-031-1/+1
|\ \
| * | aarch64: fix index base register for AArch64Saleem Abdulrasool2017-10-261-1/+1
* | | Fix linux detection (closes #303)Yen Chi Hsuan2017-10-271-1/+1
|/ /
* | Merge pull request #323 from compnerd/x86-alloca-alignmentAnthony Green2017-10-251-1/+3
|\ \
| * | x86: align alloca to 16-byte boundarySaleem Abdulrasool2017-10-221-1/+3
* | | Merge pull request #379 from jlj/masterAnthony Green2017-10-253-6/+7
|\ \ \
| * \ \ Merge branch 'master' based on ksjogo/libffiJean-Luc Jumpertz2017-10-233-6/+7
| |\ \ \ | | |/ / | |/| |
| | * | Fix macOS build target in Xcode project.Jean-Luc Jumpertz2017-09-043-6/+7
* | | | Merge pull request #383 from hjl-tools/hjl/masterAnthony Green2017-10-251-0/+20
|\ \ \ \
| * | | | Skip WIN64/EFI64 support for x32H.J. Lu2017-10-251-0/+20
| |/ / /
* | | | arm: fix a level of indirection issueSaleem Abdulrasool2017-10-241-1/+2
|/ / /
* | | src/ia64/unix.S: unbreak small struct handlingSergei Trofimovich2017-10-171-0/+2
* | | arm: zext return value parametersSaleem Abdulrasool2017-10-101-0/+5
| |/ |/|
* | Fix #265Anthony Green2017-09-271-1/+1
* | Merge pull request #263 from ksjogo/masterAnthony Green2017-09-274-98/+66
|\ \ | |/
| * Simplify iOS trampoline table allocationOle André Vadla Ravnås2017-03-301-95/+63
| * Update XcodeprojJohannes Goslar2017-03-303-3/+3
* | Merge pull request #271 from frida/fix/qnx-cache-flushingAnthony Green2017-09-271-0/+5
|\ \
| * | arm: Fix cache flushing on QNXs13412016-08-101-0/+5
* | | Merge pull request #312 from fjricci/fix_ubAnthony Green2017-09-271-2/+2
|\ \ \
| * | | Fix misaligned memory access in ffi_call_intFrancis Ricci2017-08-031-2/+2
* | | | This patch enables FFI Go Closure on AIX.Tony Reix2017-05-174-9/+578
|/ / /
* | | Prefix ALIGN macros with FFI_Gregory Pakosz2017-04-2726-105/+105
| |/ |/|
* | Handle fastcall declaration differently for some Microsoft compilersAnthony Green2017-03-192-11/+18
* | Merge pull request #291 from ramon-garcia/visual-studio-buildAnthony Green2017-03-171-0/+237
|\ \
| * | Modify configure.host to detect compilation with Microsoft Visual C++ and use...Ramón García Fernández2017-01-081-0/+237
* | | Fix error path so mutex is unlocked before returningOle André Vadla Ravnås2017-03-151-0/+1
|/ /
* | Merge pull request #273 from wbx-github/masterRichard Henderson2016-09-011-1/+28
|\ \
| * | m68k: support ISA-A Coldfire CPUsWaldemar Brodkorb2016-08-201-1/+28
* | | Merge pull request #272 from yousong/mips64-soft-floatRichard Henderson2016-09-012-0/+34
|\ \ \