platform/upstream/libffi.git
2016-03-16 Andreas SchwabDefine FFI_SIZEOF_JAVA_RAW for aarch64 ILP32
2016-03-14 Anthony GreenMerge pull request #212 from tromey/struct-layout
2016-02-23 Anthony GreenMerge pull request #227 from tromey/fix-documentation...
2016-02-22 Tom Tromeyadd ffi_get_struct_offsets
2016-02-22 Tom Tromeyremove and ignore texinfo.tex
2016-02-22 Tom Tromeyfix documentation building
2016-02-20 Anthony GreenMerge pull request #190 from havardgraff/master
2016-02-20 Anthony GreenMerge pull request #194 from amodra/master
2016-02-20 Anthony GreenMerge pull request #104 from joshtriplett/efi64
2016-02-20 Anthony GreenMerge pull request #199 from Pan7/master
2016-02-20 Anthony GreenMerge pull request #197 from foxsen/mips_go_closure
2016-02-20 Anthony GreenMerge pull request #193 from rth7680/fix-70
2016-02-20 Anthony GreenMerge pull request #206 from edolnx/master
2016-02-20 Anthony GreenMerge pull request #211 from tromey/move-prep-types...
2016-02-20 Anthony GreenMerge pull request #213 from tromey/remove-FFI_TYPE
2016-02-20 Anthony GreenMerge pull request #214 from tromey/document-enum-support
2016-02-20 Anthony GreenMerge pull request #205 from filbranden/tool_opts
2016-02-20 Anthony GreenMerge pull request #225 from ehsan/safeseh
2016-02-03 Filipe BrandenburgerFix dejagnu test support for --tool_opts
2016-01-28 Ehsan AkhgariDon't clobber safeseh for msvcc.sh -clang-cl in 32...
2016-01-03 Anthony GreenMerge pull request #222 from freakboy3742/t181
2016-01-02 Anthony GreenMerge pull request #224 from plicease/travis
2016-01-02 Graham Ollisupdate apt-get in travis
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-19 Tom Tromeydocument (lack of) enum handling in libffi
2015-11-19 Tom Tromeyremove FFI_TYPE typedef
2015-11-15 Tom Tromeyffi_prep_types is internal-only
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-30 Carl PerryAdd configure flag to disable multi-os-directory support
2015-10-20 Richard HendersonTidy call.exp test collection
2015-10-20 Richard HendersonTest case from Issue #70
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-09-14 Pan7Fix configuring msvc compiler
2015-08-26 Zhang Fuxinfix type error in unwind code
2015-08-20 foxsenadd unwind infor for *go_closure;
2015-08-11 Zhang Fuxinfix O32 stack unwind code
2015-08-04 foxsenvarious fixes for go closure support. Now all n64 tests...
2015-08-04 foxsenadd support for go closure support on mips
2015-08-03 Alan ModraCorrect powerpc sysv stack argument accounting
2015-07-27 Josh TriplettSupport the WIN64/EFI64 calling convention on all X86_6...
2015-07-27 Josh Triplettsrc/x86/ffiw64.c: Don't assign a "char *" to an "unsign...
2015-07-27 Josh Triplettsrc/x86/win64.S: Handle name mangling and PIC
2015-07-26 Josh Triplettsrc/x86/win64.S: Support compiling on non-WIN64 platforms
2015-05-12 Havard GraffAdd configure-option to disable building docs
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
next