platform/upstream/libffi.git
2013-11-30 Zachary WaldowskiDarwin/aarch64: double == long double
2013-11-30 Zachary WaldowskiDarwin/iOS prep script: try and compile for arm64
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: Rebuild Xcode project
2013-11-30 Zachary WaldowskiDarwin/iOS: Fix LLVM 3.3 warning re: memcpy.
2013-11-30 Zachary WaldowskiDarwin: Clean up, modernize generator scripts
2013-11-30 Zachary WaldowskiDarwin/Mac: Also exclude OS X generated source
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-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-16 Andrew HaleyFix sample closure code
2013-11-16 Andrew HaleyFix broken test cases
2013-11-14 Anthony GreenMerge branch 'master' of https://github.com/bivab/libffi
2013-11-14 David Schneiderupdate Changelog
2013-11-13 Alan ModraThis enshrines the current testsuite practice of using...
2013-11-13 Anthony GreenRespect HAVE_ALLOCA_H
2013-11-13 David Schneideradd a testcase for the double/float issue on ARMHF
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-09 Anthony GreenUltraSPARC IIi fix. Update README and build configury.
2013-11-06 Mark KettenisAlign the stack pointer to 16-bytes.
2013-11-06 Konstantin... Mark executable as not requiring executable stack.
2013-11-02 Anthony GreenFix up docs
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...
2013-11-02 Anthony GreenMerge pull request #45 from foss-for-synopsys-dwc-arc...
2013-11-02 Anthony GreenDon't align stack for win32
2013-11-02 Anthony GreenMerge pull request #51 from vbudovski/for_upstream
2013-10-26 Anthony GreenAdd more credits to README. Tidy up.
2013-10-26 Anthony GreenUpdate README
2013-10-26 Mark H WeaverFix N32 ABI issue for MIPS.
2013-10-15 Anthony GreenUpdate travis-ci build dependencies to include texinfo
2013-10-15 Sandra LoosemoreAdd nios2 port.
2013-10-15 Sandra LoosemoreFix testsuite bug
2013-10-15 Marcus ShawcroftFix many.c testcase for Aarch64
2013-10-08 Anthony GreenFix spelling errors
2013-10-08 Anthony GreenUpdate README for M88K and VAX
2013-10-08 Anthony GreenAdd m88k and VAX support. Update some configury bits.
2013-09-05 Vitaly BudovskiDon't use 16 byte aligned stack for WIN32
2013-07-08 Mischa Jonkerarc: Fix build error
2013-07-02 Anthony Greenlittle-endian ppc64 support
2013-07-02 Anthony GreenRebuild for ARC additions
2013-07-02 Anthony GreenRevert "Merge pull request #36 from abergmeier/emscript...
2013-07-02 Anthony GreenMerge pull request #36 from abergmeier/emscripten_fix
2013-07-02 Anthony GreenMerge pull request #44 from foss-for-synopsys-dwc-arc...
2013-07-02 Anthony GreenMerge pull request #43 from JensTimmerman/__m128
2013-07-02 Jens Timmermanadded include for xmmintrin.h
2013-06-14 Mischa JonkerAdd ARC support
2013-04-19 Andreas BergmeierEnable disabling of libtool on platforms where it does...
2013-03-30 Anthony GreenMerge pull request #34 from davidsch/armhf
2013-03-28 David Schneiderupdate changelog
2013-03-28 David Schneiderfolow the ARM hard-float ABI in ffi_prep_incoming_args_VFP
2013-03-28 David Schneidercreate separated versions of ffi_prep_incoming_args_...
2013-03-28 David Schneideradd a failing test for closures on ARM hardfloat
2013-03-28 David Schneiderextend ffi_prepare_args for FFI_VFP (hard-float ABI...
2013-03-28 David Schneiderseparate ARM ffi_prepare_args in a version implementing...
2013-03-28 David Schneidermove the hardfloat specific argument copying code to...
2013-03-28 David Schneiderextract setting of arguments to be passed to a helper...
2013-03-28 David Schneiderextract code to align the argument storage pointer...
2013-03-28 David Schneideradd a testcase, that on ARM hardfloat needs more than...
2013-03-28 David Schneideruse the absolute value to check the test result against...
2013-03-17 Anthony GreenMerge branch 'master' of github.com:/atgreen/libffi
2013-03-17 Anthony GreenMerge branch 'master' of github.com:/atgreen/libffi v3.0.13
2013-03-17 Anthony GreenMerge branch 'master' of github.com:/atgreen/libffi
2013-03-17 Anthony Greencygwin fix & updates for 3.0.13
2013-03-17 Anthony Greencygwin fix & updates for 3.0.13
2013-03-17 Anthony GreenFix lib install dir
2013-03-16 Anthony Green2.0.13rc1
2013-03-16 Anthony GreenMerge branch 'master' of github.com:/atgreen/libffi
2013-03-16 Anthony GreenBuild fix for soft-float power targets
2013-03-16 Anthony GreenDocumentation fix
2013-03-16 Anthony GreenFix for m68000 systems
2013-03-16 Anthony GreenFix for m68000 systems
2013-03-16 Anthony GreenUpdate configury.
2013-03-16 Anthony GreenMerge branch 'master' of github.com:/atgreen/libffi
2013-03-16 Anthony GreenAdd Meta processor support
2013-03-16 Anthony GreenMerge pull request #32 from alex/patch-1
2013-03-16 Anthony GreenMerge pull request #32 from alex/patch-1
2013-03-14 Alex GaynorFix for a crasher due to misaligned stack on x86-32.
2013-02-11 Anthony GreenAdd moxie support. Release 3.0.12. v3.0.12
2013-02-10 Anthony GreenUpdate README
2013-02-10 Anthony Greenmend
2013-02-09 Anthony Greensparc v8 and testsuite fixes
next