llvm-capstone/libcxx/benchmarks
Louis Dionne 48e4b0fd3a [runtimes] Revert the libc++ __config_site change
This is a massive revert of the following commits (from most revent to oldest):

	2b9b7b5775.
	529ac33197
	28270234f1
	69c2087283
	b5aa67446e
	5d796645d6

After checking-in the __config_site change, a lot of things started breaking
due to widespread reliance on various aspects of libc++'s build, notably the
fact that we can include the headers from the source tree, but also reliance
on various "internal" CMake variables used by the runtimes build and compiler-rt.

These were unintended consequences of the change, and after two days, we
still haven't restored all the bots to being green. Instead, now that I
understand what specific areas this will blow up in, I should be able to
chop up the patch into smaller ones that are easier to digest.

See https://reviews.llvm.org/D89041 for more details on this adventure.
2020-10-23 09:41:48 -04:00
..
algorithms.bench.cpp
algorithms.partition_point.bench.cpp
allocation.bench.cpp
CartesianBenchmarks.h
CMakeLists.txt [runtimes] Revert the libc++ __config_site change 2020-10-23 09:41:48 -04:00
ContainerBenchmarks.h
deque.bench.cpp
filesystem.bench.cpp
function.bench.cpp
GenerateInput.h
lit.cfg.py
lit.site.cfg.py.in
map.bench.cpp [libc++] Add a benchmark for std::map operations 2020-09-15 12:09:29 -04:00
ordered_set.bench.cpp
string.bench.cpp
stringstream.bench.cpp
unordered_set_operations.bench.cpp
util_smartptr.bench.cpp
Utilities.h
variant_visit_1.bench.cpp [libcxx/variant] Add a few benchmarks for std::visit. 2020-08-11 15:48:56 -07:00
variant_visit_2.bench.cpp [libcxx/variant] Add a few benchmarks for std::visit. 2020-08-11 15:48:56 -07:00
variant_visit_3.bench.cpp [libcxx/variant] Add a few benchmarks for std::visit. 2020-08-11 15:48:56 -07:00
VariantBenchmarks.h [libcxx/variant] Add a few benchmarks for std::visit. 2020-08-11 15:48:56 -07:00
vector_operations.bench.cpp