LLVM/project bdc1c87llvm/lib/Transforms/IPO ThinLTOBitcodeWriter.cpp LowerTypeTests.cpp, llvm/test/ThinLTO/X86 devirt_function_alias2.ll

[CFI] Create an external linkage alias instead of promoting internals
DeltaFile
+19-33llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
+35-0llvm/lib/Transforms/IPO/LowerTypeTests.cpp
+29-0llvm/test/Transforms/LowerTypeTests/promoted-internal.ll
+20-5llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
+10-7llvm/test/Transforms/ThinLTOBitcodeWriter/comdat.ll
+6-4llvm/test/ThinLTO/X86/devirt_function_alias2.ll
+119-494 files not shown
+130-5610 files

LLVM/project 69d1e4ellvm/include/llvm/IR IntrinsicsAMDGPU.td, llvm/lib/Target/AMDGPU AMDGPUInstructionSelector.cpp SIISelLowering.cpp

[AMDGPU] Guard more intrinsics with target features
DeltaFile
+1-51llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+0-42llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+0-24llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+15-2llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+9-6llvm/lib/Target/AMDGPU/AMDGPU.td
+4-4llvm/test/CodeGen/AMDGPU/unsupported-av-store.ll
+29-12915 files not shown
+61-15521 files

NetBSD/src bKBNsGRshare/man/man4/man4.evbarm rktsadc.4

   add rk3288 to the supported list and mention Jared added that.  bump date.
VersionDeltaFile
1.6+6-3share/man/man4/man4.evbarm/rktsadc.4
+6-31 files

LLVM/project 40e6de4llvm/include/llvm/IR IntrinsicsAMDGPU.td, llvm/lib/Target/AMDGPU AMDGPUInstructionSelector.cpp SIISelLowering.cpp

[AMDGPU] Guard more intrinsics with target features
DeltaFile
+1-51llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+0-42llvm/lib/Target/AMDGPU/SIISelLowering.cpp
+0-24llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
+15-2llvm/include/llvm/IR/IntrinsicsAMDGPU.td
+4-4llvm/test/CodeGen/AMDGPU/unsupported-av-store.ll
+4-4llvm/test/CodeGen/AMDGPU/unsupported-av-load.ll
+24-12712 files not shown
+51-14218 files

FreeBSD/ports cb7cfecmisc/py-litellm distinfo Makefile, misc/py-litellm/files patch-pyproject.toml

misc/py-litellm: Update to 1.90.1

Changelog: https://github.com/BerriAI/litellm/releases/tag/v1.90.0

Reported by:    Repology
DeltaFile
+3-3misc/py-litellm/distinfo
+1-1misc/py-litellm/files/patch-pyproject.toml
+1-1misc/py-litellm/Makefile
+5-53 files

LLVM/project d3b8ff3llvm/lib/Target/LoongArch LoongArchISelLowering.cpp LoongArchISelLowering.h, llvm/test/CodeGen/LoongArch/ir-instruction double-convert.ll float-convert.ll

Revert "[LoongArch] Custom scalar UINT_TO_FP and FP_TO_UINT with LSX instructions" (#206632)

Reverts llvm/llvm-project#200901

buildbot: https://lab.llvm.org/staging/#/builders/20/builds/28603
DeltaFile
+2-51llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+26-7llvm/test/CodeGen/LoongArch/ir-instruction/double-convert.ll
+25-7llvm/test/CodeGen/LoongArch/ir-instruction/float-convert.ll
+0-1llvm/lib/Target/LoongArch/LoongArchISelLowering.h
+53-664 files

FreeBSD/ports ca01037net-mgmt/nfs-exporter distinfo Makefile.crates

net-mgmt/nfs-exporter: 0.4.7

This version no longer requires llvm-config at build time.

https://github.com/Axcient/freebsd-nfs-exporter/blob/master/CHANGELOG.md#047---2026-06-26

Sponsored by:   ConnectWise
DeltaFile
+31-57net-mgmt/nfs-exporter/distinfo
+14-27net-mgmt/nfs-exporter/Makefile.crates
+3-3net-mgmt/nfs-exporter/Makefile
+48-873 files

LLVM/project 93da31bclang/lib/CodeGen CodeGenAction.cpp, llvm/lib/CodeGen/SelectionDAG SelectionDAGBuilder.cpp

[RFC][CodeGen] Add generic target feature checks for intrinsics (#201470)

This PR adds target-independent infrastructure for annotating LLVM
intrinsics with required subtarget feature expressions.

It introduces a TargetFeatures string field to intrinsic TableGen
records. TableGen emits an intrinsic-to-feature mapping table.

Both SelectionDAG and GlobalISel now perform this check before lowering
target intrinsics. This allows targets to opt in by annotating intrinsic
definitions directly, rather than adding custom checks during lowering,
legalization, or instruction selection.

This PR uses one AMDGPU intrinsic as an example.
DeltaFile
+96-3llvm/lib/MC/MCSubtargetInfo.cpp
+38-0clang/lib/CodeGen/CodeGenAction.cpp
+33-1llvm/utils/TableGen/Basic/IntrinsicEmitter.cpp
+31-0llvm/lib/IR/DiagnosticInfo.cpp
+28-0llvm/test/TableGen/intrinsic-target-features.td
+25-0llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+251-414 files not shown
+361-920 files

NetBSD/src zBJ3HjXtests/bin/expr t_expr.sh

   tests/bin/expr - fix the regex & length tests for UTF-8 input

   If LC_CTYPE is to be set to a UTF-8 charset, the input must be
   valid UTF-8 encoded data, or the results will not be what is expected.

   0xFF as input is *not* ever valid in a UTF-8 string.   It cannot be
   the initial byte of a character (the biggest conceivable value for
   that is 0xFC and even that is beyond what current UTF-8 allows, the
   actual biggest is 0xF4), and it cannot be a trailing byte, as those
   always have 1 0 as the two higest bits (ie: range is 0x80..0xBF)
VersionDeltaFile
1.18+5-5tests/bin/expr/t_expr.sh
+5-51 files

NetBSD/src oRYYPuglib/libc/citrus/modules citrus_utf8.c

   mbrtowc() fix a stupid typo in the previous version.

   No idea how I managed to miss this previously.   This update should
   make at least some of the ATF tests (and other stuff) which failed
   after the previous change start working again.
VersionDeltaFile
1.21+4-4lib/libc/citrus/modules/citrus_utf8.c
+4-41 files

LLVM/project 71113ebclang/lib/Sema SemaExprCXX.cpp

[Sema][NFC] Extract allocation overload diagnostics (#206219)

This extracts the code that emits diagnostics when no viable function is
found for allocation overload resolution to reduce the diff in #203824.
DeltaFile
+68-65clang/lib/Sema/SemaExprCXX.cpp
+68-651 files

FreeBSD/ports 06a4b46sysutils/mackerel-agent distinfo Makefile

sysutils/mackerel-agent: Update to 0.87.0

Changes:        https://github.com/mackerelio/mackerel-agent/releases/tag/v0.87.0
DeltaFile
+5-5sysutils/mackerel-agent/distinfo
+1-2sysutils/mackerel-agent/Makefile
+6-72 files

LLVM/project efd5fe3clang/lib/Driver/ToolChains Linux.cpp, clang/test/Driver linux-ld.c

[Driver][RISCV] Fix musl dynamic linker path for RISC-V sf/sp ABI (#202513)

Musl adds -sf or -sp suffixes to the path of dynamic linker (e.g.,
ld-musl-riscv64-sf.so.1):


https://git.musl-libc.org/cgit/musl/tree/configure?h=v1.2.6&id=9fa28ece75d8a2191de7c5bb53bed224c5947417#n732

---------

Co-authored-by: Chih-Mao Chen <cmchen at andestech.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply at anthropic.com>
DeltaFile
+18-0clang/test/Driver/linux-ld.c
+8-0clang/lib/Driver/ToolChains/Linux.cpp
+26-02 files

LLVM/project 1d27dabllvm/lib/Transforms/IPO ThinLTOBitcodeWriter.cpp LowerTypeTests.cpp, llvm/test/ThinLTO/X86 devirt_function_alias2.ll

[CFI] Create an external linkage alias instead of promoting internals
DeltaFile
+19-33llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
+35-0llvm/lib/Transforms/IPO/LowerTypeTests.cpp
+29-0llvm/test/Transforms/LowerTypeTests/promoted-internal.ll
+20-5llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
+10-7llvm/test/Transforms/ThinLTOBitcodeWriter/comdat.ll
+6-4llvm/test/ThinLTO/X86/devirt_function_alias2.ll
+119-494 files not shown
+130-5610 files

LLVM/project df108f9clang/include/clang/ScalableStaticAnalysis/Core/EntityLinker StaticLibrary.h, clang/lib/ScalableStaticAnalysis/Core/Serialization/JSONFormat StaticLibrary.cpp

[clang][ssaf] Add `StaticLibrary` data structure (#205946)

This change introduces the `StaticLibrary` data structure, the SSAF analogue of `ar`, `libtool -static`, or `lib.exe`: a single-architecture bundle of `TUSummary` objects. `StaticLibrary` only stores `TUSummaryEncoding` because it will be used by `clang-ssaf-linker` that does not decode the summary data. We don't plan to create a decoded variant because there will be no consumer. Support for constructing and linking static libraries will be introduced in future PRs.

rdar://180665891
DeltaFile
+192-0clang/lib/ScalableStaticAnalysis/Core/Serialization/JSONFormat/StaticLibrary.cpp
+125-0clang/test/Analysis/Scalable/ssaf-format/StaticLibrary/top-level.test
+75-0clang/include/clang/ScalableStaticAnalysis/Core/EntityLinker/StaticLibrary.h
+49-0clang/test/Analysis/Scalable/ssaf-format/StaticLibrary/io.test
+43-0clang/test/Analysis/Scalable/ssaf-format/StaticLibrary/Inputs/unsorted-members-input.json
+43-0clang/test/Analysis/Scalable/ssaf-format/StaticLibrary/Inputs/rt-multiple-members.json
+527-044 files not shown
+1,009-1550 files

LLVM/project d9d66bdllvm/lib/Transforms/IPO ThinLTOBitcodeWriter.cpp WholeProgramDevirt.cpp, llvm/test/ThinLTO/X86 devirt_function_alias2.ll

[CFI] Create an external linkage alias instead of promoting internals
DeltaFile
+20-33llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
+20-5llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
+10-7llvm/test/Transforms/ThinLTOBitcodeWriter/comdat.ll
+16-0llvm/lib/Transforms/IPO/LowerTypeTests.cpp
+6-4llvm/test/ThinLTO/X86/devirt_function_alias2.ll
+4-2llvm/test/Transforms/ThinLTOBitcodeWriter/split-vfunc-internal.ll
+76-513 files not shown
+83-569 files

LLVM/project 55df97cllvm/include/llvm/IR GlobalValue.h, llvm/include/llvm/Transforms/Utils AssignGUID.h

Reland #184065
DeltaFile
+61-17llvm/lib/Bitcode/Reader/BitcodeReader.cpp
+45-30llvm/lib/LTO/LTO.cpp
+64-2llvm/lib/IR/Globals.cpp
+49-3llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
+45-5llvm/include/llvm/IR/GlobalValue.h
+49-0llvm/include/llvm/Transforms/Utils/AssignGUID.h
+313-57120 files not shown
+872-416126 files

LLVM/project 925378cllvm/lib/Target/RISCV RISCV.td

[RISCV][NFC] Use true/false for boolean fields in RISCV.td (#206399)
DeltaFile
+4-4llvm/lib/Target/RISCV/RISCV.td
+4-41 files

LLVM/project 55cffacllvm/lib/Target/LoongArch LoongArchISelLowering.cpp LoongArchISelLowering.h, llvm/test/CodeGen/LoongArch/ir-instruction double-convert.ll float-convert.ll

Revert "[LoongArch] Custom scalar UINT_TO_FP and FP_TO_UINT with LSX instruct…"

This reverts commit 9f0b22c61153e8390e3eed74e4a9cf1160bd71fe.
DeltaFile
+2-51llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
+26-7llvm/test/CodeGen/LoongArch/ir-instruction/double-convert.ll
+25-7llvm/test/CodeGen/LoongArch/ir-instruction/float-convert.ll
+0-1llvm/lib/Target/LoongArch/LoongArchISelLowering.h
+53-664 files

FreeBSD/ports aba9d21net-im/abaddon Makefile

net-im/abaddon: Fix build with option VOICE disabled

devel/nlohmann-json required even with option VOICE disabled.

PR:             296329
Approved by:    blanket (fix build)
Fixes:          7be26046690c (Fix build on 32bit arches by optioning out voice support)
Sponsored by:   UNIS Labs
DeltaFile
+1-1net-im/abaddon/Makefile
+1-11 files

FreeBSD/src 2767a1flib/libc/gen posix_spawn.c

posix_spawn(3): create a guard page below the stack for rfork_thread on x86

Reviewed by:    kevans
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57955
DeltaFile
+18-29lib/libc/gen/posix_spawn.c
+18-291 files

FreeBSD/ports 7be2604net-im/abaddon Makefile

net-im/abaddon: Fix build on 32bit arches by optioning out voice support

PR:             296329
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+17-4net-im/abaddon/Makefile
+17-41 files

SmartOS/live 4d5b2a2. Jenkinsfile

failFast as parameter?
DeltaFile
+1-2Jenkinsfile
+1-21 files

SmartOS/live e5b42da. Jenkinsfile

failFast needs to be above 'parallel'
DeltaFile
+1-1Jenkinsfile
+1-11 files

LLVM/project f5faf29llvm/lib/Target/Lanai LanaiCodeGenPassBuilder.cpp

[Lanai] Force AsmPrinterEndPass (#206623)

So that no pass instrumentation ends up preventing the addition of this
necessary pass.

Also makes this consistent with X86.
DeltaFile
+1-1llvm/lib/Target/Lanai/LanaiCodeGenPassBuilder.cpp
+1-11 files

SmartOS/live 344f4c6. Jenkinsfile

Add FAIL_FAST (default is true)
DeltaFile
+8-2Jenkinsfile
+8-21 files

LLVM/project 0b7062eclang/lib/ScalableStaticAnalysis/Analyses SSAFAnalysesCommon.h

fix build issue
DeltaFile
+2-2clang/lib/ScalableStaticAnalysis/Analyses/SSAFAnalysesCommon.h
+2-21 files

LLVM/project fc654d4clang/include/clang/AST OpenMPClause.h

[Clang][OpenMP][NFC] Remove unnecessary LParentLoc in clause classes (#206386)

The LParentLoc is already a data member of the OMPVarListClause class.
The OMPThreadLimitClause and OMPNumTeamsClause classes inherit from
OMPVarListClause and should not need to have their own LParentLoc.
DeltaFile
+0-18clang/include/clang/AST/OpenMPClause.h
+0-181 files

FreeBSD/ports b669d2edevel/brz/files patch-breezy_transport_http_response.py patch-breezy_transport_http_urllib.py

devel/brz: Fix with python 3.12

This is backported from upstream changes in brz 3.3.5 to get us by until
the larger switch to the 3.3 stream.

While here replace gettext with gettext-tools in USES - port doesn't
link with libintl, but uses msgfmt during build.

PR:             296361 296283
Sponsored by:   UNIS Labs
DeltaFile
+29-0devel/brz/files/patch-breezy_transport_http_response.py
+24-0devel/brz/files/patch-breezy_transport_http_urllib.py
+24-0devel/brz/files/patch-breezy_tests_test__setup.py
+13-0devel/brz/files/patch-breezy_tests_test__selftest.py
+11-0devel/brz/files/patch-breezy_lockdir.py
+11-0devel/brz/files/patch-breezy_git_repository.py
+112-05 files not shown
+157-211 files

NetBSD/pkgsrc lDgkqqGmk/tools tools.Darwin.mk

   tools: Do not allow system bash on Darwin

   It's 3.2.57, and that's often not adequate.

   As proposed/discussed on tech-pkg@ and delayed until branch.
VersionDeltaFile
1.68+5-2mk/tools/tools.Darwin.mk
+5-21 files