[all-commits] [llvm/llvm-project] c5c0da: Reland "[llvm][SystemZ] Set comment stream in Syst...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Mon Jul 14 08:25:32 PDT 2025
Branch: refs/heads/users/boomanaiden154/main.cigithub-version-pin-packages-in-windows-container
Home: https://github.com/llvm/llvm-project
Commit: c5c0da8f41afe87db9bceb9d070fb73e5ad6c10a
https://github.com/llvm/llvm-project/commit/c5c0da8f41afe87db9bceb9d070fb73e5ad6c10a
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
M llvm/unittests/MC/SystemZ/CMakeLists.txt
A llvm/unittests/MC/SystemZ/SystemZMCDisassemblerTest.cpp
Log Message:
-----------
Reland "[llvm][SystemZ] Set comment stream in SystemZDisassembler::getInstruction" (#148639)"
This reverts commit e10db1594feefbeb0a9642d83b00f4a164f0104c.
This adds the MCDisassembler which was missing, breaking shared library builds.
Commit: 074218dd1071722ab0dea2a1acb71079ff212bb4
https://github.com/llvm/llvm-project/commit/074218dd1071722ab0dea2a1acb71079ff212bb4
Author: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M libc/shared/math.h
A libc/shared/math/ldexpf16.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/ldexpf16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/ldexpf16.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor ldexpf16 implementation to header-only in src/__support/math folder. (#147901)
Part of #147386
in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
Please merge #147895 first
Commit: 47c9609a8637b68c0170744ce5c06902512e71ca
https://github.com/llvm/llvm-project/commit/47c9609a8637b68c0170744ce5c06902512e71ca
Author: Callum Fare <callum at codeplay.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M offload/liboffload/src/OffloadImpl.cpp
Log Message:
-----------
[Offload] Check plugins aren't already deinitialized when tearing down (#148642)
This is a hotfix for #148615 - it fixes the issue for me locally.
I think a broader issue is that in the test environment we're calling
olShutDown from a global destructor in the test binaries. We should do
something more controlled, either calling olInit/olShutDown in every
test, or move those to a GTest global environment. I didn't do that
originally because it looked like it needed changes to LLVM's GTest
wrapper.
Commit: b1ef5a8890f26b6430d95696d8ff4e99e270a80e
https://github.com/llvm/llvm-project/commit/b1ef5a8890f26b6430d95696d8ff4e99e270a80e
Author: Quinn Dawkins <quinn.dawkins at gmail.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp
M mlir/test/Dialect/MemRef/emulate-narrow-type.mlir
M mlir/test/Dialect/Vector/vector-emulate-narrow-type.mlir
Log Message:
-----------
[mlir][MemRef] Add support for emulating narrow floats (#148036)
This enables memref.load/store + vector.load/store support for sub-byte
float types. Since the memref types don't matter for loads/stores, we
still use the same types as integers with equivalent widths, with a few
extra bitcasts needed around certain operations.
There is no direct change needed for vector.load/store support. The
tests added for them are to verify that float types are
supported as well.
Commit: b1369b603076542ca5ca251b62d3a5e614827f9e
https://github.com/llvm/llvm-project/commit/b1369b603076542ca5ca251b62d3a5e614827f9e
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SystemOperands.td
M llvm/test/MC/AArch64/armv9.6a-ras.s
M llvm/test/MC/Disassembler/AArch64/armv9.6a-ras.txt
Log Message:
-----------
[AArch64][llvm] Fix DC CIGDVAPS instruction to require FEAT_MTE2 (#148636)
Commit: 3e43915be62ef355029b61bebe78637a885b8b6c
https://github.com/llvm/llvm-project/commit/3e43915be62ef355029b61bebe78637a885b8b6c
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M .github/workflows/build-ci-container-windows.yml
M .github/workflows/containers/github-action-ci-windows/Dockerfile
Log Message:
-----------
[CI][Github] Bump Windows Container to Server 2022
This patch bumps the windows CI container to windows server 2022 from
windows server 2019. This is necessary as Github has sunsetted support
for sever 2019, so we cannot build the container through GHA without
updating. Using more recent versions is just good practice anyways.
This will not roll out immediately and we'll have to make some TF
changes to get deployed, but some additional validation first will be
good anyways.
Reviewers: lnihlen, tstellar, cmtice
Reviewed By: cmtice
Pull Request: https://github.com/llvm/llvm-project/pull/148318
Commit: 46e896afdbfeb4228229059c0a854e8dd23473fa
https://github.com/llvm/llvm-project/commit/46e896afdbfeb4228229059c0a854e8dd23473fa
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-07-14 (Mon, 14 Jul 2025)
Changed paths:
M libc/shared/math.h
A libc/shared/math/ldexpf16.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/ldexpf16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/ldexpf16.cpp
M llvm/lib/Target/AArch64/AArch64SystemOperands.td
M llvm/lib/Target/SystemZ/Disassembler/SystemZDisassembler.cpp
M llvm/test/MC/AArch64/armv9.6a-ras.s
M llvm/test/MC/Disassembler/AArch64/armv9.6a-ras.txt
M llvm/unittests/MC/SystemZ/CMakeLists.txt
A llvm/unittests/MC/SystemZ/SystemZMCDisassemblerTest.cpp
M mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp
M mlir/test/Dialect/MemRef/emulate-narrow-type.mlir
M mlir/test/Dialect/Vector/vector-emulate-narrow-type.mlir
M offload/liboffload/src/OffloadImpl.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Compare: https://github.com/llvm/llvm-project/compare/80a1fee56c3a...46e896afdbfe
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list