This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ac661c [PowerPC] [SSP] Fix stack guard load for 32-bit. new 343a611 [unordered] unordered loads from null are still unreachable new a7af0d6 Split IntrReadArgMem into IntrReadMem and IntrArgMemOnly
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/Analysis/AliasAnalysis.h | 2 +- include/llvm/IR/Intrinsics.td | 66 ++- include/llvm/IR/IntrinsicsAArch64.td | 28 +- include/llvm/IR/IntrinsicsAMDGPU.td | 4 +- include/llvm/IR/IntrinsicsARM.td | 28 +- include/llvm/IR/IntrinsicsHexagon.td | 22 +- include/llvm/IR/IntrinsicsMips.td | 22 +- include/llvm/IR/IntrinsicsNVVM.td | 6 +- include/llvm/IR/IntrinsicsPowerPC.td | 36 +- include/llvm/IR/IntrinsicsSystemZ.td | 8 +- include/llvm/IR/IntrinsicsX86.td | 496 ++++++++++----------- lib/Target/AMDGPU/SIIntrinsics.td | 2 +- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 10 +- test/Transforms/InstCombine/atomic.ll | 51 +++ utils/TableGen/CodeGenIntrinsics.h | 2 +- utils/TableGen/CodeGenTarget.cpp | 12 +- 16 files changed, 418 insertions(+), 377 deletions(-)