1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Transforms/Instrumentation
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
..
AddressSanitizer.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
BoundsChecking.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
CFGMST.h
CGProfile.cpp
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
ControlHeightReduction.cpp [PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash. 2020-01-13 14:38:58 -08:00
DataFlowSanitizer.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
GCOVProfiling.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
HWAddressSanitizer.cpp [Alignment][NFC] Deprecate Align::None() 2020-01-24 12:53:58 +01:00
IndirectCallPromotion.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
InstrOrderFile.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
InstrProfiling.cpp [Instrumentation] Set hidden visibility for the bias variable 2020-01-28 12:07:03 -08:00
Instrumentation.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
LLVMBuild.txt
MaximumSpanningTree.h
MemorySanitizer.cpp [msan] Instrument x86.pclmulqdq* intrinsics. 2020-01-24 14:31:06 -08:00
PGOInstrumentation.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
PGOMemOPSizeOpt.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
PoisonChecking.cpp Add missing includes needed to prune LLVMContext.h include, NFC 2019-11-14 15:23:15 -08:00
SanitizerCoverage.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
ThreadSanitizer.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
ValueProfileCollector.cpp
ValueProfileCollector.h
ValueProfilePlugins.inc