Home | History | Annotate | only in /src/tests/lib/libc/sync
History log of /src/tests/lib/libc/sync
RevisionDateAuthorComments
 1.8 26-Feb-2019  isaki Add ATF tests for __sync_* functions instead of all_sync_ops_linkable.c
 1.7 22-Feb-2017  maya branches: 1.7.12;
GC more gcc 4.8 specific (dead) logic
 1.6 18-Oct-2014  joerg branches: 1.6.2; 1.6.4;
Explicitly link C++ test case with CXX.
 1.5 13-Oct-2014  martin Fix include order, so the makefile actually does something again.
 1.4 13-Oct-2014  martin Do not try the C++ 2011 test with gcc < 4.8
 1.3 12-Oct-2014  martin Disable the <atomic> C++11 test for now, we are not ready for it.
 1.2 11-Oct-2014  martin Add a link time test to catch missing symbols in libc, as pointed
out in PR toolchain/49074.
 1.1 17-Feb-2014  martin branches: 1.1.4; 1.1.8;
Add a link-time test for __sync_* primitives (see PR 48368) - this
will allow us to notice missing functions during the build, instead
of when compiling arbitrary pkgsrc stuff later.
 1.1.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.8.1 17-Feb-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:04:50 +0000
 1.1.4.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.4.1 17-Feb-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:42:21 +0000
 1.6.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.6.2.1 20-Mar-2017  pgoyette Sync with HEAD
 1.7.12.1 10-Jun-2019  christos Sync with HEAD
 1.5 26-Feb-2019  isaki Add ATF tests for __sync_* functions instead of all_sync_ops_linkable.c
 1.4 21-Feb-2014  martin branches: 1.4.4; 1.4.8; 1.4.30;
Remove excemption for i386 (PR lib/48601) - missing aliases will be
added to the C code.
 1.3 18-Feb-2014  martin For now excempt i386 from __sync_lock_test_and_set_8 and point to
PR lib/48601. Probably more architectures to follow.
 1.2 17-Feb-2014  joerg Since clang doesn't recognize the nand variants of the sync builtins and
gcc doesn't support __has_builtin, use a plain #ifndef __clang__ check
as workaround.
 1.1 17-Feb-2014  martin Add a link-time test for __sync_* primitives (see PR 48368) - this
will allow us to notice missing functions during the build, instead
of when compiling arbitrary pkgsrc stuff later.
 1.4.30.1 10-Jun-2019  christos Sync with HEAD
 1.4.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.8.1 21-Feb-2014  tls file all_sync_ops_linkable.c was added on branch tls-maxphys on 2014-08-20 00:04:50 +0000
 1.4.4.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.4.1 21-Feb-2014  yamt file all_sync_ops_linkable.c was added on branch yamt-pagecache on 2014-05-22 11:42:21 +0000
 1.5 11-Jan-2017  joerg Remove LLVM atomic hacks for Sparc.
 1.4 27-Feb-2016  joerg branches: 1.4.2;
When building the atomic op test on SPARC64 with Clang, skip the
sub-32bit tests for now. Clang currently doesn't synthesize a CAS
replacement nor does it create a libcall.
 1.3 12-Oct-2014  martin If we don't have 64 bit atomic ops, also do not test "long long" and intmax_t
(and friends).
 1.2 11-Oct-2014  martin If not __HAVE_ATOMIC64_OPS, do not force the test for 64bit types.
 1.1 11-Oct-2014  martin Add a link time test to catch missing symbols in libc, as pointed
out in PR toolchain/49074.
 1.4.2.1 20-Mar-2017  pgoyette Sync with HEAD

RSS XML Feed