aboutsummaryrefslogtreecommitdiff
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 11.1.0Tom Stellard2021-01-121-1/+1
* Bump version to 11.0.1Tom Stellard2020-10-221-1/+1
* libc++ release notes: drop in-progress warnings; minor cleanupsHans Wennborg2020-09-161-18/+3
* Disable use of _ExtInt with '__atomic' builtinsMott, Jeffrey T2020-08-241-0/+11
* Drop the 'git' suffix from various version variablesHans Wennborg2020-07-271-1/+1
* [libc++] Automatically detect whether RTTI is enabledLouis Dionne2020-07-143-13/+7
* Desugar class type for iterator lookup.Sterling Augustine2020-07-142-2/+6
* [libc++] Fix building the benchmarks after introducing a target for cxx-headersLouis Dionne2020-07-141-3/+1
* [libc++] Use a proper CMake target to represent libc++ headersLouis Dionne2020-07-144-21/+28
* [libc++] Implement P0551Louis Dionne2020-07-134-28/+213
* [libc++] Get rid of the %{libcxx_src_root} substitutionLouis Dionne2020-07-094-9/+3
* [libc++] The enable_experimental Lit feature should be False by defaultLouis Dionne2020-07-091-1/+1
* [libc++] Move the enable_experimental Lit param to the DSLLouis Dionne2020-07-092-5/+5
* [libc++] Clean up some outdated documentation about running libc++ testsLouis Dionne2020-07-092-28/+5
* [libc++] Move the long_tests Lit feature to the DSLLouis Dionne2020-07-092-13/+4
* [libc++] Move the stdlib Lit parameter to the DSLLouis Dionne2020-07-092-17/+5
* [libc++] Fix test failure in C++03 modeLouis Dionne2020-07-091-1/+3
* [runtimes] Allow passing Lit parameters through CMakeLouis Dionne2020-07-097-8/+16
* [libc++] Fix test failures in C++14 modeLouis Dionne2020-07-092-2/+2
* [libc++] Make sure the ENABLE_FILESYSTEM variable is always boundLouis Dionne2020-07-081-2/+4
* [libc++] Install PSTL when installing libc++ with parallel algorithms enabledLouis Dionne2020-07-081-0/+5
* [libc++] Reimplement platform detection features without running on the test ...Louis Dionne2020-07-081-17/+5
* Remove the unnecessary `is_nothrow_swappable` condition in `swap`.Michael Park2020-07-081-2/+1
* [libc++][NFC] Remove outdated TODO itemLouis Dionne2020-07-081-1/+0
* [libc++] Mark some tests as unsupported on GCC 5Louis Dionne2020-07-0820-3/+60
* Modifications to the algorithm sort benchmarkMinJae Hwang2020-07-061-51/+112
* Revert "Revert "Revert "[libcxx] Put clang::trivial_abi on std::unique_ptr, s...Stephan Herhut2020-07-0610-481/+5
* Revert "Revert "[libcxx] Put clang::trivial_abi on std::unique_ptr, std::shar...Vy Nguyen2020-07-0510-5/+481
* Revert "[libcxx] Put clang::trivial_abi on std::unique_ptr, std::shared_ptr, ...Vy Nguyen2020-07-0410-481/+5
* [libcxx testing] Remove ALLOW_RETRIES from another testDavid Zarzycki2020-07-041-43/+37
* [libcxx] Put clang::trivial_abi on std::unique_ptr, std::shared_ptr, and std:...Vy Nguyen2020-07-0310-5/+481
* [libc++/libc++abi] Automatically detect whether exceptions are enabledLouis Dionne2020-07-033-6/+5
* [libcxx testing] Remove ALLOW_RETRIES from another testDavid Zarzycki2020-07-031-43/+44
* [libc++] Translate the std Lit parameter to the DSLLouis Dionne2020-06-302-32/+10
* [libc++] Fix the Lit DSL test in case a substitution is emptyLouis Dionne2020-06-301-6/+11
* [libc++] Add missing include in testLouis Dionne2020-06-301-1/+2
* [libc++] Split dylib instantiations for deprecated std::random_shuffle into a...Louis Dionne2020-06-303-48/+62
* [runtimes] Rename newformat to just format, now that the old format has been ...Louis Dionne2020-06-3060-14/+7
* [libc++] Remove dead code since the removal of the old testing formatLouis Dionne2020-06-309-651/+0
* Add optimization to basic_string::assign for compile-time known constant values.Martijn Vels2020-06-293-2408/+47
* [runtimes] Remove the ability to select the old libc++ testing formatLouis Dionne2020-06-292-25/+6
* [libc++] Enable tests and documentation by default when building standaloneLouis Dionne2020-06-291-2/+2
* [libc++] Provide a default LLVM_PATH when building standaloneLouis Dionne2020-06-292-9/+11
* [libc++] Do not try creating llvm-lit when LIBCXX_INCLUDE_TESTS is OFF in the...Louis Dionne2020-06-291-20/+10
* [libc++] Remove support for building through llvm-configLouis Dionne2020-06-263-133/+65
* [libc++] Fix the runtimes build after making __config_site mandatoryLouis Dionne2020-06-262-7/+8
* [libc++] Always generate a __config_site headerLouis Dionne2020-06-264-59/+36
* [libc++] Add missing <stddef.h> include to <wchar.h>Louis Dionne2020-06-251-0/+1
* [libc++] Remove unnecessary LLVM_INCLUDE_BENCHMARKS option in the Apple buildLouis Dionne2020-06-251-1/+0
* [libc++] Remove deprecated _LIBCPP_ALTERNATE_STRING_LAYOUT macroLouis Dionne2020-06-251-6/+6