LLVM/project bafbf2dllvm/lib/TargetParser RISCVISAInfo.cpp, llvm/unittests/TargetParser RISCVISAInfoTest.cpp

[RISCV] Add rules for Zca+Zcb+Zcmp+Zcmpt implying Zce. (#175041)

The implication rules need to consider whether F is enabled like was
done for C in #172860.
DeltaFile
+86-0llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
+12-0llvm/lib/TargetParser/RISCVISAInfo.cpp
+98-02 files

OpenBSD/src gC9CXvhlib/libcrypto/asn1 asn1t.h

   asn1t.h: add C99 initializers for some ASN.1 templates

   This is a first pass at tidying up the unsightly mess that is asn1t.h.

   For better or worse, we have expanded the macros internally, and in base
   only rpki-client uses the templates. They are generally rarely used.
   Fortunately.

   Having C99 initializers helps a lot with debugging templated ASN.1 by
   combining cc -E with clang-format. They make the macros more readable,
   look tidier and help with grep.

   ok kenjiro
VersionDeltaFile
1.27+209-169lib/libcrypto/asn1/asn1t.h
+209-1691 files

OpenBSD/src UiWN73Hlib/libcrypto/asn1 asn1t.h

   asn1t.h: whitespace nit
VersionDeltaFile
1.26+2-2lib/libcrypto/asn1/asn1t.h
+2-21 files

FreeBSD/ports 440c05emisc/codex distinfo Makefile.crates

misc/codex: Update to 0.79.0

Changelog:
- https://github.com/openai/codex/releases/tag/rust-v0.78.0
- https://github.com/openai/codex/releases/tag/rust-v0.79.0

Reported by:    GitHub (watch releases)
DeltaFile
+97-69misc/codex/distinfo
+47-33misc/codex/Makefile.crates
+1-1misc/codex/Makefile
+145-1033 files

LLVM/project d27672bclang/include/clang/Basic BuiltinsAMDGPU.def, clang/test/CodeGenHIP builtins-amdgcn-raytracing.hip builtins-amdgcn-wmma-w64.hip

[AMDGPU] Modifies raytracing and wmma builtin def to take _Float16 for HIP/C++ (#175039)

For raytrace and wmma builtins, using 'x' in the def to take _Float16
for HIP/C++ and half for OpenCL.
DeltaFile
+96-0clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
+90-0clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
+89-0clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
+62-0clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
+62-0clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
+12-12clang/include/clang/Basic/BuiltinsAMDGPU.def
+411-126 files

FreeBSD/ports 2c27aa2sysutils/dust distinfo Makefile.crates

sysutils/dust: Update to 1.2.4
DeltaFile
+181-215sysutils/dust/distinfo
+89-106sysutils/dust/Makefile.crates
+1-2sysutils/dust/Makefile
+271-3233 files

LLVM/project bff604eclang-tools-extra/clang-doc/assets class-template.mustache enum-template.mustache, clang-tools-extra/test/clang-doc enum.cpp mustache-index.cpp

fix tests
DeltaFile
+21-29clang-tools-extra/clang-doc/assets/class-template.mustache
+17-23clang-tools-extra/test/clang-doc/json/class.cpp
+11-11clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
+4-12clang-tools-extra/clang-doc/assets/enum-template.mustache
+8-5clang-tools-extra/test/clang-doc/enum.cpp
+5-7clang-tools-extra/test/clang-doc/mustache-index.cpp
+66-8710 files not shown
+98-11416 files

LLVM/project 8fcb996llvm/test/CodeGen/AMDGPU carryout-selection.ll llvm.amdgcn.wmma.gfx1250.w32.ll

update the SWAR
DeltaFile
+2-713llvm/test/CodeGen/AMDGPU/carryout-selection.ll
+0-246llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+0-220llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1250.w32.ll
+0-212llvm/test/CodeGen/AMDGPU/flat-saddr-load.ll
+0-174llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1250.w32.ll
+170-0llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
+172-1,565145 files not shown
+201-6,089151 files

LLVM/project 8d0228ellvm/test/CodeGen/AMDGPU carryout-selection.ll llvm.amdgcn.wmma.gfx1250.w32.ll

[AMDGPU] Handle `s_setreg_imm32_b32` targeting `MODE` register

On certain hardware, this instruction clobbers VGPR MSB `bits[12:19]`, so we need to restore the current mode.
DeltaFile
+713-2llvm/test/CodeGen/AMDGPU/carryout-selection.ll
+246-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+220-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1250.w32.ll
+212-0llvm/test/CodeGen/AMDGPU/flat-saddr-load.ll
+174-0llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1250.w32.ll
+166-0llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
+1,731-2146 files not shown
+6,212-3152 files

LLVM/project 4913ed4llvm/test/CodeGen/AMDGPU llvm.amdgcn.wmma.gfx1250.w32.ll llvm.amdgcn.wmma.imod.gfx1250.w32.ll

resolve comments
DeltaFile
+246-246llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.gfx1250.w32.ll
+220-220llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imod.gfx1250.w32.ll
+212-212llvm/test/CodeGen/AMDGPU/flat-saddr-load.ll
+174-174llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wmma.imm.gfx1250.w32.ll
+166-166llvm/test/CodeGen/AMDGPU/flat-saddr-atomics.ll
+103-103llvm/test/CodeGen/AMDGPU/flat-saddr-store.ll
+1,121-1,121144 files not shown
+5,383-5,461150 files

LLVM/project 5308e0dllvm/lib/Target/AMDGPU AMDGPULowerVGPREncoding.cpp

resolve review comments
DeltaFile
+9-6llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
+9-61 files

LLVM/project 1314c79clang-tools-extra/clang-doc/assets class-template.mustache enum-template.mustache, clang-tools-extra/test/clang-doc index.cpp

[clang-doc] Fix misnamed, mismatched, or incorrect tags

This is mostly a chore patch that fixes misnamed, mismatched,
or non-existant tags. That includes renaming the function tags in the
class template to `Has*Methods` instead of `Has*Functions`. The "method"
style was already preferred in the template HTML.

Some extraneous tags were removed from the enum template. All templates should use
`Description` for rendering comments, but it was still using an old tag
name. Also, the JSON generator currently doesn't serialize individual
enum value comments, so that tag was removed. Same for public members.

`Description` is removed for friends due to the way Mustache handles missing
tags. If `Description` isn't present, it will use the parent's
description which is undesirable.
DeltaFile
+21-29clang-tools-extra/clang-doc/assets/class-template.mustache
+17-23clang-tools-extra/test/clang-doc/json/class.cpp
+11-11clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
+4-12clang-tools-extra/clang-doc/assets/enum-template.mustache
+8-3clang-tools-extra/test/clang-doc/json/class-template.cpp
+5-5clang-tools-extra/test/clang-doc/index.cpp
+66-8310 files not shown
+94-10616 files

Linux/linux 623fb99. .mailmap, drivers/pinctrl Kconfig

Merge tag 'pinctrl-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pin control fixes from Linus Walleij:

 - Fix the mt8189 register base name order back from being fixed broken

 - Add REGMAP_MMIO to the pic64gx-gpio2 to avoid build breakages

 - Mark the Qualcomm lpass-lpi pin controller GPIO chip instance as
   sleeping to fix lock splats

 - Update .mailmap with my new kernel.org address for all old mails
   after maintainers ran into issues with this

* tag 'pinctrl-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
  pinctrl: pic64gx-gpio2: Add REGMAP_MMIO dependency
  Update .mailmap for Linus Walleij
  pinctrl: mediatek: mt8189: restore previous register base name array order
DeltaFile
+4-0.mailmap
+1-1drivers/pinctrl/qcom/pinctrl-lpass-lpi.c
+1-1drivers/pinctrl/mediatek/pinctrl-mt8189.c
+1-0drivers/pinctrl/Kconfig
+7-24 files

FreeNAS/freenas 235571csrc/middlewared/middlewared/plugins filesystem.py

Fix
DeltaFile
+2-2src/middlewared/middlewared/plugins/filesystem.py
+2-21 files

FreeBSD/ports 9498b30math/R-cran-sf distinfo Makefile

math/R-cran-sf: Update to 1.0.23
DeltaFile
+3-3math/R-cran-sf/distinfo
+1-2math/R-cran-sf/Makefile
+4-52 files

FreeBSD/ports 82fd0b6math/R-cran-zoo distinfo Makefile

math/R-cran-zoo: Update to 1.8.15
DeltaFile
+3-3math/R-cran-zoo/distinfo
+1-1math/R-cran-zoo/Makefile
+4-42 files

FreeBSD/ports 69e3533math/R-cran-numbers distinfo Makefile

math/R-cran-numbers: Update to 0.9.2
DeltaFile
+3-3math/R-cran-numbers/distinfo
+1-2math/R-cran-numbers/Makefile
+4-52 files

FreeBSD/ports f653d30math/R-cran-maxLik distinfo Makefile

math/R-cran-maxLik: Update to 1.5.2.2
DeltaFile
+3-3math/R-cran-maxLik/distinfo
+1-1math/R-cran-maxLik/Makefile
+4-42 files

FreeBSD/ports 038b80cmath/R-cran-mathjaxr distinfo Makefile

math/R-cran-mathjaxr: Update to 2.0.0
DeltaFile
+3-3math/R-cran-mathjaxr/distinfo
+1-4math/R-cran-mathjaxr/Makefile
+4-72 files

FreeBSD/ports f672189math/R-cran-gss distinfo Makefile

math/R-cran-gss: Update to 2.2.10
DeltaFile
+3-3math/R-cran-gss/distinfo
+1-1math/R-cran-gss/Makefile
+4-42 files

FreeBSD/ports 975fea4math/R-cran-geepack distinfo Makefile

math/R-cran-geepack: Update to 1.3.13
DeltaFile
+3-3math/R-cran-geepack/distinfo
+1-1math/R-cran-geepack/Makefile
+4-42 files

FreeBSD/ports 3dec7a4math/R-cran-VGAM distinfo Makefile

math/R-cran-VGAM: Update to 1.1.14
DeltaFile
+3-3math/R-cran-VGAM/distinfo
+1-1math/R-cran-VGAM/Makefile
+4-42 files

FreeBSD/ports 2b18946finance/R-cran-timeSeries distinfo Makefile

finance/R-cran-timeSeries: Update to 4052.112
DeltaFile
+3-3finance/R-cran-timeSeries/distinfo
+1-1finance/R-cran-timeSeries/Makefile
+4-42 files

FreeBSD/ports d253789graphics/R-cran-ggplot2 distinfo Makefile

graphics/R-cran-ggplot2: Update to 4.0.1
DeltaFile
+3-3graphics/R-cran-ggplot2/distinfo
+1-1graphics/R-cran-ggplot2/Makefile
+4-42 files

FreeBSD/ports 1c19860finance/R-cran-fGarch distinfo Makefile

finance/R-cran-fGarch: Update to 4052.93
DeltaFile
+3-3finance/R-cran-fGarch/distinfo
+1-1finance/R-cran-fGarch/Makefile
+4-42 files

FreeBSD/ports 3448ae5finance/R-cran-fBasics distinfo Makefile

finance/R-cran-fBasics: Update to 4052.98
DeltaFile
+3-3finance/R-cran-fBasics/distinfo
+1-1finance/R-cran-fBasics/Makefile
+4-42 files

FreeBSD/ports 9d47816devel/p5-Test2-Tools-LoadModule distinfo Makefile

devel/p5-Test2-Tools-LoadModule: Update to 0.009
DeltaFile
+3-3devel/p5-Test2-Tools-LoadModule/distinfo
+1-1devel/p5-Test2-Tools-LoadModule/Makefile
+4-42 files

FreeBSD/ports 2bfb1b0devel/rebar3 distinfo Makefile

devel/rebar3: Update to 3.26.0
DeltaFile
+3-3devel/rebar3/distinfo
+1-1devel/rebar3/Makefile
+4-42 files

FreeNAS/freenas 17008ccsrc/middlewared/middlewared/utils/filesystem stat_x.py

properly set AT_FDCWD in statx_entry_impl

This commit fixes breakage related to statx_entry_impl() calls
on symbolic links. The original version of this function defaulted
to None for dir_fd, this is now replaced with AT_FDCWD which is
consistent with the underlying truenas_os.statx() method.
DeltaFile
+2-2src/middlewared/middlewared/utils/filesystem/stat_x.py
+2-21 files

OpenBSD/ports duoOYEolang/hashlink Makefile distinfo, lang/hashlink/patches patch-Makefile patch-include_renderdoc_renderdoc_app_h

   Update hashlink to commit tagged "latest" (1.15pl0 here). Now includes
   some C++. Tested with latest version of Northgard (4.0.11), Dead Cells
   (1.26.0) and Nuclear Blaze (1.5) and no issues on brief testing.
VersionDeltaFile
1.13+67-27lang/hashlink/patches/patch-Makefile
1.22+10-8lang/hashlink/Makefile
1.1+12-0lang/hashlink/patches/patch-include_renderdoc_renderdoc_app_h
1.8+5-5lang/hashlink/patches/patch-src_module_c
1.12+4-4lang/hashlink/patches/patch-src_std_thread_c
1.11+2-2lang/hashlink/distinfo
+100-463 files not shown
+104-499 files