LLVM/project b6c8cballd/ELF Driver.cpp InputFiles.cpp

[ELF] Move ++nextGroupId from InputFile ctor to callers. NFC (#191685)

Move this side effect to the call sites in addFile() where the groupId
assignment is more visible.

This makes InputFile construction safe to call from parallel contexts.
DeltaFile
+8-1lld/ELF/Driver.cpp
+1-6lld/ELF/InputFiles.cpp
+9-72 files

LLVM/project bba1b33llvm/lib/Analysis IVUsers.cpp, llvm/test/Analysis/IVUsers lcssa.ll

update

Created using spr 1.3.7
DeltaFile
+83-4llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
+22-0llvm/test/Analysis/IVUsers/lcssa.ll
+6-3llvm/lib/Analysis/IVUsers.cpp
+111-73 files

LLVM/project a775d4allvm/lib/Analysis IVUsers.cpp, llvm/test/Analysis/IVUsers lcssa.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+83-4llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
+22-0llvm/test/Analysis/IVUsers/lcssa.ll
+6-3llvm/lib/Analysis/IVUsers.cpp
+111-73 files

LLVM/project ff26260llvm/lib/Analysis IVUsers.cpp, llvm/test/Analysis/IVUsers lcssa.ll

update

Created using spr 1.3.7
DeltaFile
+83-4llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
+22-0llvm/test/Analysis/IVUsers/lcssa.ll
+6-3llvm/lib/Analysis/IVUsers.cpp
+111-73 files

LLVM/project 25adf59llvm/lib/Analysis IVUsers.cpp, llvm/test/Analysis/IVUsers lcssa.ll

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+81-5llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
+22-0llvm/test/Analysis/IVUsers/lcssa.ll
+6-3llvm/lib/Analysis/IVUsers.cpp
+109-83 files

LLVM/project 831b6f6llvm/test/Transforms/LoopStrengthReduce/X86 2011-12-04-loserreg.ll

update

Created using spr 1.3.7
DeltaFile
+81-5llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
+81-51 files

FreeBSD/ports 748a359devel/R-cran-cli distinfo Makefile

devel/R-cran-cli: Update to 3.6.6

Changelog: https://cran.r-project.org/web/packages/cli/news/news.html
DeltaFile
+3-3devel/R-cran-cli/distinfo
+1-1devel/R-cran-cli/Makefile
+4-42 files

LLVM/project 4298653clang/include/clang/Options Options.td, clang/lib/CodeGen BackendUtil.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+251-94llvm/test/Transforms/LoopStrengthReduce/X86/bin_power.ll
+81-5llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
+54-1clang/lib/CodeGen/BackendUtil.cpp
+32-6llvm/test/Transforms/LoopStrengthReduce/pr25541.ll
+22-0llvm/test/Analysis/IVUsers/lcssa.ll
+9-0clang/include/clang/Options/Options.td
+449-1062 files not shown
+456-1098 files

LLVM/project c844becclang/include/clang/Basic CodeGenOptions.def, clang/include/clang/Options Options.td

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

Created using spr 1.3.7

[skip ci]
DeltaFile
+251-94llvm/test/Transforms/LoopStrengthReduce/X86/bin_power.ll
+81-5llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
+54-1clang/lib/CodeGen/BackendUtil.cpp
+32-6llvm/test/Transforms/LoopStrengthReduce/pr25541.ll
+9-0clang/include/clang/Options/Options.td
+1-0clang/include/clang/Basic/CodeGenOptions.def
+428-1066 files

FreeBSD/src 938c076sys/dev/ixgbe if_ix.c ixgbe_sriov.h

ixgbe: Fix MRQC register value.

Focus on the MRQE field of the MRQC register, which is 4 bits wide,
and we use these 3 types of values.

  - IXGBE_MRQC_RSSEN 0x1  (non VF mode)
  - IXGBE_MRQC_VMDQRSS32EN 0xA (less than 33 VFs)
  - IXGBE_MRQC_VMDQRSS64EN 0xB (less than 65 VFs)

If we always take a bitwise OR with IXGBE_MRQC_RSSEN,
IXGBE_MRQC_VMDQRSS32EN will never be chosen.
Select these 3 types of values for the proper case.

Signed-off-by: Yuichiro NAITO <naito.yuichiro at gmail.com>

MFC after:      1 week
Pull Request:   https://github.com/freebsd/freebsd-src/pull/2132
DeltaFile
+2-2sys/dev/ixgbe/if_ix.c
+1-1sys/dev/ixgbe/ixgbe_sriov.h
+1-1sys/dev/ixgbe/if_sriov.c
+4-43 files

FreeBSD/ports d41a697misc/xdelta Makefile, misc/xdelta/files patch-xdelta.m4

misc/xdelta: fix warning "underquoted definition of AM_PATH_XDELTA"
DeltaFile
+11-0misc/xdelta/files/patch-xdelta.m4
+1-1misc/xdelta/Makefile
+12-12 files

LLVM/project a99c726llvm/tools/llvm-profgen PerfReader.cpp

fix test

Created using spr 1.3.4
DeltaFile
+1-1llvm/tools/llvm-profgen/PerfReader.cpp
+1-11 files

LLVM/project cf17529llvm/tools/llvm-profgen PerfReader.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]
DeltaFile
+1-1llvm/tools/llvm-profgen/PerfReader.cpp
+1-11 files

LLVM/project 882497fllvm/tools/llvm-profgen PerfReader.cpp

fix test

Created using spr 1.3.4
DeltaFile
+5-5llvm/tools/llvm-profgen/PerfReader.cpp
+5-51 files

LLVM/project 079646bllvm/tools/llvm-profgen PerfReader.cpp

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.4

[skip ci]
DeltaFile
+5-5llvm/tools/llvm-profgen/PerfReader.cpp
+5-51 files

OpenBSD/ports m1lxBvfgames/scid Makefile

   Now that ports-gcc is GCC 15, C++20 is available on sparc64

   Remove BROKEN-sparc64
VersionDeltaFile
1.16+0-2games/scid/Makefile
+0-21 files

OpenBSD/ports TdGV8VKproductivity/davical Makefile

   This was marked BROKEN-sparc64 back when PHP 8.1 was still in the tree.

   The issues then no longer apply, it builds fine on sparc64.

   Remove BROKEN-sparc64
VersionDeltaFile
1.41+0-2productivity/davical/Makefile
+0-21 files

LLVM/project 7efde37clang/include/clang/CIR/Dialect/IR CIROps.td, clang/lib/CIR/Dialect/IR CIRDialect.cpp

WIP
DeltaFile
+6-118clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+63-33mlir/include/mlir/IR/OpDefinition.h
+57-0clang/test/CIR/IR/if.cir
+12-3mlir/include/mlir/IR/OpBase.td
+8-5clang/include/clang/CIR/Dialect/IR/CIROps.td
+3-2mlir/tools/mlir-tblgen/OpFormatGen.cpp
+149-1616 files

FreeBSD/ports 3b5ef54devel/py-pynvml Makefile distinfo, devel/py-pynvml/files patch-setup.py

devel/py-pynvml: update 12.0.0 → 13.0.1
DeltaFile
+20-0devel/py-pynvml/files/patch-setup.py
+7-3devel/py-pynvml/Makefile
+3-3devel/py-pynvml/distinfo
+1-0devel/py-pynvml/pkg-descr
+31-64 files

FreeBSD/ports 210c4d2devel/py-junitparser Makefile distinfo, devel/py-junitparser/files patch-pyproject.toml

devel/py-junitparser: update 4.0.2 → 5.0.0
DeltaFile
+11-0devel/py-junitparser/files/patch-pyproject.toml
+6-2devel/py-junitparser/Makefile
+3-3devel/py-junitparser/distinfo
+20-53 files

FreeBSD/ports 850eb38devel/py-logistro Makefile distinfo, devel/py-logistro/files patch-pyproject.toml

devel/py-logistro: update 1.0.11 → 2.0.1
DeltaFile
+5-5devel/py-logistro/files/patch-pyproject.toml
+4-4devel/py-logistro/Makefile
+3-3devel/py-logistro/distinfo
+12-123 files

FreeBSD/ports da89c7dmath/py-clarabel distinfo Makefile

math/py-clarabel: update 0.9.0 → 0.11.1
DeltaFile
+581-367math/py-clarabel/distinfo
+290-184math/py-clarabel/Makefile
+871-5512 files

FreeBSD/ports c8b14a0devel/py-line-profiler Makefile distinfo

devel/py-line-profiler: update 4.1.3 → 5.0.2
DeltaFile
+19-4devel/py-line-profiler/Makefile
+3-3devel/py-line-profiler/distinfo
+22-72 files

FreeBSD/ports e73d6a8devel/py-diff-cover Makefile distinfo

devel/py-diff-cover: update 9.7.0 → 10.2.0
DeltaFile
+6-3devel/py-diff-cover/Makefile
+3-3devel/py-diff-cover/distinfo
+9-62 files

FreeBSD/ports c3f380emisc/py-pyqir distinfo Makefile

misc/py-pyqir: update 0.10.7 → 0.12.3
DeltaFile
+61-95misc/py-pyqir/distinfo
+35-52misc/py-pyqir/Makefile
+96-1472 files

FreeBSD/ports 80a08feshells/nu_plugin_formats distinfo, shells/nu_plugin_polars distinfo Makefile.crates

shells/nushell: update 0.111.0 → 0.112.1
DeltaFile
+761-725shells/nushell/distinfo
+453-823shells/nu_plugin_polars/distinfo
+380-363shells/nushell/Makefile
+225-410shells/nu_plugin_polars/Makefile.crates
+271-235shells/nu_plugin_query/distinfo
+239-243shells/nu_plugin_formats/distinfo
+2,329-2,79912 files not shown
+3,242-3,63518 files

FreeBSD/ports a0661cedevel/git-workspace distinfo Makefile

devel/git-workspace: update 1.9.0 → 1.10.1
DeltaFile
+639-519devel/git-workspace/distinfo
+319-260devel/git-workspace/Makefile
+958-7792 files

FreeBSD/ports e473acdsysutils/process-viewer distinfo Makefile

sysutils/process-viewer: update g20220909 → g20260130
DeltaFile
+183-157sysutils/process-viewer/distinfo
+93-81sysutils/process-viewer/Makefile
+276-2382 files

FreeBSD/ports 58fac39www/colly distinfo Makefile, www/colly/files modules.txt

www/colly: update 2.1.0 → 2.2.0
DeltaFile
+129-0www/colly/files/modules.txt
+35-29www/colly/distinfo
+20-16www/colly/Makefile
+184-453 files

FreeBSD/ports 77f5e99sysutils/mise distinfo Makefile

sysutils/mise: update 2026.4.8 → 2026.4.9
DeltaFile
+119-95sysutils/mise/distinfo
+59-47sysutils/mise/Makefile
+178-1422 files