LLVM/project 398049fclang/test/CodeGen 2008-07-31-asm-labels.c

Search for @_thisIsNotAPipe vs _thisIsNotAPipe (#192132)

z/OS has a table of mapped names in the IR. Counting the hits for just
the name leads to one more hit than expected. Search for the name with
the @ char to make sure the right occurrences are being counted.
DeltaFile
+3-3clang/test/CodeGen/2008-07-31-asm-labels.c
+3-31 files

FreeBSD/ports 7c9835egraphics/shaderc distinfo Makefile

graphics/shaderc: Update to 2026.2

Changelog: https://github.com/google/shaderc/blob/v2026.2/CHANGES

Reported by:    portscout
DeltaFile
+5-5graphics/shaderc/distinfo
+3-3graphics/shaderc/Makefile
+8-82 files

FreeBSD/ports 8b511f8www/tor-browser patch-bug2033279, www/tor-browser/files patch-bug2033279

www/tor-browser: Move patch for fix build with rust 1.95.0 to correct place

PR:             294615
Approved by:    portmgr (build fix blanket)
Fixes:          07034e30920e (Fix build with rust 1.95.0)
Sponsored by:   UNIS Labs
DeltaFile
+15-0www/tor-browser/files/patch-bug2033279
+0-15www/tor-browser/patch-bug2033279
+15-152 files

FreeBSD/ports 34cbb67www/waterfox patch-bug2033279, www/waterfox/files patch-bug2033279

www/waterfox: Move patch for fix build with rust 1.95.0 to correct place

PR:             294615
Approved by:    portmgr (build fix blanket)
Fixes:          980ffbc257a6 (Fix build with rust 1.95.0)
Sponsored by:   UNIS Labs
DeltaFile
+15-0www/waterfox/files/patch-bug2033279
+0-15www/waterfox/patch-bug2033279
+15-152 files

NetBSD/src eG3Eiffdoc 3RDPARTY

   Update an old temporary usage comment for tzdata

   There was a short period (years ago now) when the tzdata2netbsd
   script for updating NetBSD HEAD with the current version of tzdata
   was not working as desired, and a comment added here indicated that.

   That is long since fixed, the script has been used again now for
   ages, so remove the comment indicating things were being done by
   hand, and instead include usage advice for tzdata2netbsd.
VersionDeltaFile
1.2194+3-3doc/3RDPARTY
+3-31 files

FreeNAS/freenas 23a103fsrc/middlewared/middlewared service_exception.py, src/middlewared/middlewared/api/base/handler version.py

NAS-140815 / 27.0.0-BETA.1 / Fix unpicklable custom exceptions across the codebase (#18829)

## Problem

The truenas API client logs warnings like:

```
Error unpickling call exception: TypeError("APIVersionDoesNotContainModelException.init() missing 1 required positional argument: 'model_name'")
```

Python's pickle reconstructs exceptions as `ExcClass(*exc.args)`, where
`exc.args` is whatever was passed to `Exception.__init__`. Two patterns
broke this:

1. `super().__init__(f"formatted {message}")` — stores the formatted
string as the sole arg, so unpickling calls e.g.
`ZpoolPoolUnhealthyException("'pool' is DEGRADED")` which fails because
`__init__` expects `(pool, health)`.
2. No `super().__init__()` call at all.

    [14 lines not shown]
DeltaFile
+65-17src/middlewared/middlewared/plugins/zpool/exceptions.py
+28-7src/middlewared/middlewared/plugins/zfs/exceptions.py
+8-2src/middlewared/middlewared/api/base/handler/version.py
+5-0src/middlewared/middlewared/utils/service/call.py
+4-1src/middlewared/middlewared/plugins/service_/services/dbus_router.py
+5-0src/middlewared/middlewared/service_exception.py
+115-276 files not shown
+121-2712 files

LLVM/project e231ee6clang-tools-extra/clang-tidy/readability IdentifierLengthCheck.cpp IdentifierLengthCheck.h, clang-tools-extra/docs/clang-tidy/checks/readability identifier-length.rst

[clang-tidy][readability-identifier-length] refactoring and cleanup (#194610)

This PR implements the refactorings discussed with @localspook in
#193838

---------

Co-authored-by: Victor Chernyakin <chernyakin.victor.j at outlook.com>
DeltaFile
+32-78clang-tools-extra/clang-tidy/readability/IdentifierLengthCheck.cpp
+3-17clang-tools-extra/docs/clang-tidy/checks/readability/identifier-length.rst
+5-5clang-tools-extra/clang-tidy/readability/IdentifierLengthCheck.h
+40-1003 files

FreeNAS/freenas 327f72bsrc/freenas/etc modules, src/freenas/etc/initramfs-tools modules

try to fix build
DeltaFile
+9-5src/freenas/etc/initramfs-tools/hooks/truenas_vfio
+0-7src/freenas/etc/modules
+0-6src/freenas/etc/initramfs-tools/modules
+0-3src/freenas/etc/modprobe.d/nvidia.conf
+3-0src/freenas/etc/modprobe.d/truenas-nvidia.conf
+0-1src/freenas/etc/modprobe.d/kvm.conf
+12-221 files not shown
+13-227 files

FreeBSD/ports 619a15flang/gcc17-devel Makefile pkg-plist, lang/gcc17-devel/files patch-arm-unwind-cxx-support patch-gfortran-libgcc

lang/gcc17-devel: Add port

GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc17, g++17,
and gfortran17, respectively.

This is the first snapshot from trunk with the GCC 17 designation.
It largely is a copy of lang/gcc16-devel.
DeltaFile
+192-0lang/gcc17-devel/Makefile
+106-0lang/gcc17-devel/files/patch-arm-unwind-cxx-support
+69-0lang/gcc17-devel/files/patch-gfortran-libgcc
+36-0lang/gcc17-devel/pkg-plist
+31-0lang/gcc17-devel/files/patch-libgcc_unwind.inc
+23-0lang/gcc17-devel/files/patch-libgcc_unwind-dw2-fde-dip.c
+457-013 files not shown
+623-019 files

FreeBSD/ports 92da021lang/gcc16-devel distinfo Makefile

lang/gcc16-devel: Update to 16.0.1.s20260425
DeltaFile
+3-3lang/gcc16-devel/distinfo
+1-1lang/gcc16-devel/Makefile
+4-42 files

FreeBSD/ports 590a1f6lang/gcc15-devel distinfo Makefile

lang/gcc15-devel: Update to 15.2.1.s20260424
DeltaFile
+3-3lang/gcc15-devel/distinfo
+1-1lang/gcc15-devel/Makefile
+4-42 files

FreeBSD/ports ae22a65lang/gcc14-devel distinfo Makefile

lang/gcc14-devel: Update to 14.3.1.s20260423
DeltaFile
+3-3lang/gcc14-devel/distinfo
+1-1lang/gcc14-devel/Makefile
+4-42 files

FreeBSD/ports 46ee627lang/gcc13-devel distinfo Makefile

lang/gcc13-devel: Update to 13.4.1.s20260422
DeltaFile
+3-3lang/gcc13-devel/distinfo
+1-1lang/gcc13-devel/Makefile
+4-42 files

NetBSD/pkgsrc-wip 30d73bfups-nut COMMIT_MSG TODO

ups-nut: Write COMMIT_MSG and clean up TODO
DeltaFile
+66-1ups-nut/COMMIT_MSG
+3-4ups-nut/TODO
+69-52 files

NetBSD/src PhqLeqXexternal/bsd/top/dist utils.c

   Undo earlier meaningless change

   Revert my botched change (rev 1.7, 2026-04-18 19:42:21 +0000) which
   had the parens in the wrong place, which made it useless (pointed out
   offlist by rillig@ - thanks).   The change was made unnecessary by
   christos later change (rev 1.8, 2026-04-18 21:37:04 +0000), so there
   is no point fixing it, just make it go away.
VersionDeltaFile
1.9+1-1external/bsd/top/dist/utils.c
+1-11 files

NetBSD/pkgsrc-wip ca2c5ecbob distinfo, bob/patches patch-.._vendor_lua-src-547.0.0_src_lib.rs

bob: add patch to fix build on earmv6hf and earmv7hf
DeltaFile
+16-0bob/patches/patch-.._vendor_lua-src-547.0.0_src_lib.rs
+1-0bob/distinfo
+17-02 files

LLVM/project 5e7e097offload/test lit.cfg, offload/test/mapping data_member_ref.cpp

[offload] Enable Intel GPU tests and mark CUDA tests unsupported (#194790)

- Remove UNSUPPORTED: intelgpu from 12 passing tests:
  * mapping/data_member_ref.cpp
  * offloading/bug50022.cpp, info.c
* offloading/target_critical_region.cpp, target_depend_nowait.cpp,
target_nowait_target.cpp
  * offloading/strided_update/* (6 tests)
  * unified_shared_memory/close_member.c

- Change CUDA tests from XFAIL to UNSUPPORTED for Intel GPU:
  * offloading/CUDA/basic_launch.cu
  * offloading/CUDA/basic_launch_blocks_and_threads.cu
  * offloading/CUDA/basic_launch_multi_arg.cu
  * offloading/CUDA/launch_tu.cu

- Add Intel GPU configuration section to lit.cfg to disable USM tests by
default
DeltaFile
+4-0offload/test/lit.cfg
+0-3offload/test/mapping/data_member_ref.cpp
+0-3offload/test/offloading/strided_update/strided_update_ptr_count_expression.c
+0-2offload/test/offloading/strided_update/strided_update_partial_to.c
+0-2offload/test/offloading/strided_update/strided_update_to.c
+0-2offload/test/offloading/strided_update/strided_update_to_pointer.c
+4-1211 files not shown
+8-2917 files

LLVM/project ef7dc47llvm/lib/Transforms/Vectorize VPlanTransforms.cpp

[VPlan] Strip phi-check in collectUsersRecursively (NFC) (#194816)

The SetVector already ensures that there are no cycles in the
collection.
DeltaFile
+0-2llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+0-21 files

LLVM/project 150f39fllvm/lib/Target/AArch64/AsmParser AArch64AsmParser.cpp, llvm/utils/TableGen/Basic ARMTargetDefEmitter.cpp

[AArch64][llvm] Generate asm parser extension map from TableGen (NFC)

Modify ARMTargetDefEmitter to emit the assembly parser `ExtensionMap[]`
and replace the hand-written table in AArch64AsmParser.cpp with the
generated one.

Keep the assembly parser-only quirks in the emitter: the directive
denylist, the legacy primary spellings for `mte` and `compnum`, and the
extra bits needed for the `sve2-*` shorthand extensions.

This removes the duplicate manual table while preserving existing
directive parsing and required-feature diagnostics.
DeltaFile
+5-137llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
+97-0llvm/utils/TableGen/Basic/ARMTargetDefEmitter.cpp
+102-1372 files

LLVM/project 97d6d0bllvm/utils/TableGen/Basic ARMTargetDefEmitter.cpp

fixup! Use SmallDenseSet<> for quick lookup
DeltaFile
+30-28llvm/utils/TableGen/Basic/ARMTargetDefEmitter.cpp
+30-281 files

FreeNAS/freenas 473a0easrc/middlewared/middlewared/plugins/apps_images __init__.py pull.py

Fix imports
DeltaFile
+13-5src/middlewared/middlewared/plugins/apps_images/__init__.py
+1-2src/middlewared/middlewared/plugins/apps_images/pull.py
+1-2src/middlewared/middlewared/plugins/apps_images/query.py
+1-1src/middlewared/middlewared/plugins/apps_images/update_alerts.py
+1-1src/middlewared/middlewared/plugins/apps_images/client.py
+17-115 files

FreeNAS/freenas e436c8dsrc/middlewared/middlewared/api/v27_0_0 app_image.py, src/middlewared/middlewared/plugins/apps_images __init__.py update_alerts.py

Convert app.image service to be typesafe
DeltaFile
+132-0src/middlewared/middlewared/plugins/apps_images/__init__.py
+59-57src/middlewared/middlewared/plugins/apps_images/update_alerts.py
+0-111src/middlewared/middlewared/plugins/apps_images/images.py
+78-0src/middlewared/middlewared/plugins/apps_images/query.py
+31-32src/middlewared/middlewared/plugins/apps_images/dockerhub_ratelimit.py
+34-23src/middlewared/middlewared/api/v27_0_0/app_image.py
+334-22318 files not shown
+532-26624 files

LLVM/project 3dd7565llvm/docs ReleaseNotes.md ReleaseNotesTemplate.txt

[Docs] Normalize headers and indents for ReleaseNotes (#194784)

- Normalize the header syntax for ReleaseNotes (current `.md` file and
`ReleaseNotesTemplate.txt`) to use `#`-based headings
- Normalize indents to distinguish doc title from page headers

Fixes navigation indents for Furo theme update (see
https://github.com/llvm/llvm-project/pull/184440).
DeltaFile
+43-80llvm/docs/ReleaseNotes.md
+36-72llvm/docs/ReleaseNotesTemplate.txt
+79-1522 files

FreeBSD/ports d1e6113devel/py-python-gitlab distinfo Makefile

devel/py-python-gitlab: Update to 8.3.0

changelog: https://github.com/python-gitlab/python-gitlab/releases/tag/v8.3.0

PR:             294857
DeltaFile
+3-3devel/py-python-gitlab/distinfo
+1-1devel/py-python-gitlab/Makefile
+4-42 files

LLVM/project 0d97b5aclang/test/CodeGen/AArch64 neon-perm.c poly64.c, clang/test/CodeGen/AArch64/fp8-intrinsics acle_neon_fp8_untyped.c

[CIR][AArch64] Lower NEON zip1/2 elements intrinsics (#194311)

### Summary

part of : https://github.com/llvm/llvm-project/issues/185382

This is a follow up : https://github.com/llvm/llvm-project/pull/193658

Lower zip1 and zip2 intrinsics in
https://arm-software.github.io/acle/neon_intrinsics/advsimd.html#zip-elements

All the intrinsics are handled inline in
`llvm-project/build/lib/clang/23/include/arm_neon.h` like:
```
#ifdef __LITTLE_ENDIAN__
__ai __attribute__((target("neon"))) int8x8_t vzip1_s8(int8x8_t __p0, int8x8_t __p1) {
  int8x8_t __ret;
  __ret = __builtin_shufflevector(__p0, __p1, 0, 8, 1, 9, 2, 10, 3, 11);
  return __ret;

    [12 lines not shown]
DeltaFile
+551-0clang/test/CodeGen/AArch64/neon/perm.c
+0-420clang/test/CodeGen/AArch64/neon-perm.c
+0-40clang/test/CodeGen/AArch64/fp8-intrinsics/acle_neon_fp8_untyped.c
+0-20clang/test/CodeGen/AArch64/poly64.c
+551-4804 files

LLVM/project b49383cllvm/runtimes CMakeLists.txt

[LLVM] Provide a default 'multilibs.yaml' when configured (#192281)

Summary:
Right now it's a little difficult to use the multilibs support because
the user must manually provide one. I believe that when the user
configures multilibs with the LLVM CMake arguments at a minimum we
should provide one that forward `-fmultilib-flag=<multilib>` to the
created runtime.

This RP makes CMake emit this by manually writing a flag. Because users
could provide their own, this adds some extre complexity to prevent this
from being overwritten.

The desire for this change is to more easily ship this support in CMake
configuration files without needing to write files manually (for the
typical case).
DeltaFile
+70-0llvm/runtimes/CMakeLists.txt
+70-01 files

FreeNAS/freenas 71e1771src/middlewared/middlewared/plugins/api_key __init__.py crud.py

Fix improts
DeltaFile
+15-7src/middlewared/middlewared/plugins/api_key/__init__.py
+12-5src/middlewared/middlewared/plugins/api_key/crud.py
+2-1src/middlewared/middlewared/plugins/api_key/internal.py
+29-133 files

LLVM/project 64e7798llvm/include/llvm/Support YAMLTraits.h, llvm/lib/Support YAMLTraits.cpp

[llvm][YAML] Support aliases (anchors) in YAMLIO (#146371)

This change makes it possible to use YAML anchors [1], [2] with
YAMLTraits. All of the necessary parser machinery already exists, so the
only change that is necessary is to wire it up to YAMLTraits.

This is done by keeping track of all `Anchor` -> `HNode *` mappings and
reusing those when an `AliasNode` is encountered.

In accordance with the spec [2], anchors do not have to be unique and
refer to the last occurrence in the serialization.

Example usage:

```yaml
foo: &a 42
bar: *a
```


    [11 lines not shown]
DeltaFile
+101-0llvm/unittests/Support/YAMLIOTest.cpp
+33-2llvm/lib/Support/YAMLTraits.cpp
+3-0llvm/include/llvm/Support/YAMLTraits.h
+137-23 files

FreeNAS/freenas 0eb0228src/middlewared/middlewared/etc_files/pam.d truenas-api-key.mako, src/middlewared/middlewared/plugins api_key.py

Convert api_key plugin to be typesafe
DeltaFile
+0-460src/middlewared/middlewared/plugins/api_key.py
+302-0src/middlewared/middlewared/plugins/api_key/crud.py
+154-0src/middlewared/middlewared/plugins/api_key/__init__.py
+133-0src/middlewared/middlewared/plugins/api_key/internal.py
+20-13src/middlewared/middlewared/plugins/auth_/login_ex_impl.py
+5-3src/middlewared/middlewared/etc_files/pam.d/truenas-api-key.mako
+614-4768 files not shown
+635-49014 files

FreeBSD/ports b9240c9x11/walker distinfo Makefile.crates

x11/walker: Update to 2.16.1

Changelog: https://github.com/abenz1267/walker/releases/tag/v2.16.1

Reported by:    GitHub (watch releases)
DeltaFile
+25-3x11/walker/distinfo
+11-0x11/walker/Makefile.crates
+3-3x11/walker/Makefile
+39-63 files