llvm-capstone/libcxx/benchmarks
itrofimow 51e91b64d0
[libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534)
This patch implements __cxa_init_primary_exception, an extension to the 
Itanium C++ ABI. This extension is already present in both libsupc++ and 
libcxxrt. This patch also starts making use of this function in 
std::make_exception_ptr: instead of going through a full throw/catch 
cycle, we are now able to initialize an exception directly, thus making 
std::make_exception_ptr around 30x faster.
2024-01-22 10:12:41 -05:00
..
algorithms [libc++] Implement ranges::contains (#65148) 2023-12-19 16:34:19 -08:00
libcxxabi [libc++abi] Refactor around __dynamic_cast 2023-09-08 11:47:24 -04:00
algorithms.partition_point.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
allocation.bench.cpp [libc++] Fix minor warnings in libcxx benchmarks 2023-09-13 17:05:56 -04:00
CartesianBenchmarks.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
CMakeLists.txt [libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534) 2024-01-22 10:12:41 -05:00
ContainerBenchmarks.h [libc++] Optimize vector push_back to avoid continuous load and store of end pointer 2023-10-02 09:12:37 -04:00
deque_iterator.bench.cpp [libc++] Refactor deque::iterator algorithm optimizations 2023-01-19 20:11:43 +01:00
deque.bench.cpp Reapply "[libc++][ranges] Add benchmarks for the from_range constructors of vector and deque." (#67753) 2023-09-29 10:27:20 -04:00
exception_ptr.bench.cpp [libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534) 2024-01-22 10:12:41 -05:00
filesystem.bench.cpp [libc++] Properly guard std::filesystem with >= C++17 (#72701) 2023-11-28 18:41:59 -05:00
format_to_n.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
format_to.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
format.bench.cpp
formatted_size.bench.cpp
formatter_float.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
formatter_int.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
function.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
GenerateInput.h Use hash value checks optimizations consistently 2023-07-04 21:01:08 +02:00
join_view.bench.cpp [libc++] Enable segmented iterator optimizations for join_view::iterator 2023-01-20 07:55:58 +01:00
lexicographical_compare_three_way.bench.cpp [libc++][spaceship] Implement lexicographical_compare_three_way 2023-02-12 14:51:08 -08:00
lit.cfg.py [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi 2023-05-25 11:15:34 +02:00
lit.site.cfg.py.in
map.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
monotonic_buffer.bench.cpp [libc++] Fix minor warnings in libcxx benchmarks 2023-09-13 17:05:56 -04:00
ordered_set.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
random.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
std_format_spec_string_unicode.bench.cpp [libc++] Implements Unicode grapheme clustering 2022-07-20 18:38:32 +02:00
stop_token.bench.cpp [libc++][test] add more benchmarks for stop_token (#69590) 2023-12-02 16:14:38 +00:00
string.bench.cpp [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
stringstream.bench.cpp [libc++] Speed up classic locale (take 2) (#73533) 2023-11-29 09:31:05 -05:00
system_error.bench.cpp [libc++] Optimize internal function in <system_error> 2023-08-11 13:08:45 -07:00
to_chars.bench.cpp
unordered_set_operations.bench.cpp [libc++] Add test coverage for unordered containers comparison (#66692) 2023-09-21 05:11:49 -04:00
util_smartptr.bench.cpp
Utilities.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
variant_visit_1.bench.cpp
variant_visit_2.bench.cpp
variant_visit_3.bench.cpp
VariantBenchmarks.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
vector_operations.bench.cpp [libc++] Optimize vector push_back to avoid continuous load and store of end pointer 2023-10-02 09:12:37 -04:00