OSDN Git Service

[OpenMP] Begin Adding OpenMP Tool to Gather OpenMP Information
[android-x86/external-llvm-project.git] / libcxx /
2020-11-11 Ruslan Arutyunyan[libc++] Implement P0919R3: heterogenous lookup for...
2020-11-11 Louis Dionne[libc++] NFC: Simplify incude of <cstdlib>
2020-11-11 Louis Dionne[libc++] NFC: Synchronize libc++abi and libc++ new...
2020-11-11 Xiang Xiao[libcxx] Check _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE...
2020-11-11 zoecarver[libc++] Change requirements on linear_congruential_engine.
2020-11-10 Louis Dionne[libc++] NFC: Add helper methods to simplify __shared_p...
2020-11-10 Muiez Ahmed[SystemZ][z/OS] Enable POSIX_l functions for z/OS
2020-11-10 Martin Storsjö[libcxx] [test] Simplify the fs helper header for posix...
2020-11-10 Martin Storsjö[libcxx] [test] Call create_directory_symlink where...
2020-11-10 Martin Storsjö[libcxx] [test] Make a separate create_directory_symlin...
2020-11-10 Sam Clegg[libc++] Remove emscripten handling from exception_fall...
2020-11-09 Louis Dionne[runtimes] Avoid overwriting the rpath unconditionally
2020-11-06 Louis DionneRevert "Allow running back-deployment testing against...
2020-11-06 Louis Dionne[libc++] Try fixing the oss-fuzz build
2020-11-06 Louis DionneAllow running back-deployment testing against libc...
2020-11-06 Louis Dionne[libc++] Also allow customizing the build directory...
2020-11-06 Louis Dionne[libc++] Allow customizing a few paths when running...
2020-11-05 Louis Dionne[libc++] Add a Buildkite job that tests back-deployment...
2020-11-05 Louis Dionne[libc++] Add a CI job to build the documentation
2020-11-05 Louis Dionne[libc++] Update the CI Dockerfile
2020-11-05 Louis Dionne[libc++] Rework the whole availability markup implement...
2020-11-05 Louis Dionne[libc++] Correct XFAILs for the C++20 Synchronization...
2020-11-04 Arthur O'DwyerFix UB in one libcxx test, when deleting D through...
2020-11-04 Louis Dionne[libc++] Remove stray setting of use_system_cxx_lib...
2020-11-04 Louis Dionne[libc++] Move availability-related Lit configuration...
2020-11-04 Steven WanAdd info about the cherry-picked commit and contributor
2020-11-04 Steven Wan[PowerPC] Rename mftbl to mftb
2020-11-04 Louis Dionne[libc++] NFC: Remove trailing whitespace
2020-11-04 Louis Dionne[libc++] Remove the ability to not install the support...
2020-11-04 Louis Dionne[libc++] Split off part of a test that require signals...
2020-11-04 Louis Dionne[libc++] NFCI: Refactor chrono.cpp to make it easier...
2020-11-04 Louis Dionne[libc++] Remove test that is irrelevant since f1a96de1bc8d
2020-11-04 Louis Dionne[libc++] Don't run tests in a shell in the default...
2020-11-03 zoecarver[libc++][NFC] Mark LWG issue 2899 as not complete.
2020-11-03 Louis Dionne[libc++] Harden tests against executors not running...
2020-11-03 Louis Dionne[libc++] Remove support for .run.fail.cpp tests
2020-11-03 Louis Dionne[libc++] NFC: Simplify how we run config tests
2020-11-03 Louis Dionne[libc++] Move <memory> helpers outside of std::allocato...
2020-11-03 Martin Storsjö[libcxx] Error out if __libcpp_mbsrtowcs_l fails in...
2020-11-03 Martin Storsjö[libcxx] [libcxxabi] Set flags for visibility when...
2020-11-03 Martin Storsjö[libcxx] [test] Use error_code::default_error_condition...
2020-11-03 Martin Storsjö[libcxx] Avoid double frees of file descriptors in...
2020-11-03 Martin Storsjö[libcxx] [test] Create symlink_to_dir as the right...
2020-11-03 Martin Storsjö[libcxx] [test] Avoid an unused variable in non-libcpp...
2020-11-03 Martin Storsjö[libcxx] [test] Fix the fs.op.absolute test to cope...
2020-11-03 Louis Dionne[libc++] Fix invalid parsing of ints in a <random>...
2020-11-02 Louis Dionne[libc++] Migrate warning flags to the DSL
2020-11-02 Louis Dionne[libc++][CI] Allow retries in case an agent is lost
2020-11-02 Louis Dionne[libc++] NFC: Re-generate the ABI lists with the new...
2020-11-02 Louis Dionne[libc++] Make it easier to re-generate the ABI lists
2020-11-02 Louis Dionne[libc++/libc++abi] Use Python3_EXECUTABLE consistently...
2020-11-02 Louis Dionne[libc++] Split off iostreams explicit instantiations...
2020-11-02 Louis Dionne[libc++] NFC: Remove warning about non-void function...
2020-11-02 Nico Weber[libcxx] Fix regression where `ninja all` doesn't copy...
2020-10-30 Louis Dionne[libc++] Fix tests failing with Clang after removing...
2020-10-30 Louis Dionne[libc++] Add -Wno-sized-deallocation to avoid spurious...
2020-10-30 Louis Dionne[libc++] NFC: Fix several GCC warnings in the test...
2020-10-30 Louis Dionne[libc++] Add a new concept of ConfigAction, and use...
2020-10-29 Louis Dionne[libc++] Minor cleanup in the test suite
2020-10-29 Louis Dionne[libc++] Remove additional uses of std::rand() missed...
2020-10-29 Marek Kurdej[libcxx] [docs] [NFC] Fix typo.
2020-10-29 Daniel Kiss[libcxx] Add targets to available features.
2020-10-28 Michael Park[libc++] Re-apply the switch-based std::variant impleme...
2020-10-28 YAMAMOTO Takashi[libc++] Fix a few warnings
2020-10-28 Louis Dionne[libc++] Refactor tests to remove uses of std::rand()
2020-10-28 Louis Dionne[libc++] Move the #error message for no localization...
2020-10-28 Louis Dionne[libc++] Remove <clocale> from some system_error tests
2020-10-27 Martin Storsjö[libcxx] Don't truncate intermediates to wchar_t when...
2020-10-27 Louis Dionne[libc++] Try to fix cross-loading of lit.local.cfg...
2020-10-27 Louis Dionne[libc++] Make sure we include a header when checking...
2020-10-27 Louis Dionne[libc++] Add a libc++ configuration that does not suppo...
2020-10-27 Martin Storsjö[libcxx] Fix typo in spelling of 'sentinel'. NFC.
2020-10-27 Louis Dionne[libc++] Get rid of iostreams in the to_string tests
2020-10-27 Louis Dionne[libc++] Remove references to CONDUIT_TOKEN
2020-10-27 Louis Dionne[libc++] Fix filesystem test in C++11/14
2020-10-26 Louis Dionne[libc++] Remove the reliance of several <random> tests...
2020-10-26 Louis Dionne[libc++] Get rid of <iostream> in a filesystem test
2020-10-26 Louis Dionne[libc++] NFC: Minor refactoring in filesystem_test_help...
2020-10-26 Louis Dionne[libc++] NFC: Consistent indentation for buildkite...
2020-10-26 Louis Dionne[libc++abi] Make sure we can run the tests in Standalon...
2020-10-26 Louis Dionne[libc++] Fix indentation of buildkite-pipeline.yml
2020-10-26 Louis Dionne[libc++] Add a CI jobs to test the Standalone builds
2020-10-23 Louis Dionne[libc++] NFC: Remove unused includes from the test...
2020-10-23 Louis Dionne[libc++] Clean up unused CI files
2020-10-23 Louis Dionne[libc++] Refactor the run-buildbot script to make it...
2020-10-23 Louis Dionne[runtimes] Revert the libc++ __config_site change
2020-10-22 Louis Dionne[libc++] Allow running the tests in the experimental...
2020-10-22 Louis Dionne[libc++] Drop old workaround for iostreams instantiatio...
2020-10-22 Mikhail Goncharov[libc++] Update continous integration scripts
2020-10-22 Martin Storsjö[libcxx] [test] Move use of statvfs to helper header
2020-10-22 Martin Storsjö[libcxx] [test] Mark bits of fs.enum tests as libcpp...
2020-10-22 Martin Storsjö[libcxx] [test] Add another (void) cast for a function...
2020-10-21 Louis Dionne[libc++] Fix the benchmarks build
2020-10-21 Louis Dionne[libc++][ci] Also install the library in the CI scripts
2020-10-21 Louis Dionne[libc++] Fix compiler-rt build by copying libc++ header...
2020-10-21 Louis Dionne[libc++] Fix the installation of libc++ headers since...
2020-10-21 Louis Dionne[take 2] [libc++] Include <__config_site> from <__config>
2020-10-21 Louis Dionne[libc++] Revert "Include <__config_site> from <__config>"
2020-10-21 Louis Dionne[libc++] Include <__config_site> from <__config>
2020-10-21 Martin Storsjö[libcxx] [test] Split the file_time_type synopsis test
next