LLVM/project e8b663bllvm/lib/Transforms/Scalar SimpleLoopUnswitch.cpp, llvm/test/Transforms/PhaseOrdering unswitch-nontrivial-cold-func.ll

[SimpleLoopUnswitch] Reland "Generalize the notion of trivial unswitching" (#204934)

In the original PR for this feature, the third parameter of
`MemorySSAUpdater::applyUpdates` was not set to `true`. This
caused `DT` to be invalid, resulting in the failures. This PR fixes the
issue and provides an additional testcase.

Also in the original commit had three asserts to confirm
`!ModifiedBranch ` when we bail out. One of these is redundant because
it is enclosed in an `if` statement checking the same condition. This PR removes
the redundant `assert` too.
DeltaFile
+1,031-0llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-loop-guard.ll
+114-0llvm/test/Transforms/PhaseOrdering/unswitch-nontrivial-cold-func.ll
+31-31llvm/test/Transforms/PhaseOrdering/X86/hoist-load-of-baseptr.ll
+29-29llvm/test/Transforms/PhaseOrdering/AArch64/matrix-extract-insert.ll
+52-0llvm/test/Transforms/SimpleLoopUnswitch/update-dt.ll
+47-3llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
+1,304-636 files not shown
+1,367-13412 files

LLVM/project 053d75cllvm/include/llvm/IR InstrTypes.h, llvm/lib/Transforms/InstCombine InstCombineCalls.cpp InstructionCombining.cpp

Revert "Reapply "[InstCombine] Merge consecutive assumes" (#205177)" (#205380)

This surfaces a bug likely fixed by
https://github.com/llvm/llvm-project/pull/205275. Once that lands this
patch can be landed again.

Reverts llvm/llvm-project#205324
DeltaFile
+14-22llvm/test/Transforms/InstCombine/assume.ll
+3-19llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+0-6llvm/include/llvm/IR/InstrTypes.h
+2-1llvm/test/Transforms/InstCombine/assume-loop-align.ll
+2-1llvm/test/Transforms/PhaseOrdering/AArch64/std-find.ll
+1-1llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
+22-506 files

FreeNAS/freenas f293c19src/middlewared/middlewared/pytest/unit/utils test_security_descriptor.py, src/middlewared/middlewared/utils security_descriptor.py

NAS-139535 / 25.10.5 / Decode CHANGE-without-DELETE_CHILD share ACL mask as CHANGE

A customer's `sharing.smb.getacl` crashed with `ValueError: 1245631 is not a
valid SDDLAccessMaskStandard` because the stored share ACL contained an ACE with
access mask 0x1301BF -- the CHANGE preset (0x1301FF) minus the
SEC_DIR_DELETE_CHILD bit (0x40). Such masks are produced by some Windows versions
/ older Samba / sharesec shell edits. `sd_bytes_to_share_acl` looked the mask up
directly in the SDDLAccessMaskStandard enum, which raised for the unrecognized
value and returned a 500 from getacl, so the admin could neither view nor fix the
share ACL.

Normalize this known equivalent mask to CHANGE at the single decode site. This
keeps the returned `ae_perm` within the existing API schema
(Literal['FULL','CHANGE','READ']) so there is no public API surface change --
appropriate for a hotfix release. Surfacing a new "CUSTOM" value (as the full
NAS-139535 fix does on master) was deliberately avoided here: it is not in the
v25_10_4 schema, so it raises pydantic ValidationError at result serialization --
swallowed in production only via dump_result_allow_fallback (logging a warning on
every read) and raised outright under the test harness.

    [3 lines not shown]
DeltaFile
+15-0src/middlewared/middlewared/pytest/unit/utils/test_security_descriptor.py
+13-1src/middlewared/middlewared/utils/security_descriptor.py
+28-12 files

LLVM/project 14670fdclang/include/clang/CodeGen ModuleBuilder.h, clang/lib/CodeGen ModuleBuilder.cpp

Add limited vtable address querying to `clang::CodeGenerator` (#202807)

This is being used in Carbon (
https://github.com/carbon-language/carbon-lang/pull/7323 ) to implement
cross-language overriding.

I realize this isn't the fully general feature needed for virtual bases,
etc - but this limited functionality is already wrapped up for, if I
understand it correctly, constexpr use cases and some others. So
hopefully it's still something folks feel is general enough to be
worthwhile exporting. For now Carbon doesn't support deriving from a
type with virtual bases, so the extra complexity isn't needed.
DeltaFile
+37-10clang/unittests/CodeGen/CodeGenExternalTest.cpp
+17-9clang/include/clang/CodeGen/ModuleBuilder.h
+11-0clang/lib/CodeGen/ModuleBuilder.cpp
+65-193 files

LLVM/project 8e2f16allvm/test/TableGen directive2.td directive1.td, llvm/utils/TableGen/Basic DirectiveEmitter.cpp

[TableGen] Use llvm_unreachable in switch guard for all except gcc 8-

Follow-up to https://github.com/llvm/llvm-project/pull/194728.

For gccs older than v9 use abort. That seems to make everybody happy.
DeltaFile
+15-15llvm/utils/TableGen/Basic/DirectiveEmitter.cpp
+15-9llvm/test/TableGen/directive2.td
+15-9llvm/test/TableGen/directive1.td
+45-333 files

FreeBSD/ports b050aedcad/netgen distinfo Makefile

cad/netgen: Update 6.2.2604 => 6.2.2605

Approved by:            db@, yuri@ (Mentors, implicit)
DeltaFile
+3-3cad/netgen/distinfo
+1-1cad/netgen/Makefile
+4-42 files

FreeBSD/ports 8a9716escience/py-dwave-ocean-sdk distinfo Makefile

science/py-dwave-ocean-sdk: update 9.3.0 → 9.4.0
DeltaFile
+3-3science/py-dwave-ocean-sdk/distinfo
+1-1science/py-dwave-ocean-sdk/Makefile
+4-42 files

FreeBSD/ports 632748escience/py-dwave-system distinfo Makefile

science/py-dwave-system: update 1.34.0 → 1.35.0
DeltaFile
+3-3science/py-dwave-system/distinfo
+2-2science/py-dwave-system/Makefile
+5-52 files

FreeBSD/ports 8250ae8science/py-dwave-hybrid distinfo Makefile

science/py-dwave-hybrid: update 0.6.15 → 0.6.16
DeltaFile
+3-3science/py-dwave-hybrid/distinfo
+2-2science/py-dwave-hybrid/Makefile
+5-52 files

FreeBSD/ports 82ee14emath/py-cvxopt distinfo Makefile, math/py-cvxopt/files patch-pyproject.toml

math/py-cvxopt: update 1.3.2 → 1.3.3
DeltaFile
+12-0math/py-cvxopt/files/patch-pyproject.toml
+3-3math/py-cvxopt/distinfo
+1-2math/py-cvxopt/Makefile
+16-53 files

FreeBSD/ports f96f824science/polytope distinfo Makefile

science/polytope: update 0.7.4 → 0.7.5
DeltaFile
+3-3science/polytope/distinfo
+3-2science/polytope/Makefile
+6-52 files

FreeBSD/ports fc3c3ebmath/py-rectangle-packer Makefile distinfo, math/py-rectangle-packer/files patch-setup.py patch-pyproject.toml

math/py-rectangle-packer: update 2.0.2 → 2.1.0
DeltaFile
+14-0math/py-rectangle-packer/files/patch-setup.py
+8-5math/py-rectangle-packer/Makefile
+10-0math/py-rectangle-packer/files/patch-pyproject.toml
+3-3math/py-rectangle-packer/distinfo
+35-84 files

FreeBSD/ports 330a8cewww/py-sse-starlette distinfo Makefile

www/py-sse-starlette: update 3.4.4 → 3.4.5
DeltaFile
+3-3www/py-sse-starlette/distinfo
+1-1www/py-sse-starlette/Makefile
+4-42 files

FreeBSD/ports 3aa2de6science/py-dwave-samplers Makefile distinfo, science/py-dwave-samplers/files patch-pyproject.toml

science/py-dwave-samplers: update 1.7.0 → 1.8.0
DeltaFile
+9-17science/py-dwave-samplers/Makefile
+24-0science/py-dwave-samplers/files/patch-pyproject.toml
+3-3science/py-dwave-samplers/distinfo
+36-203 files

FreeBSD/ports edb95ccmisc/py-comfyui-frontend-package distinfo Makefile

misc/py-comfyui-frontend-package: update 1.45.15 → 1.45.19
DeltaFile
+3-3misc/py-comfyui-frontend-package/distinfo
+1-1misc/py-comfyui-frontend-package/Makefile
+4-42 files

FreeBSD/ports a7d6473lang/py-gherkin-official distinfo Makefile

lang/py-gherkin-official: update 39.1.0 → 41.0.0
DeltaFile
+3-3lang/py-gherkin-official/distinfo
+1-1lang/py-gherkin-official/Makefile
+4-42 files

FreeBSD/ports 3d2ddeemisc/comfy-cli distinfo Makefile

misc/comfy-cli: update 1.10.5 → 1.11.1
DeltaFile
+3-3misc/comfy-cli/distinfo
+1-1misc/comfy-cli/Makefile
+4-42 files

FreeBSD/ports f1db296misc/py-comfyui-embedded-docs distinfo Makefile

misc/py-comfyui-embedded-docs: update 0.5.4 → 0.5.5
DeltaFile
+3-3misc/py-comfyui-embedded-docs/distinfo
+1-1misc/py-comfyui-embedded-docs/Makefile
+4-42 files

FreeBSD/ports 37ff536misc/py-llama-cpp-python distinfo Makefile

misc/py-llama-cpp-python: update 0.3.29 → 0.3.31
DeltaFile
+3-3misc/py-llama-cpp-python/distinfo
+2-2misc/py-llama-cpp-python/Makefile
+5-52 files

FreeBSD/ports a80a0d7textproc/jq distinfo Makefile

textproc/jq: update 1.8.1 → 1.8.2
DeltaFile
+3-3textproc/jq/distinfo
+1-1textproc/jq/Makefile
+4-42 files

FreeBSD/ports 070cf1cdevel/py-homebase Makefile, devel/py-homebase/files patch-setup.py

devel/py-homebase: Add patch to exclude tests from installed file set
DeltaFile
+12-0devel/py-homebase/files/patch-setup.py
+1-1devel/py-homebase/Makefile
+13-12 files

FreeBSD/ports e71f3c3misc/py-wandb distinfo Makefile

misc/py-wandb: update 0.27.2 → 0.28.0
DeltaFile
+3-3misc/py-wandb/distinfo
+3-1misc/py-wandb/Makefile
+6-42 files

FreeBSD/ports d8ab2f8dns/doggo distinfo Makefile

dns/doggo: update 1.1.7 → 1.2.0
DeltaFile
+5-5dns/doggo/distinfo
+1-2dns/doggo/Makefile
+6-72 files

FreeBSD/ports 459db55graphics/py-kornia-rs distinfo Makefile

graphics/py-kornia-rs: update 0.1.11 → 0.1.14
DeltaFile
+3,073-3,073graphics/py-kornia-rs/distinfo
+1-2graphics/py-kornia-rs/Makefile
+3,074-3,0752 files

FreeBSD/ports 4c70252security/py-txtorcon Makefile distinfo

security/py-txtorcon: update 24.8.0 → 26.6.0
DeltaFile
+3-5security/py-txtorcon/Makefile
+3-3security/py-txtorcon/distinfo
+6-82 files

LLVM/project 8d2a578clang/lib/Analysis/LifetimeSafety LiveOrigins.cpp FactsGenerator.cpp, clang/test/Sema/LifetimeSafety invalidations.cpp

[LifetimeSafety] Fix liveness propagation for all origin flows (#205323)

Previously, the `transfer` function for `OriginFlowFact` only handled
killing the destination origin. It did not propagate liveness backwards
from destination to source, meaning that if an origin flowed into
another, the source was not marked live even when the destination was.

The `transfer` function now propagates liveness from destination to
source: if the destination origin is live, the source origin is also
marked live with the same `LivenessInfo`, before optionally killing the
destination.

Additionally, `handleMovedArgsInCall` now skips rvalue reference
parameters annotated with `[[clang::lifetimebound]]`, since such
parameters should not be treated as moved-from.

This introduces some false positives for invalidations as container
modifications are not considered self-invalidating. The updated test
expectations reflect this, along with `FIXME` comments explaining that

    [2 lines not shown]
DeltaFile
+23-6clang/test/Sema/LifetimeSafety/invalidations.cpp
+14-3clang/lib/Analysis/LifetimeSafety/LiveOrigins.cpp
+6-0clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+43-93 files

LLVM/project fef10fellvm/docs/CommandGuide index.md, llvm/docs/GlobalISel index.rst Pipeline.rst

[docs] Enforce unambiguous toctree in llvm/docs

It seems like using a non-`hidden` `toctree` for page navigation is a
bit of a trap, in that every doc must have a single unique path through
the global toctree to the root doc, and it is very easy to end up with
multiple.

This patch tries to address the warnings (actually infos, hence why it
does not fail the build) in llvm/docs/, namely:

  $ sphinx-build -b html -jauto llvm/docs/ /tmp/sphinx-out
  checking consistency...
  llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md: document is referenced in multiple toctrees: ['UserGuides', 'AMDGPUUsage'], selecting: UserGuides <- AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack
  llvm/docs/AMDGPUDwarfExtensionsForHeterogeneousDebugging.rst: document is referenced in multiple toctrees: ['UserGuides', 'AMDGPUUsage'], selecting: UserGuides <- AMDGPUDwarfExtensionsForHeterogeneousDebugging
  llvm/docs/CommandGuide/llvm-reduce.rst: document is referenced in multiple toctrees: ['CommandGuide/index', 'CommandGuide/index', 'Reference'], selecting: Reference <- CommandGuide/llvm-reduce
  llvm/docs/GitHub.rst: document is referenced in multiple toctrees: ['GettingInvolved', 'UserGuides'], selecting: UserGuides <- GitHub
  llvm/docs/GlobalISel/IRTranslator.rst: document is referenced in multiple toctrees: ['GlobalISel/index', 'GlobalISel/Pipeline'], selecting: GlobalISel/index <- GlobalISel/IRTranslator
  llvm/docs/GlobalISel/InstructionSelect.rst: document is referenced in multiple toctrees: ['GlobalISel/index', 'GlobalISel/Pipeline'], selecting: GlobalISel/index <- GlobalISel/InstructionSelect
  llvm/docs/GlobalISel/Legalizer.rst: document is referenced in multiple toctrees: ['GlobalISel/index', 'GlobalISel/Pipeline'], selecting: GlobalISel/index <- GlobalISel/Legalizer

    [35 lines not shown]
DeltaFile
+126-81llvm/docs/CommandGuide/index.md
+30-21llvm/docs/GlobalISel/index.rst
+50-0utils/docs/llvm_sphinx/ext/checks.py
+21-21llvm/tools/llvm-debuginfo-analyzer/README.md
+0-14llvm/docs/tutorial/MyFirstLanguageFrontend/index.rst
+0-8llvm/docs/GlobalISel/Pipeline.rst
+227-1455 files not shown
+229-15411 files

LLVM/project e73856dclang/docs ghlinks.py conf.py, lldb/docs conf.py

[docs] Create utils/docs

llvm-project is home to many sphinx documentation sites, each with
configuration quirks and bespoke extensions.

The sphinx config model makes sharing code somewhat difficult. There
are options like sphinx-multiproject, but some of our docs builds are
out of the source tree while some are done out of the binary tree, so
the multiproject configuration itself would need to be generated. It
also would impose more uniformity around extensions than required.

This change instead creates a python package at utils/docs/llvm_sphinx
and makes it available to all sphinx-build processes via PYTHONPATH.
Each conf.py does not modify its own sys.path because not all builds are
out of the source tree, so there isn't a stable relative path to use to
refer to the utils/docs/ directory.

Type checking via pyright in new package is pinned to being python 3.8
compatible.

    [29 lines not shown]
DeltaFile
+0-273clang/docs/ghlinks.py
+151-0utils/docs/llvm_sphinx/ext/ghlinks/__init__.py
+71-0utils/docs/llvm_sphinx/__init__.py
+12-44llvm/docs/conf.py
+6-39lldb/docs/conf.py
+9-30clang/docs/conf.py
+249-38623 files not shown
+413-64929 files

NetBSD/pkgsrc oD9PTgBdoc CHANGES-2026

   doc: Updated pkgtools/pkglint to 23.21.1
VersionDeltaFile
1.3971+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc q2cY0oOpkgtools/pkglint distinfo Makefile

   pkgtools/pkglint: update to 23.21.1

   Changes since 23.21.0 from 2026-06-03:

   Fix wrong warning about files that are still in CVS. (Since 23.21.0.)
VersionDeltaFile
1.43+4-4pkgtools/pkglint/distinfo
1.813+2-3pkgtools/pkglint/Makefile
+6-72 files