llvm-project/llvm/lib/Transforms/Instrumentation
Kostya Serebryany d891ac9794 merge two near-identical functions createPrivateGlobalForString into one
Summary:
We have two copies of createPrivateGlobalForString (in asan and in esan).
This change merges them into one. NFC

Reviewers: vitalybuka

Reviewed By: vitalybuka

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D53178

llvm-svn: 344314
2018-10-11 23:03:27 +00:00
..
AddressSanitizer.cpp merge two near-identical functions createPrivateGlobalForString into one 2018-10-11 23:03:27 +00:00
BoundsChecking.cpp Fix crash in bounds checking. 2018-08-03 17:12:23 +00:00
CFGMST.h Rename DEBUG macro to LLVM_DEBUG. 2018-05-14 12:53:11 +00:00
CGProfile.cpp Recommit r335794 "Add support for generating a call graph profile from Branch Frequency Info." with fix for removed functions. 2018-07-16 00:28:24 +00:00
CMakeLists.txt [PGO] Control Height Reduction 2018-09-04 17:19:13 +00:00
ControlHeightReduction.cpp [PGO][CHR] Add opt remarks. 2018-09-18 16:50:10 +00:00
DataFlowSanitizer.cpp [cxx2a] Fix warning triggered by r343285 2018-09-29 02:17:12 +00:00
EfficiencySanitizer.cpp merge two near-identical functions createPrivateGlobalForString into one 2018-10-11 23:03:27 +00:00
GCOVProfiling.cpp [gcov] Display the hit counter for the line of a function definition 2018-10-11 08:53:43 +00:00
HWAddressSanitizer.cpp [hwasan] Record and display stack history in stack-based reports. 2018-09-24 23:03:34 +00:00
IndirectCallPromotion.cpp [PGO] add target md5sum in warning message for icall 2018-08-24 21:38:24 +00:00
InstrProfiling.cpp [InstrProf] Use atomic profile counter updates for TSan 2018-08-16 22:24:47 +00:00
Instrumentation.cpp merge two near-identical functions createPrivateGlobalForString into one 2018-10-11 23:03:27 +00:00
LLVMBuild.txt
MaximumSpanningTree.h Remove unneeded use of #undef DEBUG_TYPE. NFC 2017-07-12 20:49:21 +00:00
MemorySanitizer.cpp [MSan] don't access MsanCtorFunction when using KMSAN 2018-09-07 09:56:36 +00:00
PGOInstrumentation.cpp Add a flag to remap manglings when reading profile data information. 2018-10-10 23:13:47 +00:00
PGOMemOPSizeOpt.cpp [PGOMemOPSize] Preserve the DominatorTree 2018-07-09 08:07:21 +00:00
SanitizerCoverage.cpp [SanitizerCoverage] Create comdat for global arrays. 2018-09-13 21:45:55 +00:00
ThreadSanitizer.cpp Use SmallPtrSet explicitly for SmallSets with pointer types (NFC). 2018-06-12 11:16:56 +00:00