Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Google Benchmark library | Eric Fiselier | 2018-01-18 | 1 | -2/+2 |
| | | | | llvm-svn: 322812 | ||||
* | [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII. | Stephan T. Lavavej | 2017-12-13 | 1 | -42/+42 |
| | | | | | | | | | | | | | | | benchmarks/util_smartptr.bench.cpp Change CRLF to LF. test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp Consistently comment "\u20ac" as EURO SIGN, its Unicode name, instead of the actual Unicode character. test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp Avoid non-ASCII dash. Fixes D40991. llvm-svn: 320536 | ||||
* | Adding smart_ptr benchmark | Ben Craig | 2016-08-01 | 1 | -0/+42 |
Initial draft here: https://reviews.llvm.org/D22470 ... though this is Eric Fiselier's rewrite to fit in with Google Benchmark. llvm-svn: 277373 |