hanchenye-llvm-project/libcxx/test/atomics
Howard Hinnant 2b672e24a5 Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow...
llvm-svn: 115538
2010-10-04 18:52:54 +00:00
..
atomics.flag Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow... 2010-10-04 18:52:54 +00:00
atomics.general fixing whitespace 2010-09-28 17:19:10 +00:00
atomics.order
atomics.syn fixing whitespace 2010-09-28 17:19:10 +00:00
atomics.types Wrestling with the slowly dawning realization that <atomic> isn't implementable on any compiler at my disposal... 2010-09-29 18:13:54 +00:00
version.pass.cpp