Removing unnecessary instruction from ffi_call_unix64 (#588)
[platform/upstream/libffi.git] / src /
2020-10-27 petersnRemoving unnecessary instruction from ffi_call_unix64...
2020-10-27 Alan ModraPower10 libffi fixes (#585)
2020-10-11 Tim Gatesdocs: fix simple typo, paramters -> parameters (#589)
2020-08-07 Niclas ZeisingUpstream local FreeBSD patches (#567)
2020-07-01 Tom TromeyMerge pull request #570 from jwilk-forks/spelling
2020-06-30 Jakub Wilkaarch64: Fix typo
2020-06-29 Ma JunAdd support for csky
2020-05-01 Yann SionneauAdd support for Kalray KVX architecture (#559)
2020-05-01 Andrew Geisslerffi_powerpc.h: fix build failure with powerpc7 (#561)
2020-04-26 Martin Storsjöarm: Fix the clang specific version of the assembly...
2020-04-26 Martin Storsjöwin64_armasm: Fix the spelling of ALIGN (#553)
2020-04-26 Martin StorsjöUse __builtin_ffs instead of ffs (#554)
2020-04-26 Martin StorsjöFix building for aarch64 windows with mingw toolchains...
2020-03-10 Ole André Vadla... Port to iOS/arm64e (#548)
2020-02-24 Moxie BotRevamp PA_LINUX and PA_HPUX target closures to use...
2020-02-22 hjl-toolsx86: Fix ffi_prep_closure_loc (#542)
2020-02-22 Moxie BotMerge branch 'master' of github.com:/libffi/libffi
2020-02-22 hjl-toolsx86: Add indirect branch tracking support (#540)
2020-02-22 Samuel HollandUpdate powerpc sysv assembly for ffi_powerpc.h changes...
2019-12-07 Khem Rajpowerpc64: Use memcpy to help platforms with no __int12...
2019-11-29 Carl HurdFixed missed #ifndef for __mips_soft_float (#442)
2019-11-29 Anthony GreenAddress platforms with no __int128.
2019-11-28 Sergei Trofimovichpowerpc: fix build failure on power7 and older (#532)
2019-11-20 Anthony GreenAdd work-around for users who manage their own closure...
2019-11-18 Anthony GreenMerge branch 'master' of github.com:libffi/libffi
2019-11-17 Samuel HollandIEEE754 binary128 long double support for PowerPC64...
2019-10-26 Andreas SchwabFix FFI_STDCALL ABI (#514)
2019-10-09 zhanhbAdd long double test (#492)
2019-10-08 pnallanhandle compilation warnings with ftruncate API (#508)
2019-10-08 John EricsonClean up line endings (#509)
2019-10-08 Samuel HollandPowerPC bugfixes (#520)
2019-08-07 Paul Monsonfix mingw build and crashing bugs for Python Windows...
2019-06-26 ossdev07 libffi: added ARM64 support for Windows (#486)
2019-04-27 Sergei Trofimovichhppa: avoid TEXTREL in .eh_frame section (#447)
2019-04-27 driver1998fix x86/x64 MSVC build (#487)
2019-04-26 Paul Monsonadd support for 32-bit ARM on Windows (#477)
2019-04-09 Tom TromeyMerge pull request #482 from sharkcz/aarch64
2019-03-29 Dan Horákfix check for Linux/aarch64
2019-02-19 Jeremy Huddleston... Cleanup symbol exports on darwin and add architecture...
2019-02-19 Paul Monsonchanges for win32 on windows (#468)
2019-02-19 Florian Weimeraarch64: Flush code mapping in addition to data mapping...
2018-11-30 Tom TromeyMerge pull request #457 from NativeScript/bektchiev...
2018-10-31 Martin BektchievFix Q registers parameter passing on ARM64
2018-09-19 Tom TromeyMerge pull request #443 from jeremyhu/master
2018-09-18 Tom TromeyMerge pull request #449 from gpakosz/align-macros
2018-09-18 Gregory PakoszPrefix ALIGN_DOWN macro with FFI_
2018-08-11 Tom TromeyMerge pull request #445 from andreas-schwab/master
2018-08-09 Andreas SchwabRISC-V go closures
2018-07-21 Jeremy Huddleston... Update FFI_HIDDEN() to use .private_extern on Apple...
2018-06-25 Jeremy Huddleston... Add compact unwind for darwin/i386 (#440)
2018-06-18 Shoaib MeenaiMark sysv.S as SafeSEH compatible (#438)
2018-06-18 Jeremy Huddleston... i386: Fix missing break; in case statement leading...
2018-05-09 Anthony GreenHandle FFI_GNUW64 on non-Windows systems (EFI)
2018-05-05 Anthony GreenRevert "Remove some symbol exports and cleanup newline...
2018-05-05 Jeremy Huddleston... Remove some symbol exports and cleanup newline warnings...
2018-05-02 hjl-toolsRe-enable msabi testing (#436)
2018-05-02 Alan ModraPowerPC64 ELFv1 fp arg fixes
2018-04-28 Tom TromeyFix two "return" issues in x86/ffi64.c (#431)
2018-04-20 Lucas Pluvinagextensa-linux: use cache flush instruction only if it...
2018-04-19 James CowgillVarious MIPS Fixes (#425)
2018-04-08 Anthony GreenMerge branch 'master' of github.com:/libffi/libffi
2018-04-08 Anthony GreenFix case where callback arg value is split across regs...
2018-04-02 fwgFix appveyor windows build (#420)
2018-03-18 Anthony GreenAdd missing FFI_GNUW64 enum
2018-03-18 Anthony GreenAdd FFI_GNUW64 ABI for GNU 80-bit long double support
2018-03-18 Anthony GreenAdd FFI_GWIN64 ABI for GNU 80-bit long double support
2018-03-18 Ryan C. UnderwoodFully allocate file backing writable maps (#389)
2018-03-16 Anthony GreenFix closure case where 8-byte value is partially passed...
2018-03-14 Anthony GreenUpdate moxie sub opcode
2018-03-11 Stef O'RearNew RISC-V port (#281)
2018-03-11 Anthony GreenMerge pull request #406 from trofi/master
2018-03-11 Anthony GreenMerge pull request #407 from trofi/ia64-small-struct
2018-03-11 Anthony GreenMerge pull request #409 from andreas-schwab/master
2018-02-20 Andreas SchwabRevert "Fix passing struct by value on aarch64"
2018-02-17 Sergei Trofimovichia64: fix small struct return
2018-02-11 Sergei Trofimovichia64: fix variadic function closures with FP arguments
2018-02-11 Anthony GreenMerge pull request #403 from frida/fix/x86-sysv-pic...
2018-02-11 Anthony GreenMerge pull request #405 from andreas-schwab/master
2018-02-07 Andreas SchwabFix passing struct by value on aarch64
2018-01-21 Ole André Vadla... Fix x86 SysV closure in PIC mode
2018-01-10 Anthony GreenMerge pull request #393 from thejunkjon/master
2018-01-05 Anthony GreenMerge pull request #401 from wzssyqa/jr-r6
2018-01-03 YunQiang Sumips/ffi.c: fix encoding for jr on r6
2018-01-01 Anthony GreenMerge pull request #398 from emaste/master
2017-12-31 Anthony GreenMerge pull request #396 from wzssyqa/master
2017-12-10 YunQiang SuNot set mips on mips r6
2017-12-01 jonUpdating calls to ffi_closure_unix64_inner and ffi_clos...
2017-11-03 Anthony GreenMerge pull request #320 from 0-wiz-0/master
2017-11-03 Anthony GreenMerge pull request #322 from compnerd/aarch64-base
2017-11-03 Anthony GreenMerge pull request #384 from yan12125/fix-sgidefs-checking
2017-10-27 Yen Chi HsuanFix linux detection (closes #303)
2017-10-27 Saleem Abdulrasoolaarch64: fix index base register for AArch64
2017-10-25 Anthony GreenMerge pull request #298 from frida/fix/ios-trampoline...
2017-10-25 Anthony GreenMerge pull request #323 from compnerd/x86-alloca-alignment
2017-10-25 Anthony GreenMerge pull request #379 from jlj/master
2017-10-25 Anthony GreenMerge pull request #383 from hjl-tools/hjl/master
2017-10-25 Anthony GreenMerge pull request #381 from compnerd/ffi-nullptr-deref
2017-10-25 H.J. LuSkip WIN64/EFI64 support for x32
2017-10-24 Saleem Abdulrasoolarm: fix a level of indirection issue
2017-10-23 Jean-Luc JumpertzMerge branch 'master' based on ksjogo/libffi
next