This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 826e231bb6f [DebugInfo][DAG] Either salvage dangling debug info or emit [...] new 5414d2957fa [Tests] Rename some test files for consistency new a876ea7b727 [AArch64] Support reserving arbitrary general purpose registers new 3a73f3f781b [Tests] Auto update a test
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: lib/Target/AArch64/AArch64.td | 2 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 50 +-- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 2 + lib/Target/AArch64/AArch64RegisterInfo.cpp | 7 +- lib/Target/AArch64/AArch64RegisterInfo.td | 4 + test/CodeGen/AArch64/arm64-platform-reg.ll | 80 ++++- .../AArch64/arm64-reserve-call-saved-reg.ll | 73 +++- test/CodeGen/X86/atomic-add.ll | 375 +++++++++++++++++++++ .../{atomic_idempotent.ll => atomic-idempotent.ll} | 0 test/CodeGen/X86/{atomic_mi.ll => atomic-mi.ll} | 0 test/CodeGen/X86/{atomic_op.ll => atomic-op.ll} | 0 test/CodeGen/X86/atomic_add.ll | 219 ------------ 12 files changed, 532 insertions(+), 280 deletions(-) create mode 100644 test/CodeGen/X86/atomic-add.ll rename test/CodeGen/X86/{atomic_idempotent.ll => atomic-idempotent.ll} (100%) rename test/CodeGen/X86/{atomic_mi.ll => atomic-mi.ll} (100%) rename test/CodeGen/X86/{atomic_op.ll => atomic-op.ll} (100%) delete mode 100644 test/CodeGen/X86/atomic_add.ll