LLVM/project 1d0b606compiler-rt/lib/tsan/rtl tsan_interceptors_mach_vm.cpp, compiler-rt/test/tsan/Darwin mach_vm_deallocate_race.c

[Darwin][TSan] Fix race in mach_vm_deallocate interceptor (#210716)

I have seen an issue whereby the meta store in MetaMap::AllocBlock lands
in the unmapped gap left during the tsan::MetaMap::ResetRange call;
where the range is first unmapped, and then remapped with MAP_FIXED.
This occurred under the mach_vm_deallocate interceptor, because it first
does the deallocate call, and only then does it call UnmapShadow -
leaving a gap where a fresh slab for malloc can land, only to have the
meta region for that range mapped out from under it, resulting in a bad
access fault.

It is worth noting that there is a comment above the IsValidMmapRange
function (which gets called during UnmapShadow), that describes this
exact issue in the context of munmap.

rdar://179172055

Assisted by: Claude
DeltaFile
+57-0compiler-rt/test/tsan/Darwin/mach_vm_deallocate_race.c
+2-3compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
+59-32 files

NetBSD/pkgsrc n1sczDidoc CHANGES-2026

   Updated devel/py-boltons, textproc/py-bracex
VersionDeltaFile
1.4633+3-1doc/CHANGES-2026
+3-11 files

LLVM/project 2cd5deblibcxx/utils test-at-commit

[libc++] Fix test-at-commit after df4bb1f3106d (#210983)
DeltaFile
+0-2libcxx/utils/test-at-commit
+0-21 files

FreeBSD/ports b67d50ebiology/muscle Makefile, biology/muscle/files patch-src__Makefile

biology/muscle: improve port

- remove unnecessary dependencies on gcc and bash
- use INSTALL_PROGRAM instead of INSTALL

Bump PORTREVISION

Reported by:    danfe
DeltaFile
+20-0biology/muscle/files/patch-src__Makefile
+2-6biology/muscle/Makefile
+22-62 files

NetBSD/pkgsrc eSERRI0textproc/py-bracex distinfo Makefile

   py-bracex: updated to 3.0.1

   3.0.1
   - **FIX**: Fix case where character or number ranges could throw an exception (@santhreal).
VersionDeltaFile
1.11+4-4textproc/py-bracex/distinfo
1.11+2-2textproc/py-bracex/Makefile
+6-62 files

NetBSD/pkgsrc Oz6rQKVdevel/py-boltons distinfo Makefile

   py-boltons: updated to 26.1.0

   26.1.0

   - Fixed [`strutils.singularize`][strutils.singularize] mangling words ending in 'ss'
   - Fixed [`fileutils.AtomicSaver`][fileutils.AtomicSaver] to accept `os.PathLike`
   - Fixed `copy.copy`/`copy.deepcopy` collapsing [`dictutils.OrderedMultiDict`][dictutils.OrderedMultiDict] values
   - Sped up [`strutils.MultiReplace`][strutils.MultiReplace] match lookup
   - Fixed [`setutils.IndexedSet`][setutils.IndexedSet] out-of-range negative indexing wrapping around
   - Fixed [`setutils.IndexedSet`][setutils.IndexedSet] slicing after removals
VersionDeltaFile
1.12+4-4devel/py-boltons/distinfo
1.13+2-2devel/py-boltons/Makefile
+6-62 files

OPNSense/core 0e9861csrc/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogSNatRule.xml, src/opnsense/mvc/app/library/OPNsense/Firewall SNatRule.php

Firewall: NAT: Source NAT - add endpoint-independent for UDP translations (full cone nat), closes https://github.com/opnsense/core/issues/8384
DeltaFile
+9-0src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms/dialogSNatRule.xml
+6-0src/opnsense/mvc/app/models/OPNsense/Firewall/Filter.php
+1-0src/opnsense/mvc/app/library/OPNsense/Firewall/SNatRule.php
+1-0src/opnsense/mvc/app/models/OPNsense/Firewall/Filter.xml
+17-04 files

LLVM/project 3638f27mlir/lib/Dialect/Math/IR MathOps.cpp, mlir/test/Dialect/Math canonicalize.mlir

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+18-12mlir/lib/Dialect/Math/IR/MathOps.cpp
+16-4mlir/test/Dialect/Math/canonicalize.mlir
+34-162 files

LLVM/project 14cb461llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime BUILD.gn

[gn build] Port 1a11f6ca1779 (#210974)
DeltaFile
+0-1llvm/utils/gn/secondary/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/BUILD.gn
+0-11 files

LLVM/project 114372allvm/utils/gn/secondary/llvm/utils/TableGen/Basic BUILD.gn

[gn build] Port 30c0454414ec (#210975)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/utils/TableGen/Basic/BUILD.gn
+1-01 files

LLVM/project 11a6145llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize BUILD.gn

[gn build] Port 921f4da4a05f (#210976)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
+1-01 files

LLVM/project 0e678e9llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize BUILD.gn

[gn build] Port ea205541b987 (#210977)
DeltaFile
+1-0llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
+1-01 files

NetBSD/pkgsrc-wip 84beeebgettext Makefile.common, gettext-lib builtin.mk buildlink3.mk

gettext: removed; base updated to 1.0
DeltaFile
+0-297gettext-tools/PLIST
+0-141gettext-lib/builtin.mk
+0-76gettext-tools/Makefile
+0-63gettext-lib/buildlink3.mk
+0-39gettext/Makefile.common
+0-39gettext-m4/Makefile
+0-65535 files not shown
+0-1,12741 files

LLVM/project 42972f5clang/include/clang/CIR/Dialect/IR CIRAttrs.td, clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenExprConstant.cpp

[CIR] Introduce data_member_offset attribute (#208777)

Some fields, like no_unique_address marked ones, aren't present in the
CIR struct type. This attribute represents an offset into a struct
instead, since get_member isn't possible without a member.

I also considered representing these types in the struct, but it ends up
causing a lot of awful looking structs, and forces the LLVMIR to contain
empty fields for each of these, but not in lexical order, which is
particularly awful looking.

I considered making this part of data-member, but it seems like not a
particularly good idea, since this isn't really getting a 'member' in
the traditional sense.
DeltaFile
+55-15clang/test/CIR/CodeGen/pointer-to-empty-data-member.cpp
+39-0clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
+18-7clang/lib/CIR/CodeGen/CIRGenModule.cpp
+15-0clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
+10-4clang/lib/CIR/CodeGen/CIRGenExprConstant.cpp
+8-1clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
+145-273 files not shown
+161-289 files

FreeBSD/ports 76f1cf1graphics/cimg distinfo Makefile

graphics/cimg: upgrade to v.4.0.3
DeltaFile
+3-3graphics/cimg/distinfo
+1-1graphics/cimg/Makefile
+4-42 files

FreeBSD/ports dd07a57editors/bee-host distinfo Makefile, editors/bee-host/files patch-CMakeLists.txt

editors/bee-host: upgrade to 1.5.1

Release notes at https://github.com/rosmanov/bee-host/releases/tag/1.5.1
DeltaFile
+135-125editors/bee-host/files/patch-CMakeLists.txt
+3-3editors/bee-host/distinfo
+4-1editors/bee-host/Makefile
+142-1293 files

FreeBSD/ports ea38e14math/primecount distinfo Makefile

math/primecount: upgrade to 8.6

Release notes at https://github.com/kimwalisch/primecount/releases/tag/v8.6
DeltaFile
+3-3math/primecount/distinfo
+1-1math/primecount/Makefile
+4-42 files

FreeBSD/ports a893081math Makefile, math/adasat Makefile pkg-plist

math/adasat: New Port, DPLL-based SAT solver in Ada

SAT solver based on Davis–Putnam–Logemann–Loveland (DPLL) based
propositional satisfiability in Ada.

Supported features include:
* Conflict analysis and backjumping
* Two-watched literals scheme
* Built-in support for At-Most-One constraints
* Custom theories

PR:             296552
DeltaFile
+63-0math/adasat/Makefile
+50-0math/adasat/pkg-plist
+10-0math/adasat/files/patch-adasat.gpr
+8-0math/adasat/pkg-descr
+3-0math/adasat/distinfo
+1-0math/Makefile
+135-06 files

NetBSD/pkgsrc tPQlqkxdoc CHANGES-2026 TODO

   Updated devel/gettext
VersionDeltaFile
1.4632+2-1doc/CHANGES-2026
1.27625+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc e0enyOZdevel/gettext distinfo, devel/gettext-tools PLIST

   gettext: updated to 1.0

   Version 1.0 - January 2026

   Improvements for maintainers and distributors:
   * In a po/ directory, the PO files are now exactly those that the
     translators submitted or committed in version control, or a
     translation project's daemon committed on behalf of the translators.
     They are no longer regularly updated with respect to the POT file
     in the same directory.

     The advantage for maintainers is that the maintainer may commit the
     PO files in version control, without getting
       - lots of modified files shown by "git status",
       - frequent merge conflicts when merging between branches,
       - a voluminous version control history.

     The advantage for distributors is that the role of files in a
     release tarball are clearer: The PO files are source code, whereas

    [64 lines not shown]
VersionDeltaFile
1.18+48-11devel/gettext-tools/PLIST
1.51+11-14devel/gettext/distinfo
1.1+24-0devel/gettext/patches/patch-gettext-tools_Makefile.in
1.1+22-0devel/gettext/patches/patch-gettext-runtime_Makefile.in
1.1+18-0devel/gettext/patches/patch-gettext-tools_configure
1.1+18-0devel/gettext/patches/patch-gettext-runtime_configure
+141-2521 files not shown
+211-8127 files

LLVM/project 4aa8d56llvm/include/llvm/IR IntrinsicsAArch64.td

[LLVM][SVE] Convert FFR intrinsic definition to use IntrRead/IntrWrite. (#210084)

Follows on from https://github.com/llvm/llvm-project/issues/154144 to
better articulate the FFR intrinsics memory effects.

I've been deliberatly cautious with marking FFR as read/write for the
load intrinsics. There is an argument they could be write only but I'm
not looking to optimise FFR accesses at this stage.
DeltaFile
+9-8llvm/include/llvm/IR/IntrinsicsAArch64.td
+9-81 files

OpenBSD/ports Fdk4wdTnet/p5-Net-DNS distinfo Makefile

   update p5-Net-DNS to 1.56
VersionDeltaFile
1.92+4-4net/p5-Net-DNS/distinfo
1.118+1-1net/p5-Net-DNS/Makefile
+5-52 files

LLVM/project b1d21c6llvm/lib/Transforms/IPO ExpandVariadics.cpp, llvm/test/Transforms/ExpandVariadics spirv-printf.ll

[ExpandVariadics] Don't lower unmangled C printf on SPIR-V (#206998)

An unmangled C `printf` declaration demangles to bare `printf` (no
argument list), so `SPIRV::ignoreFunction`'s `printf(` prefix check
missed it and ExpandVariadics packed its arguments into a vararg buffer;
the SPIR-V backend then passed the buffer pointer as printf's first
variadic operand, so device printf printed pointer values instead of the
actual arguments. Match the bare name too so OpenCL/HIP printf (emitted
unmangled) is left as a variadic call for the backend's OpenCL.std
printf lowering.
DeltaFile
+35-0llvm/test/Transforms/ExpandVariadics/spirv-printf.ll
+6-1llvm/lib/Transforms/IPO/ExpandVariadics.cpp
+41-12 files

LLVM/project f90e121clang/lib/Driver/ToolChains Darwin.h Darwin.cpp, clang/test/Driver darwin-hip-spirv-version.hip

[Darwin] Use macOS product version in ensureTargetInitialized (#206902)

`Darwin::ensureTargetInitialized()` recorded the raw triple OS version
from `getOSVersion()`, which on macOS is the Darwin *kernel* version
(e.g. `24.3.0`), not the macOS *product* version (`15.x`). The offload
host job later calls `setTarget()` again from `AddDeploymentTarget()`
with the product version; `setTarget()`'s reinit guard only
short-circuits when the versions match, so the mismatch trips
`assert(!TargetInitialized && "Target already initialized!")` and clang
aborts on every `-x hip --offload=spirv64* --target=arm64-apple-darwin`
compile.

Convert macOS kernel versions via `getMacOSXVersion()` so the lazy init
records the same version `AddDeploymentTarget()` uses later.
DeltaFile
+33-0clang/test/Driver/darwin-hip-spirv-version.hip
+14-2clang/lib/Driver/ToolChains/Darwin.h
+14-1clang/lib/Driver/ToolChains/Darwin.cpp
+61-33 files

LLVM/project 27eeb73clang/test/Driver amdgpu-xnack-sramecc-flags.c, llvm/lib/Target/AMDGPU AMDGPUAsmPrinter.cpp

AMDGPU: Use module flags to control xnack and sramecc (#204595)

This ensures these ABI details are encoded in the IR module
rather than depending on external state from command-line flags.
Previously, these were encoded as function-level subtarget features.
The code object output was a single target ID directive implied
by the global subtarget. The backend would previously check if a
function's subtarget feature mismatched the global subtarget. This
is avoided by making xnack and sramecc module-level properties from
the start. This also provides proper linker compatibility
enforcement, moving the error point earlier.

The old encoding was also an abuse of the subtarget feature system.
Subtarget features are a bitvector, and later features in the string
can override earlier ones. The old handling added a special case
where explicit settings were preserved: ordinarily +feature,-feature
should result in the feature being disabled, but +xnack,-xnack would
preserve the explicit "-xnack" state, which differs from the absence
of any xnack setting.

    [24 lines not shown]
DeltaFile
+52-52llvm/test/CodeGen/AMDGPU/directive-amdgcn-target-legacy-triples.ll
+30-46llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
+75-0llvm/test/CodeGen/AMDGPU/module-flag-xnack.ll
+36-33clang/test/Driver/amdgpu-xnack-sramecc-flags.c
+66-0llvm/test/CodeGen/AMDGPU/module-flag-sramecc.ll
+54-0llvm/test/CodeGen/AMDGPU/module-flag-xnack-no-on-off-modes.ll
+313-13193 files not shown
+1,154-36299 files

LLVM/project 1a11f6clldb/source/Plugins/LanguageRuntime/ObjC ObjCLanguageRuntime.h, lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime AppleObjCRuntimeV1.cpp AppleObjCRuntimeV1.h

[lldb] Delete AppleObjCRuntimeV1 (#203190)

This was used in older 32-bit ObjC programs, and it is not used anywhere
by the debugger.
DeltaFile
+0-430lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
+0-160lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
+5-9lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
+3-3lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
+0-1lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/CMakeLists.txt
+8-6035 files

LLVM/project 3ed1836llvm/test/CodeGen/AArch64 aarch64-mops.ll, llvm/test/CodeGen/AArch64/GlobalISel inline-memmove.mir inline-memcpy.mir

[GlobalISel][AArch64] Add more memcpy and memmove tests (NFC) (#210263)

Test inlined memcpy and memmove operations with multiple loads/stores
with different sizes.

New IR tests added for size 7 to check which one of load/store sequences
we generate:

- 4 + 2 + 1 bytes
- 4 + 4 bytes (4 bytes at offset, 4 bytes at offset + 3)

We also didn't have the `memcpy_inline_...` tests for the
`memmove.inline` intrinsic. I've copied all `memcpy_inline_...` tests
for `memmove.inline`, with the exception of sizes 65, 64, and 63, as I'm
not sure whether they're useful. (the same edge cases are already
checked in tests with sizes 10 and 7)

List of all IR tests added:


    [13 lines not shown]
DeltaFile
+686-1llvm/test/CodeGen/AArch64/aarch64-mops.ll
+131-0llvm/test/CodeGen/AArch64/GlobalISel/inline-memmove.mir
+120-0llvm/test/CodeGen/AArch64/GlobalISel/inline-memcpy.mir
+937-13 files

LLVM/project 981735bllvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/RISCV gathered-loads-interleave-factor-remainder.ll

[SLP]Fix crash on short interleaved gathered-load remainder

A trailing, undersized chunk could keep an InterleaveFactor too
large for it, so RISCVTTIImpl::getInterleavedMemoryOpCost divided
by it and built a zero-element vector type.

Fixes #210849

Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/210965
DeltaFile
+142-0llvm/test/Transforms/SLPVectorizer/RISCV/gathered-loads-interleave-factor-remainder.ll
+5-1llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+147-12 files

LLVM/project 4258fa1llvm/include/llvm/IR RuntimeLibcalls.td, llvm/lib/Target/Hexagon HexagonSubtarget.cpp HexagonSubtarget.h

Hexagon: Stop excluding some generic compiler-rt functions from libcalls

RuntimeLibcalls should indicate any function that exists and is callable.
Historically the list of library functions was conflated with the library
functions which should be used, so the library definition was complicated
by excluding the overridden cases. My reading of the compiler-rt sources is
that the generically named functions are built alongside the __hexagon
prefixed variants. e.g., __divsi3 and __hexagon_divsi3 both exist.

It will simplify future libcall work the fewer special case target exclusions
there are, so allow the functions to be defined and apply the selection
preference for the __hexagon prefixed versions in LibcallLoweringInfo.

I do question why compiler-rt is built this way; why doesn't the hexagon
just replace the standard entrypoint names with the target implementations?

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+29-0llvm/lib/Target/Hexagon/HexagonSubtarget.cpp
+5-4llvm/include/llvm/IR/RuntimeLibcalls.td
+3-0llvm/lib/Target/Hexagon/HexagonSubtarget.h
+37-43 files

LLVM/project a83cc57clang/test/CodeGen ptr-subtract-stable.c

Attempt to fix buildbot failure (#210956)

Value names are discarded by default on build without asserts.
DeltaFile
+6-7clang/test/CodeGen/ptr-subtract-stable.c
+6-71 files