This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7bfedca [asan] Fix dead stripping of globals on Linux. new 753bd2a Turn some C-style vararg into variadic templates
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/Module.h | 13 +++- lib/CodeGen/CountingFunctionInserter.cpp | 3 +- lib/CodeGen/IntrinsicLowering.cpp | 24 +++--- lib/CodeGen/MachineOutliner.cpp | 2 +- lib/CodeGen/SafeStack.cpp | 4 +- lib/CodeGen/SjLjEHPrepare.cpp | 8 +- lib/CodeGen/StackProtector.cpp | 11 ++- lib/CodeGen/TargetLoweringBase.cpp | 2 +- lib/IR/Instructions.cpp | 4 +- lib/IR/Module.cpp | 41 ---------- lib/Target/X86/X86ISelLowering.cpp | 7 +- lib/Transforms/IPO/CrossDSOCFI.cpp | 8 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 4 +- .../Instrumentation/AddressSanitizer.cpp | 88 ++++++++++++---------- .../Instrumentation/EfficiencySanitizer.cpp | 24 +++--- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 41 +++++----- .../Instrumentation/SanitizerCoverage.cpp | 55 ++++++-------- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 46 +++++------ lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 +- lib/Transforms/Utils/BuildLibCalls.cpp | 52 ++++++------- lib/Transforms/Utils/SimplifyLibCalls.cpp | 11 ++- tools/lli/lli.cpp | 3 +- 22 files changed, 205 insertions(+), 251 deletions(-)