Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-06-19 | [libc++][NFC] Apply clang-format on large parts of the code base | Louis Dionne | 1 | -134/+90 |
2020-02-19 | Add benchmarks for basic_string::erase | Martijn Vels | 1 | -0/+54 |
2020-01-07 | [libc++] Add additional benchmark functions to libcxx/benchmarks/string.bench | Eric Fiselier | 1 | -0/+127 |
2019-08-21 | libcxx: Rename .hpp files in libcxx/benchmarks to .h | Nico Weber | 1 | -2/+2 |
2019-04-03 | Add more benchmarks for literal strings. | Samuel Benzaquen | 1 | -10/+42 |
2019-03-21 | Add relational benchmark against a string constant. | Samuel Benzaquen | 1 | -4/+44 |
2018-11-13 | Fix UB in string.bench.cpp. | Eric Fiselier | 1 | -6/+6 |
2018-10-30 | Add more benchmarks for std::string. | Samuel Benzaquen | 1 | -21/+326 |
2018-07-10 | Add new string benchmarks | Eric Fiselier | 1 | -0/+21 |
2018-01-18 | Update Google Benchmark library | Eric Fiselier | 1 | -2/+2 |
2016-12-30 | improve performance of string::find | Sebastian Pop | 1 | -0/+49 |