aboutsummaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-22Merging r315994:Tom Stellard12-74/+795
2017-11-22Merging r312892:Tom Stellard3-26/+54
2017-11-15Merging r313776:Tom Stellard1-2/+3
2017-11-13Merging r312693:Tom Stellard9-6/+1422
2017-08-25Update ABI lists for 5.0Eric Fiselier2-0/+4259
2017-08-18Merging r309474:Hans Wennborg1-1/+2
2017-08-07Merging r309851:Hans Wennborg1-1/+1
2017-08-07Merging r309838:Hans Wennborg2-1/+21
2017-08-07Merging r309296 and r309307:Hans Wennborg5-9/+22
2017-08-04Merging r309920:Hans Wennborg1-1/+1
2017-08-03Merging r309917:Hans Wennborg2-0/+8
2017-07-19Drop 'svn' suffix from version number.Hans Wennborg1-1/+1
2017-07-18[CMake] Use MATCHES for regular expression.Leo Li1-1/+1
2017-07-17Check for _MSC_VER before defining _LIBCPP_MSVCRTBruno Cardoso Lopes1-2/+3
2017-07-17Add case for c++2a to libc++ and test macrosMarshall Clow2-2/+7
2017-07-16Update libc++ status pages with results of the Toronto Meeting - and for C++2aMarshall Clow3-0/+100
2017-07-15Update issues moved in TorontoMarshall Clow1-1/+5
2017-07-14[libc++] Clean up cl warning 4231 disablingShoaib Meenai3-21/+0
2017-07-13[libc++] class template -> template class. NFCShoaib Meenai1-1/+1
2017-07-13[libc++] Mark string operator+ _LIBCPP_FUNC_VISShoaib Meenai2-2/+3
2017-07-13[libc++] Remove unused _LIBCPP_FUNC_VIS_ONLYShoaib Meenai1-5/+0
2017-07-13[libc++] Use proper template terminology. NFCShoaib Meenai1-3/+3
2017-07-12Fix unrepresentable enum for clang-cl unstable ABIBen Craig1-8/+8
2017-07-12Remove <__refstring> header; Move it into source directory.Eric Fiselier2-4/+4
2017-07-12Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier5-47/+12
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek5-6/+18
2017-07-10[libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao5-12/+47
2017-07-10Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao5-46/+12
2017-07-10[libc++] Refactoring __sync_* builtins; NFCWeiming Zhao5-12/+46
2017-07-10Fix issues with UBSAN test configuration.Eric Fiselier2-5/+1
2017-07-10Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit buildsEric Fiselier1-2/+35
2017-07-09Fix test failure to to new/delete ellisionsEric Fiselier1-2/+3
2017-07-09optional: Implement LWG 2900 and P0602Casey Carter6-107/+145
2017-07-08Fix filesystem build on platforms with weird time_t types.Eric Fiselier4-144/+382
2017-07-07Fix diagnostic in verify test to match new Clang outputEric Fiselier1-1/+1
2017-07-07cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith5-88/+119
2017-07-05Suppress -Waligned-allocation-unavailable warning in libc++ test suiteEric Fiselier1-0/+1
2017-07-05Fix a bug in regex_Iterator where it would report zero-length matches forever...Marshall Clow2-1/+19
2017-07-05Fix equivalent test on OS X and FreeBSDEric Fiselier1-7/+7
2017-07-05Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON.Eric Fiselier1-0/+33
2017-07-05Implement LWG 2937 - equivalent("dne", "exists") is not an errorEric Fiselier3-59/+86
2017-06-30Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"Akira Hatanaka3-52/+10
2017-06-29[lit/libcxx] Fix a remaining reference to lit.util.capture() in custom libcxx...David L. Jones1-5/+6
2017-06-29[libc++] Hoist explicit instantiation above implicit. NFCShoaib Meenai1-4/+4
2017-06-28Updated notest on 2974Marshall Clow1-2/+2
2017-06-28Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow2-0/+54
2017-06-26[libcxx] Annotate c++17 aligned new/delete operators with availabilityAkira Hatanaka3-10/+52
2017-06-26Updated for the Toronto meetingMarshall Clow1-57/+27
2017-06-23Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow6-0/+722
2017-06-21Attempt to avoid static init ordering issues with globalMemCounterEric Fiselier1-5/+10