GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcxx
/
benchmarks
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Speeding up partition_point/lower_bound/upper_bound
Louis Dionne
2018-12-17
1
-0
/
+124
*
Add benchmarks for sorting and heap functions.
Samuel Benzaquen
2018-11-20
1
-45
/
+253
*
Disable filesystem benchmark when libstdc++ doesn't support it
Eric Fiselier
2018-11-15
1
-3
/
+18
*
propagate __config_site includes when building benchmarks
Eric Fiselier
2018-11-15
1
-2
/
+10
*
Attempt to show progress bar in benchmark tests
Eric Fiselier
2018-11-14
1
-1
/
+1
*
Exclude check-cxx-benchmarks from the global test target.
Eric Fiselier
2018-11-14
1
-2
/
+2
*
Rename cxx-benchmark-unittests target and convert to LIT.
Eric Fiselier
2018-11-14
3
-11
/
+51
*
Add cxx-benchmark-unittests target
Eric Fiselier
2018-11-13
1
-0
/
+23
*
Fix "use of" uninitialized memory in benchmark.
Eric Fiselier
2018-11-13
1
-1
/
+1
*
Fix UB in string.bench.cpp.
Eric Fiselier
2018-11-13
1
-6
/
+6
*
Attempt to make benchmarks fall back to -std=c++1z when C++17 isn't supported.
Eric Fiselier
2018-11-13
1
-1
/
+12
*
Revert "Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by us...
Louis Dionne
2018-11-01
1
-64
/
+0
*
Add more benchmarks for std::string.
Samuel Benzaquen
2018-10-30
1
-21
/
+326
*
Bug 39129: Speeding up partition_point/lower_bound/upper_bound/ by using unsi...
Eric Fiselier
2018-10-29
1
-0
/
+64
*
Fix mismatch between size_t and uint64_t in std::set benchmark.
Samuel Benzaquen
2018-10-29
1
-3
/
+3
*
Add benchmark for std::set.
Samuel Benzaquen
2018-10-23
2
-20
/
+312
*
Add benchmarks for std::function.
Samuel Benzaquen
2018-10-12
2
-0
/
+324
*
Add test macros for always_inline and noinline
Eric Fiselier
2018-10-10
2
-10
/
+13
*
Fix linking filesystem benchmarks
Eric Fiselier
2018-10-10
1
-1
/
+4
*
Add new string benchmarks
Eric Fiselier
2018-07-10
1
-0
/
+21
*
Implement filesystem NB comments, relative paths, and related issues.
Eric Fiselier
2018-04-02
3
-18
/
+45
*
Update Google Benchmark library
Eric Fiselier
2018-01-18
9
-15
/
+16
*
[libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.
Stephan T. Lavavej
2017-12-13
1
-42
/
+42
*
[locale] Avoid copy of __atoms when char_type is char
Aditya Kumar
2017-06-14
1
-0
/
+38
*
Emit benchmark tests into the benchmarks build directory, not lib/
Eric Fiselier
2017-04-18
1
-1
/
+3
*
improve performance of string::find
Sebastian Pop
2016-12-30
1
-0
/
+49
*
Optimize filesystem::path by providing weaker exception guarantees.
Eric Fiselier
2016-10-31
2
-0
/
+35
*
Improve performance of constructing filesystem::path from strings.
Eric Fiselier
2016-10-30
1
-3
/
+17
*
Rewrite std::filesystem::path iterators and parser
Eric Fiselier
2016-10-30
1
-1
/
+2
*
Add start of filesystem benchmarks
Eric Fiselier
2016-10-30
3
-4
/
+118
*
remove warnings from google-benchmarks in libcxx
Sebastian Pop
2016-10-14
2
-2
/
+3
*
Cleanup CMake status output
Eric Fiselier
2016-10-10
1
-1
/
+5
*
Improve CMake output when registering benchmarks
Eric Fiselier
2016-09-07
1
-1
/
+1
*
Turn On -DLIBCXX_ENABLE_BENCHMARKS by default.
Eric Fiselier
2016-08-29
1
-19
/
+16
*
Update in-tree Google Benchmark to current ToT.
Eric Fiselier
2016-08-09
4
-10
/
+15
*
Pass compilers when configuring Google Benchmark.
Eric Fiselier
2016-08-02
1
-2
/
+7
*
Adding smart_ptr benchmark
Ben Craig
2016-08-01
1
-0
/
+42
*
Start adding benchmarks for vector
Eric Fiselier
2016-07-24
2
-1
/
+44
*
Skip chash computation in insert/emplace if the unconstrained hash matches.
Eric Fiselier
2016-07-24
3
-0
/
+77
*
[libcxx] Add support for benchmark tests using Google Benchmark.
Eric Fiselier
2016-07-19
5
-27
/
+634
*
Add unordered_map::insert benchmark test and rename file
Eric Fiselier
2016-07-02
2
-29
/
+44
*
Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks.
Eric Fiselier
2016-07-02
1
-0
/
+29