LLVM/project 7f847afclang/lib/Basic/Targets AArch64.cpp, clang/lib/Sema SemaARM.cpp

fixup! Address more CR comments
DeltaFile
+36-38clang/lib/Basic/Targets/AArch64.cpp
+8-8clang/lib/Sema/SemaARM.cpp
+44-462 files

LLVM/project 927c51dlldb/source/Commands CommandObjectFrame.cpp, lldb/test/API/commands/frame/recognizer TestFrameRecognizer.py

[lldb] Improve frame variable handling of recognizer arguments (#200084)

Fixes two bugs. The bug which prompted this change is that `frame
variable name` would
print all regcognizer arguments, even though only "name" was requested.

While making a test for the first bug, I found that `frame variable
recognizer_arg` will
both successfully print the variable, and also report a false positive
error:

```
error: <user expression>:1:1: use of undeclared identifier 'recognizer_arg'
      1 | recognizer_arg
```

This change fixes both bugs, including when using `--regex`.
DeltaFile
+58-48lldb/source/Commands/CommandObjectFrame.cpp
+21-0lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
+79-482 files

LLVM/project 075e16fclang/include/clang/CIR/Dialect/Builder CIRBaseBuilder.h, clang/lib/CIR/CodeGen CIRGenFunction.cpp

[CIR] Correctly emit the size expr of a VLA with a 'bool' size. (#200066)

This came up in a test suite, the frontend considers 'bool' to be
integral enough to use as a bounds, so bool makes it through to the VLA
codegen. This patch adds a new cast function that takes a bool or int
type and casts it to an int (as this is a pretty useful task, that I
    believe I've seen before).
DeltaFile
+41-0clang/test/CIR/CodeGen/vla.c
+9-0clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
+1-1clang/lib/CIR/CodeGen/CIRGenFunction.cpp
+51-13 files

LLVM/project f7f3d9dlldb/test/API/windows/thread main.c

[lldb][Windows] Move `processthreadsapi.h` include (#200278)

`processthreadsapi.h` needs to be included after `windows.h`.
clang-format needs to be disabled here to avoid sorting the includes.

Fixes the test failure from
https://github.com/llvm/llvm-project/pull/199983#issuecomment-4567633271.
DeltaFile
+4-1lldb/test/API/windows/thread/main.c
+4-11 files

FreeBSD/ports 0524e8fwww/restinio distinfo Makefile

www/restinio: update 0.7.8 → 0.7.9.1
DeltaFile
+3-3www/restinio/distinfo
+2-3www/restinio/Makefile
+5-62 files

FreeBSD/ports bc68a87security/openfhe pkg-plist distinfo

security/openfhe: update 1.5.0 → 1.5.1
DeltaFile
+4-3security/openfhe/pkg-plist
+3-3security/openfhe/distinfo
+3-1security/openfhe/Makefile
+10-73 files

LLVM/project 01cfbaa.github/workflows release-sources.yml release-binaries-all.yml, .github/workflows/upload-release-artifact action.yml

workflows/upload-release-artifact: Use require-release-manager action (#195374)

This removes the final use of RELEASE_TASKS_USER_TOKEN secret. It
required plumbing the secrets in thrugh several levels of workflow
calls, which is not ideal, but I don't see a better way to do this.
DeltaFile
+14-13.github/workflows/upload-release-artifact/action.yml
+11-3.github/workflows/release-sources.yml
+6-3.github/workflows/release-binaries-all.yml
+4-2.github/workflows/release-tasks.yml
+2-1.github/workflows/release-binaries.yml
+37-225 files

LLVM/project 7c30c1cclang/lib/CIR/CodeGen CIRGenerator.cpp

load registered dialects on CIRGenerator
DeltaFile
+1-0clang/lib/CIR/CodeGen/CIRGenerator.cpp
+1-01 files

FreeNAS/freenas 6f9072b.github/workflows mypy.yml, src/middlewared/middlewared/api/base/validators base.py cron.py

`middlewared.api.base.validators` mypy
DeltaFile
+7-4src/middlewared/middlewared/api/base/validators/base.py
+4-4src/middlewared/middlewared/api/base/validators/cron.py
+2-2src/middlewared/middlewared/api/base/validators/options.py
+3-1src/middlewared/middlewared/api/base/validators/filters.py
+1-1src/middlewared/middlewared/utils/filter_list.py
+2-0.github/workflows/mypy.yml
+19-126 files

FreeBSD/ports 16fc61b. MOVED, devel Makefile

devel/devhelp: Remove expired port

2026-05-28 devel/devhelp: Discontinued, use devel/manuals
DeltaFile
+0-223devel/devhelp/pkg-plist
+0-36devel/devhelp/Makefile
+0-5devel/devhelp/distinfo
+0-4devel/devhelp/pkg-descr
+0-1devel/Makefile
+1-0MOVED
+1-2696 files

FreeBSD/src 804daf1sys/kern imgact_elf.c

imgact_elf: read program headers if not contained in the first page

PR:     295629
Reviewed by:    markj
Tested by:      Alex S <iwtcex at gmail.com>
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57294
DeltaFile
+62-29sys/kern/imgact_elf.c
+62-291 files

FreeBSD/src 9b72933sys/kern imgact_elf.c kern_exec.c, sys/sys imgact.h

image activators: pass the current thread

Reviewed by:    markj
Tested by:      Alex S <iwtcex at gmail.com>
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57294
DeltaFile
+16-20sys/kern/imgact_elf.c
+1-0sys/kern/kern_exec.c
+1-0sys/sys/imgact.h
+18-203 files

NetBSD/src pyN5eLRexternal/bsd/tmux/dist configure screen.c

   Import tmux-3.6b (previous was tmux3.6a)

   CHANGES FROM 3.6a TO 3.6b

   * Remove images from the correct list when they are removed while in the
     alternate screen (reported by xlabai at tencent dot com).
VersionDeltaFile
1.1.1.13+10-10external/bsd/tmux/dist/configure
1.1.1.18+12-2external/bsd/tmux/dist/screen.c
1.1.1.2+5-3external/bsd/tmux/dist/image.c
1.1.1.13+5-0external/bsd/tmux/dist/CHANGES
1.1.1.19+3-1external/bsd/tmux/dist/tmux.h
1.1.1.13+1-1external/bsd/tmux/dist/configure.ac
+36-176 files

LLVM/project fa12c63llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/PhaseOrdering/X86 avg.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+190-29llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+14-14llvm/test/Transforms/PhaseOrdering/X86/avg.ll
+1-9llvm/test/Transforms/SLPVectorizer/X86/insertvalue.ll
+4-6llvm/test/Transforms/SLPVectorizer/X86/PR35777.ll
+209-584 files

LLVM/project 642bbballvm/lib/CodeGen InlineSpiller.cpp LiveRangeEdit.cpp

[2/3][RegAlloc][LiveRegMatrix] Fix inconsistency when fold creates a CopyMI (#197776)

When TargetInstrInfo::foldMemoryOperand produces a side-effect CopyMI,
the copy destination vreg's LiveInterval is extended via addSegment. If
that vreg is already assigned in LiveRegMatrix, the matrix becomes
inconsistent because it still holds the old (smaller) interval.

Fix this in two places:

- InlineSpiller::foldMemoryOperand: unassign the vreg from the matrix
before addSegment, reassign after, so the matrix reflects the updated
interval.

- LiveRangeEdit::foldAsLoad: notify the delegate via
LRE_WillShrinkVirtReg before addSegment.

LIT test exercised by this patch (i.e. if I introduce consistency
verification as in https://github.com/llvm/llvm-project/pull/197778 but
not this patch, the following test fails):

    [2 lines not shown]
DeltaFile
+21-1llvm/lib/CodeGen/InlineSpiller.cpp
+14-3llvm/lib/CodeGen/LiveRangeEdit.cpp
+35-42 files

LLVM/project 0d1e9a6llvm/lib/Target/X86 X86TargetTransformInfo.cpp, llvm/test/Transforms/LoopVectorize/X86 masked_load_store.ll

[X86][TTI] Retrieve address space from intrinsic info. (#200265)

Instead of using the passed Ptr argument to get the type, to retrieve
the address space, directly retrieve it from MICA.

This fixes a crash when Ptr is nullptr, as after #200049.

Fixes https://github.com/llvm/llvm-project/issues/200199.
DeltaFile
+311-0llvm/test/Transforms/LoopVectorize/X86/masked_load_store.ll
+1-6llvm/lib/Target/X86/X86TargetTransformInfo.cpp
+312-62 files

Linux/linux 8fde5d1drivers/acpi button.c, drivers/acpi/acpica evxfgpe.c

Merge tag 'acpi-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI support fixes from Rafael Wysocki:
 "Fix three issues in the ACPI button driver: a possible crash due to a
  button press after unloading the driver (introduced during the 6.15
  development cycle), function keys breakage on Toshiba Tecra X40 due to
  missing ACPI events (introduced during the 7.0 development cycle), and
  a missing probe rollback path item that has not been added by mistake
  during a recent update"

* tag 'acpi-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI: button: Add missing device class clearing on probe failures
  ACPI: button: Enable wakeup GPEs for ACPI buttons at probe time
  ACPI: button: Fix ACPI GPE handler leak during removal
DeltaFile
+41-9drivers/acpi/acpica/evxfgpe.c
+24-1drivers/acpi/button.c
+5-0include/acpi/acpixf.h
+70-103 files

LLVM/project 2f98f17llvm/lib/Target/PowerPC PPCISelLowering.cpp

[PowerPC] Fix MSan failure in LowerBUILD_VECTOR (#200260)

Initialize SplatBitSize to fix use-of-uninitialized-value error detected
by MemorySanitizer in ba7d42b.
DeltaFile
+1-1llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+1-11 files

LLVM/project 23776bdllvm/lib/ExecutionEngine/Orc/TargetProcess CMakeLists.txt

[llvm] Fix LLVMOrcTargetProcess symbol export with MinGW/Cygwin shared libs (#174266)

When any symbol in a DLL carries dllexport, the MinGW/Cygwin linker
switches to exclusive-export mode and omits all other symbols from the
export table. LLVMOrcTargetProcess uses LLVM_ALWAYS_EXPORT (__declspec(
dllexport)) so its symbols can be found via GetProcAddress from a
statically linked executable, which triggers this behaviour.

Add --export-all-symbols to LLVMOrcTargetProcess for MinGW/Cygwin
BUILD_SHARED_LIBS builds to restore full symbol export.
DeltaFile
+10-0llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
+10-01 files

OpenBSD/ports vuZowI7emulators/mame distinfo Makefile, emulators/mame/patches patch-3rdparty_genie_build_gmake_bsd_genie_make patch-scripts_genie_lua

   Update mame to 0.288.
VersionDeltaFile
1.5+10-10emulators/mame/patches/patch-3rdparty_genie_build_gmake_bsd_genie_make
1.81+2-2emulators/mame/distinfo
1.32+1-1emulators/mame/patches/patch-scripts_genie_lua
1.4+1-1emulators/mame/patches/patch-scripts_toolchain_lua
1.2+1-1emulators/mame/patches/patch-src_osd_modules_file_posixptty_cpp
1.103+1-1emulators/mame/Makefile
+16-161 files not shown
+17-177 files

FreeNAS/freenas 1b6943dsrc/middlewared/middlewared/pytest/unit/plugins test_crud_query_extend_order_by.py

ruff format
DeltaFile
+21-18src/middlewared/middlewared/pytest/unit/plugins/test_crud_query_extend_order_by.py
+21-181 files

LLVM/project 11f00e1clang/include/clang/CIR/Dialect CIRDialectRegistration.h, clang/lib/CIR/CodeGen CIRGenerator.cpp

[CIR] Add Centralized dialect registration lib for CIR tools
DeltaFile
+32-0clang/include/clang/CIR/Dialect/CIRDialectRegistration.h
+28-0clang/lib/CIR/Dialect/CIRDialectRegistration.cpp
+2-13clang/lib/CIR/CodeGen/CIRGenerator.cpp
+3-10clang/tools/cir-opt/cir-opt.cpp
+10-0clang/lib/CIR/Dialect/CMakeLists.txt
+1-1clang/tools/cir-opt/CMakeLists.txt
+76-241 files not shown
+77-247 files

OpenBSD/src 59JN5M9usr.sbin/vmd config.c

   vmd: Unbreak using images supplied with vmctl -b

   My previous fix for reused filedescriptors broke using images
   supplied with "vmctl -b": In that case, kernfd remained to be set
   to -1, thus passing that filedescriptor to the child process failed.

   To resolve this, dup vm->vm_kernel right before passing the descriptor
   with proc_compose().  This fixes -b and the keeps original fix
   working.

   In the error path I rely on vm_stop()/vm_remove() closing vm->vm_kernel.
   Therefore, remove the redundant close().

   ok mlarkin@ deraadt@
VersionDeltaFile
1.83+9-8usr.sbin/vmd/config.c
+9-81 files

LLVM/project 5c219c8llvm/include/llvm/Transforms/IPO Instrumentor.h, llvm/lib/Transforms/IPO Instrumentor.cpp

[Instrumentor] Add cast instruction instrumentation support (#198224)

We now allow to have instrumentation opportunities for many instructions
(=opcodes) to bundle common classes together. Users can use filters on
the opcode, type-id, and size to statically select what they are
interested in.

Coded with Claude.
DeltaFile
+293-0llvm/test/Instrumentation/Instrumentor/cast.ll
+129-62llvm/include/llvm/Transforms/IPO/Instrumentor.h
+114-7llvm/lib/Transforms/IPO/Instrumentor.cpp
+117-0llvm/test/Instrumentation/Instrumentor/cast_filter.ll
+48-0llvm/test/Instrumentation/Instrumentor/cast_config.json
+42-1llvm/test/Instrumentation/Instrumentor/default_config.json
+743-702 files not shown
+809-708 files

Linux/linux de85416drivers/cpufreq amd-pstate-ut.c

Merge tag 'pm-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull power management fix from Rafael Wysocki:
 "Fix a possible amd-pstate-ut cpufreq driver crash introduced by a
  recent update (K Prateek Nayak)"

* tag 'pm-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  cpufreq/amd-pstate-ut: Disable dynamic_epp after the mode switch
DeltaFile
+10-6drivers/cpufreq/amd-pstate-ut.c
+10-61 files

LLVM/project b41aef8clang/lib/CIR/CodeGen CIRGenExprScalar.cpp, clang/test/CIR/CodeGen vector-binop-overflow.cpp

[CIR] Omit nsw/nuw on integer vector binops (#199123)

CIRGen was attaching `nsw` to `cir.add` on `!cir.vector` integer types
because the signed-overflow path keys off `compType` (the element type,
still `!s32i`), while the verifier only allows `nsw`/`nuw` on scalar
`!cir.int` results.  That mismatch showed up 144 times in the libcxx
CIR sweep on `std::experimental::simd` — `experimental/__simd/vec_ext.h`
increment/decrement (`__data + 1` / `__data - 1`).

Classic CodeGen never enters the signed-overflow block for vector
computation types; CIR now skips the scalar `nsw`/`nuw` path when the
MLIR operand is an integer vector, and uses `getAs<VectorType>()` for
`compType` so typedef-wrapped GCC vectors resolve the element type
correctly.

Regression test `vector-binop-overflow.cpp` checks scalar add still gets
`nsw` and vector add/sub/mul do not (CIR + LLVM + OGCG).
DeltaFile
+41-0clang/test/CIR/CodeGen/vector-binop-overflow.cpp
+13-6clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
+54-62 files

OpenBSD/ports 6P8ALfgconverters/p5-Cpanel-JSON-XS distinfo Makefile

   update p5-Cpanel-JSON-XS to 4.41
   CVE-2026-9516 CVE-2026-9334
VersionDeltaFile
1.44+2-2converters/p5-Cpanel-JSON-XS/distinfo
1.48+1-1converters/p5-Cpanel-JSON-XS/Makefile
+3-32 files

LLVM/project cdb606cllvm/lib/Transforms/Vectorize VPlanUtils.cpp

[VPlan] Predicate SCEVs in getSCEVExprForVPValue (NFC) (#199994)

Although the change could be functional in theory, it is very difficult
to find a test case.
DeltaFile
+2-3llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
+2-31 files

LLVM/project b2edcf9llvm/include/llvm/Transforms/IPO Instrumentor.h, llvm/lib/Transforms/IPO Instrumentor.cpp

[Instrumentor] Introduce BasePointerIO to communicate base pointer information (#197607)

Loads, stores, and later probably calls, can request a base pointer info
object from the user runtime. This object is queried right after the
base pointer of the operation is defined, and then passed to the
pre/post runtime calls of the loads and stores. This allows users to
inspect pointers early and once, but provide the analysis results to all
operations that might be executed in loops. A potential use case is to
lookup the size and start of the underlying object and then provide
those to the access runtime calls for in-bounds checking.
DeltaFile
+112-0llvm/lib/Transforms/IPO/Instrumentor.cpp
+63-1llvm/include/llvm/Transforms/IPO/Instrumentor.h
+17-14llvm/test/Instrumentation/Instrumentor/module_and_globals.ll
+22-0llvm/test/Instrumentation/Instrumentor/default_config.json
+3-2llvm/test/Instrumentation/Instrumentor/alloca_and_function.ll
+217-175 files

LLVM/project ebf7973clang/include/clang/CIR/Dialect CIRDialectRegistration.h, clang/lib/CIR/CodeGen CIRGenerator.cpp

[CIR] Add Centralised dialect registration lib for CIR tools
DeltaFile
+32-0clang/include/clang/CIR/Dialect/CIRDialectRegistration.h
+28-0clang/lib/CIR/Dialect/CIRDialectRegistration.cpp
+2-13clang/lib/CIR/CodeGen/CIRGenerator.cpp
+3-10clang/tools/cir-opt/cir-opt.cpp
+10-0clang/lib/CIR/Dialect/CMakeLists.txt
+1-1clang/tools/cir-opt/CMakeLists.txt
+76-241 files not shown
+77-247 files