LLVM/project ad8d534llvm/lib/Transforms/Utils BasicBlockUtils.cpp, llvm/unittests/Transforms/Utils BasicBlockUtilsTest.cpp

[BasicBlockUtils] Fix dominator tree update for entry block in splitBlockBefore() (#178895)

06dfbb50d70eea4ae38d655842626a0b9b224d5c fixed dominator update for
entry block in `SplitBlockPredecessors()`, this patch fixes dominator
tree update for entry block in `splitBlockBefore()` with
`UpdateAnalysisInformation()`.
DeltaFile
+19-44llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
+25-0llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp
+44-442 files

LLVM/project 7ba94c2compiler-rt/lib/sanitizer_common sanitizer_posix_libcdep.cpp

[compiler-rt][common] Don't unmap stacks not mapped by the runtime

When the sanitizer hasn't mapped the alternate signal stack, but the
host program has (like LLVM), the runtime still tries to unilaterally
unmap the alternate stack. Instead, the runtime should just check if
it's actually mmaped the alternate stack, and only unmap it if it has.
DeltaFile
+8-1compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
+8-11 files

HardenedBSD/src e78ac23contrib/less less.nro screen.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+1,013-472contrib/less/less.nro
+337-149contrib/less/screen.c
+215-142contrib/less/lesskey.nro
+106-50contrib/less/mark.c
+80-56contrib/less/cmdbuf.c
+69-67contrib/less/option.c
+1,820-93660 files not shown
+2,818-1,48166 files

HardenedBSD/src 8caf27dcrypto/heimdal/kdc mit_dump.c, sys/dev/iicbus iicbb.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+4-3sys/dev/iicbus/iicbb.c
+1-1crypto/heimdal/kdc/mit_dump.c
+5-42 files

FreeBSD/ports be88687security/nmap Makefile pkg-plist, security/nmap/files patch-configure patch-libdnet-stripped_configure

security/nmap: Update to 7.98
DeltaFile
+46-10security/nmap/files/patch-configure
+17-17security/nmap/files/patch-libdnet-stripped_configure
+7-7security/nmap/files/patch-libdnet-stripped_src_eth-bsd.c
+0-14security/nmap/files/patch-libssh2_src_openssl.h
+10-3security/nmap/Makefile
+8-1security/nmap/pkg-plist
+88-523 files not shown
+99-649 files

FreeBSD/ports 51ce0absecurity/nmap-devel Makefile, security/nmap-devel/files patch-configure patch-libdnet-stripped_configure

security/nmap-devel: Sync patches and build configs with security/nmap
DeltaFile
+56-0security/nmap-devel/files/patch-configure
+17-3security/nmap-devel/files/patch-libdnet-stripped_configure
+11-0security/nmap-devel/files/patch-libdnet-stripped_src_eth-bsd.c
+6-2security/nmap-devel/Makefile
+4-3security/nmap-devel/files/patch-libpcap_Makefile.in
+3-3security/nmap-devel/files/patch-libdnet-stripped_src_intf.c
+97-116 files

HardenedBSD/ports d18b349comms/py-streamdeck distinfo, devel/py-spin Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+31-31devel/py-ty/distinfo
+15-15devel/py-ty/Makefile.crates
+23-0devel/py-spin/Makefile
+20-0devel/py-yamllint/files/patch-pyproject.toml
+3-3emulators/86Box/distinfo
+3-3comms/py-streamdeck/distinfo
+95-5214 files not shown
+122-7120 files

LLVM/project a084def.github renovate.json

[Github] Try changing package name

To see if this actually captures the python upgrades within that file.
The previous commit did not fix the issue.
DeltaFile
+1-1.github/renovate.json
+1-11 files

LLVM/project 25ae460.github/workflows commit-access-review.yml

workflows/commit-access-review: Use a GitHub App access token instead of llvmbot

This replaces the use of an access token associated with the llvmbot
account with one that is generated by a GitHub App.  This is slightly
better, because it eliminates the need to periodically rotate the
llvmbot tokens, which is difficult to do, since it requires sharing
a password and 2fa code among all the admins.

The tokens generated by the app automatically expire after an hour, and
the private key that is used to request it can be easily rotated by
an LLVM Organization owner.  Also, since a single private key can
be used to generate many tokens, there is only one secret to rotate
instead of many.
DeltaFile
+11-1.github/workflows/commit-access-review.yml
+11-11 files

LLVM/project 478b9a3.github/workflows commit-access-review.yml

Update permissions
DeltaFile
+2-0.github/workflows/commit-access-review.yml
+2-01 files

LLVM/project b9b9cfe.github/workflows commit-access-review.yml

Some cleanups
DeltaFile
+1-1.github/workflows/commit-access-review.yml
+1-11 files

LLVM/project 79ad091llvm/lib/Transforms/InstCombine InstCombineAddSub.cpp, llvm/test/Transforms/InstCombine fneg.ll

[InstCombine] Preserve fdiv metadata on fneg folds (#179157)

Copy metadata from the original fdiv when folding fneg into fdiv or
hoisting fneg above fdiv. This keeps !fpmath (and other metadata)
intact, preventing !fpmath loss seen in libclc tanpi function. fneg only
flips sign bit, so it does not affect precision.
DeltaFile
+33-0llvm/test/Transforms/InstCombine/fneg.ll
+11-4llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
+44-42 files

LLVM/project 388bd13.github/workflows commit-access-review.yml

Add uses
DeltaFile
+1-0.github/workflows/commit-access-review.yml
+1-01 files

LLVM/project 234736aclang-tools-extra/docs/clang-tidy/checks list.rst, clang-tools-extra/docs/clang-tidy/checks/cert dcl58-cpp.rst env33-c.rst

[clang-tidy][NFC] Fix incorrect `list.rst` modification by `add_new_check.py` (#179297)

We have observed unexpected and extensive modifications to `list.rst` in
a few Pull Requests. After some investigation I found that
`add_new_check.py` was misclassifying existing checks, leading to
instability in the generated documentation list.

More specifically:
- The script relies on `http-equiv=refresh` meta tags to identify alias
checks, which is missing in several existing checks, causing them to be
incorrectly listed as regular checks.
- The script fails to detect fix-its in checks that use CamelCase helper
methods.

With this patch, running `add_new_check.py` now generates a stable and
correct `list.rst` consistent with the actual codebase state.
DeltaFile
+2-6clang-tools-extra/docs/clang-tidy/checks/list.rst
+2-0clang-tools-extra/docs/clang-tidy/checks/fuchsia/multiple-inheritance.rst
+2-0clang-tools-extra/docs/clang-tidy/checks/cert/dcl58-cpp.rst
+2-0clang-tools-extra/docs/clang-tidy/checks/cert/env33-c.rst
+2-0clang-tools-extra/docs/clang-tidy/checks/cert/err52-cpp.rst
+2-0clang-tools-extra/docs/clang-tidy/checks/cert/flp30-c.rst
+12-64 files not shown
+18-710 files

LLVM/project 5f7e5e5llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s

Address review comments

Created using spr 1.3.6-beta.1
DeltaFile
+121,423-138,333llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+43,323-44,825llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+42,349-42,348llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
+41,419-41,418llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
+36,428-36,427llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
+28,175-28,174llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
+313,117-331,52512,458 files not shown
+2,497,968-1,797,95512,464 files

LLVM/project 398c8callvm/lib/CodeGen/SelectionDAG ScheduleDAGSDNodes.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.6-beta.1
DeltaFile
+7-1llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
+7-11 files

LLVM/project 50a9141llvm/utils/gn/secondary/libcxx/include BUILD.gn

[gn build] Port 7b6f1235b9353
DeltaFile
+1-0llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+1-01 files

LLVM/project 12d1099llvm/utils/gn/secondary/llvm/lib/Target/X86 BUILD.gn

[gn build] Port 9d5a42c8411b2
DeltaFile
+12-1llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
+12-11 files

LLVM/project c7fd23cllvm/utils/gn/secondary/compiler-rt/lib/builtins sources.gni

gn build: Port 39413af931a7
DeltaFile
+4-0llvm/utils/gn/secondary/compiler-rt/lib/builtins/sources.gni
+4-01 files

LLVM/project fc89b1cbolt/lib/Rewrite RewriteInstance.cpp, bolt/test/AArch64 constant-island-reference.s

[BOLT] Get symbol for const island referenced across func by relocation (#178988)

When handling relocation in one function referencing code or
data defined in another function, we should check if relocation
target is constant island or not, and get the referenced symbol
accordingly for both cases.
DeltaFile
+20-0bolt/test/AArch64/constant-island-reference.s
+4-3bolt/lib/Rewrite/RewriteInstance.cpp
+24-32 files

LLVM/project 3a29de1.github/workflows commit-access-review.yml

workflows/commit-access-review: Use a GitHub App access token instead of llvmbot

This replaces the use of an access token associated with the llvmbot
account with one that is generated by a GitHub App.  This is slightly
better, because it eliminates the need to periodically rotate the
llvmbot tokens, which is difficult to do, since it requires sharing
a password and 2fa code among all the admins.

The tokens generated by the app automatically expire after an hour, and
the private key that is used to request it can be easily rotated by
an LLVM Organization owner.  Also, since a single private key can
be used to generate many tokens, there is only one secret to rotate
instead of many.
DeltaFile
+8-1.github/workflows/commit-access-review.yml
+8-11 files

HardenedBSD/src 4a71fc3sys/dev/acpica acpivar.h acpi.c

acpi: Post/pre device suspend/resume eventhandlers

These eventhandlers are called after suspending the device tree and
before resuming it. This is useful for PMC (power management controller)
drivers.

Reviewed by:    olce
Approved by:    olce
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D48735
DeltaFile
+3-1sys/dev/acpica/acpivar.h
+2-0sys/dev/acpica/acpi.c
+5-12 files

FreeBSD/src 4a71fc3sys/dev/acpica acpivar.h acpi.c

acpi: Post/pre device suspend/resume eventhandlers

These eventhandlers are called after suspending the device tree and
before resuming it. This is useful for PMC (power management controller)
drivers.

Reviewed by:    olce
Approved by:    olce
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D48735
DeltaFile
+3-1sys/dev/acpica/acpivar.h
+2-0sys/dev/acpica/acpi.c
+5-12 files

HardenedBSD/src fedc974sys/dev/acpica acpi_spmc.c

acpi_spmc: Register SPMC suspend/resume routines

SPMC suspend runs after the device tree is suspended using the
acpi_post_dev_suspend eventhandler, and SPMC resume runs before the
device tree is resumed using the acpi_pre_dev_suspend eventhandler.

Reviewed by:    olce
Approved by:    olce
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D48735
DeltaFile
+31-14sys/dev/acpica/acpi_spmc.c
+31-141 files

FreeBSD/src fedc974sys/dev/acpica acpi_spmc.c

acpi_spmc: Register SPMC suspend/resume routines

SPMC suspend runs after the device tree is suspended using the
acpi_post_dev_suspend eventhandler, and SPMC resume runs before the
device tree is resumed using the acpi_pre_dev_suspend eventhandler.

Reviewed by:    olce
Approved by:    olce
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D48735
DeltaFile
+31-14sys/dev/acpica/acpi_spmc.c
+31-141 files

NetBSD/pkgsrc OAcMRHHx11/xephem Makefile, x11/xephem/patches patch-ab

   x11/xephem: Tidying

   Remove old-named patch not in distinfo anyway.

   Upgrade SUBST_SED to SUBST_VARS.

   NFCI
VersionDeltaFile
1.78+3-3x11/xephem/Makefile
1.6+1-1x11/xephem/patches/patch-ab
+4-42 files

NetBSD/pkgsrc-wip ed583cbocaml ocaml.mk

ocaml: use TOOL_DEPENDS instead of bl3.mk
DeltaFile
+1-1ocaml/ocaml.mk
+1-11 files

NetBSD/pkgsrc vVuxnDsx11/xephem Makefile

   xephem: uses openssl, noticed in SmartOS build
VersionDeltaFile
1.77+2-1x11/xephem/Makefile
+2-11 files

OpenBSD/src O0IAVlDlib/libfuse fuse_opt.3

   preceeded -> preceded
VersionDeltaFile
1.8+3-3lib/libfuse/fuse_opt.3
+3-31 files

LLVM/project 13b7f5dmlir/lib/Dialect/MemRef/Transforms FoldMemRefAliasOps.cpp, mlir/test/Dialect/MemRef fold-memref-alias-ops.mlir

[mlir][MemRef] Make fold-memref-alias-ops use memref interfaces

This replaces the large switch-cases and operation-specific patterns
in FoldMemRefAliashops with patterns that use the new
IndexedAccessOpInterface and IndexedMemCopyOpInterface, which will
allow us to remove the memref transforms' dependency on the NVGPU
dialect.

This does also resolve some bugs and potential unsoundnesses:
1. We will no longer fold in expand_shape into vector.load or
vector.transfer_read in cases where that would alter the strides
between dimensions in multi-dimensional loads. For example, if we have
a `vector.load %e[%i, %j, %k] : memref<8x8x9xf32>, vector<2x3xf32>`
where %e is
`expand_shape %m [[0], [1], [2. 3]] : memref<8x8x3x3xf32> to 8x8x9xf32,
we will no longer fold in that shape, since that would change which
value would be read (the previous patterns tried to account for this
but failed).
2. Subviews that have non-unit strides in positions that aren't being

    [15 lines not shown]
DeltaFile
+401-436mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
+292-1mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir
+693-4372 files