This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e15b0c691db [AArch64] Avoid crashing on .seh directives in assembly new 7c9e35df238 Rewrite objc intrinsics to runtime methods in PreISelIntrin [...] new 83544a50cc4 [LoopVectorize] auto-generate complete checks; NFC new b9f7652283e [asan] Restore ODR-violation detection on vtables new efdc43373b8 [LAA] Introduce enum for vectorization safety status (NFC).
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/Analysis/LoopAccessAnalysis.h | 31 ++- include/llvm/CodeGen/Passes.h | 7 +- include/llvm/CodeGen/PreISelIntrinsicLowering.h | 3 +- lib/Analysis/LoopAccessAnalysis.cpp | 18 +- lib/CodeGen/PreISelIntrinsicLowering.cpp | 114 ++++++++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 50 ---- .../Instrumentation/AddressSanitizer.cpp | 4 +- test/CodeGen/X86/objc-arc.ll | 230 ----------------- .../AddressSanitizer/odr-check-ignore.ll | 2 +- .../X86/illegal-parallel-loop-uniform-write.ll | 141 ++++++++++- test/Transforms/LoopVectorize/runtime-check.ll | 40 +++ .../PreISelIntrinsicLowering/objc-arc.ll | 281 +++++++++++++++++++++ 12 files changed, 610 insertions(+), 311 deletions(-) delete mode 100644 test/CodeGen/X86/objc-arc.ll create mode 100644 test/Transforms/PreISelIntrinsicLowering/objc-arc.ll