merge llvm libcxx 16.0.6
authorrobert <robert@openbsd.org>
Fri, 26 Jan 2024 11:49:45 +0000 (11:49 +0000)
committerrobert <robert@openbsd.org>
Fri, 26 Jan 2024 11:49:45 +0000 (11:49 +0000)
commitdc37c87a60a1e3d67c2ac5d5c5b9fc1e4af89632
tree8b53b864efe9d6816570a20c6d76e5467f970e9b
parent4bdff4bed0e3d54e55670334c7d0077db4170f86
merge llvm libcxx 16.0.6
203 files changed:
gnu/llvm/libcxx/benchmarks/algorithms.bench.cpp [deleted file]
gnu/llvm/libcxx/cmake/Modules/DefineLinkerScript.cmake [deleted file]
gnu/llvm/libcxx/cmake/Modules/HandleCompilerRT.cmake [deleted file]
gnu/llvm/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake [deleted file]
gnu/llvm/libcxx/cmake/caches/Generic-32bits.cmake [deleted file]
gnu/llvm/libcxx/cmake/caches/Generic-debug-iterators.cmake [deleted file]
gnu/llvm/libcxx/cmake/caches/Generic-no-debug.cmake [deleted file]
gnu/llvm/libcxx/cmake/caches/Generic-singlethreaded.cmake [deleted file]
gnu/llvm/libcxx/docs/Makefile.sphinx [deleted file]
gnu/llvm/libcxx/docs/Status/RangesIssues.csv [deleted file]
gnu/llvm/libcxx/docs/Status/RangesPaper.csv [deleted file]
gnu/llvm/libcxx/include/__algorithm/ranges_find.h
gnu/llvm/libcxx/include/__algorithm/ranges_find_if.h
gnu/llvm/libcxx/include/__algorithm/ranges_find_if_not.h
gnu/llvm/libcxx/include/__bits [deleted file]
gnu/llvm/libcxx/include/__config
gnu/llvm/libcxx/include/__function_like.h [deleted file]
gnu/llvm/libcxx/include/__functional_base [deleted file]
gnu/llvm/libcxx/include/__libcpp_version [deleted file]
gnu/llvm/libcxx/include/__locale
gnu/llvm/libcxx/include/__memory/pointer_safety.h [deleted file]
gnu/llvm/libcxx/include/__nullptr [deleted file]
gnu/llvm/libcxx/include/__string [deleted file]
gnu/llvm/libcxx/include/__support/ibm/limits.h [deleted file]
gnu/llvm/libcxx/include/__support/ibm/locale_mgmt_aix.h [deleted file]
gnu/llvm/libcxx/include/__support/ibm/support.h [deleted file]
gnu/llvm/libcxx/include/__support/nuttx/xlocale.h [deleted file]
gnu/llvm/libcxx/include/__support/win32/limits_msvc_win32.h [deleted file]
gnu/llvm/libcxx/include/__tuple [deleted file]
gnu/llvm/libcxx/include/__utility/__decay_copy.h [deleted file]
gnu/llvm/libcxx/include/algorithm
gnu/llvm/libcxx/include/experimental/filesystem [deleted file]
gnu/llvm/libcxx/include/locale
gnu/llvm/libcxx/include/math.h
gnu/llvm/libcxx/include/module.modulemap [deleted file]
gnu/llvm/libcxx/include/stdio.h
gnu/llvm/libcxx/include/stdlib.h
gnu/llvm/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist [deleted file]
gnu/llvm/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist [deleted file]
gnu/llvm/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist [deleted file]
gnu/llvm/libcxx/lib/libc++abi.v1.exp [deleted file]
gnu/llvm/libcxx/lib/libc++abi.v2.exp [deleted file]
gnu/llvm/libcxx/src/random.cpp
gnu/llvm/libcxx/src/thread.cpp
gnu/llvm/libcxx/utils/ci/runtimes/CMakeLists.txt [deleted file]
gnu/llvm/libcxx/utils/generate_private_header_tests.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.clang-format [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/.libcxx-setup.sh [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/bug_report.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/feature_request.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/bazel.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/build-and-test-perfcounters.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/build-and-test.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/pylint.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/sanitizer.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/test_bindings.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.gitignore [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.travis.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/.ycm_extra_conf.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/AUTHORS [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/BUILD.bazel [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/CMakeLists.txt [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/CONTRIBUTING.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/CONTRIBUTORS [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/LICENSE [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/README.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/WORKSPACE [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/_config.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/appveyor.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/BUILD [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/build_defs.bzl [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark/BUILD [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark/__init__.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark/benchmark.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark/example.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/pybind11.BUILD [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/python_headers.BUILD [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/requirements.txt [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/AddCXXCompilerFlag.cmake [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/CXXFeatureCheck.cmake [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/Config.cmake.in [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/GoogleTest.cmake [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/GoogleTest.cmake.in [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/benchmark.pc.in [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/llvm-toolchain.cmake [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/posix_regex.cpp [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/split_list.cmake [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/std_regex.cpp [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/steady_clock.cpp [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/cmake/thread_safety_attributes.cpp [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/dependencies.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/docs/AssemblyTests.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/docs/_config.yml [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/docs/perf_counters.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/docs/random_interleaving.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/docs/releasing.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/docs/tools.md [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/include/benchmark/benchmark.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/requirements.txt [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/setup.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/CMakeLists.txt [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/arraysize.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_api_internal.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_main.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_name.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_register.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_register.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_runner.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_runner.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/check.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/colorprint.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/colorprint.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/commandlineflags.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/commandlineflags.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/complexity.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/complexity.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/console_reporter.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/counter.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/counter.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/csv_reporter.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/cycleclock.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/internal_macros.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/json_reporter.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/log.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/mutex.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/perf_counters.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/perf_counters.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/re.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/reporter.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/sleep.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/sleep.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/statistics.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/statistics.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/string_util.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/string_util.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/sysinfo.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/thread_manager.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/thread_timer.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/timers.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/src/timers.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/AssemblyTests.cmake [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/BUILD [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/CMakeLists.txt [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/args_product_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/basic_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_gtest.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_name_gtest.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_random_interleaving_gtest.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/clobber_memory_assembly_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/commandlineflags_gtest.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/complexity_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/cxx03_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/diagnostics_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/display_aggregates_only_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/donotoptimize_assembly_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/donotoptimize_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/filter_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/fixture_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/internal_threading_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/link_main_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/map_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/memory_manager_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/multiple_ranges_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/options_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/output_test.h [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/output_test_helper.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/perf_counters_gtest.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/perf_counters_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/register_benchmark_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/repetitions_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/report_aggregates_only_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/reporter_output_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/skip_with_error_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/state_assembly_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/statistics_gtest.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/string_util_gtest.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/templated_fixture_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_tabular_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_thousands_test.cc [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/BUILD.bazel [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/compare.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run1.json [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test2_run.json [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run0.json [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run1.json [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test4_run.json [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/__init__.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/report.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/util.py [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/requirements.txt [deleted file]
gnu/llvm/libcxx/utils/google-benchmark/tools/strip_asm.py [deleted file]
gnu/llvm/libcxx/utils/libcxx/compiler.py [deleted file]
gnu/llvm/libcxx/utils/libcxx/test/config.py [deleted file]
gnu/llvm/libcxx/utils/libcxx/test/target_info.py [deleted file]
gnu/llvm/libcxx/utils/libcxx/util.py [deleted file]
gnu/llvm/libcxx/utils/merge_archives.py [deleted file]