This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d7549f2d962 [MC] Remove unused variable new aba210299a2 Allow FP types for atomicrmw xchg new 329f768b5fc GlobalISel: Add comment to clarify G_BUILD_VECTOR
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: docs/LangRef.rst | 15 +++--- include/llvm/Target/GenericOpcodes.td | 4 +- lib/AsmParser/LLParser.cpp | 10 +++- lib/CodeGen/AtomicExpandPass.cpp | 15 ++++++ lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 18 +++++++ lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 29 ++++++++++- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 + lib/CodeGen/TargetLoweringBase.cpp | 8 +++ lib/IR/Verifier.cpp | 15 ++++-- lib/Target/AArch64/AArch64ISelLowering.cpp | 14 ++++-- ...id-atomicrmw-xchg-must-be-integer-or-fp-type.ll | 7 +++ test/Bitcode/compatibility.ll | 6 +++ test/CodeGen/AMDGPU/flat_atomics.ll | 10 ++++ test/CodeGen/AMDGPU/flat_atomics_i64.ll | 9 ++++ test/CodeGen/AMDGPU/global_atomics.ll | 11 +++++ test/CodeGen/AMDGPU/global_atomics_i64.ll | 11 +++++ test/CodeGen/AMDGPU/local-atomics.ll | 14 ++++++ test/CodeGen/AMDGPU/local-atomics64.ll | 13 +++++ test/CodeGen/X86/atomic128.ll | 24 +++++++++ test/CodeGen/X86/atomic16.ll | 12 +++++ test/CodeGen/X86/atomic32.ll | 33 +++++++++++++ test/CodeGen/X86/atomic64.ll | 14 ++++++ .../AArch64/expand-atomicrmw-xchg-fp.ll | 57 ++++++++++++++++++++++ .../AtomicExpand}/AArch64/lit.local.cfg | 0 .../AtomicExpand/X86/expand-atomic-xchg-fp.ll | 42 ++++++++++++++++ 25 files changed, 375 insertions(+), 17 deletions(-) create mode 100644 test/Assembler/invalid-atomicrmw-xchg-must-be-integer-or-fp-type.ll create mode 100644 test/Transforms/AtomicExpand/AArch64/expand-atomicrmw-xchg-fp.ll copy test/{DebugInfo => Transforms/AtomicExpand}/AArch64/lit.local.cfg (100%) create mode 100644 test/Transforms/AtomicExpand/X86/expand-atomic-xchg-fp.ll