index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
benchmarks
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Add additional benchmark functions to libcxx/benchmarks/string.bench
Eric Fiselier
2020-01-07
1
-0
/
+127
*
[libcxx][NFC] Strip trailing whitespace, fix typo.
Stephan T. Lavavej
2019-10-23
1
-2
/
+2
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
2
-2
/
+0
*
[libc++] Make sure we link all system libraries into the benchmarks
Louis Dionne
2019-10-08
1
-9
/
+1
*
[libc++] Add missing link-time dependencies to the benchmarks
Louis Dionne
2019-10-08
1
-0
/
+9
*
[libc++] Use PRIVATE to link benchmark dependencies
Louis Dionne
2019-10-08
1
-9
/
+9
*
[libc++] Add a per-target flag to include the generated config_site
Louis Dionne
2019-10-03
1
-4
/
+0
*
libcxx: Rename .hpp files in libcxx/benchmarks to .h
Nico Weber
2019-08-21
13
-25
/
+25
*
Attempt to fix MSAN failures in benchmarks
Eric Fiselier
2019-08-21
1
-1
/
+7
*
libcxx: Rename .hpp files in libcxx/test/support to .h
Nico Weber
2019-08-21
1
-1
/
+1
*
Improve codegen for deque.
Eric Fiselier
2019-08-12
3
-3
/
+93
*
Add benchmarks to test the cost of allocator
Eric Fiselier
2019-08-02
2
-0
/
+138
*
Fix PR35637: suboptimal codegen for `vector<unsigned char>`.
Eric Fiselier
2019-07-28
2
-0
/
+25
*
[libc++][CMake] Refactor how we link against system libraries
Louis Dionne
2019-04-30
1
-1
/
+0
*
Add more benchmarks for literal strings.
Samuel Benzaquen
2019-04-03
1
-10
/
+42
*
Add relational benchmark against a string constant.
Samuel Benzaquen
2019-03-21
1
-4
/
+44
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
1
-3
/
+0
*
Revert "[libc++] Build <filesystem> support as part of the dylib"
Louis Dionne
2019-03-19
1
-0
/
+3
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
1
-3
/
+0
*
[CMake] Use correct visibility for linked libraries in CMake
Petr Hosek
2019-01-30
1
-0
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
[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
[next]