Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2021-01-12Bump version to 11.1.0Tom Stellard
2020-10-23Bump version to 11.0.1Tom Stellard
2020-09-16libc++ release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-08-24Disable use of _ExtInt with '__atomic' builtinsMott, Jeffrey T
2020-07-27Drop the 'git' suffix from various version variablesHans Wennborg
2020-07-14[libc++] Automatically detect whether RTTI is enabledLouis Dionne
2020-07-14Desugar class type for iterator lookup.Sterling Augustine
2020-07-14[libc++] Fix building the benchmarks after introducing a target for cxx-headersLouis Dionne
2020-07-14[libc++] Use a proper CMake target to represent libc++ headersLouis Dionne
2020-07-13[libc++] Implement P0551Louis Dionne
2020-07-09[libc++] Get rid of the %{libcxx_src_root} substitutionLouis Dionne
2020-07-09[libc++] The enable_experimental Lit feature should be False by defaultLouis Dionne
2020-07-09[libc++] Move the enable_experimental Lit param to the DSLLouis Dionne
2020-07-09[libc++] Clean up some outdated documentation about running libc++ testsLouis Dionne
2020-07-09[libc++] Move the long_tests Lit feature to the DSLLouis Dionne
2020-07-09[libc++] Move the stdlib Lit parameter to the DSLLouis Dionne
2020-07-09[libc++] Fix test failure in C++03 modeLouis Dionne
2020-07-09[runtimes] Allow passing Lit parameters through CMakeLouis Dionne
2020-07-09[libc++] Fix test failures in C++14 modeLouis Dionne
2020-07-08[libc++] Make sure the ENABLE_FILESYSTEM variable is always boundLouis Dionne
2020-07-08[libc++] Install PSTL when installing libc++ with parallel algorithms enabledLouis Dionne
2020-07-08[libc++] Reimplement platform detection features without running on the test ...Louis Dionne
2020-07-08Remove the unnecessary `is_nothrow_swappable` condition in `swap`.Michael Park
2020-07-08[libc++][NFC] Remove outdated TODO itemLouis Dionne
2020-07-08[libc++] Mark some tests as unsupported on GCC 5Louis Dionne
2020-07-07Modifications to the algorithm sort benchmarkMinJae Hwang
2020-07-06Revert "Revert "Revert "[libcxx] Put clang::trivial_abi on std::unique_ptr, s...Stephan Herhut
2020-07-05Revert "Revert "[libcxx] Put clang::trivial_abi on std::unique_ptr, std::shar...Vy Nguyen
2020-07-04Revert "[libcxx] Put clang::trivial_abi on std::unique_ptr, std::shared_ptr, ...Vy Nguyen
2020-07-04[libcxx testing] Remove ALLOW_RETRIES from another testDavid Zarzycki
2020-07-04[libcxx] Put clang::trivial_abi on std::unique_ptr, std::shared_ptr, and std:...Vy Nguyen
2020-07-03[libc++/libc++abi] Automatically detect whether exceptions are enabledLouis Dionne
2020-07-03[libcxx testing] Remove ALLOW_RETRIES from another testDavid Zarzycki
2020-06-30[libc++] Translate the std Lit parameter to the DSLLouis Dionne
2020-06-30[libc++] Fix the Lit DSL test in case a substitution is emptyLouis Dionne
2020-06-30[libc++] Add missing include in testLouis Dionne
2020-06-30[libc++] Split dylib instantiations for deprecated std::random_shuffle into a...Louis Dionne
2020-06-30[runtimes] Rename newformat to just format, now that the old format has been ...Louis Dionne
2020-06-30[libc++] Remove dead code since the removal of the old testing formatLouis Dionne
2020-06-29Add optimization to basic_string::assign for compile-time known constant values.Martijn Vels
2020-06-29[runtimes] Remove the ability to select the old libc++ testing formatLouis Dionne
2020-06-29[libc++] Enable tests and documentation by default when building standaloneLouis Dionne
2020-06-29[libc++] Provide a default LLVM_PATH when building standaloneLouis Dionne
2020-06-29[libc++] Do not try creating llvm-lit when LIBCXX_INCLUDE_TESTS is OFF in the...Louis Dionne
2020-06-26[libc++] Remove support for building through llvm-configLouis Dionne
2020-06-26[libc++] Fix the runtimes build after making __config_site mandatoryLouis Dionne
2020-06-26[libc++] Always generate a __config_site headerLouis Dionne
2020-06-26[libc++] Add missing <stddef.h> include to <wchar.h>Louis Dionne
2020-06-26[libc++] Remove unnecessary LLVM_INCLUDE_BENCHMARKS option in the Apple buildLouis Dionne
2020-06-25[libc++] Remove deprecated _LIBCPP_ALTERNATE_STRING_LAYOUT macroLouis Dionne