Import LLVM 13.0.0 release.
authorpatrick <patrick@openbsd.org>
Fri, 17 Dec 2021 12:26:13 +0000 (12:26 +0000)
committerpatrick <patrick@openbsd.org>
Fri, 17 Dec 2021 12:26:13 +0000 (12:26 +0000)
commit76d0caaeb19ae0808d90af1d0b3b7b50b3e5383f
treee7055d40fc1ebe72a479cfbc02107a2f51be4495
parentb3056a3bf3ec413ee3116a1cefa486c0a9d2e580
Import LLVM 13.0.0 release.
637 files changed:
gnu/llvm/libcxx/.clang-format
gnu/llvm/libcxx/.gitignore [new file with mode: 0644]
gnu/llvm/libcxx/CMakeLists.txt
gnu/llvm/libcxx/appveyor-reqs-install.cmd [new file with mode: 0644]
gnu/llvm/libcxx/appveyor.yml [new file with mode: 0644]
gnu/llvm/libcxx/benchmarks/CMakeLists.txt
gnu/llvm/libcxx/benchmarks/VariantBenchmarks.h [new file with mode: 0644]
gnu/llvm/libcxx/benchmarks/filesystem.bench.cpp
gnu/llvm/libcxx/benchmarks/map.bench.cpp [new file with mode: 0644]
gnu/llvm/libcxx/benchmarks/to_chars.bench.cpp [new file with mode: 0644]
gnu/llvm/libcxx/benchmarks/variant_visit_1.bench.cpp [new file with mode: 0644]
gnu/llvm/libcxx/benchmarks/variant_visit_2.bench.cpp [new file with mode: 0644]
gnu/llvm/libcxx/benchmarks/variant_visit_3.bench.cpp [new file with mode: 0644]
gnu/llvm/libcxx/cmake/Modules/DefineLinkerScript.cmake
gnu/llvm/libcxx/cmake/Modules/HandleLibCXXABI.cmake
gnu/llvm/libcxx/cmake/Modules/HandleLibcxxFlags.cmake
gnu/llvm/libcxx/cmake/Modules/HandleOutOfTreeLLVM.cmake
gnu/llvm/libcxx/cmake/caches/AArch64.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Apple.cmake
gnu/llvm/libcxx/cmake/caches/Armv7Arm.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Armv7Thumb-noexceptions.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Armv8Arm.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Armv8Thumb-noexceptions.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/FreeBSD.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-assertions.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-cxx20.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-cxx2b.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-debug-iterators.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-modules.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-no-debug.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-no-filesystem.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-no-localization.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-no-random_device.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/caches/Generic-static.cmake [new file with mode: 0644]
gnu/llvm/libcxx/cmake/config-ix.cmake
gnu/llvm/libcxx/docs/AddingNewCIJobs.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/BuildingLibcxx.rst
gnu/llvm/libcxx/docs/Contributing.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/DesignDocs/ABIVersioning.rst
gnu/llvm/libcxx/docs/DesignDocs/AtomicDesign.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/DesignDocs/DebugMode.rst
gnu/llvm/libcxx/docs/DesignDocs/FeatureTestMacros.rst
gnu/llvm/libcxx/docs/DesignDocs/FileTimeType.rst
gnu/llvm/libcxx/docs/DesignDocs/NoexceptPolicy.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/DesignDocs/UniquePtrTrivialAbi.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/DesignDocs/VisibilityMacros.rst
gnu/llvm/libcxx/docs/FeatureTestMacroTable.rst
gnu/llvm/libcxx/docs/Helpers/Styles.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/README.txt
gnu/llvm/libcxx/docs/ReleaseNotes.rst
gnu/llvm/libcxx/docs/Status/Cxx14.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx14Issues.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx14Papers.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx17.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx17Issues.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx17Papers.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx20.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx20Issues.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx20Papers.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx2b.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx2bIssues.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Cxx2bPapers.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Format.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/FormatIssues.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/FormatPaper.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/Ranges.rst [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/RangesIssues.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/Status/RangesPaper.csv [new file with mode: 0644]
gnu/llvm/libcxx/docs/TestingLibcxx.rst
gnu/llvm/libcxx/docs/UsingLibcxx.rst
gnu/llvm/libcxx/docs/conf.py
gnu/llvm/libcxx/docs/index.rst
gnu/llvm/libcxx/include/CMakeLists.txt
gnu/llvm/libcxx/include/__algorithm/adjacent_find.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/all_of.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/any_of.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/binary_search.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/clamp.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/comp.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/comp_ref_type.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/copy_backward.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/copy_if.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/copy_n.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/count.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/count_if.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/equal.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/equal_range.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/fill.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/fill_n.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/find.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/find_end.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/find_first_of.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/find_if.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/find_if_not.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/for_each.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/for_each_n.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/generate.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/generate_n.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/half_positive.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/includes.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/inplace_merge.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/is_heap.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/is_heap_until.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/is_partitioned.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/is_permutation.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/is_sorted.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/is_sorted_until.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/iter_swap.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/lexicographical_compare.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/lower_bound.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/make_heap.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/max.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/max_element.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/merge.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/min.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/min_element.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/minmax.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/minmax_element.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/mismatch.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/move.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/move_backward.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/next_permutation.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/none_of.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/nth_element.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/partial_sort.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/partial_sort_copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/partition.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/partition_copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/partition_point.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/pop_heap.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/prev_permutation.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/push_heap.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/remove.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/remove_copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/remove_copy_if.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/remove_if.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/replace.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/replace_copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/replace_copy_if.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/replace_if.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/reverse.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/reverse_copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/rotate.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/rotate_copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/sample.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/search.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/search_n.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/set_difference.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/set_intersection.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/set_symmetric_difference.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/set_union.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/shift_left.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/shift_right.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/shuffle.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/sift_down.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/sort.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/sort_heap.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/stable_partition.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/stable_sort.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/swap_ranges.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/transform.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/unique.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/unique_copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/unwrap_iter.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__algorithm/upper_bound.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__availability [new file with mode: 0644]
gnu/llvm/libcxx/include/__bit_reference
gnu/llvm/libcxx/include/__bits [new file with mode: 0644]
gnu/llvm/libcxx/include/__bsd_locale_fallbacks.h
gnu/llvm/libcxx/include/__config_site.in
gnu/llvm/libcxx/include/__debug
gnu/llvm/libcxx/include/__errc
gnu/llvm/libcxx/include/__format/format_error.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__format/format_parse_context.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__function_like.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/binary_function.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/binary_negate.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/bind.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/bind_front.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/binder1st.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/binder2nd.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/default_searcher.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/function.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/hash.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/identity.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/invoke.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/is_transparent.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/mem_fn.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/mem_fun_ref.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/not_fn.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/operations.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/perfect_forward.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/pointer_to_binary_function.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/pointer_to_unary_function.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/ranges_operations.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/reference_wrapper.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/unary_function.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/unary_negate.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/unwrap_ref.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional/weak_result_type.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__functional_base
gnu/llvm/libcxx/include/__hash_table
gnu/llvm/libcxx/include/__iterator/access.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/advance.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/back_insert_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/common_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/concepts.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/counted_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/data.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/default_sentinel.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/distance.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/empty.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/erase_if_container.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/front_insert_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/incrementable_traits.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/insert_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/istream_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/istreambuf_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/iter_move.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/iter_swap.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/iterator_traits.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/move_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/next.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/ostream_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/ostreambuf_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/prev.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/projected.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/readable_traits.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/reverse_access.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/reverse_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/size.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__iterator/wrap_iter.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__libcpp_version
gnu/llvm/libcxx/include/__memory/addressof.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/allocation_guard.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/allocator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/allocator_arg_t.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/allocator_traits.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/auto_ptr.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/compressed_pair.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/construct_at.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/pointer_safety.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/pointer_traits.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/raw_storage_iterator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/shared_ptr.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/temporary_buffer.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/uninitialized_algorithms.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/unique_ptr.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__memory/uses_allocator.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__mutex_base
gnu/llvm/libcxx/include/__node_handle
gnu/llvm/libcxx/include/__nullptr
gnu/llvm/libcxx/include/__random/uniform_int_distribution.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/access.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/all.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/common_view.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/concepts.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/copyable_box.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/dangling.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/data.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/drop_view.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/empty.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/empty_view.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/enable_borrowed_range.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/enable_view.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/non_propagating_cache.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/ref_view.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/size.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/subrange.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/transform_view.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__ranges/view_interface.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__split_buffer
gnu/llvm/libcxx/include/__std_stream
gnu/llvm/libcxx/include/__string
gnu/llvm/libcxx/include/__support/android/locale_bionic.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/fuchsia/xlocale.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/ibm/gettod_zos.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/ibm/limits.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/ibm/locale_mgmt_aix.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/ibm/locale_mgmt_zos.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/ibm/nanosleep.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/ibm/support.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/ibm/xlocale.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/musl/xlocale.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/newlib/xlocale.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/nuttx/xlocale.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/openbsd/xlocale.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/solaris/floatingpoint.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/solaris/wchar.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/solaris/xlocale.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/win32/limits_msvc_win32.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/win32/locale_win32.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/xlocale/__nop_locale_mgmt.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/xlocale/__posix_l_fallback.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__support/xlocale/__strtonum_fallback.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__threading_support
gnu/llvm/libcxx/include/__tree
gnu/llvm/libcxx/include/__tuple
gnu/llvm/libcxx/include/__utility/__decay_copy.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/as_const.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/cmp.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/declval.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/exchange.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/forward.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/in_place.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/integer_sequence.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/move.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/pair.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/piecewise_construct.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/rel_ops.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/swap.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__utility/to_underlying.h [new file with mode: 0644]
gnu/llvm/libcxx/include/__variant/monostate.h [new file with mode: 0644]
gnu/llvm/libcxx/include/algorithm
gnu/llvm/libcxx/include/any
gnu/llvm/libcxx/include/array
gnu/llvm/libcxx/include/atomic
gnu/llvm/libcxx/include/barrier
gnu/llvm/libcxx/include/bit
gnu/llvm/libcxx/include/bitset
gnu/llvm/libcxx/include/ccomplex
gnu/llvm/libcxx/include/cctype
gnu/llvm/libcxx/include/cerrno
gnu/llvm/libcxx/include/cfenv
gnu/llvm/libcxx/include/cfloat
gnu/llvm/libcxx/include/charconv
gnu/llvm/libcxx/include/chrono
gnu/llvm/libcxx/include/cinttypes
gnu/llvm/libcxx/include/ciso646
gnu/llvm/libcxx/include/climits
gnu/llvm/libcxx/include/clocale
gnu/llvm/libcxx/include/cmath
gnu/llvm/libcxx/include/codecvt
gnu/llvm/libcxx/include/compare
gnu/llvm/libcxx/include/complex
gnu/llvm/libcxx/include/complex.h
gnu/llvm/libcxx/include/concepts
gnu/llvm/libcxx/include/condition_variable
gnu/llvm/libcxx/include/csetjmp
gnu/llvm/libcxx/include/csignal
gnu/llvm/libcxx/include/cstdarg
gnu/llvm/libcxx/include/cstdbool
gnu/llvm/libcxx/include/cstddef
gnu/llvm/libcxx/include/cstdint
gnu/llvm/libcxx/include/cstdio
gnu/llvm/libcxx/include/cstdlib
gnu/llvm/libcxx/include/cstring
gnu/llvm/libcxx/include/ctgmath
gnu/llvm/libcxx/include/ctime
gnu/llvm/libcxx/include/ctype.h
gnu/llvm/libcxx/include/cwchar
gnu/llvm/libcxx/include/cwctype
gnu/llvm/libcxx/include/deque
gnu/llvm/libcxx/include/errno.h
gnu/llvm/libcxx/include/exception
gnu/llvm/libcxx/include/experimental/__config
gnu/llvm/libcxx/include/experimental/__memory
gnu/llvm/libcxx/include/experimental/functional
gnu/llvm/libcxx/include/experimental/iterator
gnu/llvm/libcxx/include/experimental/memory_resource
gnu/llvm/libcxx/include/experimental/propagate_const
gnu/llvm/libcxx/include/experimental/simd
gnu/llvm/libcxx/include/experimental/type_traits
gnu/llvm/libcxx/include/ext/__hash
gnu/llvm/libcxx/include/ext/hash_map
gnu/llvm/libcxx/include/ext/hash_set
gnu/llvm/libcxx/include/filesystem
gnu/llvm/libcxx/include/float.h
gnu/llvm/libcxx/include/format [new file with mode: 0644]
gnu/llvm/libcxx/include/forward_list
gnu/llvm/libcxx/include/fstream
gnu/llvm/libcxx/include/functional
gnu/llvm/libcxx/include/future
gnu/llvm/libcxx/include/initializer_list
gnu/llvm/libcxx/include/inttypes.h
gnu/llvm/libcxx/include/iomanip
gnu/llvm/libcxx/include/ios
gnu/llvm/libcxx/include/iosfwd
gnu/llvm/libcxx/include/iostream
gnu/llvm/libcxx/include/istream
gnu/llvm/libcxx/include/iterator
gnu/llvm/libcxx/include/latch
gnu/llvm/libcxx/include/limits
gnu/llvm/libcxx/include/limits.h
gnu/llvm/libcxx/include/list
gnu/llvm/libcxx/include/locale.h
gnu/llvm/libcxx/include/map
gnu/llvm/libcxx/include/memory
gnu/llvm/libcxx/include/module.modulemap
gnu/llvm/libcxx/include/mutex
gnu/llvm/libcxx/include/new
gnu/llvm/libcxx/include/numbers
gnu/llvm/libcxx/include/numeric
gnu/llvm/libcxx/include/optional
gnu/llvm/libcxx/include/ostream
gnu/llvm/libcxx/include/queue
gnu/llvm/libcxx/include/random
gnu/llvm/libcxx/include/ranges [new file with mode: 0644]
gnu/llvm/libcxx/include/ratio
gnu/llvm/libcxx/include/regex
gnu/llvm/libcxx/include/scoped_allocator
gnu/llvm/libcxx/include/semaphore
gnu/llvm/libcxx/include/set
gnu/llvm/libcxx/include/setjmp.h
gnu/llvm/libcxx/include/shared_mutex
gnu/llvm/libcxx/include/span
gnu/llvm/libcxx/include/sstream
gnu/llvm/libcxx/include/stack
gnu/llvm/libcxx/include/stdbool.h
gnu/llvm/libcxx/include/stddef.h
gnu/llvm/libcxx/include/stdexcept
gnu/llvm/libcxx/include/stdint.h
gnu/llvm/libcxx/include/streambuf
gnu/llvm/libcxx/include/string
gnu/llvm/libcxx/include/string.h
gnu/llvm/libcxx/include/string_view
gnu/llvm/libcxx/include/strstream
gnu/llvm/libcxx/include/system_error
gnu/llvm/libcxx/include/tgmath.h
gnu/llvm/libcxx/include/thread
gnu/llvm/libcxx/include/tuple
gnu/llvm/libcxx/include/type_traits
gnu/llvm/libcxx/include/typeindex
gnu/llvm/libcxx/include/typeinfo
gnu/llvm/libcxx/include/unordered_map
gnu/llvm/libcxx/include/unordered_set
gnu/llvm/libcxx/include/utility
gnu/llvm/libcxx/include/valarray
gnu/llvm/libcxx/include/variant
gnu/llvm/libcxx/include/vector
gnu/llvm/libcxx/include/version
gnu/llvm/libcxx/include/wchar.h
gnu/llvm/libcxx/include/wctype.h
gnu/llvm/libcxx/lib/abi/CHANGELOG.TXT
gnu/llvm/libcxx/lib/abi/CMakeLists.txt
gnu/llvm/libcxx/lib/abi/README.TXT
gnu/llvm/libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist [new file with mode: 0644]
gnu/llvm/libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist [new file with mode: 0644]
gnu/llvm/libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist [new file with mode: 0644]
gnu/llvm/libcxx/src/CMakeLists.txt
gnu/llvm/libcxx/src/any.cpp
gnu/llvm/libcxx/src/atomic.cpp
gnu/llvm/libcxx/src/barrier.cpp
gnu/llvm/libcxx/src/charconv.cpp
gnu/llvm/libcxx/src/chrono.cpp
gnu/llvm/libcxx/src/condition_variable.cpp
gnu/llvm/libcxx/src/debug.cpp
gnu/llvm/libcxx/src/experimental/memory_resource.cpp
gnu/llvm/libcxx/src/filesystem/directory_iterator.cpp
gnu/llvm/libcxx/src/filesystem/filesystem_common.h
gnu/llvm/libcxx/src/filesystem/operations.cpp
gnu/llvm/libcxx/src/filesystem/posix_compat.h [new file with mode: 0644]
gnu/llvm/libcxx/src/format.cpp [new file with mode: 0644]
gnu/llvm/libcxx/src/functional.cpp
gnu/llvm/libcxx/src/future.cpp
gnu/llvm/libcxx/src/include/config_elast.h
gnu/llvm/libcxx/src/include/refstring.h
gnu/llvm/libcxx/src/include/sso_allocator.h [new file with mode: 0644]
gnu/llvm/libcxx/src/ios.cpp
gnu/llvm/libcxx/src/ios.instantiations.cpp [new file with mode: 0644]
gnu/llvm/libcxx/src/iostream.cpp
gnu/llvm/libcxx/src/locale.cpp
gnu/llvm/libcxx/src/memory.cpp
gnu/llvm/libcxx/src/mutex.cpp
gnu/llvm/libcxx/src/mutex_destructor.cpp
gnu/llvm/libcxx/src/new.cpp
gnu/llvm/libcxx/src/optional.cpp
gnu/llvm/libcxx/src/string.cpp
gnu/llvm/libcxx/src/support/ibm/xlocale_zos.cpp [new file with mode: 0644]
gnu/llvm/libcxx/src/support/runtime/exception_fallback.ipp
gnu/llvm/libcxx/src/support/runtime/exception_glibcxx.ipp
gnu/llvm/libcxx/src/support/runtime/exception_libcxxabi.ipp
gnu/llvm/libcxx/src/support/runtime/exception_libcxxrt.ipp
gnu/llvm/libcxx/src/support/runtime/exception_msvc.ipp
gnu/llvm/libcxx/src/support/runtime/exception_pointer_cxxabi.ipp
gnu/llvm/libcxx/src/support/runtime/exception_pointer_glibcxx.ipp
gnu/llvm/libcxx/src/support/runtime/exception_pointer_msvc.ipp
gnu/llvm/libcxx/src/support/runtime/exception_pointer_unimplemented.ipp
gnu/llvm/libcxx/src/support/runtime/new_handler_fallback.ipp
gnu/llvm/libcxx/src/support/runtime/stdexcept_default.ipp
gnu/llvm/libcxx/src/support/solaris/xlocale.cpp
gnu/llvm/libcxx/src/support/win32/locale_win32.cpp
gnu/llvm/libcxx/src/support/win32/support.cpp
gnu/llvm/libcxx/src/support/win32/thread_win32.cpp
gnu/llvm/libcxx/src/system_error.cpp
gnu/llvm/libcxx/src/typeinfo.cpp
gnu/llvm/libcxx/utils/CMakeLists.txt [new file with mode: 0644]
gnu/llvm/libcxx/utils/ci/Dockerfile [new file with mode: 0644]
gnu/llvm/libcxx/utils/ci/apple-install-libcxx.sh
gnu/llvm/libcxx/utils/ci/buildkite-pipeline-premerge.sh [new file with mode: 0755]
gnu/llvm/libcxx/utils/ci/buildkite-pipeline-snapshot.sh [new file with mode: 0755]
gnu/llvm/libcxx/utils/ci/buildkite-pipeline.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/ci/macos-ci-setup [new file with mode: 0755]
gnu/llvm/libcxx/utils/ci/oss-fuzz.sh [new file with mode: 0755]
gnu/llvm/libcxx/utils/ci/run-buildbot [new file with mode: 0755]
gnu/llvm/libcxx/utils/ci/run-buildbot-container [new file with mode: 0755]
gnu/llvm/libcxx/utils/ci/runtimes/CMakeLists.txt
gnu/llvm/libcxx/utils/gdb/libcxx/printers.py
gnu/llvm/libcxx/utils/generate_abi_list.py [new file with mode: 0755]
gnu/llvm/libcxx/utils/generate_feature_test_macro_components.py
gnu/llvm/libcxx/utils/generate_header_inclusion_tests.py [new file with mode: 0755]
gnu/llvm/libcxx/utils/generate_header_tests.py [new file with mode: 0755]
gnu/llvm/libcxx/utils/generate_private_header_tests.py [new file with mode: 0755]
gnu/llvm/libcxx/utils/google-benchmark/.clang-format
gnu/llvm/libcxx/utils/google-benchmark/.github/.libcxx-setup.sh [new file with mode: 0755]
gnu/llvm/libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/bazel.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/build-and-test-perfcounters.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/build-and-test.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/pylint.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/sanitizer.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/.github/workflows/test_bindings.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/.gitignore
gnu/llvm/libcxx/utils/google-benchmark/.travis.yml
gnu/llvm/libcxx/utils/google-benchmark/AUTHORS
gnu/llvm/libcxx/utils/google-benchmark/BUILD.bazel [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/CMakeLists.txt
gnu/llvm/libcxx/utils/google-benchmark/CONTRIBUTORS
gnu/llvm/libcxx/utils/google-benchmark/README.md
gnu/llvm/libcxx/utils/google-benchmark/WORKSPACE
gnu/llvm/libcxx/utils/google-benchmark/_config.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/appveyor.yml
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/BUILD [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/build_defs.bzl [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark/BUILD [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark/__init__.py [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark/benchmark.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/google_benchmark/example.py [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/pybind11.BUILD [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/python_headers.BUILD [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/bindings/python/requirements.txt [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/cmake/AddCXXCompilerFlag.cmake
gnu/llvm/libcxx/utils/google-benchmark/cmake/CXXFeatureCheck.cmake
gnu/llvm/libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake
gnu/llvm/libcxx/utils/google-benchmark/cmake/GoogleTest.cmake [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/cmake/GoogleTest.cmake.in [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/cmake/benchmark.pc.in
gnu/llvm/libcxx/utils/google-benchmark/cmake/gnu_posix_regex.cpp
gnu/llvm/libcxx/utils/google-benchmark/cmake/posix_regex.cpp
gnu/llvm/libcxx/utils/google-benchmark/cmake/std_regex.cpp
gnu/llvm/libcxx/utils/google-benchmark/dependencies.md [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/docs/AssemblyTests.md
gnu/llvm/libcxx/utils/google-benchmark/docs/_config.yml [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/docs/perf_counters.md [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/docs/random_interleaving.md [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/docs/releasing.md [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/docs/tools.md
gnu/llvm/libcxx/utils/google-benchmark/include/benchmark/benchmark.h
gnu/llvm/libcxx/utils/google-benchmark/requirements.txt [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/setup.py [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/src/CMakeLists.txt
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark.cc
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_api_internal.cc
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_api_internal.h
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_name.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_register.cc
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_register.h
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_runner.cc
gnu/llvm/libcxx/utils/google-benchmark/src/benchmark_runner.h
gnu/llvm/libcxx/utils/google-benchmark/src/commandlineflags.cc
gnu/llvm/libcxx/utils/google-benchmark/src/commandlineflags.h
gnu/llvm/libcxx/utils/google-benchmark/src/complexity.cc
gnu/llvm/libcxx/utils/google-benchmark/src/console_reporter.cc
gnu/llvm/libcxx/utils/google-benchmark/src/counter.cc
gnu/llvm/libcxx/utils/google-benchmark/src/counter.h
gnu/llvm/libcxx/utils/google-benchmark/src/csv_reporter.cc
gnu/llvm/libcxx/utils/google-benchmark/src/cycleclock.h
gnu/llvm/libcxx/utils/google-benchmark/src/internal_macros.h
gnu/llvm/libcxx/utils/google-benchmark/src/json_reporter.cc
gnu/llvm/libcxx/utils/google-benchmark/src/mutex.h
gnu/llvm/libcxx/utils/google-benchmark/src/perf_counters.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/src/perf_counters.h [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/src/reporter.cc
gnu/llvm/libcxx/utils/google-benchmark/src/sleep.cc
gnu/llvm/libcxx/utils/google-benchmark/src/statistics.cc
gnu/llvm/libcxx/utils/google-benchmark/src/string_util.cc
gnu/llvm/libcxx/utils/google-benchmark/src/string_util.h
gnu/llvm/libcxx/utils/google-benchmark/src/sysinfo.cc
gnu/llvm/libcxx/utils/google-benchmark/src/thread_manager.h
gnu/llvm/libcxx/utils/google-benchmark/src/thread_timer.h
gnu/llvm/libcxx/utils/google-benchmark/src/timers.cc
gnu/llvm/libcxx/utils/google-benchmark/test/AssemblyTests.cmake
gnu/llvm/libcxx/utils/google-benchmark/test/BUILD [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/CMakeLists.txt
gnu/llvm/libcxx/utils/google-benchmark/test/args_product_test.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/basic_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_gtest.cc
gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_name_gtest.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/benchmark_random_interleaving_gtest.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/commandlineflags_gtest.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/complexity_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/cxx03_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/filter_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/fixture_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/internal_threading_test.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/map_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/memory_manager_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/multiple_ranges_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/options_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/output_test.h
gnu/llvm/libcxx/utils/google-benchmark/test/output_test_helper.cc
gnu/llvm/libcxx/utils/google-benchmark/test/perf_counters_gtest.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/perf_counters_test.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/register_benchmark_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/repetitions_test.cc [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/test/reporter_output_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/skip_with_error_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/state_assembly_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/statistics_gtest.cc
gnu/llvm/libcxx/utils/google-benchmark/test/string_util_gtest.cc
gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_tabular_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_test.cc
gnu/llvm/libcxx/utils/google-benchmark/test/user_counters_thousands_test.cc
gnu/llvm/libcxx/utils/google-benchmark/tools/BUILD.bazel [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/tools/compare.py
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run1.json
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test1_run2.json
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/Inputs/test4_run.json [new file with mode: 0644]
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/report.py
gnu/llvm/libcxx/utils/google-benchmark/tools/gbench/util.py
gnu/llvm/libcxx/utils/google-benchmark/tools/requirements.txt [new file with mode: 0644]
gnu/llvm/libcxx/utils/graph_header_deps.py
gnu/llvm/libcxx/utils/libcxx/compiler.py
gnu/llvm/libcxx/utils/libcxx/sym_check/util.py
gnu/llvm/libcxx/utils/libcxx/test/config.py
gnu/llvm/libcxx/utils/libcxx/test/dsl.py
gnu/llvm/libcxx/utils/libcxx/test/features.py
gnu/llvm/libcxx/utils/libcxx/test/format.py
gnu/llvm/libcxx/utils/libcxx/test/newconfig.py [new file with mode: 0644]
gnu/llvm/libcxx/utils/libcxx/test/params.py
gnu/llvm/libcxx/utils/libcxx/test/target_info.py
gnu/llvm/libcxx/utils/merge_archives.py
gnu/llvm/libcxx/utils/run.py
gnu/llvm/libcxx/utils/ssh.py