FreeBSD/ports 0162087graphics/libemf pkg-plist distinfo, graphics/libemf/files patch-include_libEMF_wine_winnt.h patch-libemf_libemf.cpp

graphics/libemf: update to 1.0.14 release (+)

Release note for libEMF version 1.0.14

* Allow for compilation on macos with newer clang. Thanks to Hanspeter Niederstrasser for the patch.
* Applied a number of patches from Barak Pearlmutter to improve the portability of the code.
DeltaFile
+10-239graphics/libemf/pkg-plist
+7-7graphics/libemf/files/patch-include_libEMF_wine_winnt.h
+5-5graphics/libemf/files/patch-libemf_libemf.cpp
+3-3graphics/libemf/distinfo
+2-3graphics/libemf/Makefile
+27-2575 files

OPNSense/core c99aaefsrc/root/boot/lua logo-hourglass.lua.in

pkg: missing name from boot logo, oh well :)
DeltaFile
+1-1src/root/boot/lua/logo-hourglass.lua.in
+1-11 files

LLVM/project 9144e32clang/include/clang/Basic AArch64CodeGenUtils.h arm_neon.td, clang/lib/CodeGen/TargetBuiltins ARM.cpp

[AArch64][llvm][clang] Rename 9.7 ACLE vmmlaq_f16_f16 to vmmlaq_f16 (#209242)

Rename Armv9.7 ACLE intrinsic `vmmlaq_f16_f16` to `vmmlaq_f16`
as it matches convention better.

See https://github.com/ARM-software/acle/pull/443 for the ACLE change.
DeltaFile
+3-3clang/test/CodeGen/AArch64/v9.7a-neon-mmla-intrinsics.c
+2-2clang/test/Sema/aarch64-neon-target.c
+1-1clang/lib/CodeGen/TargetBuiltins/ARM.cpp
+1-1clang/test/Sema/aarch64-neon-without-target-feature.cpp
+1-1clang/include/clang/Basic/AArch64CodeGenUtils.h
+1-1clang/include/clang/Basic/arm_neon.td
+9-96 files

LLVM/project 94b7d2bclang/docs ReleaseNotes.md, clang/lib/Parse ParseDecl.cpp

[Clang] Fix error recovery for default arguments (#208868)

Fixes  #205718 
### Description
This PR fixes an issue where Clang incorrectly skips the creation of a
parameter when an error occurs in a default argument that involves a GNU
statement expression (`({ ... })`).

Previously, if the default expression evaluation failed within a
statement expression, the error recovery was not handled properly,
leading to the parameter being dropped. This fix ensures that the
parameter is correctly created and error recovery proceeds as expected.



### Testing
Added/Updated test cases in
`clang/test/SemaCXX/default-arg-error-recovery.cpp` to cover invalid
default arguments inside statement expressions.
DeltaFile
+12-0clang/test/Parser/cxx-default-args.cpp
+3-2clang/lib/Parse/ParseDecl.cpp
+1-0clang/docs/ReleaseNotes.md
+16-23 files

LLVM/project 7289820llvm/lib/Target/AArch64 AArch64ISelLowering.cpp

Add assert
DeltaFile
+4-2llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+4-21 files

LLVM/project f5fedb0llvm/lib/Target/AArch64 AArch64ISelLowering.cpp

 Address more comments (const variables, std::optional PromVT)
DeltaFile
+12-12llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+12-121 files

LLVM/project 6b30064llvm/lib/Target/AArch64 AArch64ISelLowering.cpp

Address comments
DeltaFile
+7-6llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+7-61 files

LLVM/project 10f877ellvm/lib/Target/AArch64 AArch64ISelLowering.cpp

[AArch64] NFCI: Simplify LowerVectorFP_TO_INT_SAT (part 2)

This simplifies the logic a bit more, such that the flow of the
lowering is as follows:
* Try to promote if necessary (fp16/bf16 types or src < dst)
* Try to handle natively (satwidth == srcwidth == dstwidth)
* Otherwise use min/max + truncate.
DeltaFile
+59-39llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+59-391 files

FreeBSD/ports 9728a08devel/pyenv pkg-plist distinfo

devel/pyenv: Update to 2.8.0
DeltaFile
+14-0devel/pyenv/pkg-plist
+3-3devel/pyenv/distinfo
+1-1devel/pyenv/Makefile
+18-43 files

FreeBSD/ports dad28f3Mk/Uses npm.mk

Mk/Uses/npm.mk: Correct NPM version comparison

Assuming NPM version follows the semantic versioning, NPM_VER:R was
used to obtain the major and the minor version of NPM. However, when
the minor version is equal or greater than 10, the comparison
NPM:R >= 11.3 does not make sense. This change corrects version
comparison using major and minor combination.
DeltaFile
+10-5Mk/Uses/npm.mk
+10-51 files

LLVM/project 454bb24llvm/docs LangRef.md

Adapt Ralf's simpler no-tearing formulation.
DeltaFile
+3-4llvm/docs/LangRef.md
+3-41 files

LLVM/project 5514c1eclang-tools-extra/clang-tidy/modernize UseScopedLockCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Flag consecutive scoped_locks in use-scoped-lock (#209272)

Fixes https://github.com/llvm/llvm-project/issues/209112.
DeltaFile
+100-19clang-tools-extra/test/clang-tidy/checkers/modernize/use-scoped-lock.cpp
+56-22clang-tools-extra/clang-tidy/modernize/UseScopedLockCheck.cpp
+18-7clang-tools-extra/test/clang-tidy/checkers/modernize/use-scoped-lock-warn-on-single-locks-false.cpp
+5-5clang-tools-extra/docs/clang-tidy/checks/modernize/use-scoped-lock.rst
+6-0clang-tools-extra/docs/ReleaseNotes.rst
+185-535 files

LLVM/project 244ff38llvm/include/llvm/TargetParser AMDGPUTargetParser.h, llvm/lib/Target/AMDGPU GCNSubtarget.h

AMDGPU: Validate processor and features in TargetID parsing

TargetID::parseTargetIDString previously only checked that the string was
structurally a 4-component triple followed by a processor field. It
accepted unrecognized processors and silently ignored malformed or
unsupported feature modifiers. Work towards improving validation so in
the future clang's copy of TargetID can be replaced.

Co-authored-by: Claude (Opus 4.8)
DeltaFile
+128-46llvm/lib/TargetParser/AMDGPUTargetParser.cpp
+149-0llvm/unittests/TargetParser/TargetParserTest.cpp
+20-2llvm/include/llvm/TargetParser/AMDGPUTargetParser.h
+7-3llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+5-3llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp
+3-1llvm/lib/Target/AMDGPU/GCNSubtarget.h
+312-551 files not shown
+313-567 files

OpenZFS/src 733f048man/man8 zpool-scrub.8

man: thorough scrub documentation update

Drop the paragraph in the -t option description which details the
resume behavior.  This is already covered under the -p option and
there's no need to belabor the point.

Reviewed-by: Alek Pinchuk <Alek.Pinchuk at connectwise.com>
Reviewed-by: Alexander Motin <alexander.motin at TrueNAS.com>
Signed-off-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Closes #18797
DeltaFile
+0-12man/man8/zpool-scrub.8
+0-121 files

LLVM/project f610b89llvm/test/MC/ELF/AMDGPU cfi.s

Update cfi test
DeltaFile
+1-0llvm/test/MC/ELF/AMDGPU/cfi.s
+1-01 files

FreeBSD/src 9c6ed9atools/test/stress2/misc rename_exchange.sh pddupfd.sh

stress2: Added new test scenarios
DeltaFile
+162-0tools/test/stress2/misc/rename_exchange.sh
+132-0tools/test/stress2/misc/pddupfd.sh
+129-0tools/test/stress2/misc/nullfs33.sh
+84-0tools/test/stress2/misc/rename_exchange2.sh
+57-0tools/test/stress2/misc/rename17.sh
+28-0tools/test/stress2/misc/nullfs34.sh
+592-01 files not shown
+613-07 files

OpenZFS/src 14f4288tests/runfiles freebsd.run, tests/test-runner/bin zts-report.py.in

ZTS/block_cloning: test `COPY_FILE_RANGE_CLONE` on FreeBSD 15+

FreeBSD 15 gained a "clone only, never copy" flag for copy_file_range().
This implements it as an option in clonefile, so we can get the test
suite checking it.

Copying the existing FICLONERANGE tests, and changing the clonefile
call to use the copy_file_range(COPY_FILE_RANGE_CLONE) mode available
to ensure correct behaviour on FreeBSD 15.

Sponsored-by: TrueNAS
Reviewed-by: Brian Behlendorf <behlendorf1 at llnl.gov>
Reviewed-by: Alexander Motin <alexander.motin at TrueNAS.com>
Reviewed-by: Christos Longros <chris.longros at gmail.com>
Signed-off-by: Rob Norris <rob.norris at truenas.com>
Closes #18788
DeltaFile
+69-12tests/zfs-tests/cmd/clonefile.c
+70-0tests/zfs-tests/tests/functional/block_cloning/block_cloning_copyfilerange_clone_partial.ksh
+62-0tests/zfs-tests/tests/functional/block_cloning/block_cloning_copyfilerange_clone.ksh
+56-0tests/zfs-tests/tests/functional/block_cloning/block_cloning_disabled_copyfilerange_clone.ksh
+6-0tests/test-runner/bin/zts-report.py.in
+6-0tests/runfiles/freebsd.run
+269-121 files not shown
+272-127 files

LLVM/project 9a342c1llvm/lib/Transforms/Vectorize VPlanTransforms.cpp, llvm/test/Transforms/LoopVectorize/RISCV strided-accesses.ll tail-folding-interleave.ll

[VPlan] Use VPSCEVExpander in convertToStridedAccesses (#208939)

Expand SCEVs to VPInstructions, falling back to expanding to IR
instructions. Expanding to VPInstructions has the advantage that the
expansion would be made visible to the VPlan optimization pipeline,
allowing existing simplifications to kick in.
DeltaFile
+115-0llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
+57-3llvm/test/Transforms/LoopVectorize/VPlan/RISCV/expand-scev.ll
+20-20llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
+4-4llvm/test/Transforms/LoopVectorize/RISCV/strided-access-wide-stride.ll
+5-1llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+2-2llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
+203-302 files not shown
+206-338 files

LLVM/project 4730679llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp

remove r600 check
DeltaFile
+1-2llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+1-21 files

LLVM/project 4b3d92cllvm/include/llvm/MC MCSubtargetInfo.h

Drop setCPU change
DeltaFile
+0-4llvm/include/llvm/MC/MCSubtargetInfo.h
+0-41 files

LLVM/project 5707f05llvm/test/MC/AMDGPU amdgcn-target-directive-subarch-cpu-field.s

Fix test after rebases
DeltaFile
+2-2llvm/test/MC/AMDGPU/amdgcn-target-directive-subarch-cpu-field.s
+2-21 files

LLVM/project 9f92bf2llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp, llvm/test/MC/AMDGPU hsa-diag-v4.s isa-version-pal.s

Clarify .amdgcn_target processor mismatch diagnostic
DeltaFile
+25-8llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+4-4llvm/test/MC/AMDGPU/hsa-diag-v4.s
+2-2llvm/test/MC/AMDGPU/isa-version-pal.s
+1-1llvm/test/MC/AMDGPU/amdgcn-target-directive-triple-env.s
+1-1llvm/test/MC/AMDGPU/isa-version-hsa.s
+1-1llvm/test/MC/AMDGPU/isa-version-unk.s
+34-176 files

LLVM/project 5e36331llvm/lib/Target/AMDGPU/AsmParser AMDGPUAsmParser.cpp, llvm/lib/Target/AMDGPU/Utils AMDGPUBaseInfo.h

AMDGPU: Respect target assembler directives over command line

Mutate the global subtarget, using essentially the same code that ARM uses.
The main difference is we need to mutate the actual CPU name in addition
to just flipping the feature bits, so this needs a new setter in
MCSubtargetInfo. Liberalize the triple check so that after #206480,
old assembly files to not break on new assembler invocations.

For some reason we have 2 different assembler directives that indicate the
target, .amdgcn_target for amdhsa and .amd_amdgpu_isa for amdpal. Previously,
we would take the target from the command line and then error if the directive
did not exactly match. In order to move away from depending on the xnack and
sramecc subtarget features, start treating the directives as a change of target,
similar to ARM's .cpu and .arch directives.

Both .amdgcn_target and .amd_amdgpu_isa encode full triples, but unlike
.amdgcn_target, the PAL directive does not include xnack or sramecc. Ideally
we would introduce new independent directives for these.

Co-Authored-By: Claude Opus 4.6 <noreply at anthropic.com>
DeltaFile
+65-7llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
+33-0llvm/test/MC/AMDGPU/amdgcn-target-directive-conflict.s
+5-5llvm/test/MC/AMDGPU/hsa-diag-v4.s
+7-0llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
+3-3llvm/test/MC/AMDGPU/isa-version-unk.s
+3-3llvm/test/MC/AMDGPU/isa-version-pal.s
+116-1810 files not shown
+132-2916 files

LLVM/project 6c6ecb3libcxx/src new.cpp, libcxx/src/include overridable_function.h

[libcxx][libcxxabi] Remove OVERRIDABLE_FUNCTION macro (#209323)

This is no longer needed, we can just use [[gnu::weak]] attribute.
DeltaFile
+6-13libcxx/src/include/overridable_function.h
+4-4libcxx/src/new.cpp
+4-4libcxxabi/src/stdlib_new_delete.cpp
+14-213 files

LLVM/project aae0191libcxx/src/include overridable_function.h

[libcxx] Rename __libcpp_launder to __launder_function_pointer (#209320)

This addresses post-commit feedback raised in #208330.
DeltaFile
+2-2libcxx/src/include/overridable_function.h
+2-21 files

LLVM/project e8e88dbclang/docs ReleaseNotes.md, clang/lib/Sema SemaTemplateInstantiate.cpp

[clang][sema] Fix crash on class template instantiation when a member variable partial specialization has an invalid primary template (#202006)

Fixes #195988. 

For the root cause, consider this reproducer:
https://godbolt.org/z/6jTnvocs4
```cpp
template <typename> struct A {
  template <typename U> static B x; // unknown type name 'B'
  template <typename U> static int x<U*>;
};
A<int> a;
```
During the instantiation of `A<int>`, the variable template `x` is
skipped because it was marked as an invalid declaration due to the
unknown type `B`. When the partial specialization `x<U*>` is visited
next, the lookup for `x` finds nothing and triggers the assertion:

https://github.com/llvm/llvm-project/blob/2433b06e6dbe3ef015a226620d207a45f7b98c7c/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp#L2538
Fix by instantiating invalid variable templates using the `int` fallback
instead of skipping them.
DeltaFile
+9-1clang/lib/Sema/SemaTemplateInstantiate.cpp
+8-0clang/test/SemaTemplate/GH195988.cpp
+1-0clang/docs/ReleaseNotes.md
+18-13 files

NetBSD/pkgsrc Dl4Pypzwww/py-django-formtools Makefile distinfo

   py-django-formtools: updated to 2.7

   2.7.0 (2026-07-09)

   - Fixed a regression in 2.6.x with ``get_form_list()`` caching not allowing
     ``form_list`` mutations.

   - Dropped support for Python < 3.10 and Django < 5.2
VersionDeltaFile
1.18+4-4www/py-django-formtools/Makefile
1.12+4-4www/py-django-formtools/distinfo
1.7+3-1www/py-django-formtools/PLIST
+11-93 files

LLVM/project 7049627lld/ELF MarkLive.cpp Writer.cpp, lld/docs ld.lld.1

[ELF] --retain-symbols-file: keep listed symbols in .symtab, not .dynsym (#209063)

Commit c0fc25307143dd06c12fb2f5ebdb1dade7290ccf (2017) implements
--retain-symbols-file with symbol version machinery
`{local: *; global: listed;}`, which removes unlisted symbols from
.dynsym and leaves .symtab untouched. GNU ld does the opposite: it keeps
only the listed symbols in .symtab and does not touch .dynsym.

Reuse the --discard-{locals,all} mechanism to reimplement the feature,
matching GNU ld.
Use --export-dynamic-symbol or a version script to control .dynsym.

Extend `markUsedSymbols` to mark referenced globals as well, so
--emit-relocs/-r keep a valid symbol index.

Fix #91055
DeltaFile
+36-21lld/test/ELF/retain-symbols-file.s
+15-13lld/ELF/MarkLive.cpp
+12-1lld/ELF/Writer.cpp
+1-9lld/ELF/SymbolTable.cpp
+3-6lld/ELF/Driver.cpp
+4-1lld/docs/ld.lld.1
+71-513 files not shown
+76-539 files

LLVM/project 317efbellvm/lib/Target/AArch64 AArch64ISelLowering.cpp, llvm/test/CodeGen/AArch64 branch-cond-split-fcmp.ll sve2p1-while-pn-folds.ll

[AArch64] Fold CSET + BR_CC into a conditional branch (#207398)

Fold CSETs into conditional branches (rather than lowering to a CSET +
TB[N]Z). This is most useful for lowering loop conditions based on
predicate-as-counter whiles to:

```
whilelo pn8.s, x0, x1, vlx4
b.mi .Lloop
```
DeltaFile
+20-0llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+2-4llvm/test/CodeGen/AArch64/branch-cond-split-fcmp.ll
+2-4llvm/test/CodeGen/AArch64/sve2p1-while-pn-folds.ll
+24-83 files

NetBSD/pkgsrc aKbGe7owww/py-django-stubs-ext distinfo Makefile

   py-django-stubs-ext: updated to 6.0.6

   6.0.6

   Fix task decorator typing for takes_context=True
   Improve database backend typing
   Fix only pk validation for abstract models
   Make validators consistent
   Allow aggregate filters to use expressions
   Typecheck save()/asave() update_fields against model fields
VersionDeltaFile
1.8+4-4www/py-django-stubs-ext/distinfo
1.9+4-4www/py-django-stubs-ext/Makefile
+8-82 files