aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Speeding up partition_point/lower_bound/upper_boundLouis Dionne2018-12-171-0/+124
* Add benchmarks for sorting and heap functions.Samuel Benzaquen2018-11-201-45/+253
* Disable filesystem benchmark when libstdc++ doesn't support itEric Fiselier2018-11-151-3/+18
* propagate __config_site includes when building benchmarksEric Fiselier2018-11-151-2/+10
* Attempt to show progress bar in benchmark testsEric Fiselier2018-11-141-1/+1
* Exclude check-cxx-benchmarks from the global test target.Eric Fiselier2018-11-141-2/+2
* Rename cxx-benchmark-unittests target and convert to LIT.Eric Fiselier2018-11-143-11/+51
* Add cxx-benchmark-unittests targetEric Fiselier2018-11-131-0/+23
* Fix "use of" uninitialized memory in benchmark.Eric Fiselier2018-11-131-1/+1
* Fix UB in string.bench.cpp.Eric Fiselier2018-11-131-6/+6
* Attempt to make benchmarks fall back to -std=c++1z when C++17 isn't supported.Eric Fiselier2018-11-131-1/+12
* Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by us...Louis Dionne2018-11-011-64/+0
* Add more benchmarks for std::string.Samuel Benzaquen2018-10-301-21/+326
* Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsi...Eric Fiselier2018-10-291-0/+64
* Fix mismatch between size_t and uint64_t in std::set benchmark.Samuel Benzaquen2018-10-291-3/+3
* Add benchmark for std::set.Samuel Benzaquen2018-10-232-20/+312
* Add benchmarks for std::function.Samuel Benzaquen2018-10-122-0/+324
* Add test macros for always_inline and noinlineEric Fiselier2018-10-102-10/+13
* Fix linking filesystem benchmarksEric Fiselier2018-10-101-1/+4
* Add new string benchmarksEric Fiselier2018-07-101-0/+21
* Implement filesystem NB comments, relative paths, and related issues.Eric Fiselier2018-04-023-18/+45
* Update Google Benchmark libraryEric Fiselier2018-01-189-15/+16
* [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.Stephan T. Lavavej2017-12-131-42/+42
* [locale] Avoid copy of __atoms when char_type is charAditya Kumar2017-06-141-0/+38
* Emit benchmark tests into the benchmarks build directory, not lib/Eric Fiselier2017-04-181-1/+3
* improve performance of string::findSebastian Pop2016-12-301-0/+49
* Optimize filesystem::path by providing weaker exception guarantees.Eric Fiselier2016-10-312-0/+35
* Improve performance of constructing filesystem::path from strings.Eric Fiselier2016-10-301-3/+17
* Rewrite std::filesystem::path iterators and parserEric Fiselier2016-10-301-1/+2
* Add start of filesystem benchmarksEric Fiselier2016-10-303-4/+118
* remove warnings from google-benchmarks in libcxxSebastian Pop2016-10-142-2/+3
* Cleanup CMake status outputEric Fiselier2016-10-101-1/+5
* Improve CMake output when registering benchmarksEric Fiselier2016-09-071-1/+1
* Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.Eric Fiselier2016-08-291-19/+16
* Update in-tree Google Benchmark to current ToT.Eric Fiselier2016-08-094-10/+15
* Pass compilers when configuring Google Benchmark.Eric Fiselier2016-08-021-2/+7
* Adding smart_ptr benchmarkBen Craig2016-08-011-0/+42
* Start adding benchmarks for vectorEric Fiselier2016-07-242-1/+44
* Skip chash computation in insert/emplace if the unconstrained hash matches.Eric Fiselier2016-07-243-0/+77
* [libcxx] Add support for benchmark tests using Google Benchmark.Eric Fiselier2016-07-195-27/+634
* Add unordered_map::insert benchmark test and rename fileEric Fiselier2016-07-022-29/+44
* Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks.Eric Fiselier2016-07-021-0/+29