summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-22Merging r315994:release_50Tom Stellard
2017-11-22Merging r312892:Tom Stellard
2017-11-15Merging r313776:Tom Stellard
2017-11-13Merging r312693:Tom Stellard
2017-08-25Update ABI lists for 5.0Eric Fiselier
2017-08-18Merging r309474:linaro-local/diana.picus/RC2-ishHans Wennborg
2017-08-07Merging r309851:Hans Wennborg
2017-08-07Merging r309838:Hans Wennborg
2017-08-07Merging r309296 and r309307:Hans Wennborg
2017-08-04Merging r309920:Hans Wennborg
2017-08-03Merging r309917:Hans Wennborg
2017-07-19Drop 'svn' suffix from version number.Hans Wennborg
2017-07-19Creating release_50 branch off revision 308441Hans Wennborg
2017-07-18[CMake] Use MATCHES for regular expression.Leo Li
2017-07-17Check for _MSC_VER before defining _LIBCPP_MSVCRTBruno Cardoso Lopes
2017-07-17Add case for c++2a to libc++ and test macrosMarshall Clow
2017-07-16Update libc++ status pages with results of the Toronto Meeting - and for C++2aMarshall Clow
2017-07-15Update issues moved in TorontoMarshall Clow
2017-07-14[libc++] Clean up cl warning 4231 disablingShoaib Meenai
2017-07-13[libc++] class template -> template class. NFCShoaib Meenai
2017-07-13[libc++] Mark string operator+ _LIBCPP_FUNC_VISShoaib Meenai
2017-07-13[libc++] Remove unused _LIBCPP_FUNC_VIS_ONLYShoaib Meenai
2017-07-13[libc++] Use proper template terminology. NFCShoaib Meenai
2017-07-12Fix unrepresentable enum for clang-cl unstable ABIBen Craig
2017-07-12Remove <__refstring> header; Move it into source directory.Eric Fiselier
2017-07-12Revert "[libc++] Refactoring __sync_* builtins; NFC (Reland)"Eric Fiselier
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-07-10[libc++] Refactoring __sync_* builtins; NFC (Reland)Weiming Zhao
2017-07-10Revert "[libc++] Refactoring __sync_* builtins; NFC"Weiming Zhao
2017-07-10[libc++] Refactoring __sync_* builtins; NFCWeiming Zhao
2017-07-10Fix issues with UBSAN test configuration.Eric Fiselier
2017-07-10Work around PR31864 - ATOMIC_LLONG_LOCK_FREE is incorrect in 32 bit buildsEric Fiselier
2017-07-09Fix test failure to to new/delete ellisionsEric Fiselier
2017-07-09optional: Implement LWG 2900 and P0602Casey Carter
2017-07-08Fix filesystem build on platforms with weird time_t types.Eric Fiselier
2017-07-07Fix diagnostic in verify test to match new Clang outputEric Fiselier
2017-07-07cmath: Support clang's -fdelayed-template-parsingDuncan P. N. Exon Smith
2017-07-05Suppress -Waligned-allocation-unavailable warning in libc++ test suiteEric Fiselier
2017-07-05Fix a bug in regex_Iterator where it would report zero-length matches forever...Marshall Clow
2017-07-05Fix equivalent test on OS X and FreeBSDEric Fiselier
2017-07-05Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON.Eric Fiselier
2017-07-05Implement LWG 2937 - equivalent("dne", "exists") is not an errorEric Fiselier
2017-06-30Revert "[libcxx] Annotate c++17 aligned new/delete operators with availability"Akira Hatanaka
2017-06-29[lit/libcxx] Fix a remaining reference to lit.util.capture() in custom libcxx...David L. Jones
2017-06-29[libc++] Hoist explicit instantiation above implicit. NFCShoaib Meenai
2017-06-28Updated notest on 2974Marshall Clow
2017-06-28Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow
2017-06-26[libcxx] Annotate c++17 aligned new/delete operators with availabilityAkira Hatanaka
2017-06-26Updated for the Toronto meetingMarshall Clow
2017-06-23Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow