This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dcae6ca LTO: Work around libstdc++ version mismatch bug, see D31063 r [...] new 87552d6 [SelectionDAG] Remove redundant stores more aggressively. new df808fe Add !associated metadata. new a82d790 [asan] Fix dead stripping of globals on Linux.
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: docs/LangRef.rst | 25 +++++ include/llvm/IR/LLVMContext.h | 1 + include/llvm/Transforms/Utils/ModuleUtils.h | 11 +++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 32 ++++-- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 63 +++++++++--- lib/IR/LLVMContext.cpp | 1 + lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 44 +-------- .../Instrumentation/AddressSanitizer.cpp | 108 +++++++++++++++++++-- lib/Transforms/Utils/ModuleUtils.cpp | 32 ++++++ test/CodeGen/ARM/illegal-bitfield-loadstore.ll | 3 +- test/CodeGen/X86/elf-associated.ll | 39 ++++++++ .../AddressSanitizer/global_metadata.ll | 14 ++- .../AddressSanitizer/global_metadata_darwin.ll | 6 +- .../AddressSanitizer/instrument_global.ll | 4 +- test/ThinLTO/X86/lazyload_metadata.ll | 6 +- 15 files changed, 307 insertions(+), 82 deletions(-) create mode 100644 test/CodeGen/X86/elf-associated.ll