hanchenye-llvm-project/libcxx/benchmarks
Louis Dionne e0a724ef9c Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible."
This reverts r345525. I'm reverting because that patch apparently caused
a regression on certain platforms (see https://reviews.llvm.org/D53994).
Since we don't fully understand the reasons for the regression, I'm
reverting until we can provide a fix we understand.

llvm-svn: 345893
2018-11-01 21:24:32 +00:00
..
CMakeLists.txt
CartesianBenchmarks.hpp Add benchmark for std::set. 2018-10-23 14:49:27 +00:00
ContainerBenchmarks.hpp
GenerateInput.hpp
algorithms.bench.cpp Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsigned division by 2 when possible." 2018-11-01 21:24:32 +00:00
filesystem.bench.cpp
function.bench.cpp Add benchmarks for std::function. 2018-10-12 21:01:15 +00:00
ordered_set.bench.cpp Fix mismatch between size_t and uint64_t in std::set benchmark. 2018-10-29 19:08:31 +00:00
string.bench.cpp Add more benchmarks for std::string. 2018-10-30 15:54:22 +00:00
stringstream.bench.cpp Add test macros for always_inline and noinline 2018-10-10 18:22:23 +00:00
unordered_set_operations.bench.cpp Add test macros for always_inline and noinline 2018-10-10 18:22:23 +00:00
util_smartptr.bench.cpp
vector_operations.bench.cpp