You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/benchmarks
Louis Dionne 8f7fa38fb9 [libcxx] Speeding up partition_point/lower_bound/upper_bound
This is a re-application of r345525, which had been reverted by fear of
a regression.

Reviewed as https://reviews.llvm.org/D53994.
Thanks to Denis Yaroshevskiy for the patch.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349358 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
CMakeLists.txt Disable filesystem benchmark when libstdc++ doesn't support it 6 years ago
CartesianBenchmarks.hpp Add benchmark for std::set. 6 years ago
ContainerBenchmarks.hpp Update Google Benchmark library 7 years ago
GenerateInput.hpp Implement filesystem NB comments, relative paths, and related issues. 7 years ago
algorithms.bench.cpp Add benchmarks for sorting and heap functions. 6 years ago
algorithms.partition_point.bench.cpp [libcxx] Speeding up partition_point/lower_bound/upper_bound 6 years ago
filesystem.bench.cpp Implement filesystem NB comments, relative paths, and related issues. 7 years ago
function.bench.cpp Fix "use of" uninitialized memory in benchmark. 6 years ago
lit.cfg.py Rename cxx-benchmark-unittests target and convert to LIT. 6 years ago
lit.site.cfg.py.in Rename cxx-benchmark-unittests target and convert to LIT. 6 years ago
ordered_set.bench.cpp Fix mismatch between size_t and uint64_t in std::set benchmark. 6 years ago
string.bench.cpp Fix UB in string.bench.cpp. 6 years ago
stringstream.bench.cpp Add test macros for always_inline and noinline 6 years ago
unordered_set_operations.bench.cpp Add test macros for always_inline and noinline 6 years ago
util_smartptr.bench.cpp Update Google Benchmark library 7 years ago
vector_operations.bench.cpp Update Google Benchmark library 7 years ago