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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/benchmarks
Louis Dionne df0111c292 [libc++][CMake] Refactor how we link against system libraries
Summary:
Instead of populating the global LIBCXX_LIBRARIES, we use the link-time
dependency management built into CMake to propagate link flags. This
leads to a cleaner and easier-to-follow build.

Reviewers: phosek, smeenai, EricWF

Subscribers: mgorny, christof, jkorous, dexonsmith, jfb, mstorsjo, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D60969

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@359571 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
CMakeLists.txt [libc++][CMake] Refactor how we link against system libraries 6 years ago
CartesianBenchmarks.hpp Update more file headers across all of the LLVM projects in the monorepo 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 Update more file headers across all of the LLVM projects in the monorepo 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 Update more file headers across all of the LLVM projects in the monorepo 6 years ago
string.bench.cpp Add more benchmarks for literal strings. 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 more file headers across all of the LLVM projects in the monorepo 6 years ago
vector_operations.bench.cpp Update Google Benchmark library 7 years ago