This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8a9b6a3681c698dfb64c49f0e44eec19fa94de90
clang-p2996
/
libcxx
/
test
/
atomics
History
Howard Hinnant
114676622f
atomic_bool was missing (just a typedef to atomic<bool>).
...
llvm-svn: 171498
2013-01-04 18:58:50 +00:00
..
atomics.fences
After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at
http://libcxx.llvm.org/atomic_design_a.html
. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform.
2010-12-08 17:20:28 +00:00
atomics.flag
license change
2010-11-16 22:09:02 +00:00
atomics.general
license change
2010-11-16 22:09:02 +00:00
atomics.lockfree
After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at
http://libcxx.llvm.org/atomic_design_a.html
. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform.
2010-12-08 17:20:28 +00:00
atomics.order
license change
2010-11-16 22:09:02 +00:00
atomics.syn
license change
2010-11-16 22:09:02 +00:00
atomics.types.generic
atomic_bool was missing (just a typedef to atomic<bool>).
2013-01-04 18:58:50 +00:00
atomics.types.operations
libc++: Add some missing #includes to atomics tests. libc++ doesn't need these
2012-04-19 00:50:47 +00:00
version.pass.cpp
license change
2010-11-16 22:09:02 +00:00