Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move a test to the new tests directory. | Dan Albert | 2015-01-06 | 1 | -43/+0 |
| | | | | | | | I had written the patch that added this test before the tests were moved into tests/std, so the test ended up in the wrong directory. llvm-svn: 225300 | ||||
* | Make a test UNSUPPORTED if libcpp-has-no-threads. | Dan Albert | 2015-01-06 | 1 | -0/+2 |
| | | | | llvm-svn: 225287 | ||||
* | Appease MSAN buildbots. | Dan Albert | 2015-01-06 | 1 | -1/+1 |
| | | | | | | | This is just a compile time test, but we have MSAN buildbots that will fail since `exp` was uninitialized. llvm-svn: 225286 | ||||
* | Obey [atomics.types.operations.req]/21 for GCC. | Dan Albert | 2015-01-06 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | Summary: Excerpt from [atomics.types.operations.req]/21: > When only one memory_order argument is supplied, the value of > success is order, and the value of failure is order except that a > value of memory_order_acq_rel shall be replaced by the value > memory_order_acquire and a value of memory_order_release shall be > replaced by the value memory_order_relaxed. Clean up some copy pasta while I'm here (someone added a return statement to a void function). Reviewers: EricWF, jroelofs, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6632 llvm-svn: 225280 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -13/+0 |
| | | | | llvm-svn: 224658 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | fixing whitespace | Howard Hinnant | 2010-09-28 | 1 | -1/+1 |
| | | | | llvm-svn: 114967 | ||||
* | [atomics.order] | Howard Hinnant | 2010-09-28 | 1 | -0/+13 |
llvm-svn: 114966 |