This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from a56df96f151 Add external project LDC to release notes. new d952162cf65 ReleaseNotes: mention improved codeview quality new d8c108c8d0c Merging r322372 and r322767: new 093b1726dc6 Merging r323190: ------------------------------------------ [...] new 50fb516bb51 Merging r322900 and r323307:
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: docs/ReleaseNotes.rst | 2 + lib/CodeGen/GlobalMerge.cpp | 3 +- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 +- lib/Target/PowerPC/PPCISelLowering.cpp | 43 +++++++++++++ lib/Target/PowerPC/PPCISelLowering.h | 6 ++ lib/Target/PowerPC/PPCInstrInfo.td | 12 ++++ lib/Target/X86/X86ISelLowering.cpp | 5 +- test/CodeGen/AArch64/atomic-ops-lse.ll | 43 +++++++++++-- test/CodeGen/ARM/atomic-cmpxchg.ll | 3 +- test/CodeGen/ARM/cmpxchg-O0.ll | 6 +- test/CodeGen/ARM/global-merge-dllexport.ll | 15 +++++ test/CodeGen/ARM/global-merge-external.ll | 29 ++++++--- test/CodeGen/PowerPC/PR35812-neg-cmpxchg.ll | 94 +++++++++++++++++++++++++++++ test/CodeGen/PowerPC/atomics-regression.ll | 40 ++++++++++++ test/CodeGen/X86/var-permute-128.ll | 5 +- 15 files changed, 286 insertions(+), 24 deletions(-) create mode 100644 test/CodeGen/ARM/global-merge-dllexport.ll create mode 100644 test/CodeGen/PowerPC/PR35812-neg-cmpxchg.ll