LLVM/project acf7738mlir/include/mlir/Conversion Passes.td, mlir/include/mlir/Conversion/ArithAndMathToAPFloat ArithToAPFloat.h

add source type pre-condition
DeltaFile
+54-30mlir/lib/Conversion/ArithAndMathToAPFloat/ArithToAPFloat.cpp
+30-16mlir/lib/Conversion/ArithAndMathToAPFloat/MathToAPFloat.cpp
+26-4mlir/lib/Conversion/ArithAndMathToAPFloat/Utils.cpp
+8-0mlir/include/mlir/Conversion/Passes.td
+6-1mlir/lib/Conversion/ArithAndMathToAPFloat/Utils.h
+1-0mlir/include/mlir/Conversion/ArithAndMathToAPFloat/ArithToAPFloat.h
+125-511 files not shown
+126-517 files

LLVM/project 79069cellvm/test/MC/AMDGPU gfx8_asm_vop3.s gfx7_asm_vop3.s, llvm/test/MC/Disassembler/AMDGPU gfx9_vop3.txt

[AMDGPU] Generate checks for many MC tests (#175174)

Generate checks for all tests where that did not change the number of
checks with each prefix, and where the resulting test still passed.
DeltaFile
+42,349-42,348llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
+41,419-41,418llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
+36,428-36,427llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
+28,175-28,174llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
+22,708-22,884llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
+22,276-22,275llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
+193,355-193,526454 files not shown
+951,368-954,116460 files

Dreckly/dreckly dd365c7x11/gtk2 Makefile

gtk2: Fix gcc 14 build.
DeltaFile
+5-0x11/gtk2/Makefile
+5-01 files

LLVM/project c11df52llvm/include/llvm/ExecutionEngine/Orc BacktraceTools.h, llvm/lib/ExecutionEngine/Orc BacktraceTools.cpp CMakeLists.txt

Revert "[ORC] Add utilities for limited symbolication of JIT backtraces (#175099)"

This reverts commit 906b48616c03948a4df62a5a144f7108f3c455e8.

The forward fix for this got reverted in
25976e83606f1a7615e3725e6038bb53ee96c3d5, so reverting the original
commit given it is still broken and the forward fix that mitigated most
of the issues is no longer in tree.
DeltaFile
+0-147llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
+0-99llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
+0-57llvm/tools/llvm-jitlink/llvm-jitlink.cpp
+0-30llvm/test/ExecutionEngine/JITLink/Generic/backtrace-symbolication.ll
+0-1llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
+0-3345 files

LLVM/project d956b3alibc/src/__support/wctype/conversion/random stdrng.h CMakeLists.txt

[libc][wctype] Upstream StdRng from PtrHash-cc prototype to LLVM libc
DeltaFile
+269-0libc/src/__support/wctype/conversion/random/stdrng.h
+10-0libc/src/__support/wctype/conversion/random/CMakeLists.txt
+279-02 files

LLVM/project 0400f21libc/src/__support/wctype/conversion/random vec512_storage.cpp imm.h

[libc][wctype] Upstream immintrin storage from PtrHash-cc prototype to LLVM libc
DeltaFile
+342-0libc/src/__support/wctype/conversion/random/vec512_storage.cpp
+268-0libc/src/__support/wctype/conversion/random/imm.h
+82-0libc/src/__support/wctype/conversion/random/vec512_storage.h
+76-0libc/src/__support/wctype/conversion/random/vec128_storage.h
+63-0libc/src/__support/wctype/conversion/random/vec256_storage.h
+60-0libc/src/__support/wctype/conversion/random/vec256_storage.cpp
+891-01 files not shown
+913-07 files

LLVM/project 7d82867libc/src/__support/wctype/conversion/utils enumerate.h enumerate.hpp

fix extension
DeltaFile
+70-0libc/src/__support/wctype/conversion/utils/enumerate.h
+0-70libc/src/__support/wctype/conversion/utils/enumerate.hpp
+70-702 files

LLVM/project 70936a9libc/src/__support/wctype/conversion CMakeLists.txt, libc/src/__support/wctype/conversion/random fastrand.h CMakeLists.txt

[libc][wctype] Upstream fastrand from PtrHash-cc prototype to LLVM libc
DeltaFile
+78-0libc/src/__support/wctype/conversion/random/fastrand.h
+7-0libc/src/__support/wctype/conversion/random/CMakeLists.txt
+1-0libc/src/__support/wctype/conversion/CMakeLists.txt
+86-03 files

LLVM/project d827228libc/test/src/__support/wctype/conversion/utils utils_test.cpp CMakeLists.txt

add tests
DeltaFile
+236-0libc/test/src/__support/wctype/conversion/utils/utils_test.cpp
+11-0libc/test/src/__support/wctype/conversion/utils/CMakeLists.txt
+247-02 files

LLVM/project 3b8a843libc/src/__support/wctype/conversion/utils enumerate.hpp

fix nesting
DeltaFile
+6-2libc/src/__support/wctype/conversion/utils/enumerate.hpp
+6-21 files

LLVM/project 8de54d6libc/src/__support/wctype/conversion/utils enumerate.hpp CMakeLists.txt

[libc][wctype] Upstream enumerate header from PtrHash-cc prototype to LLVM libc
DeltaFile
+66-0libc/src/__support/wctype/conversion/utils/enumerate.hpp
+10-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+76-02 files

LLVM/project ae29bfdlldb/test/API/python_api/sbtarget_extensions TestSBTargetExtensions.py main.c

Revert "[LLDB] Swig python extensions tests for SBTargetExtention" (#175251)

Reverts llvm/llvm-project#173473
DeltaFile
+0-138lldb/test/API/python_api/sbtarget_extensions/TestSBTargetExtensions.py
+0-7lldb/test/API/python_api/sbtarget_extensions/main.c
+0-3lldb/test/API/python_api/sbtarget_extensions/Makefile
+0-1483 files

LLVM/project b8646b5libc/src/__support/wctype/conversion/utils utils.h

fix nesting
DeltaFile
+6-2libc/src/__support/wctype/conversion/utils/utils.h
+6-21 files

LLVM/project c85c911libc/src/__support/wctype/conversion/utils utils.h

include range and chunk utils
DeltaFile
+166-1libc/src/__support/wctype/conversion/utils/utils.h
+166-11 files

LLVM/project 5be7cealibc/src/__support/wctype CMakeLists.txt, libc/src/__support/wctype/conversion CMakeLists.txt

add tests
DeltaFile
+169-0libc/test/src/__support/wctype/conversion/utils/slice_test.cpp
+11-0libc/test/src/__support/wctype/conversion/utils/CMakeLists.txt
+2-1libc/test/src/__support/wctype/CMakeLists.txt
+2-0libc/test/src/__support/wctype/conversion/CMakeLists.txt
+2-0libc/src/__support/wctype/CMakeLists.txt
+1-0libc/src/__support/wctype/conversion/CMakeLists.txt
+187-16 files

LLVM/project 508aeealibc/src/__support/wctype/conversion/utils slice.h

Add bounds checking asserts
DeltaFile
+1-0libc/src/__support/wctype/conversion/utils/slice.h
+1-01 files

LLVM/project 1d66e2dlibc/src/__support/wctype/conversion/utils slice.h

fix nesting
DeltaFile
+7-2libc/src/__support/wctype/conversion/utils/slice.h
+7-21 files

LLVM/project 416a03clibc/src/__support/wctype/conversion/utils utils.h CMakeLists.txt

[libc][wctype] Upstream common utils header file from PtrHash-cc prototype to LLVM libc
DeltaFile
+212-0libc/src/__support/wctype/conversion/utils/utils.h
+12-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+224-02 files

LLVM/project 9211eaclibc/src/__support/wctype/conversion/utils slice.h

rename method to `slice_form_range`
DeltaFile
+2-1libc/src/__support/wctype/conversion/utils/slice.h
+2-11 files

LLVM/project d869ed8libc/src/__support/wctype/conversion/utils slice.h

add docs comment
DeltaFile
+15-0libc/src/__support/wctype/conversion/utils/slice.h
+15-01 files

LLVM/project d39892dlibc/src/__support/wctype/conversion/utils utils.h

fix some warnings and errors
DeltaFile
+25-29libc/src/__support/wctype/conversion/utils/utils.h
+25-291 files

LLVM/project 8e47bd0libc/src/__support/wctype/conversion/utils slice.h

call explicit operator
DeltaFile
+2-2libc/src/__support/wctype/conversion/utils/slice.h
+2-21 files

LLVM/project 5d49b3flibc/src/__support/wctype/conversion/utils slice.h CMakeLists.txt

[libc][wctype] Upstream custom slice implementation from PtrHash-cc prototype to LLVM libc
DeltaFile
+113-0libc/src/__support/wctype/conversion/utils/slice.h
+11-0libc/src/__support/wctype/conversion/utils/CMakeLists.txt
+124-02 files

LLVM/project 2c55a84libc/src/__support/wctype/conversion/utils slice.h

remove explicit U
DeltaFile
+1-1libc/src/__support/wctype/conversion/utils/slice.h
+1-11 files

LLVM/project c247689libc/src/__support/wctype/conversion/utils slice.h

make type size_t
DeltaFile
+1-1libc/src/__support/wctype/conversion/utils/slice.h
+1-11 files

LLVM/project ff15b25libc/src/__support/wctype/conversion/utils slice.h

format
DeltaFile
+0-1libc/src/__support/wctype/conversion/utils/slice.h
+0-11 files

LLVM/project 85b90f5clang/include/clang/Basic DebugOptions.def, clang/include/clang/Options Options.td

Add a flag to preserve the old macro behaviour. (#174895)

[Clang][DebugInfo] Add a flag to use expansion loc for macro params.

This patch adds a flag to allow users to preserve the old behaviour -
use the macro expansion location for parameters. This is useful for
wider testing of sample profile driven PGO which relies on debug
information based mapping. This flag is intended to be temporary
and should be safe to remove by EOY 2026. Filed #175249 to
track the cleanup.

---------

Assisted-by: Gemini
DeltaFile
+17-7clang/lib/CodeGen/CGDebugInfo.cpp
+12-6clang/test/DebugInfo/Generic/macro-info.c
+4-0clang/include/clang/Basic/DebugOptions.def
+4-0clang/include/clang/Options/Options.td
+37-134 files

LLVM/project 5484005lldb/test/API/api/multithreaded test_breakpoint_location_callback.cpp.template inferior.cpp

[lldb] Fix TestMultithreaded.py when libc++ symbols are present (#174664)

There are a few test cases in TestMultithreaded.py. Most of them set a
breakpoint by name on "next". There's no problem with doing that, but
one of the tests cases in particular relies on being able to grab a
specific breakpoint location corresponding to the test inferior.

If you have libc++ symbols, this test will also have breakpoint
locations for symbols named `next` in libc++. I could have changed the
test to find the correct `next` breakpoint location, but it seems easier
to give it a more uncommon name instead.
DeltaFile
+7-1lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
+0-2lldb/test/API/api/multithreaded/inferior.cpp
+7-32 files

OpenBSD/ports X4VeJFmnet/curl distinfo Makefile, net/curl/patches patch-m4_curl-compilers_m4

   net/curl: update to 8.18.0

   Includes fixes for
   CVE-2025-14524: bearer token leak on cross-protocol redirect
   CVE-2025-14819: OpenSSL partial chain store policy bypass
VersionDeltaFile
1.144+2-2net/curl/distinfo
1.212+1-1net/curl/Makefile
1.13+1-1net/curl/patches/patch-m4_curl-compilers_m4
+4-43 files

FreeNAS/freenas fb061d9src/middlewared/middlewared/plugins sysdataset.py

Fix
DeltaFile
+1-1src/middlewared/middlewared/plugins/sysdataset.py
+1-11 files