LLVM/project 348f4fbllvm/test/Analysis/DependenceAnalysis weak_zero_siv_parametric_coeff.ll weak_zero_siv_parametric_const.ll

[DA] Add tests that represent edge cases for the Weak Zero SIV tests (NFC) (#183735)

This patch adds test cases that capture edge cases for the Weak‑Zero SIV
tests. These cases involve loop‑invariant, non‑constant variables, and
special care is required when those variables may be zero.
DeltaFile
+106-0llvm/test/Analysis/DependenceAnalysis/weak_zero_siv_parametric_coeff.ll
+101-0llvm/test/Analysis/DependenceAnalysis/weak_zero_siv_parametric_const.ll
+207-02 files

LLVM/project f5f0930llvm/lib/Transforms/Utils VNCoercion.cpp, llvm/test/Transforms/GVN svcount-access.ll

[GVN] Fix crash when svcount is used with globals-aa (#184347)

When -globals-aa is used, `analyzeLoadAvailiability` calls
`analyzeLoadClobberringStore` which in turn calls
`isFirstClassAggregateOrScalableType` which is using
`isa<ScalableVectorType>`. Ideally it should use type's isScalableType()
method.

The crash does not occur when default (BasicAA) is used because
`analyzeLoadAvailiability` function does not take the load clobbering
path as BasicAA returns `Def`.

Fixes #159368
DeltaFile
+16-0llvm/test/Transforms/GVN/svcount-access.ll
+1-1llvm/lib/Transforms/Utils/VNCoercion.cpp
+17-12 files

LLVM/project 5f29cdcllvm/lib/Target/RISCV RISCVInstrInfo.cpp RISCVInstrInfoP.td, llvm/lib/Target/RISCV/MCTargetDesc RISCVBaseInfo.h

[RISCV] Remove OperandType OPERAND_SIMM10_UNSIGNED. Rename OPERAND_SIMM8_UNSIGNED->OPERAND_SIMM8 (#184540)

The UNSIGNED only refers to what we allow in assembly parsing. The
MachineInstr/MCInst should always be canonicalized to signed.
DeltaFile
+1-3llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
+2-2llvm/lib/Target/RISCV/RISCVInstrInfoP.td
+1-1llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
+4-63 files

LLVM/project 288060dllvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/RISCV/rvv clmulh-sdnode.ll

Merge branch 'main' into users/kasuga-fj/da-add-test-for-weak-zero-siv
DeltaFile
+84,317-78,372llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+25,751-24,782llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+23,663-20,281llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+21,867-18,577llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+13,685-22,906llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+19,112-16,445llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+188,395-181,3632,312 files not shown
+362,144-296,9262,318 files

FreeBSD/ports e5b951bwww/py-yt-dlp-ejs Makefile

www/py-yt-dlp-ejs: Remove the IGNORE line

This do-fetch target does not repackage anything.
It fetches the tarball, extracts it, then fetches NodeJS dependencies
into the same folder, and packages this folder as a final tarball
used during build.

AFAIK there is nothing wrong with this port the way it is now.

This can't be done in post-extract due to internet access that is
required.
DeltaFile
+31-31www/py-yt-dlp-ejs/Makefile
+31-311 files

FreeBSD/ports bc00328devel Makefile, devel/py-types-aws-xray-sdk Makefile pkg-descr

devel/py-types-aws-xray-sdk: New port: Typing stubs for aws-xray-sdk
DeltaFile
+23-0devel/py-types-aws-xray-sdk/Makefile
+23-0devel/py-types-aws-xray-sdk/files/patch-pyproject.toml
+4-0devel/py-types-aws-xray-sdk/pkg-descr
+3-0devel/py-types-aws-xray-sdk/distinfo
+1-0devel/Makefile
+54-05 files

FreeBSD/ports 44f5da4devel Makefile, devel/py-types-Flask-Cors Makefile pkg-descr

devel/py-types-Flask-Cors: New port: Typing stubs for Flask-Cors
DeltaFile
+24-0devel/py-types-Flask-Cors/Makefile
+23-0devel/py-types-Flask-Cors/files/patch-pyproject.toml
+19-0devel/py-types-Flask-Cors/files/patch-setup.py
+4-0devel/py-types-Flask-Cors/pkg-descr
+3-0devel/py-types-Flask-Cors/distinfo
+1-0devel/Makefile
+74-06 files

FreeBSD/ports 955cbf5devel Makefile, devel/py-schema-salad Makefile pkg-descr

devel/py-schema-salad: New port: Schema Annotations for Linked Avro Data (SALAD)
DeltaFile
+37-0devel/py-schema-salad/Makefile
+3-0devel/py-schema-salad/pkg-descr
+3-0devel/py-schema-salad/distinfo
+1-0devel/Makefile
+44-04 files

FreeBSD/ports b97c40edevel Makefile, devel/py-types-boto Makefile pkg-descr

devel/py-types-boto: New port: Typing stubs for boto
DeltaFile
+21-0devel/py-types-boto/Makefile
+4-0devel/py-types-boto/pkg-descr
+3-0devel/py-types-boto/distinfo
+1-0devel/Makefile
+29-04 files

FreeBSD/ports 0f01807devel Makefile, devel/py-cwltest Makefile distinfo

devel/py-cwltest: New port: Common Workflow Language testing framework
DeltaFile
+41-0devel/py-cwltest/Makefile
+3-0devel/py-cwltest/distinfo
+2-0devel/py-cwltest/pkg-descr
+1-0devel/Makefile
+47-04 files

FreeNAS/freenas 69c0ed1tests/api2 test_posix_acl.py

Remove tests for POSIX ACL

This has been superseded by local filesystem testing and
other targeted tests.
DeltaFile
+0-384tests/api2/test_posix_acl.py
+0-3841 files

LLVM/project 4b85c13clang-tools-extra/clang-tidy/readability RedundantPreprocessorCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Fix false positive in readability-redundant-preprocessor for builtin checks (#181734)

Different `__has_builtin()` checks were incorrectly flagged as redundant
because ConditionRange collapsed after macro expansion. It now reads
condition text directly from source to fix this.

Assisted-by: Claude
Fixes #64825
DeltaFile
+153-0clang-tools-extra/test/clang-tidy/checkers/readability/redundant-preprocessor.cpp
+37-2clang-tools-extra/clang-tidy/readability/RedundantPreprocessorCheck.cpp
+5-0clang-tools-extra/docs/ReleaseNotes.rst
+195-23 files

OpenBSD/src HBX9ZUabin/ksh var.c

   If ksh is not interactive, do not initialize curses.  Instrumentation
   showed that during a typical build process the terminfo file was being
   opened (and parsed) a gazilion times.
   diagnosed with matthieu, ok millert
VersionDeltaFile
1.74+2-2bin/ksh/var.c
+2-21 files

LLVM/project a6bbe46clang/lib/FrontendTool ExecuteCompilerInvocation.cpp

[clang][CIR] Pass VFS to command-line parsing (#184226)

This explicitly passes Clang's VFS to MLIR command-line parsing that
runs when ClangIR is enabled. This matches the rest of Clang and fixes a
sandbox violation.
DeltaFile
+3-1clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
+3-11 files

LLVM/project 32c141allvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/RISCV/rvv clmulh-sdnode.ll

Merge branch 'fix-blockfreq-unroll-unconditional-latches--fast' into fix-blockfreq-unroll-unconditional-latches--uniform
DeltaFile
+84,317-78,372llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+25,751-24,782llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+23,663-20,281llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+21,867-18,577llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+19,112-16,445llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+11,541-22,066llvm/test/CodeGen/RISCV/rvv/clmulh-sdnode.ll
+186,251-180,5232,952 files not shown
+427,667-315,0292,958 files

LLVM/project e808a7fllvm/lib/Target/RISCV/GISel RISCVInstructionSelector.cpp

[RISCV][GISel] Replace buildInstr with BuildMI (#183714)

As @arsenm mentioned in some of my PRs, such as:
https://github.com/llvm/llvm-project/pull/171092, we should use
`BuildMI` instead of `MachineInstrBuilder::buildInstr` in Selector.
This PR is tring to replace all `MachineInstrBuilder::buildInstr` with
`BuildMI`.
DeltaFile
+213-142llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
+213-1421 files

FreeBSD/ports 9ccd794www/freenginx-devel distinfo Makefile.extmod

www/freenginx-devel: third-party modules management (+)

- update vts module to its recent revision
- update zstd module to its recent revision

Bump PORTREVISION.

Sponsored by:   tipi.work
DeltaFile
+5-5www/freenginx-devel/distinfo
+2-2www/freenginx-devel/Makefile.extmod
+1-1www/freenginx-devel/Makefile
+8-83 files

LLVM/project e6b9d81clang/lib/Headers hvx_hexagon_protos.h .clang-format-ignore

[Hexagon] Ignore formatting of generated proto files (#184427)

hexagon_protos.h, hexagon_circ_brev_intrinsics.h, and
hvx_hexagon_protos.h are generated C header files that consist of
macro definitions and help fields in comments. These files are large.
Automatic formatting of these files breaks their regular structure
and increases maintenance effort.
DeltaFile
+102-80clang/lib/Headers/hvx_hexagon_protos.h
+4-0clang/lib/Headers/.clang-format-ignore
+106-802 files

LLVM/project dcbc5delldb/include/lldb/Host LZMA.h

[lldb][NFC] Add missing include to LZMA.h (#184536)

This header assumed you already included this otherwise it has errors
DeltaFile
+1-0lldb/include/lldb/Host/LZMA.h
+1-01 files

FreeBSD/ports d770223www/freenginx-devel distinfo Makefile

www/freenginx-devel: update njs module to 0.9.6

<ChangeLog>

nginx modules:

*) Bugfix: fixed expire field truncation in shared dict state files.
   Millisecond timestamps were silently truncated to 10 digits,
   making restored entries appear expired on restart.
   The issue has been present since eca03622 (0.9.1).

*) Bugfix: suppressed slab log_nomem for evict shared dict zones.
   When evict is enabled, memory allocation failures are expected
   and handled by evicting old entries.

*) Bugfix: fixed stack trace for native fetch exceptions for QuickJS
   engine.

Core:

    [38 lines not shown]
DeltaFile
+3-3www/freenginx-devel/distinfo
+1-1www/freenginx-devel/Makefile
+1-1www/freenginx-devel/Makefile.extmod
+5-53 files

FreeBSD/ports 5a8f821devel/libwasmtime distinfo Makefile

devel/libwasmtime: update 42.0.0 -> 42.0.1

ChangeLog:      https://github.com/bytecodealliance/wasmtime/compare/v42.0.0...v42.0.1

Sponsored by:   tipi.work
DeltaFile
+3-3devel/libwasmtime/distinfo
+1-1devel/libwasmtime/Makefile
+4-42 files

FreeNAS/freenas 1ca7342src/middlewared/middlewared/alembic/versions/26.0 2026-03-03_20-40_migrate_virt_global_networks.py, src/middlewared/middlewared/plugins/container migrate.py config.py

NAS-139547 / 26.0.0-BETA.1 / Add network overlap validation and defaults for container config (#18335)

## Problem

1. **No network overlap validation for containers**: Docker validates
that its `address_pools` don't overlap with system IPs, but container
config (`lxc.config`) has no such check — a user could set
`v4_network`/`v6_network` to a subnet that overlaps a system interface,
breaking networking.
2. **Network columns are nullable without defaults**: The `v4_network`
and `v6_network` columns in `container_config` are nullable with no
defaults, meaning newly created configs start with no network —
containers can't communicate out of the box.
3. **Legacy virt_global network settings not migrated**: Existing Incus
`virt_global` network settings (bridge, v4/v6 networks) are not carried
over to the LXC configuration during migration, causing previously
working setups to lose their network config.
4. **Docker's overlap validation logic is inline and not reusable**: The
CIDR-building and overlap-checking code in Docker's

    [27 lines not shown]
DeltaFile
+124-0src/middlewared/middlewared/pytest/unit/utils/test_network.py
+100-0src/middlewared/middlewared/pytest/unit/plugins/container/test_config_network_overlap.py
+91-0src/middlewared/middlewared/alembic/versions/26.0/2026-03-03_20-40_migrate_virt_global_networks.py
+21-4src/middlewared/middlewared/plugins/container/migrate.py
+22-2src/middlewared/middlewared/plugins/container/config.py
+21-0src/middlewared/middlewared/utils/network.py
+379-65 files not shown
+391-2211 files

LLVM/project 6e1ab3aclang/lib/Sema SemaType.cpp, clang/test/Modules var-inst-def.cppm pr149404-02.cppm

[Serialization] Stop demote var definition as declaration (#172430) (#177117) (#184287)

Close https://github.com/llvm/llvm-project/issues/172241 Close
https://github.com/llvm/llvm-project/issues/64034 Close
https://github.com/llvm/llvm-project/issues/149404 Close
https://github.com/llvm/llvm-project/issues/174858

After this patch, we (the clang dev) no longer assumes there are at most
one definition in a redeclaration chain.

See


https://discourse.llvm.org/t/rfc-clang-not-assuming-there-is-at-most-one-definition-in-a-redeclaration-chain/89360
for details.

---

Update since last commit:

    [13 lines not shown]
DeltaFile
+110-0clang/test/Modules/var-inst-def.cppm
+104-0clang/test/Modules/pr149404-02.cppm
+94-0clang/test/Modules/demote-var-def.cpp
+60-24clang/lib/Sema/SemaType.cpp
+83-0clang/test/Modules/module-init-forcelly-loaded-module.cpp
+47-0clang/test/Modules/pr172241.cppm
+498-241 files not shown
+508-267 files

FreeBSD/ports cf59c9cnet-im/telegram-desktop distinfo Makefile

net-im/telegram-desktop: update: 6.6.1 -> 6.6.2

ChangeLog:      https://github.com/telegramdesktop/tdesktop/compare/v6.6.1...v6.6.2

Sponsored by:   tipi.work
DeltaFile
+3-3net-im/telegram-desktop/distinfo
+1-1net-im/telegram-desktop/Makefile
+4-42 files

LLVM/project 7fb92cdthird-party/benchmark/include/benchmark benchmark.h

[Benchmark] Fix warnings around usage of __COUNTER__ (#184524)

Premerge CI is currently failing with the following after the update to
clang v22:

```
/home/gha/llvm-project/clang-tools-extra/clangd/benchmarks/IndexBenchmark.cpp:92:1: error: '__COUNTER__' is a C2y extension [-Werror,-Wc2y-extensions]
   92 | BENCHMARK(dexQueries);
      | ^
```

Some original work was done around this in
df1d786c460e0e47c9074f3533f098190ebfbc1b, which was then done in
upstream Google benchmark in

https://github.com/google/benchmark/commit/d8db2f90b643eb28a12976beb4d57bcfb639911d.
The original work done in the patch implementing this feature doesn't
seem to account for as many cases as the upstream patch does. This patch
reverts the diff in df1d786c460e0e47c9074f3533f098190ebfbc1b and applies
the applicable hunks from the upstream patch.
DeltaFile
+17-11third-party/benchmark/include/benchmark/benchmark.h
+17-111 files

NetBSD/src SpnOGJBsys/arch/mac68k/dev sbc.c

   Follow pdma more closely in drq_intr.

   Performing the first few bytes inidiviually has improved reliabiltiy for
   SBC_INTR xfers.  This follows what is done in pdma_out.

   Thus far I've had only 1 error reading from a piscsi emulated cdrom drive,
   continuously unpacking sets for at least 5 hrs.  I'm now of the impression
   that the piscsi cdrom emulation may have problems.

   In any case the overall reliablity of drq_intr xfers has dramattically
   improved.
VersionDeltaFile
1.72+4-4sys/arch/mac68k/dev/sbc.c
+4-41 files

LLVM/project 98c4626llvm/lib/CodeGen/SelectionDAG TargetLowering.cpp, llvm/test/CodeGen/PowerPC clmul-vector.ll

[TargetLowering][PowerPC] Don't unroll vector CLMUL when MUL is not supported. (#184238)

We can use the bittest lowering instead.
DeltaFile
+2,338-2,209llvm/test/CodeGen/PowerPC/clmul-vector.ll
+0-4llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+2,338-2,2132 files

NetBSD/src hRl4IAcsys/arch/mac68k/dev sbc.c

   Provide a fast path out for drq_intr when aborting the xfer.

   The data is would just be discarded in dma_stop otherwize.
VersionDeltaFile
1.71+5-2sys/arch/mac68k/dev/sbc.c
+5-21 files

LLVM/project 1c43492utils/bazel .bazelrc

[bazel] Remove old zlib config variable (#184527)

Use was removed in a268127736e4d703cef8c9f4841f9a8e8ac21ba7
DeltaFile
+0-8utils/bazel/.bazelrc
+0-81 files

LLVM/project 3a85d99utils/bazel/llvm-project-overlay/third-party BUILD.bazel, utils/bazel/third_party_build zlib-ng.BUILD

[bazel] Fix building lldb with zlib disabled (#184525)

In cmake this value is set in llvm-config.h, we're not really handling
that the same way in bazel so we can just allow all targets to inherit
this disabled, otherwise it fails since lldb assumes it is always
something
DeltaFile
+3-1utils/bazel/llvm-project-overlay/third-party/BUILD.bazel
+3-1utils/bazel/third_party_build/zlib-ng.BUILD
+6-22 files