platform/upstream/libffi.git
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-25 H.J. LuDon't include WIN64/EFI64 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
2017-10-23 Jean-Luc JumpertzAdded a tvOS target in Xcode project. Misc Xcode projec...
2017-10-22 Saleem Abdulrasoolx86: align alloca to 16-byte boundary
2017-10-17 Tom TromeyMerge pull request #326 from trofi/master
2017-10-17 Sergei Trofimovichsrc/ia64/unix.S: unbreak small struct handling
2017-10-11 Anthony GreenMerge pull request #324 from compnerd/arm-zext
2017-10-10 Saleem Abdulrasoolarm: zext return value parameters
2017-10-02 Tom TromeyMerge pull request #319 from angerman/patch-5
2017-10-02 Moritz AngermannChange CLEANFILES to DISTCLEANFILES
2017-10-02 Tom TromeyMerge pull request #316 from angerman/patch-2
2017-10-02 Tom TromeyMerge pull request #317 from angerman/patch-3
2017-10-01 Moritz AngermannMerged
2017-10-01 Moritz AngermannAdds `local.exp` to CLEANFILES
2017-10-01 Moritz AngermannInclude `libtool-version` in the EXTRA_DIST files.
2017-10-01 Moritz AngermannAdd src/x86/asmnames.h to noinst_HEADERS
2017-10-01 Moritz AngermannAdd `configure.host` to the `EXTRA_DIST` files
2017-09-28 Anthony GreenFix #265
2017-09-28 Anthony GreenMerge pull request #263 from ksjogo/master
2017-09-28 Anthony GreenMerge pull request #271 from frida/fix/qnx-cache-flushing
2017-09-28 Anthony GreenMerge pull request #307 from zw3rk/master
2017-09-28 Anthony GreenMerge pull request #312 from fjricci/fix_ub
2017-09-28 Anthony GreenMerge pull request #308 from trex58/master
2017-09-04 Jean-Luc JumpertzFix macOS build target in Xcode project.
2017-08-03 Francis RicciFix misaligned memory access in ffi_call_int
2017-07-12 Tom TromeyMerge pull request #309 from rurban/oldgcc
2017-07-04 Reini Urban__attribute__ deprecated (msg) only since gcc 4.5
2017-05-21 Moritz Angermannadd i?86-*-ios -- the iOS simulator (32bit)
2017-05-21 Moritz Angermannadd x86_64-*-ios -- the iOS simulator
2017-05-17 Tony ReixThis patch enables FFI Go Closure on AIX.
2017-05-16 Moritz AngermannSupport -ios triple
2017-05-08 Tom TromeyMerge pull request #302 from gpakosz/align-macros
2017-04-27 Gregory PakoszPrefix ALIGN macros with FFI_
2017-03-30 ksjogoupdate for xcode 8.3
2017-03-30 Ole André Vadla... Simplify iOS trampoline table allocation
2017-03-30 ksjogoset ios deployment target to 7.0
2017-03-30 ksjogofix ltmain.sh in xcode builds
2017-03-30 ksjogoadd valid architectures
2017-03-30 Johannes GoslarUpdate Xcodeproj
2017-03-19 Anthony Greenremove stray quote
2017-03-19 Anthony GreenHandle fastcall declaration differently for some Micros...
2017-03-19 Anthony GreenWe don't support 32-bit builds with the Microsoft toolchain
2017-03-19 Anthony GreenEnable appveyor ci support
2017-03-17 Anthony GreenMerge pull request #291 from ramon-garcia/visual-studio...
2017-03-16 Anthony GreenMerge pull request #238 from KubaKaszycki/master
2017-03-16 Anthony GreenMerge pull request #288 from yan12125/std-includedir
2017-03-16 Anthony GreenMerge pull request #299 from matijaskala/patch-1
2017-03-16 Anthony GreenRemove osx testing. gcc was symlinked to clang. dejagn...
2017-03-15 Anthony GreenRevert previous two changes. clang/MacOS problem can...
2017-03-15 Anthony GreenFix typo
2017-03-15 Anthony GreenWork around dejagnu/clang problems
2017-03-15 Anthony GreenRequire sudo for installing packages
2017-03-15 Matija Skaladetect other x32 hosts
2017-03-15 Richard HendersonMerge pull request #297 from frida/fix/error-path
2017-03-15 Ole André Vadla... Simplify iOS trampoline table allocation
2017-03-15 Ole André Vadla... Fix error path so mutex is unlocked before returning
2017-02-28 Tom TromeyMerge pull request #295 from terrillmoore/patch-1
2017-02-26 Terry MooreCorrect typos in libffi.texi
2017-01-08 Ramón García... Modify configure.host to detect compilation with Micros...
2016-11-13 Yen Chi HsuanInstall public headers in the standard path
2016-09-04 Anthony Greenmake executable
2016-09-04 Anthony GreenUpdate travis to test linux 32/64 and osx with a mix...
2016-09-04 Anthony Greenxfail the unwindtest for osx as per issue #279
2016-09-01 Richard HendersonMerge pull request #273 from wbx-github/master
2016-09-01 Richard HendersonMerge pull request #272 from yousong/mips64-soft-float
2016-08-23 Tom TromeyMerge pull request #274 from dr-hannibal/ykolerov-unused
2016-08-23 Yuriy KolerovARC: Remove unused variable
2016-08-19 Waldemar Brodkorbm68k: support ISA-A Coldfire CPUs
2016-08-15 Yousong Zhoudoc: fix typo
2016-08-15 Yousong Zhoumips: fix MIPS softfloat build issue
2016-08-10 Tom TromeyMerge pull request #269 from frida/fix/aarch64-variadic...
2016-08-10 Tom TromeyMerge pull request #268 from frida/fix/aarch64-large...
2016-08-10 Ole André Vadla... aarch64: Fix handling of aggregates larger than 16...
2016-08-10 Tom TromeyMerge pull request #270 from frida/fix/aarch64-warnings
2016-08-10 s1341arm: Fix cache flushing on QNX
2016-08-10 Ole André Vadla... aarch64: Fix warning about unused function on iOS
2016-08-10 Ole André Vadla... aarch64: Fix operand size warning reported by Clang
2016-08-10 Ole André Vadla... aarch64: Fix handling of variadic closures on iOS
2016-08-02 Tom TromeyMerge pull request #266 from dr-hannibal/arc-pthread
2016-07-29 Yuriy KolerovDo not use fabsl() in float2.c test
2016-07-29 Yuriy KolerovFix output expectations in cls_dbls_struct.c test
2016-07-28 Yuriy KolerovAllow setting an arbitary value for blddirffi in testsuite
2016-07-28 Yuriy KolerovARC: Link tests with pthread library
2016-07-08 Richard HendersonMerge pull request #261 from tromey/fix-260
2016-06-17 Tom TromeyDon't dereference "ecif" before NULL check
2016-06-05 Richard HendersonMerge pull request #259 from rth7680/master
2016-06-05 Richard HendersonMark win64.S with GNU-stack note
2016-06-04 Richard HendersonMerge pull request #253 from iains/darwin-build
2016-05-26 Iain Sandoe[Darwin-ppc, build] Fixes for clang build.
2016-05-26 Iain Sandoe[Darwin-x86, build] Fix up label prefixes, remove ...
2016-05-26 Iain Sandoe[Darwin, configure] Allow configure to work for <arch...
2016-05-23 Tom TromeyMerge pull request #237 from tschwinge/libffi_feature_test
2016-05-19 Richard HendersonMerge pull request #251 from berkerpeksag/delete-test...
next