1. eb53f07 Fix ATOMIC_FLAG_INIT(). by Elliott Hughes · 6 months ago
  2. 2e65afe bionic: libc: avoid -Wdeprecated-declarations via std::atomic_init by Nick Desaulniers · 10 months ago
  3. 81ce887 Remove use of ATOMIC_VAR_INIT. by Christopher Ferris · 12 months ago
  4. 71eb46f Better obstruct optimization for ordering test by Hans Boehm · 1 year, 10 months ago
  5. 3008884 Consistent qualifier ordering. by Elliott Hughes · 2 years ago
  6. 68ae6ad Changes for #inclusivefixit. by Elliott Hughes · 5 years ago
  7. 3761064 Increase iteration count for ordering test by Hans Boehm · 5 years ago
  8. 6a65ccd Remove mips test workarounds. by Elliott Hughes · 6 years ago
  9. 32b5f4e stdatomic_test: always use bits/stdatomic.h by Tom Cherry · 6 years ago
  10. 76e2b15 Change stdatomic.h check from defined(_USING_LIBCXX) to __has_include(<atomic>) by Tom Cherry · 6 years ago
  11. 32bc0fc Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  12. 590a410 Fix compare_exchange_weak tests to allow spurious failure by Hans Boehm · 8 years ago
  13. f484050 Preliminary cleanup of <sys/cdefs.h>. by Elliott Hughes · 9 years ago
  14. 3a5aeba Switch benchmarks and tests to libc++. by Dan Albert · 11 years ago
  15. 3242960 Make stdatomic.h work with gcc4.6 host compiler by Hans Boehm · 11 years ago
  16. 00aaea3 Fix, generalize stdatomic.h; improve test. by Hans Boehm · 11 years ago
  17. f183737 [MIPS] Fix atomic_is_lock_free test for mips32. by Raghu Gandham · 11 years ago
  18. 6b3beb2 Fixes stdatomic.h test to match C11 spec by Dan Albert · 11 years ago
  19. e6c57fc Add C11 <stdatomic.h>. by Elliott Hughes · 11 years ago