Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -45/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Allow libc++ to be built on systems without POSIX threads | Jonathan Roelofs | 2014-09-05 | 1 | -0/+2 |
| | | | | | | | | | | If you're crazy enough to want this sort of thing, then add -D_LIBCPP_HAS_NO_THREADS to your CXXFLAGS and --param=additiona_features=libcpp-has-no-threads to your lit commnad line. http://reviews.llvm.org/D3969 llvm-svn: 217271 | ||||
* | Constrain launch ~ operator to defined bits. | Howard Hinnant | 2013-07-02 | 1 | -1/+1 |
| | | | | llvm-svn: 185452 | ||||
* | Add operators to make launch a bitmask type. Searched all of the standard, ↵ | Howard Hinnant | 2013-06-29 | 1 | -0/+16 |
| | | | | | | and libc++ to see if this error occurred elsewhere and didn't see any other place. This fixes http://llvm.org/bugs/show_bug.cgi?id=16207 llvm-svn: 185265 | ||||
* | Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto ↵ | Howard Hinnant | 2011-12-02 | 1 | -3/+4 |
| | | | | | | Ganesh Barbati llvm-svn: 145698 | ||||
* | Clean up a bunch of warnings in the tests, 3 of which actually turned out to ↵ | Howard Hinnant | 2011-05-17 | 1 | -1/+1 |
| | | | | | | be test bugs. llvm-svn: 131479 | ||||
* | N3188 - Revision to N3113: Async Launch Policies (CH 36) | Howard Hinnant | 2010-11-23 | 1 | -5/+5 |
| | | | | llvm-svn: 120027 | ||||
* | license change | Howard Hinnant | 2010-11-16 | 1 | -2/+2 |
| | | | | llvm-svn: 119395 | ||||
* | Wiped out some non-ascii characters that snuck into the copyright. | Howard Hinnant | 2010-05-11 | 1 | -1/+1 |
| | | | | llvm-svn: 103516 | ||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+26 |
llvm-svn: 103490 |