upgrade to 3.1 version and disable info files
[platform/upstream/libffi.git] / src /
2014-05-11 Magnus GranbergCheck /proc/self/status for PaX status.
2014-04-23 Anthony GreenMerge pull request #119 from joshtriplett/fastcall...
2014-04-23 Josh Triplettsrc/x86/win32.S: Define ffi_closure_FASTCALL in the...
2014-04-21 Anthony GreenMerge pull request #101 from joshtriplett/fastcall...
2014-04-21 Josh TriplettSupport fastcall closures
2014-04-12 Anthony GreenMerge pull request #80 from ueno/devel
2014-04-12 Anthony GreenMerge pull request #86 from joshtriplett/testsuite...
2014-04-12 Anthony GreenMerge pull request #116 from frida/fix/darwin-aarch64...
2014-04-12 Anthony GreenMerge pull request #115 from frida/fix/darwin-aarch64...
2014-04-12 Anthony GreenMerge pull request #117 from frida/fix/windows-regression
2014-04-11 Ole André Vadla... Fix Windows regression
2014-04-06 Ole André Vadla... Fix handling of variadic calls on Darwin/AArch64
2014-04-06 Ole André Vadla... Fix alignment of AArch64 assembler functions
2014-04-06 Anthony GreenMerge pull request #114 from joshtriplett/bounce-on...
2014-04-06 Josh TriplettFix ABI on 32-bit non-Windows x86: go back to trampolin...
2014-03-25 Anthony GreenMerge pull request #108 from joshtriplett/freebsd
2014-03-25 Anthony GreenMerge pull request #106 from joshtriplett/darwin-award
2014-03-25 Anthony GreenMerge pull request #110 from joshtriplett/w64
2014-03-25 Anthony GreenMerge pull request #105 from joshtriplett/win32-relocations
2014-03-25 Josh TriplettAlways use configure to detect whether global symbols...
2014-03-25 Josh TriplettFix a warning on 64-bit Windows
2014-03-25 Josh TriplettAvoid referencing undefined ABIs on 64-bit Windows...
2014-03-22 Josh Triplettwin32.S: Add handling for position-independent code...
2014-03-21 Josh Triplettwin32.S: Use shifting for multiplication rather than...
2014-03-21 Josh Triplettwin32.S: Make the jump tables position-independent
2014-03-21 Josh Triplettwin32.S: Make calls to ffi_closure_SYSV_inner position...
2014-03-16 Anthony GreenMerge pull request #85 from joshtriplett/stdcall
2014-03-16 Josh TriplettAdd support for stdcall, thiscall, and fastcall on...
2014-03-16 Anthony GreenMerge pull request #90 from joshtriplett/win32-unifdef
2014-03-16 Josh Triplettprep_cif.c: Remove unnecessary ifdef for X86_WIN32
2014-02-28 Anthony GreenMerge pull request #46 from makotokato/android-clang
2014-02-28 Anthony GreenMerge pull request #46 from makotokato/android-clang
2014-02-28 Anthony GreenMerge pull request #40 from wojdyr/master
2014-02-28 Anthony GreenMerge pull request #66 from ppizarro/master
2014-02-28 Anthony GreenMerge pull request #66 from ppizarro/master
2014-02-28 Anthony GreenMerge pull request #75 from joshtriplett/longdouble
2014-02-28 Anthony GreenWhen no VFP arguments are present the IP register is...
2014-02-28 Anthony Greenaarch64 fix
2014-02-27 Anthony GreenFix ChangeLog merge
2014-02-17 Josh TriplettFix build error on x86 without distinct long double
2014-02-15 Anthony GreenMerge pull request #72 from heiher/devel
2014-02-15 Anthony GreenMerge pull request #68 from zeldin/master
2014-02-09 HeiherFix call floating point va function
2014-02-05 Zachary WaldowskiAArch64: Fix void fall-through case when assertions...
2014-02-05 Zachary WaldowskiAArch64: Fix missing semicolons when assertions are...
2014-02-05 Zachary WaldowskiAArch64: Remove duplicitous element_count call.
2014-02-05 Zachary WaldowskiDarwin/aarch64: Respect iOS ABI re: stack argument...
2014-02-05 Zachary WaldowskiDarwin/aarch64: Fix size_t assumptions
2014-02-05 Zachary WaldowskiDarwin/aarch64: Fix "shadows declaration" warnings
2014-02-05 Zachary WaldowskiDarwin/aarch64: Use Clang cache invalidation builtin
2014-02-05 Zachary WaldowskiDarwin/aarch64: Account for long double being equal...
2014-02-05 Zachary WaldowskiDarwin/aarch64: Use CNAME, restrict .size like ARM
2014-02-05 Zachary WaldowskiDarwin/aarch64: Fix invalid reference in assembly
2014-02-05 Zachary WaldowskiDarwin/x86_64: Fix 64-bit type shortening warnings
2014-02-05 Zachary WaldowskiDarwin/iOS: Improve unified syntax use for LLVM
2014-02-05 Zachary WaldowskiFix dlmalloc warnings due to set_segment_flags, sizeof...
2014-02-05 Zachary WaldowskiDarwin/iOS: Fix mis-typing of vfp_reg_free
2014-02-05 Zachary WaldowskiDarwin/ARM: Assert on NULL dereference
2014-02-05 Zachary WaldowskiDarwin/i386: Inhibit Clang previous prototype warnings
2014-02-05 Zachary WaldowskiDarwin/ARM: Inhibit Clang previous prototype warnings
2014-01-09 Zachary WaldowskiDarwin/AArch64: Inhibit Clang previous prototype warnings
2014-01-04 Marcus ComstedtLinux/ppc64: Remove assumption on contents of r11 in...
2014-01-02 Paulo PizarroWhen the function called by the ffi called a function...
2013-12-05 Anthony GreenUndo iOS ARM64 changes.
2013-12-01 Anthony GreenMerge branch 'master' of github.com:/atgreen/libffi
2013-12-01 Anthony GreenMerge pull request #60 from zwaldowski/ios-redo
2013-11-30 Zachary WaldowskiDarwin/aarch64: size_t assumptions
2013-11-30 Zachary WaldowskiDarwin/aarch64: Fix “shadows declaration” warnings
2013-11-30 Zachary WaldowskiDarwin/aarch64: Use Clang cache invalidation builtin
2013-11-30 Zachary WaldowskiDarwin/aarch64: Inhibit Xcode warning
2013-11-30 Zachary WaldowskiDarwin/aarch64: double == long double
2013-11-30 Zachary WaldowskiDarwin/aarch64: Restrict .size to ELF like arm32.
2013-11-30 Zachary WaldowskiDarwin/aarch64: Potentially(?) fix compile error
2013-11-30 Zachary WaldowskiDarwin/aarch64: Use CNAME refs
2013-11-30 Zachary WaldowskiDarwin/Mac: Fix 64/32 shortening warnings
2013-11-30 Zachary WaldowskiDarwin: Misc size_t warnings
2013-11-30 Zachary WaldowskiDarwin: Fix dlmalloc warnings due to sizeof(size_t)
2013-11-30 Zachary WaldowskiDarwin/iOS: More unified syntax support w/ Clang.
2013-11-30 Zachary WaldowskiDarwin/iOS: Simplify RETLDM arguments for LLVM 3.1
2013-11-30 Zachary WaldowskiDarwin: Silence Clang warnings.
2013-11-22 Alan ModraThis separates the 32-bit sysv/linux/bsd code from...
2013-11-21 Alan ModraThis separates the 32-bit sysv/linux/bsd code from...
2013-11-18 Anthony GreenMerge pull request #59 from iains/powerpc-darwin-unwind-fix
2013-11-18 Iain SandoeFix PowerPC Darwin FDE encodings to use pcrel correctly...
2013-11-18 Anthony GreenClean up code to appease modern GCC compiler.
2013-11-18 Alan ModraAn #endif in the wrong place would cause compile failur...
2013-11-16 Anthony GreenMerge branch 'master' of github.com:/atgreen/libffi
2013-11-16 Alan ModraFinally, this adds _CALL_ELF == 2 support. ELFv1 objec...
2013-11-16 Alan ModraFinally, this adds _CALL_ELF == 2 support. ELFv1 objec...
2013-11-16 Alan ModraAndreas' 2013-02-08 change reverted some breakage for...
2013-11-16 Alan ModraThe powerpc64 ABIs align structs passed by value, a...
2013-11-16 Alan ModraThis patch prepares for ELFv2, where sizes of these...
2013-11-16 Alan ModraThe powerpc64 support opted to pass floating point...
2013-11-14 Anthony GreenMerge branch 'master' of https://github.com/bivab/libffi
2013-11-13 David Schneiderstop trying to assing vfp regs once we are done with...
2013-11-12 David Schneidermark all vfp registers as used when done.
2013-11-06 Mark KettenisAlign the stack pointer to 16-bytes.
2013-11-06 Konstantin BelousovMark executable as not requiring executable stack.
2013-11-02 Anthony GreenMerge branch 'master' of github.com:/atgreen/libffi
2013-11-02 Anthony GreenMerge pull request #45 from foss-for-synopsys-dwc-arc...
next