1. af4b988 [libcxx] [test] Add void cast to result of compare_exchange_weak to suppress [[nodiscard]]. by Billy Robert O'Neal III · 6 years ago
  2. b6e011b Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. by Marshall Clow · 6 years ago
  3. a011222 Reinstate libc++ patches now that the lldb formatter has been updated. by Davide Italiano · 6 years ago
  4. 3438c15 [libcxx] Revert set of atomic patches that broke lldb. by Davide Italiano · 6 years ago
  5. 0184023 [libc++] Fix <atomic> failures on GCC by Louis Dionne · 6 years ago
  6. 1bf0d1e [libc++] Change memory_order to an enum class by Louis Dionne · 6 years ago
  7. e15dd4e Support tests in freestanding by JF Bastien · 6 years ago
  8. 7c3769d Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  9. a131ebf [NFC] Always lock free test: add indirection by JF Bastien · 6 years ago
  10. 4ffbed5 [libcxx] [test] Improve MSVC portability. by Stephan T. Lavavej · 7 years ago
  11. a686caa [libcxx] [test] Untabify, NFC. by Stephan T. Lavavej · 8 years ago
  12. 3f22e24 Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit builds by Eric Fiselier · 8 years ago
  13. e33c0b0 [libcxx] [test] D27027: Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  14. 4775578 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 8 years ago
  15. f675274 libc++: name anonymous structs by JF Bastien · 9 years ago
  16. ca89450 Implement LWG#2441: 'Exact-width atomic typedefs should be provided' by Marshall Clow · 9 years ago
  17. 47920eb Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch from STL@microsoft.com by Eric Fiselier · 9 years ago
  18. 67ec8a2 Move more _LIBCPP_VERSION tests to test/libcxx. by Eric Fiselier · 9 years ago
  19. 897b2f9 Fix various undefined behavior found by UBSan. by Eric Fiselier · 9 years ago
  20. 84acb1e Remove trailing whitespace in test suite. Approved by Marshall Clow. by Eric Fiselier · 9 years ago
  21. 219406e [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "atomic_flag f;" by Eric Fiselier · 9 years ago
  22. 08511cd Implement is_always_lock_free by JF Bastien · 9 years ago
  23. 4c51222 Missing ATOMIC_*_LOCK_FREE tests by JF Bastien · 9 years ago
  24. fa1e5db Add missing license headers by Eric Fiselier · 9 years ago
  25. e39f4b9 Fix various GCC mis-configurations for newer versions. by Eric Fiselier · 9 years ago
  26. 5e91fa1 Misc drive-by cleanups. NFC by Jonathan Roelofs · 10 years ago
  27. 00f4a49 [libcxx] Allow use of <atomic> in C++03. Try 3. by Eric Fiselier · 10 years ago
  28. 3a59ae6 Mark this test as XFAIL with older compilers, since they hit PR18097 by Justin Bogner · 10 years ago
  29. 4624107 Fix unused variable warnings in atomic tests by Eric Fiselier · 10 years ago
  30. 26edd80 Fix PR24114 - std::atomic for non-Clang is not a literal type by Eric Fiselier · 10 years ago
  31. d539803 Fix uninitialized values and bad enum conversions found by UBSAN. by Eric Fiselier · 10 years ago
  32. 0588c74 Move a test to the new tests directory. by Dan Albert · 10 years ago
  33. a90c6dd Move test into test/std subdirectory. by Eric Fiselier · 10 years ago