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