summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-15Merging r325147:llvm_60-amp-20180630release_60-f1b37feef3d-amp-20180630Hans Wennborg
2018-02-12Merging r324855:Hans Wennborg
2018-02-06Merging r324153:Hans Wennborg
2018-01-17Merging r321963:Hans Wennborg
2018-01-03Drop 'svn' suffix from the version number.Hans Wennborg
2018-01-03Creating release_60 branch off revision 321711Hans Wennborg
2018-01-03Mark LWG2824 as complete. We already did it, but I added a test to be sureMarshall Clow
2018-01-03Mark issue #2866 as "nothing to do"Marshall Clow
2018-01-03Implement p0258r2: has_unique_object_representationsMarshall Clow
2018-01-02One more (should be) inline variable that is defined in the dylibMarshall Clow
2018-01-02Un-inline a few more variables that are exported from the dylib.Marshall Clow
2018-01-02Temporarily revert the inlining of 'piecewise_construct' because it is export...Marshall Clow
2018-01-02A couple more inlined variables that I missed the first timeMarshall Clow
2018-01-02Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow
2017-12-29Try again, this time with the correct addressJonathan Roelofs
2017-12-29Update CREDITS.txt with personal emailJonathan Roelofs
2017-12-25[libcxx] Suppress unused warning on apple.Don Hinton
2017-12-20Fix the definitions of 'reference' and 'pointer' in string_view that no one u...Marshall Clow
2017-12-19libcxx: Fix for basic_stringbuf::seekoff() after r320604.Peter Collingbourne
2017-12-16[libcxx] Add WebAssembly supportSam Clegg
2017-12-13[libcxx] Fix basic_stringbuf constructorZhihao Yuan
2017-12-13[libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej
2017-12-13[libcxx] [test] Fix MSVC warnings, null pointer deref.Stephan T. Lavavej
2017-12-12[libcxx] P0604, invoke_result and is_invocableZhihao Yuan
2017-12-12workaround PR 28385 in __find_exactly_one_checkedCasey Carter
2017-12-11[libcxx] Define istream_iterator equality comparison operators out-of-lineRoger Ferrer Ibanez
2017-12-08[libc++] Unbreak Apple buildbotsShoaib Meenai
2017-12-07[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-12-06[libc++] Create install-stripped targetsShoaib Meenai
2017-12-05Enable auto-linking on WindowsSaleem Abdulrasool
2017-12-05[libcxx] Fix intrinsics for MSVCShoaib Meenai
2017-12-05Mark a couple of internal routines as 'noexcept'Marshall Clow
2017-12-05Land D28253 which fixes PR28929 (which we mistakenly marked as fixed before)Marshall Clow
2017-12-05Add issue 2587, which was missedMarshall Clow
2017-12-04Commit tests for changes in revision 319710Marshall Clow
2017-12-04Implement more of P0600: '[[nodiscard]] in the library' for C++2aMarshall Clow
2017-12-04Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...Marshall Clow
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow
2017-12-04Fix PR#35948: generate_n does not accept floating point Size arguments.Marshall Clow
2017-12-04[libcxx] Set up .arcconfig to point to new Diffusion CXX repositoryBen Hamilton
2017-12-03Corrected a typo in the building libc++ docsHamza Sood
2017-12-01[libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek
2017-12-01Include AddLLVM needed for tests in the right contextPetr Hosek
2017-11-27Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow
2017-11-27Revert commit removing allocator support from packaged_task. Will investigate...Marshall Clow
2017-11-27Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow
2017-11-27Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow
2017-11-27Fix failure on C++03 botsMarshall Clow
2017-11-27Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow