OSDN Git Service

[ORC] Remove commented out methods accidentally left in in 069919c9ba3.
[android-x86/external-llvm-project.git] / libcxx /
2020-10-20 Casey Carter[libc++][test] MSVC has no __PRETTY_FUNCTION__
2020-10-20 Casey Carter[libc++][test] Test nonconforming atomic_fetch_XXX...
2020-10-20 Casey Carter[libc++][test] Silence MSVC "comparison of signed and...
2020-10-20 Casey Carter[libc++][test] test allocator<const T> extension only...
2020-10-20 Casey Carter[libc++][test] Don't violate precondition [atomics...
2020-10-20 Casey Carter[libc++][test] atomic<T> requires trivially copyable T
2020-10-20 Casey Carter[libc++][test] Pass correct ordering to std::merge
2020-10-20 Casey Carter[libc++][test] Spell "TEST_CONSTEXPR_CXX17" correctly
2020-10-19 Martin Storsjö[libcxx] [test] Use _putenv instead of setenv/unsetenv...
2020-10-19 Martin Storsjö[libcxx] [test] Fix all remaining issues with fs::path...
2020-10-19 Martin Storsjö[libcxx] [test] Fix filesystem_test_helper.h to compile...
2020-10-19 Martin Storsjö[libcxx] [test] Mark tests that require specific alloca...
2020-10-19 Martin Storsjö[libcxx] [test] Exclude domain socket tests on windows...
2020-10-19 Martin Storsjö[libcxx] [test] Add LIBCPP_ONLY() around another test...
2020-10-19 Martin Storsjö[libcxx] [test] Don't require fs::path::operator(string...
2020-10-19 Martin Storsjö[libcxx] [test] Allow fs::permissions(path, perms,...
2020-10-19 Martin Storsjö[libcxx] [test] Do error printfs to stderr in filesyste...
2020-10-19 Louis Dionne[libc++] Add more tests for operator<< on std::complex
2020-10-19 Alex Richardson[libc++] Skip tests using constexpr destructors with...
2020-10-19 Louis Dionne[libc++] Refactor the fuzzing tests
2020-10-19 Louis Dionne[libc++] Define new/delete in libc++abi only by default
2020-10-19 Casey Carter[libc++][test] Portably silence warnings
2020-10-18 Alex Richardson[libc++][dsl] Run checks for locale names aliases using...
2020-10-18 Alex Richardson[libc++] Fix aligned_alloc tests FreeBSD
2020-10-16 Martin Storsjö[libcxx] [test] Fix string type handling in a few fairl...
2020-10-16 Louis Dionne[libc++] Avoid relying on `realpath` being installed...
2020-10-16 Louis Dionne[libc++] Move the oss-fuzz script to libcxx/utils/ci
2020-10-16 Louis Dionne[libc++] Move the oss-fuzz script to libc++
2020-10-16 Martin Storsjö[libcxx] [test] Add (void) return casts on functions...
2020-10-16 Martin Storsjö[libcxx] [test] Mark tests for libcxx specific implemen...
2020-10-16 Martin Storsjö[libcxx] [test] Use fs::path::string_type instead of...
2020-10-16 Martin Storsjö[libcxx] [test] Use string() instead of native() as...
2020-10-16 Simon Tatham[libcxx] Fix printf formats in two tests.
2020-10-16 Louis Dionne[libc++] NFCI: Use Lit features to disable tests instea...
2020-10-16 Louis Dionne[libc++] NFC: Move iterator.range tests into the right...
2020-10-15 Louis Dionne[libc++] Reduce dependencies on <iostream> from <random>
2020-10-15 Louis Dionne[libc++][filesystem] Only include <fstream> when we...
2020-10-15 Louis Dionne[libc++] NFC: Remove unused include
2020-10-15 Louis Dionne[libc++] Allow building libc++ on platforms without...
2020-10-14 Louis Dionne[libc++] Mark two tests as unsupported in C++03
2020-10-14 Louis Dionne[libc++] Use ADDITIONAL_COMPILE_FLAGS instead of #defin...
2020-10-14 Louis Dionne[libc++] Split off debug tests that were missed by...
2020-10-14 Louis Dionne[libc++] Remove signal-based checkpoints in libc++...
2020-10-14 Dominik Montada[libcxxabi,libunwind] support running tests in standalo...
2020-10-14 Louis Dionne[libc++/abi] Clean up uses of <iostream> in the test...
2020-10-13 Louis Dionne[libc++] Allow passing relative paths to the Apple...
2020-10-13 Raphael IsemannFix all the CMake code that can only handle -stdlib...
2020-10-13 Louis Dionne[libc++] Update the <version> header in-place from...
2020-10-09 Louis Dionne[libc++] Remove code to prevent overwriting the system...
2020-10-09 Louis Dionne[libc++] Remove redundant if(LIBCXX_INSTALL_LIBRARY)
2020-10-09 Louis Dionne[libc++] Fixup a missing occurrence of LIBCXX_ENABLE_DE...
2020-10-09 Louis Dionne[libc++] Rename LIBCXX_ENABLE_DEBUG_MODE to LIBCXX_ENAB...
2020-10-09 Louis Dionne[libc++] NFCI: Define small methods of basic_stringstre...
2020-10-09 Louis Dionne[libc++] Clean up logic around aligned/sized allocation...
2020-10-09 Louis Dionne[libc++] Remove some workarounds for C++03
2020-10-09 Louis Dionne[libc++] Make sure we don't cache DSL functions too...
2020-10-09 Louis Dionne[libc++] More consistency with declaring int main(int...
2020-10-09 Louis Dionne[libc++] Add caching for feature-detection Lit tests
2020-10-08 Louis Dionne[runtimes] Use int main(int, char**) consistently in...
2020-10-08 Petr Hosek[libcxx] Fix the thousands_sep test failure
2020-10-08 Petr Hosek[libcxx] Use runtime rather then compile-time glibc...
2020-10-07 Louis Dionne[libc++] Remove unused includes of Availability.h
2020-10-07 Min-Yih Hsu[M680x0] Add google/benchmark's CycleTimer support...
2020-10-07 Nico Weber[gn build] (manually) port ce1365f8f7e
2020-10-07 Louis Dionne[libc++] Use the existing CMake caches when running...
2020-10-07 Louis Dionne[libc++] Add a CMake option to control whether the...
2020-10-07 Louis Dionne[libc++] Make sure __clear_and_shrink() maintains strin...
2020-10-06 Chris Palmer[libc++] Add assert to check bounds in `constexpr strin...
2020-10-06 Louis Dionne[libc++] Add a script to setup CI on macOS nodes
2020-10-06 Hafiz Abid Qadeer[libc++] Check _LIBCPP_USE_CLOCK_GETTIME before using...
2020-10-06 Louis Dionne[libc++] Allow retries in two flaky tests
2020-10-06 Alex Richardson[libcxx][lit] Add support for custom ssh/scp flags...
2020-10-05 Louis Dionne[libc++] Improve tests for std::quoted
2020-10-05 Alex Richardson[libcxx][dsl] Fix mutable default argument warning
2020-10-05 Louis Dionne[libc++] Use __has_include instead of complex logic...
2020-10-05 Louis Dionne[libc++] NFC: Rename variant helpers to avoid name...
2020-10-05 Louis Dionne[libc++] NFC: Remove unused <iostream> include in atomi...
2020-10-05 Louis Dionne[libc++] Fix several debug mode tests
2020-10-05 Louis Dionne[libc++/abi] Revert "[libc++] Move the weak symbols...
2020-10-02 Louis Dionne[libc++] Fix the build with GCC < 10
2020-10-02 Louis Dionne[libc++] Allow retries on some slightly flaky mutex...
2020-10-02 Louis Dionne[libc++] NFCI: Remove the _LIBCPP_DEBUG_MODE helper...
2020-10-02 Louis Dionne[libc++] NFCI: Simplify macro definitions for the debug...
2020-10-02 Louis Dionne[libc++] NFCI: Remove _LIBCPP_EXTERN_TEMPLATE2
2020-10-02 Louis Dionne[libc++] Remove unnecessary usage of <iostream> in...
2020-10-02 Louis Dionne[libc++] Move the weak symbols list to libc++abi
2020-10-01 Petr Hosek[CMake] Use -isystem flag to access libc++ headers
2020-10-01 Louis Dionne[libc++][ci] Add a job to run the vanilla configuration...
2020-10-01 Louis Dionne[libc++] NFC: Add missing SHA to ABI Changelog
2020-10-01 Louis Dionne[libc++] Don't re-export new/delete from libc++abi...
2020-10-01 Louis Dionne[libc++][ci] Add a configuration testing Apple's system...
2020-10-01 Louis Dionne[libc++] Simplify how we re-export symbols from libc...
2020-09-30 Louis Dionne[libc++] Make sure we don't attempt to run check-cxx...
2020-09-30 Richard SmithFix test failures with trunk clang
2020-09-29 Richard SmithImprove the representation of <compare>'s zero-only...
2020-09-29 Louis Dionne[libc++] Rename the -fno-rtti Lit feature to just no...
2020-09-29 Louis Dionne[libc++] Fix some test failures in unusual configurations
2020-09-29 Louis Dionne[libc++][ci] Turn on Phabricator reporting by default
2020-09-29 Louis Dionne[libc++][ci] Improve the phabricator-report script
2020-09-29 Louis Dionne[libc++][ci] Add a script to describe when to trigger...
next