LLVM/project 7c64aeacompiler-rt/cmake/Modules CompilerRTUtils.cmake

[compiler-rt][cmake] filter libc-backed builtins superseded by assembly
DeltaFile
+2-0compiler-rt/cmake/Modules/CompilerRTUtils.cmake
+2-01 files

LLVM/project 8cb8e87llvm/test/tools/llubi gep-16-bit-addrspace.ll, llvm/tools/llubi/lib Context.cpp

[llubi]  Truncate struct field offsets exceeding the pointer index width (#213471)

Update computeGEP to implicitly truncate struct field offsets. This
fixes crashes in the new test, where the field offset does not fit in
the index width.

Related https://github.com/llvm/llvm-project/pull/213436

PR: https://github.com/llvm/llvm-project/pull/213471
DeltaFile
+18-0llvm/test/tools/llubi/gep-16-bit-addrspace.ll
+2-1llvm/tools/llubi/lib/Context.cpp
+20-12 files

FreeBSD/ports 08d7a6daudio/mpz distinfo Makefile, audio/mpz/files patch-CMakeLists.txt

audio/mpz: update the port to version 2.1.2

PR:             296248
Reported by:    portscout
DeltaFile
+0-25audio/mpz/files/patch-CMakeLists.txt
+8-13audio/mpz/pkg-plist
+12-6audio/mpz/Makefile
+3-3audio/mpz/distinfo
+23-474 files

FreeBSD/ports a32b564net/mihomo Makefile, net/mihomo/files mihomo.in

net/mihomo: Add RC script

PR:             291295
Submitted by:   ykla <yklaxds at gmail.com> (initial version)
DeltaFile
+60-0net/mihomo/files/mihomo.in
+5-3net/mihomo/Makefile
+65-32 files

LLVM/project 4671437libc/src/__support/math expm1.h tan.h

[libc] Add missing LIBC_INLINE to functions defined in .h files (#213442)
DeltaFile
+3-2libc/src/__support/math/tan.h
+2-2libc/src/__support/math/expm1.h
+5-42 files

LLVM/project 350089dlibc/src/__support common.h

[libc] Fix LLVM_LIBC_FUNCTION on 32-bit x86 Windows (#213456)

Previously, trying to compile libm with LIBC_COPT_PUBLIC_PACKAGING
defined failed on 32-bit Windows with

    error: alias must point to a defined variable or function

This is because 32-bit Windows adds a leading underscore to __cdecl C
functions, making the alias declaration not find its target symbol name.
The same problem exists on Apple platforms, which as solution don't emit
the alias for the C++ LIBC_NAMESPACE:: symbol.

Do the same on 32-bit Windows as on Apple platforms: Emit only
the underscore-prefixed symbol, not the LIBC_NAMESPACE:: alias.
DeltaFile
+17-14libc/src/__support/common.h
+17-141 files

LLVM/project 004ebf7llvm/test/TableGen RegClassByHwMode.td, llvm/utils/TableGen AsmMatcherEmitter.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.8-beta.1-arichardson
DeltaFile
+5-1llvm/utils/TableGen/AsmMatcherEmitter.cpp
+1-1llvm/test/TableGen/RegClassByHwMode.td
+6-22 files

LLVM/project 007c684mlir/include/mlir/Dialect/XeGPU/IR XeGPUAttrs.td XeGPUOps.td, mlir/lib/Dialect/XeGPU/IR XeGPUOps.cpp

[mlir][xegpu] Add xegpu.lane_shuffle op (#210777)

Add a lane-level XeGPU operation that re-distributes a subgroup's
fragments across its lanes without changing the element type.

The op takes a 1D vector — the fragment held by one lane — and returns a
fragment of the same type. A pack/unpack mode selects the direction:
viewing the subgroup as an S x N element grid (S = subgroup size, N =
elements per lane), pack moves element j of lane i from logical position
j*S + i to i*N + j, so a lane's elements end up at consecutive
positions; unpack is the reverse.
  
This implements xegpu.convert_layout semantics at the lane level when
lane_layout is unchanged but lane_data differs.
  
assisted-by-claude

---------

Co-authored-by: Claude Opus 4.8 <noreply at anthropic.com>
DeltaFile
+72-0mlir/include/mlir/Dialect/XeGPU/IR/XeGPUOps.td
+42-0mlir/test/Dialect/XeGPU/ops.mlir
+36-0mlir/test/Dialect/XeGPU/canonicalize.mlir
+23-0mlir/lib/Dialect/XeGPU/IR/XeGPUOps.cpp
+21-0mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td
+7-0mlir/test/Dialect/XeGPU/invalid.mlir
+201-01 files not shown
+204-07 files

FreeBSD/ports 9375022devel/forge distinfo Makefile

devel/forge: Update to 0.6.8

Changelog:      https://github.com/magit/forge/blob/main/CHANGELOG#v068----2026-08-01
Sponsored by:   The FreeBSD Foundation
DeltaFile
+8-8devel/forge/Makefile
+3-3devel/forge/distinfo
+11-112 files

FreeBSD/ports 44b3ba5devel/ghub Makefile distinfo

devel/ghub: Update to 5.3.0

Changelog:      https://github.com/magit/ghub/blob/main/CHANGELOG#v530----2026-08-01
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/ghub/distinfo
+1-1devel/ghub/Makefile
+4-42 files

FreeBSD/ports faffa5cdevel/magit distinfo Makefile

devel/magit: Update to 4.7.0

  - Track upstream's replacement of docs/RelNotes/ with
    per-major-release docs/CHANGELOG.N files in PORTDOCS and the DOCS
    install
  - Fix the DOCS and PDF options.  With the custom do-build target,
    DOCS_ALL_TARGET/PDF_ALL_TARGET never ran, so the HTML and PDF
    manuals were never built and staging failed.  Build them explicitly
    in post-build-DOCS-on/post-build-PDF-on, under MAKE_ENV so the
    sed=gsed binary alias is on PATH.

Changelog:      https://github.com/magit/magit/blob/v4.7.0/docs/CHANGELOG.4#v470----2026-08-01
Sponsored by:   The FreeBSD Foundation
DeltaFile
+21-18devel/magit/Makefile
+3-3devel/magit/distinfo
+24-212 files

FreeBSD/ports 37ecfe3devel/cond-let Makefile distinfo

devel/cond-let: Update to 1.1.3

Changelog:      https://github.com/tarsius/cond-let/blob/v1.1.3/CHANGELOG#v113----2026-07-01
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/cond-let/distinfo
+1-1devel/cond-let/Makefile
+4-42 files

FreeBSD/ports 4fb758amisc/compat.el Makefile distinfo

misc/compat.el: Update to 31.0.0.2

News:           https://github.com/emacs-compat/compat/blob/31.0.0.2/NEWS.org#release-of-compat-version-31002
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3misc/compat.el/distinfo
+1-1misc/compat.el/Makefile
+4-42 files

FreeBSD/ports 6006f7feditors/with-editor Makefile distinfo

editors/with-editor: Update to 3.5.3

Changelog:      https://github.com/magit/with-editor/blob/v3.5.3/CHANGELOG#v353----2026-08-01
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3editors/with-editor/distinfo
+3-2editors/with-editor/Makefile
+6-52 files

FreeBSD/ports 9835e59databases/pg.el Makefile distinfo

databases/pg.el: Update to 0.68

Changelog:      https://github.com/emarsden/pg-el/blob/v0.68/CHANGELOG.md#068---2026-06-19
Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3databases/pg.el/distinfo
+1-1databases/pg.el/Makefile
+4-42 files

LLVM/project cfd7f8blibc/test/shared shared_builtins_test.cpp

fix conflicts
DeltaFile
+2-5libc/test/shared/shared_builtins_test.cpp
+2-51 files

LLVM/project 1984097compiler-rt/lib/builtins comparetf2.cpp, libc/shared/builtins unordtf2.h letf2.h

[compiler-rt][builtins] libc-backed quad-float comparison builtins
DeltaFile
+49-0compiler-rt/lib/builtins/comparetf2.cpp
+36-0libc/src/__support/builtins/letf2.h
+36-0libc/src/__support/builtins/unordtf2.h
+36-0libc/src/__support/builtins/getf2.h
+35-0libc/shared/builtins/unordtf2.h
+35-0libc/shared/builtins/letf2.h
+227-06 files not shown
+321-012 files

LLVM/project 01d882acompiler-rt/lib/builtins comparedf2.cpp, libc/shared/builtins ledf2.h unorddf2.h

[compiler-rt][builtins] libc-backed double-float comparison builtins
DeltaFile
+54-0compiler-rt/lib/builtins/comparedf2.cpp
+30-0libc/src/__support/builtins/gedf2.h
+30-0libc/src/__support/builtins/ledf2.h
+30-0libc/src/__support/builtins/unorddf2.h
+29-0libc/shared/builtins/ledf2.h
+29-0libc/shared/builtins/unorddf2.h
+202-06 files not shown
+280-012 files

LLVM/project 63d6e8dcompiler-rt/lib/builtins comparesf2.cpp, libc/shared/builtins lesf2.h unordsf2.h

[compiler-rt][builtins] libc-backed single-float comparison builtins
DeltaFile
+54-0compiler-rt/lib/builtins/comparesf2.cpp
+30-0libc/src/__support/builtins/unordsf2.h
+30-0libc/src/__support/builtins/lesf2.h
+30-0libc/src/__support/builtins/gesf2.h
+29-0libc/shared/builtins/lesf2.h
+29-0libc/shared/builtins/unordsf2.h
+202-06 files not shown
+280-012 files

LLVM/project 8fd4c22libc/src/__support/builtins CMakeLists.txt cmp_helper.h

[libc][builtins] add cmp_helper for compiler-rt soft-float comparisons
DeltaFile
+63-0libc/src/__support/builtins/cmp_helper.h
+7-0libc/src/__support/builtins/CMakeLists.txt
+70-02 files

LLVM/project e2564f0libc/src/__support/builtins cmp_helper.h

fix format
DeltaFile
+2-2libc/src/__support/builtins/cmp_helper.h
+2-21 files

NetBSD/pkgsrc PkPZPWWdoc CHANGES-2026

   doc: Add update of lang/rexx-regina to 3.9.6
VersionDeltaFile
1.4888+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc wecoaGndoc CHANGES-2026

   doc: Updated lang/rexx-regina to 3.9.7
VersionDeltaFile
1.4887+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 3d2LjZxlang/rexx-regina PLIST Makefile

   lang/rexx-regina: Update to 3.6.7

   * My previous commit updates this to 3.9.6 silently.
     Include changes for 3.9.6 here.

   Changelog:
   3.9.7:
     * Bugs Fixed:
       - #580 Missing files in SVN trunk (target Windows)
       - #587 https://regina-rexx.sourceforge.io/ Sourceforge links mostly broken
       - #595 Unexpected NUL bytes from changestr()
       - #596 stream(filename,"C","OPEN WRITE REPLACE") fails, but "CREATE" works
       - #598 Implicit command doesn't recognize arguments
       - #600 Erroneous syntax error 37
       - #602 Error "System resources exhausted" on Haiku
       - #606 regina.dll reports WIN8 for Windows 11 systems
       - #607 Visual C++ 4.0 build is broken
       - #609 CENTER regression
       - #610 CALL X(SIGL) passes **updated** SIGL as ARG(1)

    [35 lines not shown]
VersionDeltaFile
1.12+5-5lang/rexx-regina/distinfo
1.19+3-3lang/rexx-regina/Makefile
1.5+3-1lang/rexx-regina/PLIST
+11-93 files

FreeBSD/ports 22243b0math/py-scikit-umfpack Makefile

math/py-scikit-umfpack: Cleanup dependencies and patches

PR:             295541
DeltaFile
+2-13math/py-scikit-umfpack/Makefile
+2-131 files

NetBSD/pkgsrc-wip b8e8c63. Makefile

Mention devel/neo in Makefile
DeltaFile
+1-0Makefile
+1-01 files

NetBSD/pkgsrc mWMoJQvlang/rexx-regina Makefile distinfo, lang/rexx-regina/patches patch-aa

   lang/rexx-regina: Honor LDFLAGS
VersionDeltaFile
1.6+9-18lang/rexx-regina/patches/patch-aa
1.11+5-5lang/rexx-regina/distinfo
1.18+3-4lang/rexx-regina/Makefile
+17-273 files

NetBSD/pkgsrc-wip ed1bc10jcode cargo-depends.mk distinfo, jcode/patches patch-crates_jcode-update-core_src_lib.rs patch-crates_jcode-core_src_stdin_detect_tests.rs

Introduce devel/jcode v.0.64.2, yet another LLM harness
DeltaFile
+2,635-0jcode/distinfo
+870-0jcode/cargo-depends.mk
+201-0jcode/patches/patch-crates_jcode-core_src_stdin_detect.rs
+154-0jcode/patches/patch-crates_jcode-base_src_process_memory_netbsd.rs
+141-0jcode/patches/patch-crates_jcode-core_src_stdin_detect_tests.rs
+55-0jcode/patches/patch-crates_jcode-update-core_src_lib.rs
+4,056-021 files not shown
+4,549-027 files

NetBSD/pkgsrc H0LRE2vlang/rexx-imc/patches patch-shell.c patch-rxmathfn.c

   lang/rexx-imc: Fix build with GCC 14 and honor LDFLAGS
VersionDeltaFile
1.1+24-0lang/rexx-imc/patches/patch-rxstack.c
1.1+21-0lang/rexx-imc/patches/patch-rxque.c
1.1+12-0lang/rexx-imc/patches/patch-shell.c
1.1+12-0lang/rexx-imc/patches/patch-rxmathfn.c
1.1+12-0lang/rexx-imc/patches/patch-main.c
1.1+12-0lang/rexx-imc/patches/patch-interface.c
+93-03 files not shown
+118-119 files

FreeBSD/ports 73b74a5misc/lbann pkg-plist, misc/lbann/files patch-src_execution__algorithms_CMakeLists.txt patch-src_operators_math_binary.cpp

misc/lbann: update 0.102-254 → 0.104

PR:             295214
Submitted by:   Chad Jacob Milios <milios at ccsys.com> (initial version, additional changes were made on top of his patch to make it build)
DeltaFile
+0-78misc/lbann/files/patch-protobuf
+78-0misc/lbann/files/patch-src_utils_protobuf.cpp
+55-22misc/lbann/pkg-plist
+69-0misc/lbann/files/patch-src_execution__algorithms_unit__test_training__algorithm__factory__test.cpp
+35-0misc/lbann/files/patch-src_operators_math_binary.cpp
+29-0misc/lbann/files/patch-src_execution__algorithms_CMakeLists.txt
+266-10019 files not shown
+599-11125 files