13,140,660 commits found in 9 milliseconds
LLVM /project 9222cd8 — llvm/lib/Target/AMDGPU GCNSchedStrategy.cpp, llvm/test/CodeGen/AMDGPU machine-scheduler-sink-trivial-remats.mir machine-scheduler-sink-trivial-remats-debug.mir [AMDGPU] Move `advanceBeforeNext` before `advanceToNext`
The document of `advanceToNext` says, `advanceBeforeNext` has to be called first.
[NFC][AMDGPU] Move `advanceBeforeNext` before `advanceToNext`
The document of `advanceToNext` says, `advanceBeforeNext` has to be called first.
misc/crush: Update to 0.44.0
Changelog:
- https://github.com/charmbracelet/crush/releases/tag/v0.43.4
- https://github.com/charmbracelet/crush/releases/tag/v0.44.0
Reported by: GitHub (watch releases)
doc: Updated archivers/minizip to 1.3.2nb1
NetBSD /pkgsrc 7Ddy6OM — archivers/minizip Makefile distinfo, archivers/minizip/patches patch-Makefile.am minizip: install ints.h
upstream bug fix, since ioapi.h now includes this.
Bump PKGREVISION.
Report success in ftp when file is fully retrieved
OK rasadowski
cad/librepcb: Revert non-ready yet "Update 2.0.0 => 2.0.1"
Sorry, had committed non-ready yet work from the wrong branch.
This reverts commit 13fe95915e071654296d65812e1d681537f2645a .
Approved by: db@, yuri@ (Mentors, implicit)
textproc/xan: Update to 0.56.0
Changelog: https://github.com/medialab/xan/blob/0.56.0/CHANGELOG.md
Reported by: GitHub (watch releases)
FreeBSD /ports 74dbf8d — graphics/cloudcompare distinfo Makefile, graphics/cloudcompare/files ccViewer.png cloudcompare.png graphics/cloudcompare: Use icons from ${_DISTDIR} not the ${FILESDIR}
Get icons downloaded during `make fetch` is a better approach than
committing PNG images into the repo.
Reported by: arrowd@, vvd@
Approved by: db@, yuri@ (Mentors, implicit)
Differential Revision: https://reviews.freebsd.org/D55434
cad/librepcb: Update 2.0.0 => 2.0.1
website: update ru/news
LLVM /project 1d6853e — llvm/include/llvm/Passes CodeGenPassBuilder.h, llvm/lib/Target/AMDGPU R600TargetMachine.cpp formatting
Created using spr 1.3.7
LLVM /project 951cbba — llvm/include/llvm/Passes CodeGenPassBuilder.h, llvm/lib/Target/AMDGPU R600TargetMachine.cpp [𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.7
[skip ci]
LLVM /project 738baff — llvm/include/llvm/Passes CodeGenPassBuilder.h, llvm/lib/Target/AMDGPU R600TargetMachine.cpp formatting
Created using spr 1.3.7
LLVM /project 059accc — mlir/include/mlir-c ExtensibleDialect.h, mlir/include/mlir/Bindings/Python IRTypes.h [MLIR][Python] Add Python and C API of `mlir::DynamicType` (#182751)
This PR adds C and Python API support for `mlir::DynamicType`. It
primarily enables types in dialects that are dynamically generated via
IRDL to be constructed in Python, and allows retrieving the parameters
contained in a dynamic type from Python.
---------
Co-authored-by: Rolf Morel <rolfmorel at gmail.com> LLVM /project 4b773ac — llvm/include/llvm/Passes CodeGenPassBuilder.h, llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project d9822af — llvm/include/llvm/CodeGen AsmPrinter.h, llvm/include/llvm/Passes CodeGenPassBuilder.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 6359be8 — llvm/include/llvm/CodeGen AsmPrinter.h, llvm/include/llvm/Passes CodeGenPassBuilder.h [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project b303a70 — llvm/include/llvm/Passes CodeGenPassBuilder.h, llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project cfd7560 — llvm/include/llvm/CodeGen AsmPrinter.h, llvm/include/llvm/Passes CodeGenPassBuilder.h [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project b64cb4a — llvm/include/llvm/CodeGen AsmPrinter.h, llvm/include/llvm/Passes CodeGenPassBuilder.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project 8a78b2b — llvm/include/llvm/CodeGen AsmPrinter.h, llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp [𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7
[skip ci]
LLVM /project 5973c79 — llvm/include/llvm/CodeGen AsmPrinter.h, llvm/include/llvm/Passes CodeGenPassBuilder.h [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
LLVM /project f759d60 — llvm/include/llvm/CodeGen AsmPrinter.h, llvm/lib/CodeGen/AsmPrinter AsmPrinter.cpp [𝘀𝗽𝗿] initial version
Created using spr 1.3.7
[VPlan] Handle extracts for middle blocks also used by early exiting blocks. NFC (#181789)
Currently createExtractsForLiveOuts only handles creating extracts when
the middle block has one predecessor, but if an early exit exits to the
same block as the latch then it might have multiple predecessors.
This handles the latter case to avoid the need to handle it in
VPlanTransforms::handleUncountableEarlyExits. Addresses the comment in
https://github.com/llvm/llvm-project/pull/174864#discussion_r2794153217 FreeBSD /doc 2d760fe — website/content/ru/status/report-2025-10-2025-12 _index.adoc foundation-sta.adoc website: translate Status report Q4 2026 to russian
Differential Revision: https://reviews.freebsd.org/D55437
LLVM /project 2617cc5 — llvm/lib/CodeGen/SelectionDAG TargetLowering.cpp, llvm/test/Analysis/CostModel/X86 clmul.ll [TargetLowering][RISCV] Avoid ISD::MUL in expandCLMUL if hasBitTest or MUL requires a library call. (#182389)
Scalar multiply is not part of the most basic RISC-V ISA. Use a
and+setcc+select for these targets.
The and+setcc+select is also beneficial for targets with bit test
instructions. RISC-V may not get the full benefit here due to
not having a cmove-like instruction without Zicond.
Co-authored-by: fbrv <Fabio.Baravalle at gmail.com> Delta File +24,655 -20,149 llvm/test/CodeGen/RISCV/clmul.ll +12,512 -13,372 llvm/test/CodeGen/RISCV/clmulr.ll +12,350 -13,322 llvm/test/CodeGen/RISCV/clmulh.ll +2,888 -1,812 llvm/test/CodeGen/X86/clmul.ll +16 -16 llvm/test/Analysis/CostModel/X86/clmul.ll +22 -2 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp +52,443 -48,673 1 files not shown +52,451 -48,674 7 files
OpenBSD /ports wNc8GHe — games/golly distinfo Makefile, games/golly/patches patch-gui-wx_makefile-gtk update golly to 5.0
update py-async-lru to 2.2.0
FreeBSD /ports 8d9310c — sysutils/logrotate Makefile, sysutils/logrotate/files logrotate.conf.sample.in logrotate.conf.sample sysutils/logrotate: Update 3.13.0 => 3.22.0
Changelogs:
https://github.com/logrotate/logrotate/releases/tag/3.14.0
https://github.com/logrotate/logrotate/releases/tag/3.15.0
https://github.com/logrotate/logrotate/releases/tag/3.15.1
https://github.com/logrotate/logrotate/releases/tag/3.16.0
https://github.com/logrotate/logrotate/releases/tag/3.17.0
https://github.com/logrotate/logrotate/releases/tag/3.18.0
https://github.com/logrotate/logrotate/releases/tag/3.18.1
https://github.com/logrotate/logrotate/releases/tag/3.19.0
https://github.com/logrotate/logrotate/releases/tag/3.20.0
https://github.com/logrotate/logrotate/releases/tag/3.20.1
https://github.com/logrotate/logrotate/releases/tag/3.21.0
https://github.com/logrotate/logrotate/releases/tag/3.22.0
Improve port:
- Switch from USE_GITHUB to tarball from upstream.
- Use SUB_FILES+INSTALL_DATA for logrotate.conf.sample instead of SED.
[5 lines not shown ]