summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/atomics
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Add void cast to result of compare_exchange_weak to suppress ...Billy Robert O'Neal III2019-07-011-4/+4
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3142-0/+61
* Reinstate libc++ patches now that the lldb formatter has been updated.Davide Italiano2019-03-053-25/+49
* [libcxx] Revert set of atomic patches that broke lldb.Davide Italiano2019-03-053-49/+25
* [libc++] Fix <atomic> failures on GCCLouis Dionne2019-03-051-17/+17
* [libc++] Change memory_order to an enum classLouis Dionne2019-03-052-8/+32
* Support tests in freestandingJF Bastien2019-02-0456-56/+164
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1957-228/+171
* [NFC] Always lock free test: add indirectionJF Bastien2019-01-091-1/+3
* [libcxx] [test] Improve MSVC portability.Stephan T. Lavavej2018-01-101-0/+2
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-24/+24
* Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit buildsEric Fiselier2017-07-101-2/+35
* [libcxx] [test] D27027: Strip trailing whitespace.Stephan T. Lavavej2016-11-231-1/+1
* Remove usages of _ALIGNAS_TYPEEric Fiselier2016-10-124-4/+12
* libc++: name anonymous structsJF Bastien2016-07-121-9/+9
* Implement LWG#2441: 'Exact-width atomic typedefs should be provided'Marshall Clow2016-06-303-0/+51
* Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch fr...Eric Fiselier2016-06-261-1/+1
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-221-22/+0
* Fix various undefined behavior found by UBSan.Eric Fiselier2016-06-193-16/+32
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0128-41/+41
* [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "a...Eric Fiselier2016-05-034-41/+16
* Implement is_always_lock_freeJF Bastien2016-03-251-0/+101
* Missing ATOMIC_*_LOCK_FREE testsJF Bastien2016-03-181-0/+8
* Add missing license headersEric Fiselier2016-01-191-0/+9
* Fix various GCC mis-configurations for newer versions.Eric Fiselier2015-12-151-3/+3
* Misc drive-by cleanups. NFCJonathan Roelofs2015-08-242-41/+0
* [libcxx] Allow use of <atomic> in C++03. Try 3.Eric Fiselier2015-08-1930-675/+268
* Mark this test as XFAIL with older compilers, since they hit PR18097Justin Bogner2015-07-221-0/+4
* Fix unused variable warnings in atomic testsEric Fiselier2015-07-185-5/+7
* Fix PR24114 - std::atomic for non-Clang is not a literal typeEric Fiselier2015-07-141-0/+56
* Fix uninitialized values and bad enum conversions found by UBSAN.Eric Fiselier2015-05-193-16/+16
* Move a test to the new tests directory.Dan Albert2015-01-061-0/+43
* Move test into test/std subdirectory.Eric Fiselier2014-12-2056-0/+3488
OpenPOWER on IntegriCloud