LLVM/project 7d39664llvm/lib/CodeGen/SelectionDAG TargetLowering.cpp SelectionDAGBuilder.cpp, llvm/test/CodeGen/AArch64 sve-mask-partition.ll intrinsic-cttz-elts-sve.ll

Revert "[SelectionDAG] Expand CTTZ_ELTS[_ZERO_POISON] and handle splitting" (#188220)

Reverts llvm/llvm-project#185605

Buildbot failures caused by ISel crashes in
https://lab.llvm.org/buildbot/#/builders/157/builds/45416 and
https://lab.llvm.org/buildbot/#/builders/10/builds/25156
DeltaFile
+24-412llvm/test/CodeGen/RISCV/rvv/fixed-vectors-cttz-elts.ll
+203-53llvm/test/CodeGen/AArch64/sve-mask-partition.ll
+98-33llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
+91-24llvm/test/CodeGen/RISCV/rvv/cttz-elts.ll
+2-59llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+45-3llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+463-58410 files not shown
+485-64616 files

FreeBSD/src e6a77f8sys/fs/cd9660 cd9660_rrip.c

cd9660: Partial style sweep of Rock Ridge code

This mostly just fixes indentation and continuations and adds spaces
after commas and around binary operators and parentheses around return
values, but cd9660_rrip_extref() was so egregiously unreadable I
rewrote it.  Note that this was done manually, so I may have missed a
few spots, and I made no attempt to fix over-long lines.

MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D55865
DeltaFile
+96-90sys/fs/cd9660/cd9660_rrip.c
+96-901 files

LLVM/project f7c2782libunwind/src libunwind.cpp, libunwind/test set_non_null_pc_outside_of_function_cfi_bounds.pass.cpp libunwind_01.pass.cpp

[libunwind][PAC] Defang ptrauth's PC in valid CFI range abort

It turns out making the CFI check a release mode abort causes many,
if not the majority, of JITs to fail during unwinding as they do not
set up CFI sections for their generated code. As a result any JITs
that do nominally support unwinding (and catching) through their JIT
or assembly frames trip this abort.

rdar://170862047
DeltaFile
+48-0libunwind/test/set_non_null_pc_outside_of_function_cfi_bounds.pass.cpp
+13-17libunwind/src/libunwind.cpp
+8-1libunwind/test/libunwind_01.pass.cpp
+69-183 files

OPNSense/core c102de2src/opnsense/mvc/app/library/OPNsense/System/Status CaptivePortalStatus.php, src/opnsense/mvc/app/views/OPNsense/CaptivePortal clients.volt

Revert "Captive portal: IPv6 support (#9745)"

This reverts commit 497ed54fe18c26e6005665ddc2887819dba87f80.

Revert for the time being since 26.1.5 doesn't force a reboot.
DeltaFile
+142-385src/opnsense/scripts/captiveportal/lib/db.py
+56-40src/opnsense/scripts/captiveportal/lib/arp.py
+31-41src/opnsense/scripts/captiveportal/cp-background-process.py
+0-56src/opnsense/mvc/app/library/OPNsense/System/Status/CaptivePortalStatus.php
+8-42src/opnsense/mvc/app/views/OPNsense/CaptivePortal/clients.volt
+11-24src/opnsense/service/templates/OPNsense/Captiveportal/lighttpd-zone.conf
+248-58814 files not shown
+281-71720 files

LLVM/project fcdd4d2libclc/clc/lib/generic/math clc_atanh.inc clc_atanh.cl

libclc: Update atanh
DeltaFile
+29-81libclc/clc/lib/generic/math/clc_atanh.inc
+6-5libclc/clc/lib/generic/math/clc_atanh.cl
+35-862 files

LLVM/project c7b8f25libclc/clc/include/clc/math clc_ep_log_decl.inc clc_ep_log.h, libclc/clc/lib/generic CMakeLists.txt

Remove unused ep_log
DeltaFile
+0-81libclc/clc/lib/generic/math/clc_ep_log.inc
+0-23libclc/clc/lib/generic/math/clc_ep_log.cl
+0-16libclc/clc/include/clc/math/clc_ep_log_decl.inc
+0-15libclc/clc/include/clc/math/clc_ep_log.h
+0-1libclc/clc/lib/generic/CMakeLists.txt
+0-1365 files

LLVM/project 217a3eflibclc/clc/lib/generic/math clc_acosh.inc clc_acosh.cl

libclc: Update acosh

This was originally ported from rocm device libs
in ca4d382e119e1389c83dbb07d9ca0085e88b2944. Merge in
more recent changes.
DeltaFile
+24-88libclc/clc/lib/generic/math/clc_acosh.inc
+4-11libclc/clc/lib/generic/math/clc_acosh.cl
+28-992 files

LLVM/project 80245f3libclc/clc/lib/generic/math clc_asinh.inc clc_asinh.cl

libclc: Update asinh (#188219)

This was originally ported from rocm device libs in
2b4ef39b2f46acf29294f1fbb223ea5a243c2567. Merge in more
recent changes.
DeltaFile
+30-286libclc/clc/lib/generic/math/clc_asinh.inc
+6-7libclc/clc/lib/generic/math/clc_asinh.cl
+36-2932 files

FreeNAS/freenas acb3ec4debian/debian control, src/middlewared/debian control

use proper licensing
DeltaFile
+4-2src/middlewared/debian/control
+2-2src/middlewared/middlewared/plugins/system/product.py
+0-1debian/debian/control
+6-53 files

LLVM/project 25da0c8llvm/unittests/Support FormatVariadicTest.cpp

[llvm][DebugInfo] Make to be formatted test value 64-bit (#188211)
DeltaFile
+2-2llvm/unittests/Support/FormatVariadicTest.cpp
+2-21 files

LLVM/project 7fd6659llvm/lib/CodeGen/SelectionDAG TargetLowering.cpp SelectionDAGBuilder.cpp, llvm/test/CodeGen/AArch64 sve-mask-partition.ll intrinsic-cttz-elts-sve.ll

Revert "[SelectionDAG] Expand CTTZ_ELTS[_ZERO_POISON] and handle splitting (#…"

This reverts commit fe105347e2b6092ef4ce9704bcbdbcf6ad7d3d6b.
DeltaFile
+24-412llvm/test/CodeGen/RISCV/rvv/fixed-vectors-cttz-elts.ll
+203-53llvm/test/CodeGen/AArch64/sve-mask-partition.ll
+98-33llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
+91-24llvm/test/CodeGen/RISCV/rvv/cttz-elts.ll
+2-59llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+45-3llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+463-58410 files not shown
+485-64616 files

FreeBSD/ports 5b95854devel/blueprint-compiler pkg-plist Makefile, devel/blueprint-compiler/files patch-meson.build

devel/blueprint-compiler: Update to 0.20.4

- Switch to official tarball
- Add a patch to fix path of pkg-config file

ChangeLog:      https://gitlab.gnome.org/GNOME/blueprint-compiler/-/releases/v0.20.4

PR:             293806
DeltaFile
+65-4devel/blueprint-compiler/pkg-plist
+4-7devel/blueprint-compiler/Makefile
+11-0devel/blueprint-compiler/files/patch-meson.build
+3-3devel/blueprint-compiler/distinfo
+83-144 files

FreeBSD/src fa03f93contrib/file/magic/Magdir filesystems

file: Parse some UFS2 flags

This allows libmagic to recognize the FS_DOSOFTDEP, FS_SUJ, FS_GJOURNAL,
FS_ACLS, and FS_NFS4ACLS flags on a UFS2 file system.

Accepted upstream as 482259e5e952.

MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56010
DeltaFile
+5-0contrib/file/magic/Magdir/filesystems
+5-01 files

LLVM/project 36643f3libclc/clc/lib/generic/math clc_asinh.inc clc_asinh.cl

libclc: Update asinh

This was originally ported from rocm device libs in
2b4ef39b2f46acf29294f1fbb223ea5a243c2567. Merge in more
recent changes.
DeltaFile
+30-286libclc/clc/lib/generic/math/clc_asinh.inc
+6-7libclc/clc/lib/generic/math/clc_asinh.cl
+36-2932 files

LLVM/project fcc9ce9llvm/lib/DebugInfo/BTF BTFParser.cpp

[llvm][DebugInfo] BTFParser use formatv instead of format (#186109)

This relates to #35980.
DeltaFile
+21-17llvm/lib/DebugInfo/BTF/BTFParser.cpp
+21-171 files

LLVM/project f046f45libclc/clc/lib/generic/math clc_tanh.inc clc_tanh.cl

libclc: Update tanh (#188215)

This was originally ported from rocm device libs in
f51df5ba8c4512dbeb7828ac0c34f89177b551d6. Merge in more
recent changes.
DeltaFile
+36-112libclc/clc/lib/generic/math/clc_tanh.inc
+6-7libclc/clc/lib/generic/math/clc_tanh.cl
+42-1192 files

LLVM/project 3286de3llvm/lib/DebugInfo/DWARF DWARFCompileUnit.cpp

[llvm][DebugInfo] DWARFCompileUnit use formatv instead of format (#186761)

This relates to #35980.
DeltaFile
+12-8llvm/lib/DebugInfo/DWARF/DWARFCompileUnit.cpp
+12-81 files

LLVM/project f1931cbllvm/lib/DebugInfo/DWARF DWARFDebugAddr.cpp DWARFDebugArangeSet.cpp

[llvm][DebugInfo] Use formatv instead of format in DebugAbbrev/Addr/ArangeSet (#186768)

This relates to #35980.
DeltaFile
+12-9llvm/lib/DebugInfo/DWARF/DWARFDebugAddr.cpp
+11-6llvm/lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp
+2-1llvm/lib/DebugInfo/DWARF/DWARFDebugAbbrev.cpp
+25-163 files

LLVM/project aeba5d6libclc/clc/lib/generic/math clc_cosh.inc clc_cosh.cl

libclc: Update cosh (#188214)

This was originally ported from rocm device libs in
9cb070f96a8a9af5f513ffba0a8eed362623f216. Merge in more
recent changes.
DeltaFile
+19-172libclc/clc/lib/generic/math/clc_cosh.inc
+3-9libclc/clc/lib/generic/math/clc_cosh.cl
+22-1812 files

FreeBSD/src 828de70usr.sbin/syslogd syslogd.c

syslogd: Allow killing when in foreground

Normally, syslogd reacts only to SIGTERM, and ignores SIGINT and SIGQUIT
unless in debug mode.  Extend that to also apply when running in the
foreground.  Take this opportunity to comment the event loop.

MFC after:      1 week
Reviewed by:    jfree
Differential Revision:  https://reviews.freebsd.org/D55886
DeltaFile
+8-2usr.sbin/syslogd/syslogd.c
+8-21 files

LLVM/project c15edf8libc/shared/math cbrtf.h

[libc] cbrtf guard to sync with general format (#188207)

This PR intends to make the cbrtf guard sync with the general format (
as other functions consistently use `LLVM_LIBC_SHARED_MATH_<func>_H`).
This was found during refactoring cbrtbf16.
DeltaFile
+3-3libc/shared/math/cbrtf.h
+3-31 files

LLVM/project d491f70libclc/clc/include/clc/math clc_ep_decl.inc, libclc/clc/lib/generic/math clc_sinh.inc clc_ep.inc

libclc: Update sinh (#188213)

This was originally ported from rocm device libs in
9f7172965c650627c020264e9dbdb32d005ce69e. Merge in more
recent changes.
DeltaFile
+22-176libclc/clc/lib/generic/math/clc_sinh.inc
+78-0libclc/clc/lib/generic/math/clc_ep.inc
+3-9libclc/clc/lib/generic/math/clc_sinh.cl
+3-0libclc/clc/include/clc/math/clc_ep_decl.inc
+106-1854 files

FreeNAS/freenas 38aac94src/freenas/usr/local/share/truenas eula.html

NAS-140285 / 26.0.0-BETA.2 / Update TrueNAS EULA text (by creatorcary) (#18544)
DeltaFile
+582-252src/freenas/usr/local/share/truenas/eula.html
+582-2521 files

FreeNAS/freenas 9894c8btests/api2 test_420_smb.py

NAS-139901 / 25.10.2.2 / Fix SyntaxError in test__legacy_share_path_suffix_lowercase_vars (by bmeagherix) (#18546)
DeltaFile
+1-1tests/api2/test_420_smb.py
+1-11 files

NetBSD/pkgsrc IaxNARsprint/ghostscript-agpl Makefile distinfo, print/ghostscript-agpl/patches patch-base_gdevmpla.c

   ghostscript-agpl: Fix build on 32-bit platforms.
VersionDeltaFile
1.1+31-0print/ghostscript-agpl/patches/patch-base_gdevmpla.c
1.106+2-2print/ghostscript-agpl/Makefile
1.58+2-1print/ghostscript-agpl/distinfo
+35-33 files

LLVM/project 3837cf1llvm/lib/Analysis DependenceAnalysis.cpp, llvm/test/Analysis/DependenceAnalysis weak-zero-siv-delta-signed-min.ll

[DA] Stop negating Delta in the Weak Zero SIV test
DeltaFile
+0-12llvm/lib/Analysis/DependenceAnalysis.cpp
+6-6llvm/test/Analysis/DependenceAnalysis/weak-zero-siv-delta-signed-min.ll
+6-182 files

LLVM/project 524ddb1llvm/lib/Analysis DependenceAnalysis.cpp

[DA] Remove absolute value calculations in the Weak Zero SIV tests
DeltaFile
+7-7llvm/lib/Analysis/DependenceAnalysis.cpp
+7-71 files

FreeBSD/src 2e1cf24sys/dev/sound/pcm channel.h

sound: Remove unimplemented chn_reinit() definition

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
DeltaFile
+0-1sys/dev/sound/pcm/channel.h
+0-11 files

FreeBSD/src d048cecsys/dev/sound/pcm ac97.c

sound: Remove dead code in pcm/ac97.c

ac97_uninitmixer() does not exist also.

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D56045
DeltaFile
+0-4sys/dev/sound/pcm/ac97.c
+0-41 files

FreeBSD/src 72e85a4sys/conf NOTES files

snd_dummy: Add to sys/conf/files and sys/conf/NOTES

Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D56040
DeltaFile
+2-0sys/conf/NOTES
+1-0sys/conf/files
+3-02 files