1. 851ea6e [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. by Stephan T. Lavavej · 7 years ago
  2. aa356d6 [locale] Avoid copy of __atoms when char_type is char by Aditya Kumar · 7 years ago
  3. 30ea4d0 Emit benchmark tests into the benchmarks build directory, not lib/ by Eric Fiselier · 7 years ago
  4. 51dfbbc improve performance of string::find by Sebastian Pop · 8 years ago
  5. 026d38e Optimize filesystem::path by providing weaker exception guarantees. by Eric Fiselier · 8 years ago
  6. ad1a12c Improve performance of constructing filesystem::path from strings. by Eric Fiselier · 8 years ago
  7. 271a19e Rewrite std::filesystem::path iterators and parser by Eric Fiselier · 8 years ago
  8. 2d2f0c0 Add start of filesystem benchmarks by Eric Fiselier · 8 years ago
  9. 3d12b5c remove warnings from google-benchmarks in libcxx by Sebastian Pop · 8 years ago
  10. a54229f Cleanup CMake status output by Eric Fiselier · 8 years ago
  11. 636dd5b Improve CMake output when registering benchmarks by Eric Fiselier · 8 years ago
  12. 0a799bd Turn On -DLIBCXX_ENABLE_BENCHMARKS by default. by Eric Fiselier · 8 years ago
  13. 30b48cb Update in-tree Google Benchmark to current ToT. by Eric Fiselier · 8 years ago
  14. 4e1f9a0 Pass compilers when configuring Google Benchmark. by Eric Fiselier · 8 years ago
  15. c6669cf Adding smart_ptr benchmark by Ben Craig · 8 years ago
  16. b90f9db Start adding benchmarks for vector by Eric Fiselier · 8 years ago
  17. d757090 Skip chash computation in insert/emplace if the unconstrained hash matches. by Eric Fiselier · 8 years ago
  18. d9b9ef7 [libcxx] Add support for benchmark tests using Google Benchmark. by Eric Fiselier · 8 years ago
  19. 56a7614 Add unordered_map::insert benchmark test and rename file by Eric Fiselier · 8 years ago
  20. 38af0f8 Improve performance of unordered_set<uint32_t>::find by 45%. Add benchmarks. by Eric Fiselier · 8 years ago