Darwin/aarch64: double == long double
[platform/upstream/libffi.git] / src / arm /
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-18 Anthony GreenClean up code to appease modern GCC compiler.
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-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 GreenMerge pull request #51 from vbudovski/for_upstream
2013-10-08 Anthony GreenFix spelling errors
2013-07-02 Anthony GreenMerge pull request #36 from abergmeier/emscripten_fix
2013-07-02 Anthony GreenMerge pull request #43 from JensTimmerman/__m128
2013-03-30 Anthony GreenMerge pull request #34 from davidsch/armhf
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 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...
2012-04-12 Zachary WaldowskiMore mac/ios build improvements
2012-04-05 Zachary WaldowskiFix building with Clang for Darwin (OS X 10.6+ and iOS
2012-03-30 Anthony GreenARM VFP fix for old toolchains
2012-02-23 Anthony GreenEnsure that users don't include ffitarget.h directly
2011-11-12 Anthony GreenAdd David Gilbert's variadic function call support
2011-11-12 Anthony GreenFix arm wince alignment issue
2011-11-12 Anthony GreenRebase
2011-07-29 Anthony GreenRefresh from GCC
2011-02-28 Anthony GreenMore AIX fixes. rc9.
2011-02-28 Anthony GreenMerge branch 'master' of https://github.com/landonf...
2011-02-13 Landon FullerMerge remote branch 'upstream/master'
2011-02-13 Anthony GreenFix bad_abi test. rc5.
2011-02-12 Landon FullerFix symbol prefixes on Darwin.
2011-02-12 Landon FullerApple assembler support; fixed most gas/ELF-isms.
2011-02-12 Landon FullerReplace RETLDM macro.
2011-02-12 Landon FullerMerge remote branch 'upstream/master'
2011-02-12 Landon FullerMerge branch 'master' of github.com:landonf/libffi-ios
2011-02-09 Anthony GreenAdd ChangeLog entry. Fix copyright headers.
2011-02-09 Anthony GreenAdd iOS support
2011-02-08 Anthony GreenRefresh from GCC
2010-11-21 Anthony GreenRebase
2010-10-27 Landon FullerInclude the license header in the generated output.
2010-10-27 Landon FullerAdd missing copyright/license header.
2010-09-19 Landon FullerImplement FFI_EXEC_TRAMPOLINE_TABLE allocator for iOS...
2010-09-19 Landon FullerRename the generated symbol
2010-09-19 Landon FullerAdd a hard-coded FFI_EXEC_TRAMPOLINE_TABLE arm implemen...
2010-09-19 Landon FullerFix symbol prefix for ffi_closure_SYSV_inner on Darwin.
2010-09-19 Landon FullerWhitespace/comment fixes.
2010-09-19 Landon FullerAdd the trampoline table generated by gentramp.sh
2010-09-19 Landon FullerAdd a shell script that generates the ARM trampoline...
2010-09-18 Landon FullerAdd missing UNWIND entry; disables .pad on non-EABI...
2010-09-18 Landon FullerApple assembler support; fixed most gas/ELF-isms.
2010-09-18 Landon FullerFix placement of the __APPLE__ macro.
2010-09-18 Landon FullerWork-around libffi's FP ABI detection.
2010-07-23 Anthony GreenFFI_LAST_ABI fix
2010-07-12 Anthony Greenrebase
2010-04-13 Anthony GreenRebase to latest GCC sources
2010-01-12 Anthony GreenRebase from GCC
2010-01-01 Anthony GreenReset quilt patches post 3.0.9 merge with GCC
2009-12-29 Anthony Green3.0.9rc12
2009-12-26 Anthony GreenRebase from GCC
2009-12-24 Anthony GreenRelease 3.0.9rc5
2009-12-24 Anthony GreenUpdate missing changes for 3.0.9r4.
2009-10-05 Anthony GreenMerge branch 'master' of git@github.com:atgreen/libffi
2009-10-04 Anthony GreenInitial commit