LLVM/project 6e2ffd5clang/lib/Driver ToolChain.cpp, flang-rt/lib/runtime execute.cpp

rebase

Created using spr 1.3.7
DeltaFile
+64-64flang-rt/lib/runtime/execute.cpp
+2-104llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp
+25-0clang/lib/Driver/ToolChain.cpp
+0-19llvm/test/CodeGen/RISCV/rvv/reduce-vl-peephole.ll
+6-11flang-rt/unittests/Runtime/CommandTest.cpp
+0-15llvm/test/CodeGen/RISCV/rvv/reduce-vl-peephole.mir
+97-21382 files not shown
+228-31888 files

LLVM/project 35f20e5clang/lib/Driver ToolChain.cpp, flang-rt/lib/runtime execute.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+64-64flang-rt/lib/runtime/execute.cpp
+2-104llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp
+25-0clang/lib/Driver/ToolChain.cpp
+0-19llvm/test/CodeGen/RISCV/rvv/reduce-vl-peephole.ll
+6-11flang-rt/unittests/Runtime/CommandTest.cpp
+0-15llvm/test/CodeGen/RISCV/rvv/reduce-vl-peephole.mir
+97-21382 files not shown
+228-31888 files

LLVM/project 544de17clang/lib/Driver ToolChain.cpp, flang-rt/lib/runtime execute.cpp

clang only

Created using spr 1.3.7
DeltaFile
+64-64flang-rt/lib/runtime/execute.cpp
+2-104llvm/lib/Target/RISCV/RISCVVectorPeephole.cpp
+25-0clang/lib/Driver/ToolChain.cpp
+0-19llvm/test/CodeGen/RISCV/rvv/reduce-vl-peephole.ll
+6-11flang-rt/unittests/Runtime/CommandTest.cpp
+0-15llvm/test/CodeGen/RISCV/rvv/reduce-vl-peephole.mir
+97-21382 files not shown
+228-31888 files

NetBSD/pkgsrc-wip 74036fctangled-git distinfo go-modules.mk

tangled-git: update dependencies
DeltaFile
+6-0tangled-git/distinfo
+2-0tangled-git/go-modules.mk
+8-02 files

OPNSense/core 738bdfesrc/opnsense/mvc/app/controllers/OPNsense/Core/forms snapshot.xml

System: Snapshots - unintentoinally shown note in grid, data is not collected or searchable via grid, closes https://github.com/opnsense/core/issues/9893
DeltaFile
+3-0src/opnsense/mvc/app/controllers/OPNsense/Core/forms/snapshot.xml
+3-01 files

LLVM/project 73b1c2blibcxx/include string

don't leak

Created using spr 1.3.7
DeltaFile
+1-5libcxx/include/string
+1-51 files

LLVM/project a2407f6clang-tools-extra/clangd/index Ref.cpp Ref.h

[clangd][NFC] Add RefKind::Call into RefKind::All and insertion operator (#184677)

Without this patch:
- RefKind output doesn't show RefKind::Call bit.
- RefKind::Call isn't included in RefKind::All.

I don't think these changes require additional tests, as the problems
above mainly appear during testing/debugging (e.g. if in tests
comparison of two RefKinds fails, `Call` isn't shown in the output even
if this bit is set).
DeltaFile
+2-2clang-tools-extra/clangd/index/Ref.cpp
+1-1clang-tools-extra/clangd/index/Ref.h
+3-32 files

OPNSense/core b430d22Mk git.mk

make: could you be any more lazy? yes
DeltaFile
+14-6Mk/git.mk
+14-61 files

FreeBSD/ports 62fa06fdevel/py-ty distinfo Makefile.crates

devel/py-ty: Update to 0.0.20

Changelog: https://github.com/astral-sh/ty/blob/0.0.20/CHANGELOG.md

Reported by:    Repology
DeltaFile
+29-35devel/py-ty/distinfo
+13-16devel/py-ty/Makefile.crates
+1-1devel/py-ty/Makefile
+43-523 files

LLVM/project 7bb3139clang-tools-extra/test/clang-tidy/checkers/bugprone suspicious-string-compare.c, clang-tools-extra/test/clang-tidy/checkers/hicpp signed-bitwise-integer-literals.cpp

[clang-tidy][NFC] Run tests in multiple language modes where possible (#184741)

DeltaFile
+4-4clang-tools-extra/test/clang-tidy/checkers/modernize/use-designated-initializers.cpp
+3-3clang-tools-extra/test/clang-tidy/checkers/readability/redundant-casting.cpp
+2-3clang-tools-extra/test/clang-tidy/checkers/hicpp/signed-bitwise-integer-literals.cpp
+2-3clang-tools-extra/test/clang-tidy/checkers/bugprone/suspicious-string-compare.c
+2-2clang-tools-extra/test/clang-tidy/checkers/readability/redundant-inline-specifier.cpp
+2-2clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-absl.cpp
+15-1764 files not shown
+91-9470 files

LLVM/project 6c30f83libc/src/__support/FPUtil multiply_add.h, libc/src/__support/macros attributes.h config.h

[libc][math] Qualify log with constant evaluation support
DeltaFile
+16-1libc/test/shared/shared_math_test.cpp
+14-0libc/src/__support/macros/attributes.h
+10-0libc/src/__support/macros/config.h
+5-5libc/src/__support/math/log.h
+2-2libc/src/__support/FPUtil/multiply_add.h
+2-2libc/src/__support/math/log_range_reduction.h
+49-101 files not shown
+53-107 files

DragonFlyBSD/src ab499a6. Makefile.inc1

Makefile.inc1: Abort building if MAKEOBJDIRPREFIX not set as an env var

As described in <bsd.obj.mk>, MAKEOBJDIRPREFIX works properly only if
set as an *environment* variable, not as a global or command-line
variable.  This change adds a check for MAKEOBJDIRPREFIX and aborts the
building if it's specified as a make variable on the command line.

Although build(7) lists quite a few environment variables, but most of
them (e.g., KERNCONF, DESTDIR) just work as well when specified as a
make variable.  However, MAKEOBJDIRPREFIX is special and doesn't work
in the same way.

We decided to simply abort the building if MAKEOBJDIRPREFIX is
mis-specified, being simple and following build(7) as well, although we
can also convert it to an environment variable by using:

        .MAKEOVERRIDES:= ${.MAKEOVERRIDES:NMAKEOBJDIRPREFIX}
        .export MAKEOBJDIRPREFIX

Discussed-with: swildner
DeltaFile
+8-0Makefile.inc1
+8-01 files

NetBSD/pkgsrc QaQZlo0emulators/mame/patches patch-src_devices_cpu_sharc_sharcops__table.cpp

   mame: remove obsolete patch
VersionDeltaFile
1.2+1-1emulators/mame/patches/patch-src_devices_cpu_sharc_sharcops__table.cpp
+1-11 files

LLVM/project 87b6dbeoffload/test/offloading dyn_groupprivate.cpp, openmp/device/include DeviceTypes.h

Add omp_get_dyn_gprivate_memspace routine
DeltaFile
+14-4openmp/device/src/State.cpp
+16-0offload/test/offloading/dyn_groupprivate.cpp
+7-0openmp/runtime/src/kmp_stub.cpp
+6-0openmp/device/include/DeviceTypes.h
+4-0openmp/runtime/src/kmp_csupport.cpp
+4-0openmp/runtime/src/include/omp.h.var
+51-43 files not shown
+55-49 files

LLVM/project 0f77c55libc/src/__support/FPUtil multiply_add.h, libc/src/__support/macros attributes.h config.h

[libc][math] Qualify log with constant evaluation support
DeltaFile
+16-0libc/test/shared/shared_math_test.cpp
+14-0libc/src/__support/macros/attributes.h
+10-0libc/src/__support/macros/config.h
+5-5libc/src/__support/math/log.h
+2-2libc/src/__support/FPUtil/multiply_add.h
+2-2libc/src/__support/math/log_range_reduction.h
+49-91 files not shown
+53-97 files

LLVM/project 22bf237flang-rt/lib/runtime edit-input.cpp

[flang-rt] Handle NAMELIST logical comments without preceding space (#183202)

If a comment appears immediately after a logical value in a NAMELIST
file, the flang runtime returns IostatGenericError. No error occurs when
a space preceeds the exclamation point. Add code to handle a comment
while parsing logical values.

Co-authored-by: John Otken john.otken at hpe.com
DeltaFile
+5-0flang-rt/lib/runtime/edit-input.cpp
+5-01 files

OpenBSD/src O4dQVmSusr.bin/ssh authfd.c ssh-add.c

   ssh-agent supports a "query" extension that allows a client to request
   a list of extensions it support. This makes this capability available
   to ssh-add via the -Q flag.

   ok markus@
VersionDeltaFile
1.141+54-1usr.bin/ssh/authfd.c
1.186+26-4usr.bin/ssh/ssh-add.c
1.89+7-2usr.bin/ssh/ssh-add.1
1.55+3-1usr.bin/ssh/authfd.h
+90-84 files

OpenBSD/src P1qxqLsbin/ksh var.c

   satisfy the requirements of ksh build with -DSMALL in the install media
VersionDeltaFile
1.76+3-1bin/ksh/var.c
+3-11 files

OpenBSD/src KKASqoDusr.bin/ssh session.c clientloop.c

   With IANA codepoints for draft-ietf-sshm-ssh-agent now allocated,
   it's safe to start using the standard names for requesting agent
   forwarding over the @openssh.com extension names we've used to date.

   Support for the standard names is advertised via EXT_INFO. When the
   client sees such support it will use the new names preferentially,
   but the existing names remain supported unconditionally.

   ok markus@
VersionDeltaFile
1.348+11-9usr.bin/ssh/session.c
1.422+17-2usr.bin/ssh/clientloop.c
1.193+10-2usr.bin/ssh/kex.c
1.628+3-8usr.bin/ssh/ssh.c
1.112+3-7usr.bin/ssh/mux.c
1.164+6-2usr.bin/ssh/channels.h
+50-302 files not shown
+57-348 files

FreeBSD/doc a983d91documentation/content/en/books/handbook/mirrors _index.adoc

handbook/mirrors: Remove FreeBSD Mall links

FreeBSD Mall was closed at the end of 2025.
DeltaFile
+0-10documentation/content/en/books/handbook/mirrors/_index.adoc
+0-101 files

OpenBSD/src M28Fiv3bin/ksh var.c vi.c

   Inspecting Flag(FTALKING) to activate curses in the spot chosen by the
   previous commit seems to fail in some circumstances because of order
   of operations in ksh startup.  So move the test and curses initialization
   immediately before the tputs() calls.
   discussion with tb
VersionDeltaFile
1.75+14-14bin/ksh/var.c
1.68+3-1bin/ksh/vi.c
1.91+3-1bin/ksh/emacs.c
1.78+2-1bin/ksh/sh.h
+22-174 files

OpenBSD/src 6RQ4BQQusr.bin/ssh ssh-agent.c authfd.c

   correctness wrt draft-ietf-sshm-ssh-agent:

   extension requests should indicate failure using
   SSH_AGENT_EXTENSION_FAILURE rather than the generic SSH_AGENT_FAILURE
   error code. This allows the client to discern between "the request
   failed" and "the agent doesn't support this extension".

   ok markus@
VersionDeltaFile
1.320+22-8usr.bin/ssh/ssh-agent.c
1.140+2-1usr.bin/ssh/authfd.c
+24-92 files

OpenBSD/src lHADlt5usr.sbin/relayd ca.c

   relayd: replace unneeded engine.h with needed x509.h

   Adjust a comment. Being non-existent, the OpenSSL engine layer cannot be
   responsible for whatever unholy hacks this code requires.
VersionDeltaFile
1.49+3-3usr.sbin/relayd/ca.c
+3-31 files

OpenBSD/ports MZdKGjegraphics/digikam Makefile distinfo, graphics/digikam/pkg PLIST

   Update digikam to 9.0.0
VersionDeltaFile
1.44+3-18graphics/digikam/pkg/PLIST
1.116+4-5graphics/digikam/Makefile
1.40+2-2graphics/digikam/distinfo
+9-253 files

FreeBSD/ports 1a405a7net/arrowdl distinfo Makefile, net/arrowdl/files patch-src_core_settings.cpp patch-src_core_session.cpp

net/arrowdl: update the port to the latest version 4.2.1

- License needs clarification; stick with the lowest LGPL
  version as this is what the source code says
- Provide better diagnostics when trying to open or save
  a non-existent file
- Ensure that download and queue.json's directories exist

Reported by:    portscout
DeltaFile
+43-0net/arrowdl/files/patch-src_core_settings.cpp
+20-0net/arrowdl/files/patch-src_core_session.cpp
+3-3net/arrowdl/distinfo
+3-3net/arrowdl/Makefile
+69-64 files

LLVM/project f49871elibc/src/__support/math CMakeLists.txt

[libc][math][NFC] Fix dependency for acospif (#184738)

DeltaFile
+1-1libc/src/__support/math/CMakeLists.txt
+1-11 files

LLVM/project 7418d1bclang/include/clang/Basic DiagnosticDriverKinds.td, clang/include/clang/Driver ToolChain.h

[Clang] Add clang flag --cstdlib (#183254)

Introduce clang flag --cstdlib based on RFC:

https://discourse.llvm.org/t/rfc-add-command-line-option-for-selecting-c-library/87335

This flag accepts a string i.e. the name of the C library that user
wants to use.
Toolchain drivers can handle this flag as per need or ignore it.
DeltaFile
+25-0clang/lib/Driver/ToolChain.cpp
+13-0clang/include/clang/Driver/ToolChain.h
+5-0clang/include/clang/Options/Options.td
+2-0clang/include/clang/Basic/DiagnosticDriverKinds.td
+45-04 files

LLVM/project b5c4051libc/src/__support/math CMakeLists.txt

[libc][math][NFC] Fix dependency for acospif
DeltaFile
+1-1libc/src/__support/math/CMakeLists.txt
+1-11 files

LLVM/project 31c405doffload/plugins-nextgen/common/src PluginInterface.cpp

Fix usage of REPORT
DeltaFile
+2-2offload/plugins-nextgen/common/src/PluginInterface.cpp
+2-21 files

LLVM/project 07677d8offload/include omptarget.h, offload/test/offloading dyn_groupprivate.cpp

Adapt to latest OpenMP syntax
DeltaFile
+70-33offload/test/offloading/dyn_groupprivate.cpp
+33-15openmp/device/src/State.cpp
+8-6openmp/runtime/src/include/omp.h.var
+8-6openmp/runtime/src/kmp_stub.cpp
+6-5openmp/runtime/src/kmp_csupport.cpp
+2-2offload/include/omptarget.h
+127-672 files not shown
+129-708 files