platform/upstream/libffi.git
2015-12-20 Russell Keith... Merge branch 'master' into t181
2015-12-20 Russell Keith... Fixed #181 -- Corrected problems with ARMv7 build under...
2015-12-18 Anthony GreenMerge pull request #221 from tromey/document-closure...
2015-12-17 Tom Tromeycorrectly document closure return promotion
2015-12-17 Tom Tromeyfix formatting of ffi_prep_closure_loc arguments
2015-11-15 Anthony Greenspeling fix
2015-11-15 Anthony GreenMerge pull request #209 from tromey/documentation-updates
2015-11-15 Anthony GreenMerge pull request #207 from tromey/deprecate-ffi-prep...
2015-11-10 Tom Tromeydocumentation fixes
2015-11-07 Tom Tromeymark ffi_prep_closure as deprecated
2015-10-11 Anthony GreenMerge pull request #202 from tromey/note-prep-cif-var...
2015-10-11 Anthony GreenMerge pull request #201 from tromey/fix-texinfo-buglet
2015-10-06 Tom Tromeydocument that there must be ntotalargs types
2015-10-05 Tom TromeyAdd missing "@" to @var{}
2015-04-25 Russell Keith... Modified arm/sysv.S to remove directives not allowed...
2015-03-30 Anthony GreenMerge pull request #185 from freakboy3742/t184
2015-03-30 Anthony GreenMerge pull request #186 from freakboy3742/gitignore
2015-03-13 Russell Keith... Added generated source file to .gitignore.
2015-03-12 Russell Keith... Fixed #184 -- Corrected file references in Darwin sourc...
2015-03-04 Anthony GreenMerge pull request #178 from rth7680/aa64-ilp32
2015-02-11 Andrew Pinskiaarch64: Handle ILP32 ABI
2015-01-29 Anthony GreenMerge pull request #176 from 0-wiz-0/master
2015-01-29 Thomas KlausnerHandle NetBSD/powerpc the same as FreeBSD and OpenBSD.
2015-01-28 Anthony GreenRemove incomplete sentence
2015-01-28 Anthony GreenMerge pull request #175 from rth7680/sparc
2015-01-28 Anthony GreenMerge pull request #174 from rth7680/fbsd
2015-01-28 Richard Hendersonsparc: Re-introduce hand-written unwind info
2015-01-28 Richard Hendersonconfigure: Run HAVE_AS_X86_PCREL for all X86 targets
2015-01-21 Anthony GreenMerge pull request #170 from fealebenpae/aarch64-trampo...
2015-01-21 Anthony GreenMerge pull request #172 from rth7680/fixes
2015-01-19 Richard Hendersonx86: Fix cygwin32 build
2015-01-16 Anthony GreenMerge pull request #171 from rth7680/fixes
2015-01-16 Richard Hendersonsparc: Also mark the return address in unwind info
2015-01-16 Richard Hendersonsparc: Solaris fixes, part 2
2015-01-16 Rainer Orthsparc: Solaris fixes
2015-01-16 Rainer Orthx86: Solaris fixes
2015-01-16 Yavor Georgievaarch64: implement the trampoline table workaround...
2015-01-16 Yavor Georgievaarch64: rewrite range syntax into list to appease...
2015-01-13 Anthony GreenNew test case for old aarch64 bug
2015-01-13 Richard HendersonRemove extra brackets in configure.host
2015-01-13 Richard Hendersonx86: Fix thinko in ffi_raw_call
2015-01-10 Anthony GreenMerge pull request #166 from chevah/master
2015-01-10 Anthony GreenMerge pull request #165 from rth7680/pcc
2015-01-10 Anthony GreenMerge pull request #164 from rth7680/darwin
2015-01-10 Anthony GreenMerge pull request #160 from nobu/msvc-no-complex
2015-01-10 Anthony GreenMerge pull request #159 from nobu/fix-void-arith
2015-01-07 Mișu MoldovanFix expr error in Solaris 10 when using gcc.
2015-01-05 Richard Hendersonx86: Avoid fastcall when building with pcc
2015-01-05 Richard Hendersonx86: Load structure return address into eax
2015-01-05 Richard Hendersonx86: Reinstate hand-written unwind info for sysv.S
2015-01-05 Richard Hendersonx86: Expand FFI_GO_CLOSURE
2015-01-05 Iain Sandoex86: More Darwin unwind fixups
2015-01-05 Richard Hendersonx86: Reinstate hand-written unwind info for unix64.S
2015-01-05 Richard Hendersonx86: Avoid using gas local labels
2015-01-05 Richard Hendersonx86: Remove use of .cfi_escape
2015-01-05 Richard Hendersonx86: Honor alignment of arguments
2015-01-05 Richard Hendersonx86: Use .balign not .align
2015-01-05 Richard Hendersonx86: Disable .org for Darwin
2015-01-05 Richard Hendersonx86: Best guess at update for Darwin
2014-12-22 Nobuyoshi Nakadax86: MSVC does not support Complex type
2014-12-22 Nobuyoshi Nakadax86: Fix void pointer arithmetic
2014-12-20 Anthony GreenMerge pull request #158 from rth7680/s390
2014-12-19 Richard Hendersons390: Inline and tidy ffi_prep_args
2014-12-18 Richard Hendersons390: Use pc-relative insns in 31-bit mode
2014-12-18 Richard Hendersons390: Reorganize assembly
2014-12-18 Richard Hendersons390: Avoid aliasing warnings
2014-12-17 Richard Hendersons390: Kill trailing whitespace
2014-12-17 Dominik Vogts390: Go closure support
2014-12-12 Anthony GreenMerge pull request #157 from rth7680/x86
2014-12-12 Anthony GreenMerge pull request #156 from rth7680/sparc
2014-12-11 Richard Hendersonx86: Handle void arguments as if an empty structure
2014-12-11 Richard Hendersonx86: Fix some unwind errors
2014-12-07 James GreenhalghFix for https://github.com/atgreen/libffi/issues/141
2014-11-20 Anthony GreenMerge pull request #151 from amodra/master
2014-11-20 Richard Hendersonpowerpc: Fix ffi_go_closure_linux64
2014-11-20 Alan ModraGO closures for powerpc linux
2014-11-20 Alan ModraFix powerpc breakage from 6e8a4460
2014-11-19 Anthony GreenMerge pull request #148 from gpakosz/dlmalloc-preproces...
2014-11-18 Richard Hendersonsparc: Define FFI_TARGET_SPECIFIC_VARIADIC for v9
2014-11-18 Gregory Pakoszdlmalloc: change defined(i386) to defined(__i386__)
2014-11-17 Anthony GreenMerge pull request #147 from rth7680/go/alpha
2014-11-16 Richard Hendersontestsuite: Fix alpha static chain register name
2014-11-15 Anthony GreenMerge pull request #145 from rth7680/master
2014-11-15 Anthony GreenMerge pull request #144 from atrosinenko/testsuite...
2014-11-15 Anthony GreenMerge pull request #143 from adamkaplan/patch-1
2014-11-14 Richard Hendersonx86: Fix typo in ffi_prep_go_closure
2014-11-14 Richard Hendersontestsuite: Add trivial tests for Go closures
2014-11-14 Richard Hendersontestsuite: Move complex tests to their own subdirectory
2014-11-14 Richard Hendersontestsuite: Use feature test rather than enumeration...
2014-11-14 Richard Hendersontestsuite: Detect clang
2014-11-14 Richard Hendersonconfigure: Move target source selection into configure...
2014-11-14 Anatoly TrosinenkoTake a float absolute value using fabs() instead of...
2014-11-14 Anatoly TrosinenkoFix floating point number comparisons in testsuite...
2014-11-13 AdamUpdate i386 & armv7 minimum iOS version to 7.0
2014-11-13 Richard Hendersonconfigure: Split out configure.host
2014-11-13 Richard Hendersonpowerpc: Delete patch output
2014-11-12 Anthony GreenMerge branch 'rth7680-go-closure'
2014-11-12 Anthony GreenUpdate in preparation for next release
2014-11-12 Richard HendersonMerge branch 'go-closure' of https://github.com/rth7680...
2014-11-12 Anthony GreenFix for AArch64. Release as 3.2.1.
next