LLVM/project 1d61ac2clang/lib/CodeGen/TargetBuiltins AMDGPU.cpp

[clang][amdgpu] mapCABIAtomicOrdering - fix MSVC not all control paths return a value warning. NFC. (#180500)

DeltaFile
+1-0clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
+1-01 files

LLVM/project bf84e84clang/lib/CodeGen/Targets AMDGPU.cpp

[clang][amdgpu] getLLVMSyncScopeStr - fix MSVC not all control paths return a value warning. NFC. (#180501)

DeltaFile
+1-0clang/lib/CodeGen/Targets/AMDGPU.cpp
+1-01 files

LLVM/project 2eb8112llvm/lib/CAS OnDiskGraphDB.cpp

[CAS] getInternalFileBackedObjectData - fix MSVC not all control paths return a value warning. NFC. (#180499)

DeltaFile
+1-0llvm/lib/CAS/OnDiskGraphDB.cpp
+1-01 files

LLVM/project 5b2bfceflang/lib/Optimizer/Analysis CMakeLists.txt

[flang][NFC] Remove dependency on FIRBuilder from FIRAnalysis. (#180300)

The dependency actually appears to be unused.

Co-authored-by: Matt P. Dziubinski <matt-p.dziubinski at hpe.com>
DeltaFile
+0-1flang/lib/Optimizer/Analysis/CMakeLists.txt
+0-11 files

LLVM/project 13cdecdflang/lib/Optimizer/HLFIR/Transforms ScheduleOrderedAssignments.cpp, flang/test/HLFIR/order_assignments where-array-sections.f90

handle the EitherIdenticalOrDisjoint as assuming identical
DeltaFile
+48-10flang/test/HLFIR/order_assignments/where-array-sections.f90
+16-11flang/lib/Optimizer/HLFIR/Transforms/ScheduleOrderedAssignments.cpp
+64-212 files

LLVM/project 49026a7clang/include/clang/Analysis/Analyses/LifetimeSafety FactsGenerator.h, clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp

Improve liveness to detect more invaldiations
DeltaFile
+16-13clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+16-3clang/test/Sema/warn-lifetime-safety-invalidations.cpp
+11-5clang/test/Sema/Inputs/lifetime-analysis.h
+4-4clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
+47-254 files

LLVM/project 9803e3ellvm/docs AMDGPUUsage.rst

AMDGPUUsage: add async versions of existing entries in the table
DeltaFile
+6-0llvm/docs/AMDGPUUsage.rst
+6-01 files

LLVM/project 964651allvm/lib/Target/X86 X86ISelLowering.cpp, llvm/test/CodeGen/X86 select-big-integer.ll

[X86] Allow handling of i128/256/512 SELECT on the FPU (#180197)

If the scalar integer selection sources are freely transferable to the
FPU, then splat to create an allbits select condition and create a
vector select instead
DeltaFile
+220-491llvm/test/CodeGen/X86/select-big-integer.ll
+36-0llvm/lib/Target/X86/X86ISelLowering.cpp
+256-4912 files

LLVM/project 27a8ab0llvm/lib/Target/AMDGPU SIInstrInfo.cpp, llvm/test/CodeGen/AMDGPU indirect-reg-read-imm-idx.ll indirect-reg-read-imm-idx.mir

[AMDGPU] Fix V_INDIRECT_REG_READ_GPR_IDX expansion with immediate index (#179699)

The definition for V_INDIRECT_REG_READ_GPR_IDX_B32_V*'s SSrc_b32 operand
allows immediates, but the expansion logic handles only register cases
now. This can result in expansion failures when e.g.
llvm.amdgcn.wave.reduce.umin.i32 is folded into a constant and then used
as an insertelement idx.
DeltaFile
+21-0llvm/test/CodeGen/AMDGPU/indirect-reg-read-imm-idx.ll
+18-0llvm/test/CodeGen/AMDGPU/indirect-reg-read-imm-idx.mir
+1-2llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+40-23 files

FreeBSD/src f8a3876sys/arm/allwinner if_awg.c

if_awg: Add H616 compat string

Reviewed by:    manu
Sposored by:    The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54907
DeltaFile
+2-0sys/arm/allwinner/if_awg.c
+2-01 files

FreeBSD/ports 251cab2www/chromium distinfo Makefile.crates, www/chromium/files patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc

www/chromium: update to 144.0.7559.132

Security:       https://vuxml.freebsd.org/freebsd/9bc5a730-0585-11f1-85c5-a8a1599412c6.html
DeltaFile
+341-7www/chromium/distinfo
+166-0www/chromium/Makefile.crates
+43-10www/chromium/Makefile
+2-2www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc
+552-194 files

FreeBSD/src 245cdecsys/conf files.arm64, sys/dev/clk/allwinner ccu_h616.c

aw_ccu: Add clocks for H616

Reviewed by:    manu, adrian
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54927
DeltaFile
+493-0sys/dev/clk/allwinner/ccu_h616.c
+1-0sys/conf/files.arm64
+494-02 files

FreeBSD/src e506af0sys/arm/allwinner aw_gpio.c, sys/arm/allwinner/h616 h616_padconf.c h616_r_padconf.c

aw_gpio: Add support for H616

This adds padconf files for the two gpio ranges on the H616 SOC and adds
the SOC include.

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54915
DeltaFile
+104-0sys/arm/allwinner/h616/h616_padconf.c
+30-0sys/arm/allwinner/h616/h616_r_padconf.c
+24-0sys/arm/allwinner/aw_gpio.c
+2-0sys/conf/files.arm64
+1-0sys/arm64/conf/std.allwinner
+1-0sys/arm64/conf/NOTES
+162-01 files not shown
+163-07 files

FreeBSD/src 8923d1csys/arm/allwinner aw_sid.c

aw_sid: Add H616 configuration and compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54916
DeltaFile
+27-0sys/arm/allwinner/aw_sid.c
+27-01 files

FreeBSD/src 20615f7sys/dev/iicbus/controller/twsi a10_twsi.c

a10_twsi: Add H616 compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54914
DeltaFile
+1-0sys/dev/iicbus/controller/twsi/a10_twsi.c
+1-01 files

FreeBSD/src c5c183asys/arm/allwinner aw_rsb.c

aw_rsb: Add H616 compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54911
DeltaFile
+3-0sys/arm/allwinner/aw_rsb.c
+3-01 files

FreeBSD/src ccb0e6esys/arm/allwinner aw_wdog.c

aw_wdog: Add support for H616

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54913
DeltaFile
+27-3sys/arm/allwinner/aw_wdog.c
+27-31 files

FreeBSD/src 5e51e67sys/arm/allwinner aw_cir.c

aw_cir: Add H616 compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54910
DeltaFile
+3-0sys/arm/allwinner/aw_cir.c
+3-01 files

FreeBSD/src 998c46asys/arm/allwinner aw_mmc.c

aw_mmc: Add H616 mmc and emmc config

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54909
DeltaFile
+14-0sys/arm/allwinner/aw_mmc.c
+14-01 files

FreeBSD/src 84bc16asys/arm/allwinner aw_usbphy.c

aw_usbphy: Add H616 compat string and configuration

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54912
DeltaFile
+9-0sys/arm/allwinner/aw_usbphy.c
+9-01 files

FreeBSD/src 063244fsys/arm/allwinner aw_rtc.c

aw_rtc: Add H616 compat string

Reviewed by:    manu
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D54908
DeltaFile
+1-0sys/arm/allwinner/aw_rtc.c
+1-01 files

LLVM/project fbe5ca2clang/lib/Analysis/LifetimeSafety FactsGenerator.cpp, clang/test/Sema warn-lifetime-safety-invalidations.cpp

Improve liveness to detect more invaldiations
DeltaFile
+16-3clang/test/Sema/warn-lifetime-safety-invalidations.cpp
+11-5clang/test/Sema/Inputs/lifetime-analysis.h
+6-0clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
+33-83 files

LLVM/project 3862a4fllvm/lib/CodeGen/GlobalISel RegBankSelect.cpp

[GlobalISel] Use named constant for impossible repair cost (#180490)

replace magic value `std::numeric_limits<unsigned>::max()` with a named
constant `ImpossibleRepairCost` to improve readability
DeltaFile
+9-4llvm/lib/CodeGen/GlobalISel/RegBankSelect.cpp
+9-41 files

LLVM/project 4ef7be9llvm/include/llvm/Transforms/Utils SimplifyLibCalls.h, llvm/lib/Transforms/Utils SimplifyLibCalls.cpp

[SimplifyLibCalls] Directly convert fmin/fmax to intrinsics (#177988)

Drop the custom shrinking code, which we'll also do for intrinsics.
Having libcall-only optimizations is confusing, as these are typically
directly emitted as intrinsics by the frontend.
DeltaFile
+4-15llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
+1-1llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
+5-162 files

NetBSD/pkgsrc x25nt4xdoc CHANGES-2026

   Updated devel/py-blessed, databases/redis
VersionDeltaFile
1.992+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc BQ6a9M6databases/redis distinfo Makefile

   redis: updated to 8.4.1

   Redis 8.4.1    Released Sun 8 Feb 2026 9:00:00 IST

   Update urgency: `SECURITY`: There are security fixes in the release.

   Security fixes

   - Hide Personally Identifiable Information from server log
   - Cuckoo filter: crash on RDB load on 0 buckets (MOD-11593)
   - Bloom filter: crash on RDB load on large number of filters (MOD-11590)

   Bug fixes

   - Atomic slot migration: wrong adjacent slot range behavior
   - Atomic slot migration: support delay trimming slots after finishing migrating slots
   - Atomic slot migration: time series limitations (MOD-13611)
   - `CLUSTER SLOT-STATS`: Fix few memory tracking bugs
   - Correct empty string token counting in byteOffset calculations to ensure accurate text position tracking (MOD-11233)

    [85 lines not shown]
VersionDeltaFile
1.91+4-4databases/redis/distinfo
1.101+2-2databases/redis/Makefile
+6-62 files

LLVM/project 99fc904llvm/lib/Target/RISCV RISCVISelLowering.cpp, llvm/test/CodeGen/RISCV/rvv fixed-vectors-abd.ll abd.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.6-beta.1
DeltaFile
+28-42llvm/test/CodeGen/RISCV/rvv/fixed-vectors-abd.ll
+22-27llvm/test/CodeGen/RISCV/rvv/abd.ll
+10-7llvm/lib/Target/RISCV/RISCVISelLowering.cpp
+60-763 files

NetBSD/pkgsrc OOYSi1Sdevel/py-blessed distinfo Makefile

   py-blessed: updated to 1.30.0

   1.30
   * bugfix: Terminal.wrap drops color escape sequences
   * bugfix: Prevent rare feedback loops in automatic responses
VersionDeltaFile
1.10+4-4devel/py-blessed/distinfo
1.15+2-2devel/py-blessed/Makefile
+6-62 files

LLVM/project 936ec4elldb/source/Plugins/ObjectFile/ELF ObjectFileELF.cpp, lldb/test/Shell/ObjectFile/ELF stt-tls-symbol.yaml

[lldb] Handle STT_TLS symbol type in ELF parser (#178975)

Add handling for `STT_TLS` (thread-local storage) symbols in the ELF
symbol parsing code. Previously, TLS symbols like `errno` from glibc
were not recognized because `STT_TLS` was not handled in the symbol type
switch statement.

This treats TLS symbols as data symbols (`eSymbolTypeData`), similar to
`STT_OBJECT`. The actual TLS address resolution is already implemented
in `DynamicLoaderPOSIXDYLD::GetThreadLocalData()` which uses the DWARF
`DW_OP_form_tls_address` opcode to calculate thread-local addresses.
DeltaFile
+28-0lldb/test/Shell/ObjectFile/ELF/stt-tls-symbol.yaml
+6-0lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
+34-02 files

LLVM/project 2ffb543llvm/test/CodeGen/AMDGPU amdgpu-simplify-libcall-pow.ll

AMDGPU: Add a test for libcall simplify pow handling (#180491)

This case could be turned into powr or pown, so track which
case ends up preferred.
DeltaFile
+14-0llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-pow.ll
+14-01 files