LLVM/project 8a68898llvm/lib/Transforms/Utils CloneFunction.cpp

[NFC][LLVM] Eliminate use of `getIntrinsicInfoTableEntries` from CloneFunction.cpp (#195448)

Simplify creation of constrained intrinsic calls by just using
`getOrInsertDeclaration` that accepts arg and return types of an
intrinsic and hence eliminating the need to look at the IIT descriptors
to map overload types.
DeltaFile
+7-28llvm/lib/Transforms/Utils/CloneFunction.cpp
+7-281 files

LLVM/project 79ebe71llvm/include/llvm/IR Intrinsics.h, llvm/lib/IR Intrinsics.cpp AutoUpgrade.cpp

[NFC][LLVM][Intrinsics] Add `hasStructReturnType` helper (#195457)

Add a helper function to query if an intrinsic has a struct return type
and use it in AutoUpgrade
DeltaFile
+7-0llvm/lib/IR/Intrinsics.cpp
+2-4llvm/lib/IR/AutoUpgrade.cpp
+3-0llvm/include/llvm/IR/Intrinsics.h
+12-43 files

LLVM/project 976817ellvm/test/Transforms/SLPVectorizer/X86 arith-sub-ssubo.ll arith-add-saddo.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+2,947-615llvm/test/Transforms/SLPVectorizer/X86/arith-sub-ssubo.ll
+2,947-615llvm/test/Transforms/SLPVectorizer/X86/arith-add-saddo.ll
+2,947-615llvm/test/Transforms/SLPVectorizer/X86/arith-add-uaddo.ll
+2,947-615llvm/test/Transforms/SLPVectorizer/X86/arith-sub-usubo.ll
+846-515llvm/test/Transforms/SLPVectorizer/X86/arith-mul-umulo.ll
+640-473llvm/test/Transforms/SLPVectorizer/X86/arith-mul-smulo.ll
+13,274-3,4483 files not shown
+13,618-3,6539 files

LLVM/project 204f489llvm/include/llvm/IR Intrinsics.h, llvm/lib/IR Intrinsics.cpp

[NFC][LLVM] Make `matchIntrinsicSignature` static and rename it (#195380)

Make `matchIntrinsicSignature` static, rename it to `isSignatureValid`,
and change the sense of its return value to match the new name.
DeltaFile
+24-13llvm/lib/IR/Intrinsics.cpp
+0-12llvm/include/llvm/IR/Intrinsics.h
+24-252 files

LLVM/project 32f06d8llvm/include/llvm/ADT ImmutableSet.h ImmutableList.h

[NFC][LLVM][ADT] Remove function names from Doxygen comments (#195469)

Adopt LLVM CS recommendation to not repeat function or class name is
Doxygen comments.

https://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments
DeltaFile
+61-69llvm/include/llvm/ADT/ImmutableSet.h
+19-21llvm/include/llvm/ADT/ImmutableList.h
+9-9llvm/include/llvm/ADT/ImmutableMap.h
+89-993 files

LLVM/project 25d6d33llvm/include/llvm/ADT FoldingSet.h EquivalenceClasses.h

[NFC][LLVM][ADT] Remove function names from Doxygen comments (#195467)

Adopt LLVM CS recommendation to not repeat function or class name is
Doxygen comments.

https://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments
DeltaFile
+94-105llvm/include/llvm/ADT/FoldingSet.h
+21-22llvm/include/llvm/ADT/EquivalenceClasses.h
+3-4llvm/include/llvm/ADT/DepthFirstIterator.h
+118-1313 files

Dreckly/dreckly 677c864www/palemoon distinfo Makefile.common

palemoon: Update to 34.2.2
DeltaFile
+9-9www/palemoon/distinfo
+2-2www/palemoon/Makefile.common
+11-112 files

LLVM/project 8901889llvm/lib/IR FPEnv.cpp

[NFC][LLVM][FPEnv] Minor cleanup in convert to string functions (#195461)

Return string value directly from the switch-case.
DeltaFile
+11-23llvm/lib/IR/FPEnv.cpp
+11-231 files

LLVM/project ad03b7allvm/include/llvm/ADT StringRef.h

[NFC][LLVM][StringRef] Remove function names from header comments (#195463)

Adopt LLVM CS recommendation to not repeat function or class name is
Doxygen comments.

https://llvm.org/docs/CodingStandards.html#doxygen-use-in-documentation-comments
DeltaFile
+13-14llvm/include/llvm/ADT/StringRef.h
+13-141 files

LLVM/project a3d8c1cllvm/include/llvm/IR Intrinsics.td, llvm/test/TableGen intrinsic-overload-dependent-type-validation.td intrinsic-arginfo-error.td

[LLVM][Intrinsic] Move overload index validation to C++ (#195297)

Move overload index validation to C++ to enable more descriptive error
messages when that validation fails.

Also delete the `intrinsic-arginfo-error.td` test as its redundant.
DeltaFile
+36-7llvm/utils/TableGen/Basic/CodeGenIntrinsics.cpp
+23-8llvm/test/TableGen/intrinsic-overload-dependent-type-validation.td
+0-21llvm/include/llvm/IR/Intrinsics.td
+0-9llvm/test/TableGen/intrinsic-arginfo-error.td
+59-454 files

NetBSD/src z77RclIcommon/lib/libc/atomic atomic_init_testset.c atomic_cas_8_cas.c

   PR/56839 GCC emits wrong codes for compare_and_swap_1 bultins on armv5 (el & eb)

   There is mismatch in signedness of the GCC builtin __sync_* function arguments
   and the _atomic_* functions so we cannot directly alias them. Instead write
   the __sync_* functions with signed arguments and pass them the unsigned
   _atomics_* functions.
VersionDeltaFile
1.22+40-5common/lib/libc/atomic/atomic_init_testset.c
1.4+9-5common/lib/libc/atomic/atomic_cas_8_cas.c
1.4+8-5common/lib/libc/atomic/atomic_cas_64_cas.c
1.3+8-5common/lib/libc/atomic/atomic_cas_32_cas.c
1.4+8-5common/lib/libc/atomic/atomic_cas_16_cas.c
1.5+1-5common/lib/libc/atomic/atomic_cas_by_cas32.c
+74-306 files

FreeBSD/src 9b0d940packages/toolchain Makefile

toolchain: Correct LLVM_BINUTILS pkg pkg dependency

The LLVM binutils are in the clang package.

Reported by: jlduran
Fixes: c4f08d46c7f7 ("llvm-*: Move all LLVM_BINUTILS symlinks to toolchain package")
DeltaFile
+1-1packages/toolchain/Makefile
+1-11 files

FreeBSD/ports 57181e4devel/py-cfn-lint distinfo Makefile, devel/py-cfn-lint/files patch-pyproject.toml patch-src_cfnlint_maintenance.py

devel/py-cfn-lint: Update to 1.50.1

ChangeLog:      https://github.com/aws-cloudformation/cfn-lint/compare/v1.47.1...v1.50.1
Approved by:    hrs (mentor, blanket)
DeltaFile
+3-3devel/py-cfn-lint/distinfo
+3-3devel/py-cfn-lint/files/patch-pyproject.toml
+2-2devel/py-cfn-lint/files/patch-src_cfnlint_maintenance.py
+1-1devel/py-cfn-lint/Makefile
+9-94 files

FreeBSD/ports 61d4b84devel/py-aws-sam-translator distinfo Makefile

devel/py-aws-sam-translator: Update to 1.109.0

ChangeLog:      https://github.com/aws/serverless-application-model/releases/tag/v1.109.0
Approved by:    hrs (mentor, blanket)
DeltaFile
+3-3devel/py-aws-sam-translator/distinfo
+2-1devel/py-aws-sam-translator/Makefile
+5-42 files

LLVM/project 120b580llvm/test/Transforms/SLPVectorizer sincos.ll

[SLP][NFC]Add sincos test, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/195517
DeltaFile
+114-0llvm/test/Transforms/SLPVectorizer/sincos.ll
+114-01 files

FreeBSD/ports 049ad83mail/smtprelay distinfo Makefile

mail/smtprelay: Update to 1.13.3
DeltaFile
+5-5mail/smtprelay/distinfo
+1-2mail/smtprelay/Makefile
+6-72 files

FreeBSD/ports 155f351www/gallery-dl distinfo Makefile

www/gallery-dl: update to 1.32.1

Changes:        https://github.com/mikf/gallery-dl/releases/tag/v1.32.1
Reported by:    GitHub (watch releases)
DeltaFile
+3-3www/gallery-dl/distinfo
+1-1www/gallery-dl/Makefile
+4-42 files

DragonFlyBSD/src 3ea5e54usr.bin/dsynth dsynth.1 build.c

dsynth: add hook for pkg start event
DeltaFile
+4-2usr.bin/dsynth/dsynth.1
+3-0usr.bin/dsynth/build.c
+2-0usr.bin/dsynth/config.c
+1-0usr.bin/dsynth/dsynth.h
+10-24 files

FreeBSD/ports adb38d2www/privatebin pkg-plist distinfo

www/privatebin: Update to 2.0.4

re: https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.4
DeltaFile
+7-3www/privatebin/pkg-plist
+3-3www/privatebin/distinfo
+1-1www/privatebin/Makefile
+11-73 files

FreeBSD/src 9137c66tests/sys/netinet carp.sh

tests/carp: Rework unicast_v4

For unicast tests, it is sufficient to use wait_for_carp() to verify
the setup is sane. Additional sanity checks are not necessarily
required but can serve purpose for redundancy.

For some unclear reason routed(8) is advertising route to carp BACKUP.
That makes the test flaky. Also routed(8) is marked deprecated and may
be removed from base in the future. Let's just add static route entry
manually for additional sanity checks.

Other noticeable changes:
  1. Add atf_check to configuration steps to prevent potential failure
on setup. That helps diagnosing on failure.
  2. Shorten the names of jails to improve readability.
  3. Prefer `[ifconfig|route|sysctl] -j` over `jexec [ifconfig|route|sysctl]`
to make the lines shorter.

PR:             294817

    [4 lines not shown]
DeltaFile
+44-36tests/sys/netinet/carp.sh
+44-361 files

LLVM/project 8e92d3bllvm/docs JITLink.rst

[JITLink][Docs] Update roadmap and availability sections (#195446)

This patch updates the JITLink documentation, in particular the
`Roadmap` and `JITLink Availability and Feature Status` to match the
latest code changes. I am not an expert on the JITLink codebase, so let
me know if I missed something.

Fixes #191781
DeltaFile
+33-16llvm/docs/JITLink.rst
+33-161 files

FreeBSD/ports c85248cdatabases/libmongocrypt distinfo Makefile

databases/libmongocrypt: Update 1.14.1 => 1.15.1

Changelog:
https://github.com/mongodb/libmongocrypt/blob/1.15.1/CHANGELOG.md

PR:             294918
Sponsored by:   UNIS Labs
DeltaFile
+3-3databases/libmongocrypt/distinfo
+1-1databases/libmongocrypt/Makefile
+4-42 files

FreeBSD/ports d0a8342security/wazuh-manager Makefile

security/wazuh-manager: comment CCACHE variables
DeltaFile
+2-2security/wazuh-manager/Makefile
+2-21 files

FreeBSD/ports a611917security/wazuh-agent distinfo, security/wazuh-dashboard distinfo

security/wazuh*: Update to 4.14.15

ChangeLog at:   https://documentation.wazuh.com/current/release-notes/release-4-14-5.html
DeltaFile
+374-513security/wazuh-manager/pkg-plist
+75-75security/wazuh-manager/distinfo
+39-39security/wazuh-agent/distinfo
+11-12security/wazuh-manager/Makefile
+9-9security/wazuh-server/distinfo
+5-5security/wazuh-dashboard/distinfo
+513-6535 files not shown
+523-66311 files

FreeBSD/ports f1043c5textproc/opensearch-dashboards219 distinfo Makefile, textproc/opensearch219 distinfo Makefile

textproc/opensearch[-dashboards]219: Update to 2.19.5

With hat:       opensearch
DeltaFile
+5-5textproc/opensearch219/distinfo
+5-5textproc/opensearch-dashboards219/distinfo
+2-2textproc/opensearch-dashboards219/Makefile
+1-2textproc/opensearch219/Makefile
+13-144 files

FreeBSD/ports 6859725sysutils/gomplate distinfo Makefile

sysutils/gomplate: Update to 5.1.0

ChangeLog: https://github.com/hairyhenderson/gomplate/releases/tag/v5.1.0
DeltaFile
+5-5sysutils/gomplate/distinfo
+1-2sysutils/gomplate/Makefile
+6-72 files

FreeBSD/ports 9ddf3bcemulators/dosbox-x distinfo Makefile, emulators/dosbox-x/files patch-src_gui_sdl__gui.cpp patch-configure.ac

emulators/dosbox-x: Update to 2026.05.02

ChangeLog:
https://github.com/joncampbell123/dosbox-x/releases/tag/dosbox-x-v2026.05.02
DeltaFile
+4-4emulators/dosbox-x/files/patch-src_gui_sdl__gui.cpp
+3-3emulators/dosbox-x/distinfo
+2-2emulators/dosbox-x/files/patch-configure.ac
+1-1emulators/dosbox-x/Makefile
+10-104 files

NetBSD/pkgsrc C9eptthdoc CHANGES-2026 TODO

   doc: Updated multimedia/assimp to 6.0.5
VersionDeltaFile
1.2752+2-1doc/CHANGES-2026
1.27184+1-2doc/TODO
+3-32 files

NetBSD/pkgsrc jDeK1Upmultimedia/assimp distinfo Makefile

   assimp: update to 6.0.5.

   Bugfixes, lots of them.
VersionDeltaFile
1.22+4-4multimedia/assimp/distinfo
1.22+2-2multimedia/assimp/Makefile
+6-62 files

NetBSD/pkgsrc-wip 4b150ffgcr4 PLIST COMMIT_MSG, gcr4/patches patch-gcr_test-secure-memory.c

gcr4: remove, imported in the main tree
DeltaFile
+0-867gcr4/PLIST
+0-109gcr4/COMMIT_MSG
+0-71gcr4/options.mk
+0-48gcr4/Makefile
+0-35gcr4/buildlink3.mk
+0-25gcr4/patches/patch-gcr_test-secure-memory.c
+0-1,1556 files not shown
+0-1,20912 files