1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/unittests/tools/llvm-exegesis
Benjamin Kramer 87d13166c7 Make llvm::StringRef to std::string conversions explicit.
This is how it should've been and brings it more in line with
std::string_view. There should be no functional change here.

This is mostly mechanical from a custom clang-tidy check, with a lot of
manual fixups. It uncovers a lot of minor inefficiencies.

This doesn't actually modify StringRef yet, I'll do that in a follow-up.
2020-01-28 23:25:25 +01:00
..
AArch64 CMake: Make most target symbols hidden by default 2020-01-14 19:46:52 -08:00
ARM CMake: Make most target symbols hidden by default 2020-01-14 19:46:52 -08:00
Common [llvm-exegesis][NFC] Remove extra llvm:: qualifications. 2019-10-09 11:29:21 +00:00
Mips [llvm-exegesis][NFC] Disassociate snippet generators from benchmark runners 2020-01-20 16:19:13 +01:00
PowerPC CMake: Make most target symbols hidden by default 2020-01-14 19:46:52 -08:00
X86 [llvm-exegesis] Allow the randomizer to fail nicely... 2020-01-23 11:08:44 +01:00
BenchmarkRunnerTest.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ClusteringTest.cpp [llvm-exegesis] Introduce a 'naive' clustering algorithm (PR40880) 2019-03-28 08:55:01 +00:00
CMakeLists.txt [Mips][llvm-exegesis] Add a Mips target 2019-10-11 20:26:08 +00:00
PerfHelperTest.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
RegisterValueTest.cpp [llvm-exegesis][NFC] Remove extra llvm:: qualifications. 2019-10-09 11:29:21 +00:00