This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bdbe8280f25 Add address space mangling to lifetime intrinsics new d5d5d0b80ed Revert "[IR] Make AttributeSetNode public, avoid temporary [...] new 9cf476f3113 Revert "[asan] Fix dead stripping of globals on Linux." new 465b9a5c3d2 Revert "[asan] Put ctor/dtor in comdat."
The 3 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/Attributes.h | 36 +-- include/llvm/Transforms/Utils/ModuleUtils.h | 11 - lib/AsmParser/LLParser.cpp | 88 ++++--- lib/AsmParser/LLParser.h | 8 +- lib/IR/AsmWriter.cpp | 50 ++-- lib/IR/AttributeImpl.h | 2 +- {include/llvm => lib}/IR/AttributeSetNode.h | 8 +- lib/IR/Attributes.cpp | 269 +++++++++------------ lib/IR/Core.cpp | 2 +- lib/Transforms/IPO/ArgumentPromotion.cpp | 43 +++- lib/Transforms/IPO/DeadArgumentElimination.cpp | 85 ++++--- lib/Transforms/IPO/MergeFunctions.cpp | 3 +- lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 35 ++- lib/Transforms/InstCombine/InstCombineCalls.cpp | 49 ++-- .../Instrumentation/AddressSanitizer.cpp | 159 ++---------- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 15 +- lib/Transforms/Utils/CloneFunction.cpp | 22 +- lib/Transforms/Utils/CodeExtractor.cpp | 3 +- lib/Transforms/Utils/ModuleUtils.cpp | 32 --- .../AddressSanitizer/global_metadata.ll | 14 +- .../AddressSanitizer/global_metadata_darwin.ll | 6 +- .../AddressSanitizer/instrument_global.ll | 6 +- .../Instrumentation/AddressSanitizer/no-globals.ll | 12 - 23 files changed, 398 insertions(+), 560 deletions(-) rename {include/llvm => lib}/IR/AttributeSetNode.h (93%) delete mode 100644 test/Instrumentation/AddressSanitizer/no-globals.ll