LLVM/project 1e24052clang/docs ThreadSafetyAnalysis.rst, clang/lib/AST ASTImporter.cpp

[𝘀𝗽𝗿] changes to main this commit is based on

Created using spr 1.3.8-beta.1

[skip ci]
DeltaFile
+31-7clang/docs/ThreadSafetyAnalysis.rst
+33-0clang/test/SemaCXX/warn-thread-safety-analysis.cpp
+12-15clang/lib/Sema/SemaDeclAttr.cpp
+12-12clang/test/SemaCXX/warn-thread-safety-parsing.cpp
+5-3clang/lib/Analysis/ThreadSafety.cpp
+6-2clang/lib/AST/ASTImporter.cpp
+99-396 files not shown
+117-5112 files

LLVM/project 68c3078clang/docs ThreadSafetyAnalysis.rst, clang/lib/Analysis ThreadSafety.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1
DeltaFile
+72-13clang/test/SemaCXX/warn-thread-safety-parsing.cpp
+72-7clang/docs/ThreadSafetyAnalysis.rst
+77-0clang/test/SemaCXX/warn-thread-safety-analysis.cpp
+54-3clang/lib/Analysis/ThreadSafety.cpp
+39-15clang/lib/Sema/SemaDeclAttr.cpp
+27-0clang/lib/Sema/AnalysisBasedWarnings.cpp
+341-389 files not shown
+430-5215 files

LLVM/project 3eda9daclang/docs ThreadSafetyAnalysis.rst, clang/lib/AST ASTImporter.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1
DeltaFile
+31-7clang/docs/ThreadSafetyAnalysis.rst
+33-0clang/test/SemaCXX/warn-thread-safety-analysis.cpp
+12-15clang/lib/Sema/SemaDeclAttr.cpp
+12-12clang/test/SemaCXX/warn-thread-safety-parsing.cpp
+6-2clang/lib/AST/ASTImporter.cpp
+5-3clang/lib/Analysis/ThreadSafety.cpp
+99-396 files not shown
+117-5112 files

LLVM/project afba440libclc/clc/lib/amdgcn/workitem clc_get_enqueued_local_size.cl

libclc: Fix amdgpu get_enqueued_local_size (#185171)

This should not be the same as get_local_size
DeltaFile
+5-2libclc/clc/lib/amdgcn/workitem/clc_get_enqueued_local_size.cl
+5-21 files

FreeBSD/ports 1fadf9fdevel/jujutsu distinfo Makefile.crates

devel/jujutsu: update to version 0.39.0

For the complete list of changes see:

    https://github.com/jj-vcs/jj/releases/tag/v0.39.0
DeltaFile
+375-327devel/jujutsu/distinfo
+186-162devel/jujutsu/Makefile.crates
+1-1devel/jujutsu/Makefile
+1-0devel/jujutsu/pkg-plist
+563-4904 files

LLVM/project 3fa3d00llvm/lib/Analysis VectorUtils.cpp, llvm/test/Transforms/LoopVectorize intrinsic.ll

Merge branch 'main' into users/arsenm/libclc/fix-amdgpu-get-enqueued-local-size
DeltaFile
+116-0llvm/test/Transforms/LoopVectorize/X86/clmul.ll
+96-0llvm/test/Transforms/LoopVectorize/AArch64/clmul.ll
+50-0llvm/test/Transforms/LoopVectorize/RISCV/clmul.ll
+33-0llvm/test/Transforms/LoopVectorize/intrinsic.ll
+1-0llvm/lib/Analysis/VectorUtils.cpp
+296-05 files

LLVM/project 10c0e1flibclc/clc/lib/amdgcn/workitem clc_get_local_size.cl clc_get_global_size.cl, libclc/clc/lib/ptx-nvidiacl/workitem clc_get_global_size.cl

libclc: Avoid duplicated get_local_size/get_global_size functions (#185166)

Move opencl handling on top of clc into opencl generic, delete
amdgpu implementations in opencl.
DeltaFile
+0-26libclc/opencl/lib/amdgcn-amdhsa/workitem/get_local_size.cl
+14-10libclc/clc/lib/amdgcn/workitem/clc_get_local_size.cl
+0-22libclc/opencl/lib/amdgcn/workitem/get_local_size.cl
+0-20libclc/opencl/lib/amdgcn-amdhsa/workitem/get_global_size.cl
+8-10libclc/clc/lib/amdgcn/workitem/clc_get_global_size.cl
+15-0libclc/clc/lib/ptx-nvidiacl/workitem/clc_get_global_size.cl
+37-889 files not shown
+54-12115 files

LLVM/project a2c7b88libclc/clc/lib/amdgcn/workitem clc_get_enqueued_local_size.cl

libclc: Fix amdgpu get_enqueued_local_size

This should not be the same as get_local_size
DeltaFile
+5-2libclc/clc/lib/amdgcn/workitem/clc_get_enqueued_local_size.cl
+5-21 files

FreeBSD/doc a6617f4website/content/en/cgi ports.cgi

ports.cgi: indent
DeltaFile
+22-16website/content/en/cgi/ports.cgi
+22-161 files

FreeBSD/doc 8f5726ewebsite/content/en/cgi ports.cgi

ports.cgi: enable to filter packages by minor releases
DeltaFile
+12-4website/content/en/cgi/ports.cgi
+12-41 files

LLVM/project faee8e5libclc/clc/lib/amdgcn/workitem clc_get_local_size.cl

Move get_local_size implementation
DeltaFile
+14-10libclc/clc/lib/amdgcn/workitem/clc_get_local_size.cl
+14-101 files

LLVM/project e6fb9ballvm/lib/Analysis VectorUtils.cpp, llvm/test/Transforms/LoopVectorize intrinsic.ll

[Analysis] isTriviallyVectorizable - add Intrinsic::clmul along with vectorisation tests (#180014)

This patch adds a case in isTriviallyVectorizable in llvm/lib/Analysis/VectorUtils.cpp for Intrinsic::clmul.

Fixes #179106
DeltaFile
+116-0llvm/test/Transforms/LoopVectorize/X86/clmul.ll
+96-0llvm/test/Transforms/LoopVectorize/AArch64/clmul.ll
+50-0llvm/test/Transforms/LoopVectorize/RISCV/clmul.ll
+33-0llvm/test/Transforms/LoopVectorize/intrinsic.ll
+1-0llvm/lib/Analysis/VectorUtils.cpp
+296-05 files

FreeBSD/ports f571cb3cad/freecad-devel Makefile.git_rev distinfo

cad/freecad-devel: Use vtk9/Makefile.version

Follow vtk9 by using vtk9/Makefile.version
While there update to 2026.03.07
DeltaFile
+3-3cad/freecad-devel/Makefile.git_rev
+3-3cad/freecad-devel/distinfo
+1-2cad/freecad-devel/Makefile
+7-83 files

FreeBSD/doc ab8fdf5website/content/en/cgi man.cgi

add FreeBSD 14.4-RELEASE & ports manual pages

Approved by: re
DeltaFile
+9-4website/content/en/cgi/man.cgi
+9-41 files

NetBSD/pkgsrc szvVH7remulators/qemu Makefile PLIST

   qemu: remove guest-agent from package

   The QEMU guest agent is now a separate package,
   sysutils/qemu-guest-agent. Remove it from this package so that both can
   be installed.

   Requested by riastradh@ in PR pkg/59742

   Also install vmsr-helper only on Linux on Intel.
VersionDeltaFile
1.399+6-8emulators/qemu/Makefile
1.104+1-4emulators/qemu/PLIST
+7-122 files

FreeBSD/ports 775fb77www/py-google-api-python-client distinfo Makefile

www/py-google-api-python-client: Update to 2.192.0

ChangeLog:      https://github.com/googleapis/google-api-python-client/releases/tag/v2.192.0
Reported by:    "release-please[bot]" <notifications at github.com>
DeltaFile
+3-3www/py-google-api-python-client/distinfo
+1-1www/py-google-api-python-client/Makefile
+4-42 files

ELF Tool Chain/elftoolchain 4352trunk/tests/tet/tet/common elfts.m4

tests/tet: (WIP) Improve test conciseness.

TET handles multiple calls to tet_result() in a well-defined
way: when there are multiple calls to tet_result() from
within a test, 'FAIL' or 'UNRESOLVED' test statuses will
override any subsequent 'PASS' statuses.  Use this behavior
to remove the need to track test status using a dedicated
'result' variable.

Subsequent changes will remove the now-redundant 'result'
variable from test case code.
DeltaFile
+2-2trunk/tests/tet/tet/common/elfts.m4
+2-21 files

NetBSD/pkgsrc-wip fdcd057py-mesa TODO

py-mesa: Add reference to CVE-2026-29075
DeltaFile
+2-0py-mesa/TODO
+2-01 files

OpenBSD/ports ZKPsYMcprint/epson-inkjet-printer-escpr Makefile distinfo, print/epson-inkjet-printer-escpr/patches patch-src_filter_c patch-lib_epson-escpr-api_c

   Update to epson-inkjet-printer-escpr-1.8.7.
VersionDeltaFile
1.5+9-9print/epson-inkjet-printer-escpr/patches/patch-src_filter_c
1.35+5-6print/epson-inkjet-printer-escpr/Makefile
1.5+3-3print/epson-inkjet-printer-escpr/patches/patch-lib_epson-escpr-api_c
1.28+2-2print/epson-inkjet-printer-escpr/distinfo
1.27+1-0print/epson-inkjet-printer-escpr/pkg/PLIST
+20-205 files

LLVM/project 7a34a3alibclc/clc/lib/ptx-nvidiacl SOURCES, libclc/clc/lib/ptx-nvidiacl/workitem clc_get_global_size.cl

Fix ptx build
DeltaFile
+15-0libclc/clc/lib/ptx-nvidiacl/workitem/clc_get_global_size.cl
+1-0libclc/clc/lib/ptx-nvidiacl/SOURCES
+16-02 files

LLVM/project 62fe685libclc/opencl/lib/generic/workitem get_global_size.cl

Use __clc_get_global_size
DeltaFile
+2-2libclc/opencl/lib/generic/workitem/get_global_size.cl
+2-21 files

FreeBSD/ports 8a3cdf7sysutils/treemd distinfo Makefile

sysutils/treemd: Update to 0.5.9

ChangeLog:      https://github.com/Epistates/treemd/releases/tag/v0.5.9
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3sysutils/treemd/distinfo
+1-1sysutils/treemd/Makefile
+4-42 files

OpenBSD/ports 7SRM6k5sysutils/deja-dup distinfo Makefile

   Update to deja-dup-50.0.
VersionDeltaFile
1.48+2-2sysutils/deja-dup/distinfo
1.95+1-1sysutils/deja-dup/Makefile
+3-32 files

LLVM/project dd9f0bflibclc/clc/lib/amdgcn/workitem clc_get_global_size.cl

Use v5 implementation
DeltaFile
+8-10libclc/clc/lib/amdgcn/workitem/clc_get_global_size.cl
+8-101 files

NetBSD/pkgsrc cDHpy6lcomms/asterisk16 Makefile, comms/asterisk19 Makefile

   asterisk: make bash a runtime dependency

   The package installs a couple of bash scripts, so it needs bash to be
   installed at runtime.

   PR pkg/59478
VersionDeltaFile
1.128+3-3comms/asterisk16/Makefile
1.51+3-3comms/asterisk19/Makefile
1.26+3-3comms/asterisk20/Makefile
+9-93 files

OpenBSD/ports k62ZiTHsysutils/awscli/v1 Makefile distinfo

   Update to awscli-1.44.53.
VersionDeltaFile
1.24+2-2sysutils/awscli/v1/Makefile
1.22+2-2sysutils/awscli/v1/distinfo
+4-42 files

OpenBSD/ports chRYPE7net/py-boto3 distinfo Makefile

   Update to py3-boto3-1.42.63.
VersionDeltaFile
1.640+2-2net/py-boto3/distinfo
1.652+1-1net/py-boto3/Makefile
+3-32 files

OpenBSD/ports E1SLHFknet/py-botocore distinfo Makefile, net/py-botocore/pkg PLIST

   Update to py3-botocore-1.42.63.
VersionDeltaFile
1.317+6-0net/py-botocore/pkg/PLIST
1.857+2-2net/py-botocore/distinfo
1.867+1-1net/py-botocore/Makefile
+9-33 files

OpenBSD/src 7SecoNTlib/libz inflate.c

   zlib: add missing cast to reduce diff between userland and kernel
VersionDeltaFile
1.24+1-1lib/libz/inflate.c
+1-11 files

LLVM/project e070a7flibclc/opencl/lib/amdgcn-amdhsa/workitem get_local_size.cl get_global_size.cl, libclc/opencl/lib/amdgcn/workitem get_local_size.cl get_global_size.cl

libclc: Avoid duplicated get_local_size/get_global_size functions

Move opencl handling on top of clc into opencl generic, delete
amdgpu implementations in opencl.
DeltaFile
+0-26libclc/opencl/lib/amdgcn-amdhsa/workitem/get_local_size.cl
+0-22libclc/opencl/lib/amdgcn/workitem/get_local_size.cl
+0-20libclc/opencl/lib/amdgcn-amdhsa/workitem/get_global_size.cl
+0-13libclc/opencl/lib/amdgcn/workitem/get_global_size.cl
+0-13libclc/opencl/lib/ptx-nvidiacl/workitem/get_local_size.cl
+13-0libclc/opencl/lib/generic/workitem/get_local_size.cl
+13-944 files not shown
+14-9910 files