This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ba1627c4657 [SimplifyCFG] Fix for non-determinism in codegen new 759e22a147c [asan] Let the frontend disable gc-sections optimization fo [...] new 698667025ab Handle invariant.group.barrier in BasicAA
The 2 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/Value.h | 11 ++++++++ include/llvm/Transforms/Instrumentation.h | 3 +- lib/Analysis/BasicAliasAnalysis.cpp | 12 ++++---- lib/IR/Value.cpp | 19 +++++++++++-- .../Instrumentation/AddressSanitizer.cpp | 32 +++++++++++----------- ...global_metadata.ll => global_metadata_array.ll} | 7 +++-- test/Other/Inputs/invariant.group.barrier.ll | 15 ++++++++++ test/Transforms/GVN/invariant.group.ll | 12 ++++---- 8 files changed, 78 insertions(+), 33 deletions(-) copy test/Instrumentation/AddressSanitizer/{global_metadata.ll => global_metadata_ [...] create mode 100644 test/Other/Inputs/invariant.group.barrier.ll