This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 08804a7b369 [X86] cleanup inline asm register generation. NFCI. new 2c8ca87c565 [llvm-ar] Implement the P modifier. new d6a3b5786ad Support: use internal `call_once` on PPC64le new d7d8ee8a869 Teach instcombine about remaining "idempotent" atomicrmw types
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: include/llvm/Support/Threading.h | 3 + .../InstCombine/InstCombineAtomicRMW.cpp | 90 +++++++++++------ test/Transforms/InstCombine/atomicrmw.ll | 21 ++-- test/tools/llvm-ar/absolute-paths.test | 12 ++- test/tools/llvm-ar/full-path-option.test | 108 +++++++++++++++++++++ tools/llvm-ar/llvm-ar.cpp | 48 +++++---- 6 files changed, 221 insertions(+), 61 deletions(-) create mode 100644 test/tools/llvm-ar/full-path-option.test