This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dedd623 Fix documentation generator warnings after rL290708. new 097cd5f [AMDGPU][mc] Enable absolute expressions in .hsa_code_object_ [...] new 573ef20 [TBAAVerifier] Memoize validity of scalar tbaa nodes; NFCI new cbe9a43 [TBAAVerifier] Make things const-consistent; NFC new d9c611c [TBAAVerifier] Be stricter around verifying scalar nodes
The 4 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/Verifier.h | 17 +++-- lib/IR/Verifier.cpp | 74 ++++++++++++---------- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 29 +++++---- test/Analysis/TypeBasedAliasAnalysis/cyclic.ll | 2 +- .../Generic/incorrect-variable-debugloc.ll | 2 +- test/DebugInfo/Generic/recursive_inlining.ll | 2 +- test/DebugInfo/X86/nodebug_with_debug_loc.ll | 2 +- test/MC/AMDGPU/hsa_code_object_isa_args.s | 31 +++++++++ test/MC/AMDGPU/hsa_code_object_isa_noargs.s | 16 ----- test/Verifier/tbaa.ll | 20 ++++-- 10 files changed, 119 insertions(+), 76 deletions(-) create mode 100644 test/MC/AMDGPU/hsa_code_object_isa_args.s delete mode 100644 test/MC/AMDGPU/hsa_code_object_isa_noargs.s