FreeBSD/ports 5588918databases/mysql80-client pkg-plist Makefile

databases/mysql80-client: install the man pages

PR:             279234
Approved by:    maintainer (maintainer timeout)
DeltaFile
+16-16databases/mysql80-client/pkg-plist
+1-1databases/mysql80-client/Makefile
+17-172 files

FreeBSD/ports 845e91ewww/tomcat-native2 Makefile distinfo

www/tomcat-native2: Update to 2.0.14

MFH:            2026Q1
Changelog:      https://tomcat.apache.org/native-doc/miscellaneous/changelog.html#2.0.14

(cherry picked from commit 239d04ea1800994f26b9ff134d0ff4c79406f66e)
DeltaFile
+5-5www/tomcat-native2/Makefile
+3-3www/tomcat-native2/distinfo
+8-82 files

FreeBSD/ports adbb3b6www/tomcat-native Makefile distinfo

www/tomcat-native: Update to 1.3.7

MFH:            2026Q1
Changelog:      https://tomcat.apache.org/native-1.3-doc/miscellaneous/changelog.html#1.3.7

(cherry picked from commit c52bedad78c51deefe4df28cab44f3d2dd2d26e4)
DeltaFile
+8-7www/tomcat-native/Makefile
+3-3www/tomcat-native/distinfo
+11-102 files

FreeBSD/ports 239d04ewww/tomcat-native2 Makefile distinfo

www/tomcat-native2: Update to 2.0.14

MFH:            2026Q1
Changelog:      https://tomcat.apache.org/native-doc/miscellaneous/changelog.html#2.0.14
DeltaFile
+5-6www/tomcat-native2/Makefile
+3-3www/tomcat-native2/distinfo
+8-92 files

FreeBSD/ports c52bedawww/tomcat-native Makefile distinfo

www/tomcat-native: Update to 1.3.7

MFH:            2026Q1
Changelog:      https://tomcat.apache.org/native-1.3-doc/miscellaneous/changelog.html#1.3.7
DeltaFile
+8-8www/tomcat-native/Makefile
+3-3www/tomcat-native/distinfo
+11-112 files

FreeBSD/ports cefe7aedevel Makefile, devel/py-array-api-strict Makefile pkg-descr

devel/py-array-api-strict: add

To be used as TEST_DEPENDS
DeltaFile
+32-0devel/py-array-api-strict/Makefile
+14-0devel/py-array-api-strict/pkg-descr
+3-0devel/py-array-api-strict/distinfo
+1-0devel/Makefile
+50-04 files

LLVM/project 4e290b3libc/src/string/memory_utils utils.h

[libc][strings] Refactor load_aligned for cleaner endianness handling (#186360)

Replace the explicit `if constexpr` branching for big and little
endianness with compile-time calculated shift constants `VAL_SHIFT` and
`NEXT_SHIFT`. This simplifies the logic and reduces code duplication,
relying on the compiler to constant-fold the zero shifts into no-ops.
DeltaFile
+11-12libc/src/string/memory_utils/utils.h
+11-121 files

LLVM/project 6ef3061lldb/source/Target ProcessTrace.cpp

[lldb][trace] Ensure ProcessTrace plugin can be re-registered (#188336)

Initialize makes sure that it calls RegisterPlugin only once, but
Terminate always calls UnregisterPlugin. This is a problem for tests
that call Initialize/Terminate before and after each test case: the
second case will fail because the trace plugin won't be loaded.

This fixes a test failure introduced by #187768, which adds a test case
that passes on its own but fails when run after the previous test case.
DeltaFile
+2-6lldb/source/Target/ProcessTrace.cpp
+2-61 files

FreeBSD/ports 97cd097devel/lace/files patch-benchmarks_fib_fib-lace.c patch-benchmarks_fib_fib-lace.cpp

devel/lace: remove unnecessary patches
DeltaFile
+0-11devel/lace/files/patch-benchmarks_fib_fib-lace.c
+0-11devel/lace/files/patch-benchmarks_fib_fib-lace.cpp
+0-11devel/lace/files/patch-benchmarks_knapsack_knapsack-lace.c
+0-11devel/lace/files/patch-benchmarks_matmul_matmul-lace.c
+0-11devel/lace/files/patch-benchmarks_matmul_matmul-seq.c
+0-11devel/lace/files/patch-benchmarks_pi_pi-lace.c
+0-663 files not shown
+0-999 files

FreeBSD/ports 1ad1c52www/py-yt-dlp-ejs distinfo Makefile

www/py-yt-dlp-ejs: update 0.7.0 → 0.8.0
DeltaFile
+5-5www/py-yt-dlp-ejs/distinfo
+3-2www/py-yt-dlp-ejs/Makefile
+8-72 files

FreeBSD/ports 294b919www/py-yt-dlp distinfo Makefile, www/yt-dlp distinfo Makefile

www/{,py-}yt-dlp: update 2026.02.21 → 2026.03.17
DeltaFile
+3-3www/py-yt-dlp/distinfo
+3-3www/yt-dlp/distinfo
+1-1www/yt-dlp/Makefile
+1-1www/py-yt-dlp/Makefile
+1-0www/py-yt-dlp/pkg-plist
+9-85 files

LLVM/project daec3b9clang/include/clang/Basic HLSLIntrinsics.td, clang/lib/Headers CMakeLists.txt

[HLSL] Implement TableGen for builtin HLSL intrinsics (#187610)

This PR introduces a TableGen-based code generation system for HLSL
intrinsic overloads as described in proposal
[[0043]](https://github.com/llvm/wg-hlsl/blob/main/proposals/0043-hlsl-intrinsic-tablegen.md)
for replacing hand-written boilerplate with declarative .td definitions.

Actual changes to `hlsl_intrinsics.h` and `hlsl_alias_intrinsics.h` to
replace handwritten HLSL intrinsic overloads with TableGen is left to
follow-up PRs.

Assisted-by: GitHub Copilot (powered by Claude Opus 4.6)
DeltaFile
+590-0clang/utils/TableGen/HLSLEmitter.cpp
+469-0clang/test/TableGen/hlsl-intrinsics.td
+320-0clang/include/clang/Basic/HLSLIntrinsics.td
+14-0clang/utils/TableGen/TableGen.cpp
+10-1clang/lib/Headers/CMakeLists.txt
+5-0clang/utils/TableGen/TableGenBackends.h
+1,408-13 files not shown
+1,415-19 files

LLVM/project 2ae3d8allvm/include/llvm/CodeGen ExpandPostRAPseudos.h, llvm/test/CodeGen/X86 post-ra-pseudos.mir

[CodeGen][NewPM] Mark ExpandPostRAPseudos as required (#188304)

We need to lower these pseudoinstructions regardless of optimization
level or we end up with instructions that we cannot print.
DeltaFile
+38-0llvm/test/CodeGen/X86/post-ra-pseudos.mir
+3-0llvm/include/llvm/CodeGen/ExpandPostRAPseudos.h
+41-02 files

LLVM/project 010e8f9libclc CMakeLists.txt

Disable unity build for CMake configuration
DeltaFile
+2-0libclc/CMakeLists.txt
+2-01 files

LLVM/project b08525fclang-tools-extra/clangd/unittests CMakeLists.txt, clang-tools-extra/include-cleaner/unittests CMakeLists.txt

fix more tarets
DeltaFile
+64-0clang/unittests/CMakeLists.txt
+14-0clang-tools-extra/clangd/unittests/CMakeLists.txt
+11-0clang-tools-extra/unittests/clang-tidy/CMakeLists.txt
+3-3llvm/tools/gold/CMakeLists.txt
+4-0clang-tools-extra/include-cleaner/unittests/CMakeLists.txt
+3-0clang/unittests/Format/CMakeLists.txt
+99-31 files not shown
+101-37 files

LLVM/project 314e6ca.ci monolithic-linux.sh monolithic-windows.sh

revert monolithic
DeltaFile
+45-46.ci/monolithic-linux.sh
+12-14.ci/monolithic-windows.sh
+57-602 files

LLVM/project fdd7e80mlir/include/mlir/Dialect/XeGPU/Transforms Transforms.h, mlir/lib/Dialect/XeGPU/Transforms XeGPUSubgroupDistribute.cpp XeGPUSgToWiDistributeExperimental.cpp

fix xegpu
DeltaFile
+2-17mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
+2-16mlir/lib/Dialect/XeGPU/Transforms/XeGPUSgToWiDistributeExperimental.cpp
+15-0mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
+19-333 files

LLVM/project 8cf29c2llvm/lib/Support CMakeLists.txt

fix support on windows
DeltaFile
+9-0llvm/lib/Support/CMakeLists.txt
+9-01 files

LLVM/project a4c25d7clang/lib/ScalableStaticAnalysisFramework/Core CMakeLists.txt

fix AnalysisRegistry
DeltaFile
+5-0clang/lib/ScalableStaticAnalysisFramework/Core/CMakeLists.txt
+5-01 files

LLVM/project 195900fflang/lib/Optimizer/HLFIR/Transforms CMakeLists.txt, flang/lib/Optimizer/Transforms CMakeLists.txt

fix build errors
DeltaFile
+11-0flang/lib/Optimizer/Transforms/CMakeLists.txt
+10-0flang/lib/Optimizer/HLFIR/Transforms/CMakeLists.txt
+21-02 files

LLVM/project fa2a060. benchmark_build.sh

normalize script
DeltaFile
+10-81benchmark_build.sh
+10-811 files

LLVM/project bff4df4. benchmark_build.sh

measure memory too
DeltaFile
+44-20benchmark_build.sh
+44-201 files

LLVM/project 3d779be. benchmark_build.sh

use time
DeltaFile
+29-10benchmark_build.sh
+29-101 files

LLVM/project 51cfa19. benchmark_build.sh

measure memory too
DeltaFile
+13-39benchmark_build.sh
+13-391 files

LLVM/project 655938d. benchmark_build.sh

Change iteration count from 10 to 2
DeltaFile
+1-1benchmark_build.sh
+1-11 files

LLVM/project 8a64bf5.ci monolithic-linux.sh monolithic-windows.sh

patch monolithic
DeltaFile
+46-44.ci/monolithic-linux.sh
+14-12.ci/monolithic-windows.sh
+60-562 files

LLVM/project ae1c229clang/lib/CIR/CodeGen CMakeLists.txt, flang/lib/Evaluate CMakeLists.txt

fix debug for all targets
DeltaFile
+19-0clang/lib/CIR/CodeGen/CMakeLists.txt
+1-15mlir/lib/Dialect/Affine/Transforms/DecomposeAffineOps.cpp
+14-0flang/lib/Evaluate/CMakeLists.txt
+8-0mlir/lib/Dialect/XeGPU/IR/CMakeLists.txt
+7-0flang/lib/Optimizer/CodeGen/CMakeLists.txt
+6-0mlir/examples/toy/Ch3/CMakeLists.txt
+55-1511 files not shown
+100-1517 files

LLVM/project 24ca7f1clang-tools-extra/clangd/fuzzer CMakeLists.txt

LLVMFuzzerTestOneInput
DeltaFile
+3-0clang-tools-extra/clangd/fuzzer/CMakeLists.txt
+3-01 files

LLVM/project ad8b716clang/lib/StaticAnalyzer/Checkers NullabilityChecker.cpp MallocChecker.cpp, llvm/lib/LTO CMakeLists.txt

fix macros in release mode
DeltaFile
+3-1llvm/lib/LTO/CMakeLists.txt
+1-0llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
+1-0llvm/tools/llvm-rc/ResourceScriptParser.cpp
+1-0clang/lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp
+1-0llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
+1-0clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
+8-16 files

LLVM/project d18bcac. benchmark_build.sh

add benchmark script
DeltaFile
+99-0benchmark_build.sh
+99-01 files