LLVM/project 74c0ee7llvm/include/llvm/Analysis TargetTransformInfo.h, llvm/include/llvm/CodeGen BasicTTIImpl.h

[TTI] Remove TargetLibraryInfo from IntrinsicCostAttributes (NFC) (#183764)

This is a remnant from when `sincos` costs used the vector mappings from
`TargetLibraryInfo::getVectorMappingInfo`.
DeltaFile
+7-13llvm/lib/Analysis/CostModel.cpp
+9-8llvm/lib/Analysis/TargetTransformInfo.cpp
+2-5llvm/include/llvm/Analysis/TargetTransformInfo.h
+1-2llvm/include/llvm/CodeGen/BasicTTIImpl.h
+1-1llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+1-1llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+21-306 files

OPNSense/core e5e6387src/opnsense/scripts/filter/lib states.py

Firewall: Diagnostics: States - minor glitch in searching, when no specific networks are selected, match all and offered filter. closes https://github.com/opnsense/core/issues/9876
DeltaFile
+3-1src/opnsense/scripts/filter/lib/states.py
+3-11 files

LLVM/project 6fa90a3mlir/lib/IR SymbolTable.cpp, mlir/test/Dialect/IRDL invalid.irdl.mlir

[MLIR][SymbolTable] Fix crash when SymbolTable is built on unverified IR (#183945)

The SymbolTable::SymbolTable constructor asserted that all symbol names
in the region were unique. This could cause mlir-opt to crash instead of
producing a proper diagnostic when the IR contained both:

1. An IsolatedFromAbove op (e.g., irdl.dialect) with a symbol user that
looks up symbols in an ancestor symbol table, and
2. Duplicate symbols in that ancestor (e.g., two func.func @test).

The crash occurred because IsolatedFromAbove ops are verified in
verifyOnExit() before verifyRegionInvariants() runs the SymbolTable
trait's verifyRegionTrait (which produces the proper duplicate-symbol
diagnostic). When the isolated op's symbol use verification triggered
SymbolTableCollection::getSymbolTable() on the ancestor, the constructor
would assert instead of gracefully handling the invalid-but-not-yet-
reported duplicate symbols.

The fix removes the assertion and silently skips duplicate symbol

    [7 lines not shown]
DeltaFile
+20-0mlir/test/Dialect/IRDL/invalid.irdl.mlir
+7-4mlir/lib/IR/SymbolTable.cpp
+27-42 files

NetBSD/pkgsrc QoK64sxdoc CHANGES-2026

   doc: Updated security/mozilla-rootcerts-openssl to 2.21
VersionDeltaFile
1.1474+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc Gtt6pTydoc CHANGES-2026

   doc: Updated security/mozilla-rootcerts to 1.1.20260211
VersionDeltaFile
1.1473+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc ORVH8h0security/mozilla-rootcerts distinfo Makefile, security/mozilla-rootcerts-openssl Makefile

   mozilla-rootcerts*: update to 2026-02-11
VersionDeltaFile
1.39+4-4security/mozilla-rootcerts/distinfo
1.36+3-3security/mozilla-rootcerts-openssl/Makefile
1.62+3-3security/mozilla-rootcerts/Makefile
+10-103 files

LLVM/project 64d5a9cmlir/include/mlir/IR BuiltinAttributes.h BuiltinAttributes.td, mlir/lib/Bindings/Python IRAttributes.cpp

[mlir][IR] Rename + merge DenseElementsAttr

move to TD

rename
DeltaFile
+122-580mlir/include/mlir/IR/BuiltinAttributes.h
+263-41mlir/include/mlir/IR/BuiltinAttributes.td
+40-66mlir/lib/IR/BuiltinAttributes.cpp
+5-21mlir/lib/IR/AsmPrinter.cpp
+4-6mlir/lib/Bindings/Python/IRAttributes.cpp
+5-5mlir/lib/IR/BuiltinDialectBytecode.cpp
+439-71914 files not shown
+469-75020 files

OpenBSD/ports XWWYcqXfonts/noto/fonts distinfo Makefile

   Update to noto-fonts-2026.03.01.
VersionDeltaFile
1.14+2-2fonts/noto/fonts/distinfo
1.20+1-1fonts/noto/fonts/Makefile
+3-32 files

OpenBSD/ports 0zvQ4yfwww/vnu distinfo Makefile, www/vnu/files vnu

   Update to vnu-26.2.26.
VersionDeltaFile
1.12+2-2www/vnu/distinfo
1.2+2-1www/vnu/files/vnu
1.21+1-1www/vnu/Makefile
+5-43 files

OPNSense/core c8cd556src/opnsense/service/modules/actions script_output.py

configd: remove constant cleanups as they may influence requests from other threads executing different commands. As the file operations are already locked, we can simply trust these and close https://github.com/opnsense/core/issues/9864

In theory we might require a bit more temp space by not removing the already executed commands, but in practice that's likely not a huge issue.
If we would like to cleanup periodically, we would require the communication to stall for a bit when performing these cleanups on cached commands or flush their contents instead of removing them (so we can lock the files in the process). For now we assume the amount of cached commands is not very large and their content is managable.
DeltaFile
+6-10src/opnsense/service/modules/actions/script_output.py
+6-101 files

LLVM/project cd22c55mlir/include/mlir/IR BuiltinAttributes.td BuiltinAttributes.h, mlir/lib/AsmParser AttributeParser.cpp

[mlir][IR] Separate `DenseStringElementsAttr` from `DenseElementsAttr`
DeltaFile
+97-17mlir/include/mlir/IR/BuiltinAttributes.td
+24-44mlir/lib/IR/BuiltinAttributes.cpp
+26-15mlir/lib/CAPI/IR/BuiltinAttributes.cpp
+24-13mlir/unittests/IR/AttributeTest.cpp
+24-10mlir/lib/AsmParser/AttributeParser.cpp
+0-25mlir/include/mlir/IR/BuiltinAttributes.h
+195-1245 files not shown
+224-13711 files

NetBSD/pkgsrc 4ocsna1doc CHANGES-2026

   doc: Updated textproc/rumdl to 0.1.33
VersionDeltaFile
1.1472+2-1doc/CHANGES-2026
+2-11 files

LLVM/project d68d47dllvm/test/CodeGen/ARM vselect_imax.ll, llvm/test/CodeGen/Thumb pr35836_2.ll pr35836.ll

[ARM] Explicitly mark certain instructions as having no side effects. (#182771)

This goes through some Arm instructions and adds hasSideEffects = 0 to
ones where it was not already implied. This should help with scheduling
and instruction movement.
DeltaFile
+46-40llvm/test/CodeGen/Thumb/pr35836_2.ll
+10-35llvm/test/CodeGen/Thumb/pr35836.ll
+22-22llvm/test/tools/llvm-mca/ARM/cortex-a57-neon-instructions.s
+21-21llvm/test/CodeGen/ARM/vselect_imax.ll
+13-13llvm/test/tools/llvm-mca/ARM/m55-int.s
+13-13llvm/test/tools/llvm-mca/ARM/m85-int.s
+125-14418 files not shown
+242-23524 files

NetBSD/pkgsrc 664iAEPtextproc/rumdl distinfo Makefile

   textproc/rumdl: update to 0.1.33


   [0.1.33] - 2026-02-28
   Added

       CLI: Add --fixable and --unfixable flags to control which rules are allowed to auto-fix. --fixable acts as an allowlist (only listed rules can fix), --unfixable acts as a blocklist (takes precedence). Both accept comma-separated rule names or aliases (#472)

   Fixed

       CLI: Resolve rule name aliases in fixable/unfixable config lists so that aliases like commands-show-output correctly match canonical names like MD014
       Rules: Detect links and images inside MkDocs admonitions, content tabs, and markdown HTML blocks
       Docs: Fix incorrect MD014 documentation that claimed the rule cannot be auto-fixed — it removes $ prompts from commands without output, matching markdownlint-cli behavior (#473)

   Changed

       Docs: Add feature comparison matrix and cold start benchmarks for all 8 comparison tools

   [0.1.32] - 2026-02-27

    [67 lines not shown]
VersionDeltaFile
1.15+4-4textproc/rumdl/distinfo
1.15+2-2textproc/rumdl/Makefile
+6-62 files

OPNSense/core 9dffcbdsrc/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api FirewallController.php

Firewall: Diagnostics: States - replacement of SanitizeFilter() seems to have killed our state network lookup, strings should be safe to pass here, closes https://github.com/opnsense/core/issues/9876
DeltaFile
+1-1src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api/FirewallController.php
+1-11 files

LLVM/project d71adeamlir/include/mlir/IR BuiltinAttributes.td BuiltinAttributes.h, mlir/lib/AsmParser AttributeParser.cpp

[mlir][IR] Separate `DenseStringElementsAttr` from `DenseElementsAttr`
DeltaFile
+97-17mlir/include/mlir/IR/BuiltinAttributes.td
+24-44mlir/lib/IR/BuiltinAttributes.cpp
+26-15mlir/lib/CAPI/IR/BuiltinAttributes.cpp
+24-13mlir/unittests/IR/AttributeTest.cpp
+26-10mlir/lib/AsmParser/AttributeParser.cpp
+0-25mlir/include/mlir/IR/BuiltinAttributes.h
+197-1244 files not shown
+215-13610 files

NetBSD/pkgsrc TdiSStUdoc CHANGES-2026

   doc: Updated textproc/py-pdf to 6.7.4
VersionDeltaFile
1.1471+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc WoHqXk0textproc/py-pdf distinfo Makefile

   py-pdf: update to 6.7.4.

   ## Version 6.7.4, 2026-02-27

   ### Security (SEC)
   - Allow limiting output length for RunLengthDecode filter (#3664)

   ### Robustness (ROB)
   - Deal with invalid annotations in extract_links (#3659)
VersionDeltaFile
1.50+4-4textproc/py-pdf/distinfo
1.56+4-4textproc/py-pdf/Makefile
+8-82 files

FreeBSD/ports c47c519net-im/qTox distinfo Makefile

net-im/qTox: update 1.18.3-20251212 → 1.18.4

Reported by:    portscout
DeltaFile
+3-3net-im/qTox/distinfo
+1-3net-im/qTox/Makefile
+4-62 files

FreeBSD/ports 395292btextproc/castxml distinfo Makefile

textproc/castxml: update 0.6.13 → 0.7.0

Reported by:    portscout
DeltaFile
+3-3textproc/castxml/distinfo
+2-2textproc/castxml/Makefile
+5-52 files

FreeBSD/ports 5f0e789www/py-starlette-context distinfo Makefile

www/py-starlette-context: update 0.4.0 → 0.5.1

Reported by:    portscout
DeltaFile
+3-3www/py-starlette-context/distinfo
+2-2www/py-starlette-context/Makefile
+5-52 files

FreeBSD/ports 4b48372www/cpp-httplib Makefile distinfo

www/cpp-httplib: update 0.34.0 → 0.35.0

Reported by:    portscout
DeltaFile
+4-4www/cpp-httplib/Makefile
+3-3www/cpp-httplib/distinfo
+7-72 files

FreeBSD/ports f9fc143net/py-pook distinfo Makefile

net/py-pook: update 2.1.3 → 2.1.5

Reported by:    portscout
DeltaFile
+3-3net/py-pook/distinfo
+1-1net/py-pook/Makefile
+4-42 files

FreeBSD/ports 5f9b55agraphics/art pkg-plist distinfo

graphics/art: update 1.26.1 → 1.26.2
DeltaFile
+5-1graphics/art/pkg-plist
+3-3graphics/art/distinfo
+1-2graphics/art/Makefile
+9-63 files

FreeBSD/ports d3a692emath/cvc5 distinfo Makefile

math/cvc5: update 1.3.2 → 1.3.3

Reported by:    portscout
DeltaFile
+3-3math/cvc5/distinfo
+2-3math/cvc5/Makefile
+5-62 files

FreeBSD/ports 4808e6ewww/py-sse-starlette distinfo Makefile, www/py-sse-starlette/files patch-pyproject.toml

www/py-sse-starlette: update 3.2.0 → 3.3.2

Reported by:    portscout
DeltaFile
+3-3www/py-sse-starlette/distinfo
+3-3www/py-sse-starlette/files/patch-pyproject.toml
+1-1www/py-sse-starlette/Makefile
+7-73 files

FreeBSD/ports 831edc6graphics/xournalpp distinfo Makefile

graphics/xournalpp: update 1.3.2 → 1.3.3

Reported by:    portscout
DeltaFile
+3-3graphics/xournalpp/distinfo
+1-1graphics/xournalpp/Makefile
+4-42 files

FreeBSD/ports 16fd614devel/glaze pkg-plist distinfo

devel/glaze: update 7.0.2 → 7.1.0

Reported by:    portscout
DeltaFile
+9-0devel/glaze/pkg-plist
+3-3devel/glaze/distinfo
+2-2devel/glaze/Makefile
+14-53 files

FreeBSD/ports c162736games/iqpuzzle Makefile distinfo

games/iqpuzzle: update 1.4.3 → 1.5.0

Reported by:    portscout
DeltaFile
+3-3games/iqpuzzle/Makefile
+3-3games/iqpuzzle/distinfo
+2-0games/iqpuzzle/pkg-plist
+8-63 files

FreeBSD/ports 2a2c864cad/verilator distinfo Makefile

cad/verilator: update 5.044 → 5.046

Reported by:    portscout
DeltaFile
+3-3cad/verilator/distinfo
+2-2cad/verilator/Makefile
+5-52 files