This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested in repository toolchain/ci/llvm-monorepo.
from bae475c5bc7d Revert "Modernize NativeProcessProtocol::GetSoftwareBreakp [...] new 0233f118b304 [libomptarget-nvptx] Remove last mentions of __kmpc_print_* new 2d1275a6c0c4 NFC: use bit_cast more in AArch64AddressingModes new de76a0b49329 Revert "NFC: use bit_cast more in AArch64AddressingModes" new b9a57498be74 [X86] Add test cases for commuting ADCX/ADOX instruction t [...] new c77cb94255f0 [X86] Mark the ADCX and ADOX instruction as commutable. new cd48516b69ca [X86] Create paddus/psubus from narrower vectors with i8/i [...] new 8b091155ef4d Distinguish `__block` variables that are captured by escap [...] new 9b1ff1c24044 ms: Insert $$Z in mangling between directly consecutive pa [...] new 28e3abbd1a44 [Parser] Remove an unnecessary `mutable` new ffd6ef2bdca7 Revert r341754. new 1d6d01dc4212 Re-commit "Modernize NativeProcessProtocol::GetSoftwareBre [...] new d7d0220ae1b9 Speculative fix for NetBSD bot for r341758
The 12 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: clang/include/clang/Parse/Parser.h | 2 +- clang/lib/AST/MicrosoftMangle.cpp | 13 +- clang/test/CodeGenCXX/mangle-ms-templates.cpp | 28 +- .../lldb/Host/common/NativeProcessProtocol.h | 6 +- lldb/source/Host/common/NativeProcessProtocol.cpp | 37 ++ lldb/source/Host/common/SoftwareBreakpoint.cpp | 57 +-- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 70 +-- .../Plugins/Process/Linux/NativeProcessLinux.h | 9 +- .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 17 - .../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 10 - llvm/lib/Target/X86/X86ISelLowering.cpp | 20 +- llvm/lib/Target/X86/X86InstrArithmetic.td | 2 +- llvm/test/CodeGen/X86/adx-commute.mir | 234 +++++++++ llvm/test/CodeGen/X86/paddus.ll | 543 ++++----------------- llvm/test/CodeGen/X86/pr32282.ll | 4 +- llvm/test/CodeGen/X86/pr32284.ll | 4 +- llvm/test/CodeGen/X86/psubus.ll | 513 ++++--------------- llvm/test/CodeGen/X86/sse2-intrinsics-canonical.ll | 104 ++-- .../libomptarget/deviceRTLs/nvptx/src/interface.h | 12 - 19 files changed, 582 insertions(+), 1103 deletions(-) create mode 100644 llvm/test/CodeGen/X86/adx-commute.mir