• Home
  • Raw
  • Download

Lines Matching +refs:libffi +refs:dg +refs:runtest

54     Merge branch 'master' of github.com:libffi/libffi
219 Merge branch 'master' of github.com:libffi/libffi
633 Use docker images and qemu to test libffi for non-x86 architectures on
743 libffi: added ARM64 support for Windows (#486)
745 * libffi: added ARM64 support for Windows
753 libffi.bhaible
754 libffi.call
793 testsuite/libffi.call/unwindtest.cc
794 testsuite/libffi.call/unwindtest_ffi_call.cc
863 libffi/src/closures.c:175:23: This function declaration is not a prototype
881libffi/src/x86/ffi64.c:286:21: The left operand of '!=' is a garbage value due to array index out …
882libffi/src/x86/ffi64.c:297:22: The left operand of '!=' is a garbage value due to array index out …
1138 libffi wasn't expecting float args in the second word, and wasn't
1203 ... -o libffi.la -rpath NONE/riscv64-bs-linux-gnu/lib ...
1236 Implement this in libffi. To support this in n32/n64 closures, we need to add
1237 a new mips_nfixedargs field to ffi_cif which will break the libffi ABI.
1239 This fixes the libffi.call/cls_longdouble_va.c test which was failing on
1276 Merge branch 'master' of github.com:/libffi/libffi
1541 Add libffi.map.in to extra dist files
1602 Merge branch 'master' of github.com:/libffi/libffi
1624 is mmap'd and libffi writes to the mapping, SIGBUS is thrown to
1674 Run dejagnu's runtest with -a option to prevent travis timeouts after 10min
1914 Add Bruno Haible and Bill Triggs' libffi testsuite
1990 This change fixes libffi.call/struct10.c failure on ia64:
1991 FAIL: libffi.call/struct10.c -W -Wall -Wno-psabi -O0 execution test
2039 FAIL: libffi.call/struct10.c -W -Wall -Wno-psabi -O0 execution test
2040 FAIL: libffi.call/struct10.c -W -Wall -Wno-psabi -O2 execution test
2041 FAIL: libffi.call/struct10.c -W -Wall -Wno-psabi -O3 execution test
2042 FAIL: libffi.call/struct10.c -W -Wall -Wno-psabi -Os execution test
2055 libffi test framework already flagged failures as:
2058 FAIL: libffi.call/cls_double_va.c -W -Wall -Wno-psabi -O0 output pattern test, is 7.0
2071 // testsuite/libffi.call/cls_double_va.c
2081 libffi expects 'doubleArg' to be located in 'f9' (second FP argument) but
2121 === libffi Summary ===
2247 …fi_closure_win64_inner to use PLT. Without this fix, statically linking libffi causes the linker …
2405 Merge branch 'master' based on ksjogo/libffi
2459 === libffi Summary ===
2891 Correct typos in libffi.texi
2897 Correct typos in libffi.texi
2993 The patch for o32.S is taken from OpenWrt packages repo 3a7a4bf "libffi:
3101 runtest.
3274 Update project URLs to use libffi/libffi
3280 Update project URLs to use libffi/libffi
3288 This was committed to CPython's libffi copy in
3311 I've updated it to current master of libffi.
3423 With this patch, libffi works perfectly, and passes its testsuite entirely
3448 …erally x86-64 now, x86 rarely. If GCC exists for this CPU, it means that libffi has been built too.
3531 existence of doc/libffi.info.
3621 document (lack of) enum handling in libffi
3735 document (lack of) enum handling in libffi
3800 https://sourceware.org/ml/libffi-discuss/2013/msg00144.html
3811 the complex tests to libffi.complex, but failed to remove the
3812 anti-globbing from libffi.call.
3916 platforms. This allows libffi compiled on a 64-bit x86 platform to call
4140 generated .eh_frame sections match, otherwise libffi.so fails to link:
4435 Since libffi currently doesn't allow empty structures, libgo
4449 Fix for https://github.com/atgreen/libffi/issues/141
4558 aka GCC PR libffi/60073, to the rewritten Sparc codebase.
4560 libffi.call/cls_double_va.c testcase, but I hadn't.
4676 Fix floating point number comparisons in testsuite/libffi.call/float[123].c.
4725 Merge branch 'go-closure' of https://github.com/rth7680/libffi into rth7680-go-closure
5139 unify the values without incrementing the libffi soname.
5145 testsuite: Add two dg-do run markers
5284 testcase, which seems to be a problem of gcc and not libffi.
5368 * doc/libffi.texi (Primitive Types): Document ffi_type_complex_float,
5372 * testsuite/libffi.call/cls_align_complex_double.c: New
5374 * testsuite/libffi.call/cls_align_complex_float.c: Ditto.
5375 * testsuite/libffi.call/cls_align_complex_longdouble.c: Ditto.
5376 * testsuite/libffi.call/cls_complex_double.c: Ditto.
5377 * testsuite/libffi.call/cls_complex_float.c: Ditto.
5378 * testsuite/libffi.call/cls_complex_longdouble.c: Ditto.
5379 * testsuite/libffi.call/cls_complex_struct_double.c: Ditto.
5380 * testsuite/libffi.call/cls_complex_struct_float.c: Ditto.
5381 * testsuite/libffi.call/cls_complex_struct_longdouble.c: Ditto.
5382 * testsuite/libffi.call/cls_complex_va_double.c: Ditto.
5383 * testsuite/libffi.call/cls_complex_va_float.c: Ditto.
5384 * testsuite/libffi.call/cls_complex_va_longdouble.c: Ditto.
5385 * testsuite/libffi.call/complex_double.c: Ditto.
5386 * testsuite/libffi.call/complex_defs_double.c: Ditto.
5387 * testsuite/libffi.call/complex_float.c: Ditto.
5388 * testsuite/libffi.call/complex_defs_float.c: Ditto.
5389 * testsuite/libffi.call/complex_longdouble.c: Ditto.
5390 * testsuite/libffi.call/complex_defs_longdouble.c: Ditto.
5391 * testsuite/libffi.call/complex_int.c: Ditto.
5392 * testsuite/libffi.call/many_complex_double.c: Ditto.
5393 * testsuite/libffi.call/many_complex_float.c: Ditto.
5394 * testsuite/libffi.call/many_complex_longdouble.c: Ditto.
5395 * testsuite/libffi.call/return_complex1_double.c: Ditto.
5396 * testsuite/libffi.call/return_complex1_float.c: Ditto.
5397 * testsuite/libffi.call/return_complex1_longdouble.c: Ditto.
5398 * testsuite/libffi.call/return_complex2_double.c: Ditto.
5399 * testsuite/libffi.call/return_complex2_float.c: Ditto.
5400 * testsuite/libffi.call/return_complex2_longdouble.c: Ditto.
5401 * testsuite/libffi.call/return_complex_double.c: Ditto.
5402 * testsuite/libffi.call/return_complex_float.c: Ditto.
5403 * testsuite/libffi.call/return_complex_longdouble.c: Ditto.
5407 implemented in libffi for the target.
5497 Enable forcing the usage of the static CRT in libffi's msvc wrapper
5538 Fix paths in libffi.pc.in
5547 Don't make --enable-debug imply using the debug CRT in libffi
5553 Bug 1014976 - Don't make --enable-debug imply using the debug CRT in libffi.
5559 Prepare for libffi 3.1.1
5693 libffi on 32-bit x86 now supports closures for all supported ABIs.
5825 Stop looking for expect and runtest above top_builddir
5827 Users wishing to test hand-compiled versions of expect and runtest can
6038 This commons up code from libffi.call/call.exp and
6039 libffi.special/special.exp, unifies the optimization option matrix
6081 The build process generates doc/libffi.info and fficonfig.h.in, so add
6159 Archive the existing ChangeLog to ChangeLog.libffi-3.1
6291 testsuite/libffi.call/closure_stdcall.c and
6292 testsuite/libffi.call/closure_thiscall.c include inline assembly to save
6306 testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
6318 testsuite/libffi.call/many_win32.c: Avoid spurious failure due to excess precision
6320 The test case testsuite/libffi.call/many_win32.c can spuriously fail due
6335 testsuite/libffi.call/many.c: Avoid spurious failure due to excess precision
6337 The test case testsuite/libffi.call/many.c can spuriously fail due to
6385 Ensure the linker supports @unwind sections in libffi.
6420 Ensure the linker supports @unwind sections in libffi. From Mozilla bug 756740.
6424 https://github.com/atgreen/libffi/issues/42
6462 Merge branch 'master' of github.com:/atgreen/libffi
6487 Merge branch 'master' of github.com:/atgreen/libffi
6496 Correct the -L flag in libffi.pc.in
6542 Merge branch 'master' of github.com:/atgreen/libffi
6787 Merge branch 'master' of github.com:/atgreen/libffi
6812 Merge branch 'master' of github.com:/atgreen/libffi
6965 Merge branch 'master' of github.com:/atgreen/libffi
6976 options to those used to compile libffi. For example, a
6977 -mlong-double-128 libffi can be used with -mlong-double-64 code.
6981 when running the mainline gcc libffi testsuite because that version of
6982 the test is inferior to the upstreamm libffi test.
6995 options to those used to compile libffi. For example, a
6996 -mlong-double-128 libffi can be used with -mlong-double-64 code.
7000 when running the mainline gcc libffi testsuite because that version of
7001 the test is inferior to the upstreamm libffi test.
7042 Merge branch 'master' of github.com:/atgreen/libffi
7084 /src/libffi-current/configure --build=powerpc-freebsd
7098 libffi needs to follow suit. This ought to be made selectable via
7104 https://sourceware.org/ml/libffi-discuss/2013/msg00162.html
7146 Merge branch 'master' of https://github.com/bivab/libffi
7224 Merge branch 'master' of github.com:/atgreen/libffi
7406 This adds support for the ARC architecture to libffi. DesignWare ARC
7418 Update libffi.pc.in
7512 Merge branch 'master' of github.com:/atgreen/libffi
7519 Merge branch 'master' of github.com:/atgreen/libffi
7526 Merge branch 'master' of github.com:/atgreen/libffi
7557 Merge branch 'master' of github.com:/atgreen/libffi
7597 Merge branch 'master' of github.com:/atgreen/libffi
7810 Merge branch 'master' of github.com:/atgreen/libffi
7824 Merge branch 'master' of github.com:/atgreen/libffi
7981 Testsuite fixes (was Re: [PATCH] Fix libffi on m68k-linux-gnu, completely)
8635 Merge branch 'master' of https://github.com/landonf/libffi-ios
8757 Merge branch 'master' of github.com:landonf/libffi-ios
8841 Remove README.markdown form libffi-ios
9022 Add a libffi-ios-specific github README.
9167 Work-around libffi's FP ABI detection.
9170 conventions. libffi's ARM implementation will only use these conventions
9436 Clean up ChangeLog.libffi for older patches.
9497 Merge branch 'master' of git@github.com:atgreen/libffi
9588 PR libffi/40444
9589 * testsuite/lib/libffi-dg.exp (libffi_target_compile): Add
9607 * testsuite/libffi.call/cls_align_sint64.c,
9608 testsuite/libffi.call/cls_align_uint64.c,
9609 testsuite/libffi.call/cls_longdouble_va.c,
9610 testsuite/libffi.call/cls_ulonglong.c,
9611 testsuite/libffi.call/return_ll1.c,
9612 testsuite/libffi.call/stret_medium2.c: Fix printf format
9614 * testsuite/libffi.call/huge_struct.c: Ad x86 XFAILs.
9615 * testsuite/libffi.call/float2.c: Fix dg-excess-errors.
9616 * testsuite/libffi.call/ffitest.h,
9617 testsuite/libffi.special/ffitestcxx.h (PRIdLL, PRIuLL): Define.
9625 * testsuite/libffi.call/err_bad_typedef.c: xfail everywhere.
9626 * testsuite/libffi.call/err_bad_abi.c: Likewise.
9634 * testsuite/libffi.call/cls_longdouble_va.c: Add xfail sh*-*-linux-*.
9635 * testsuite/libffi.call/err_bad_abi.c: Add xfail sh*-*-*.
9636 * testsuite/libffi.call/err_bad_typedef.c: Likewise.
9644 * ChangeLog.libffi: testsuite/libffi.call/cls_align_sint64.c,
9645 testsuite/libffi.call/cls_align_uint64.c,
9646 testsuite/libffi.call/cls_ulonglong.c,
9647 testsuite/libffi.call/return_ll1.c,
9648 testsuite/libffi.call/stret_medium2.c: Fix printf format
9650 testsuite/libffi.special/unwindtest.cc: include stdint.h.
9688 * testsuite/libffi.call/err_bad_abi.c: Add xfails.
9689 * testsuite/libffi.call/cls_longdouble_va.c: Add xfails.
9690 * testsuite/libffi.call/cls_dbls_struct.c: Add xfail x86_64-*-linux-*.
9691 * testsuite/libffi.call/err_bad_typedef.c: Add xfails.
9693 * testsuite/libffi.call/stret_medium2.c: Add __UNUSED__ to args.
9694 * testsuite/libffi.call/stret_medium.c: Likewise.
9695 * testsuite/libffi.call/stret_large2.c: Likewise.
9696 * testsuite/libffi.call/stret_large.c: Likewise.
9852 * testsuite/libffi.call/cls_align_longdouble_split2.c
9853 testsuite/libffi.call/cls_align_longdouble_split.c
9854 testsuite/libffi.call/cls_dbls_struct.c
9855 testsuite/libffi.call/cls_double_va.c
9856 testsuite/libffi.call/cls_longdouble.c
9857 testsuite/libffi.call/cls_longdouble_va.c
9858 testsuite/libffi.call/cls_pointer.c
9859 testsuite/libffi.call/cls_pointer_stack.c
9860 testsuite/libffi.call/err_bad_abi.c
9861 testsuite/libffi.call/err_bad_typedef.c
9862 testsuite/libffi.call/huge_struct.c
9863 testsuite/libffi.call/stret_large2.c
9864 testsuite/libffi.call/stret_large.c
9865 testsuite/libffi.call/stret_medium2.c
9866 testsuite/libffi.call/stret_medium.c: New tests from Apple.
10178 * testsuite/lib/libffi-dg.exp: Remove libstdc++ bits from GCC tree.
10221 Move entry from ChangeLog to ChangeLog.libffi
10230 * doc/libffi.texi: New file.
10254 * libffi.pc.in: Usse @PACKAGE_NAME@ and @PACKAGE_VERSION@.
10257 * Makefile.am (EXTRA_DIST): Add ChangeLog.libffi.
10373 Pulled in libffi from gcc trunk.
10604 * index.html: Add links to libffi* mail list archives.
10614 to support libffi as a target library.
10633 * index.html: Missed a reference to libffi-discuss@cygnus.com. Fixed.