1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Transforms/Instrumentation
Benjamin Kramer 5d5a0e4f68 Avoid copies of std::strings and APInt/APFloats where we only read from it
As suggested by clang-tidy's performance-unnecessary-copy-initialization.
This can easily hit lifetime issues, so I audited every change and ran the
tests under asan, which came back clean.

llvm-svn: 272126
2016-06-08 10:01:20 +00:00
..
AddressSanitizer.cpp [asan] Rename *UAR* into *UseAfterReturn* 2016-06-02 00:06:42 +00:00
BoundsChecking.cpp
CFGMST.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
CMakeLists.txt [PGO] Promote indirect calls to conditional direct calls with value-profile 2016-04-27 23:20:27 +00:00
DataFlowSanitizer.cpp
EfficiencySanitizer.cpp [esan|wset] Optionally assume intra-cache-line accesses 2016-06-03 22:29:52 +00:00
GCOVProfiling.cpp [PM] Port GCOVProfiler pass to the new pass manager 2016-06-05 05:12:23 +00:00
IndirectCallPromotion.cpp make icall pass name consistent /NFC 2016-06-02 01:52:05 +00:00
IndirectCallSiteVisitor.h [PGO] Avoid instrumenting direct callee's at value sites. 2016-04-04 18:56:36 +00:00
InstrProfiling.cpp [pgo] extend r271532 to darwin platform 2016-06-03 23:02:28 +00:00
Instrumentation.cpp [PM] code refactoring /NFC 2016-06-05 03:40:03 +00:00
LLVMBuild.txt
MaximumSpanningTree.h
MemorySanitizer.cpp Avoid copies of std::strings and APInt/APFloats where we only read from it 2016-06-08 10:01:20 +00:00
PGOInstrumentation.cpp Add a comment about why we need to buffer the attribute changes. 2016-05-28 04:24:39 +00:00
SanitizerCoverage.cpp [sancov] enabling coverage edge pruning by default. 2016-04-06 23:24:37 +00:00
ThreadSanitizer.cpp Make helper functions static. NFC. 2016-04-07 10:10:09 +00:00