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

OpenBSD/src ckRzXrHusr.bin/ssh sftp.c

   set FD_CLOEXEC on the fds between sftp and its ssh process,
   avoids risk of subcommands that write on odd fds breaking the
   connection. GHPR693 from Manuel Einfalt;
   feedback deraadt@ ok dtucker@
VersionDeltaFile
1.256+3-1usr.bin/ssh/sftp.c
+3-11 files

OpenBSD/src jL5konzusr.bin/ssh packet.c

   check key and IV length received in privsep state transfer
   exactly match the expected sizes for the selected cipher;
   partially redundant to similar checks in cipher_init(), but
   nice to be more exact.

   GHPR from jmestwa-coder; ok dtucker@
VersionDeltaFile
1.339+6-1usr.bin/ssh/packet.c
+6-11 files

LLVM/project dde9862llvm/lib/Target/MSP430 MSP430CodeGenPassBuilder.cpp MSP430PassRegistry.def

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

Created using spr 1.3.7

[skip ci]
DeltaFile
+69-0llvm/lib/Target/MSP430/MSP430CodeGenPassBuilder.cpp
+26-0llvm/lib/Target/MSP430/MSP430PassRegistry.def
+8-0llvm/lib/Target/MSP430/MSP430TargetMachine.h
+6-0llvm/lib/Target/MSP430/CMakeLists.txt
+6-0llvm/lib/Target/MSP430/MSP430.h
+5-0llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
+120-06 files

LLVM/project 14703c9llvm/lib/Target/MSP430 MSP430CodeGenPassBuilder.cpp MSP430BranchSelector.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+68-0llvm/lib/Target/MSP430/MSP430CodeGenPassBuilder.cpp
+32-11llvm/lib/Target/MSP430/MSP430BranchSelector.cpp
+21-0llvm/lib/Target/MSP430/MSP430PassRegistry.def
+16-1llvm/lib/Target/MSP430/MSP430.h
+8-0llvm/lib/Target/MSP430/MSP430TargetMachine.h
+6-0llvm/lib/Target/MSP430/CMakeLists.txt
+151-122 files not shown
+157-138 files

LLVM/project df8b27dlldb/source/Target TraceDumper.cpp

[lldb][NFC] Change string types in static TraceDumper functions (#206604)

I plan on using this in a subsequent commit.
DeltaFile
+11-11lldb/source/Target/TraceDumper.cpp
+11-111 files

LLVM/project 8ed0ecflldb/source/Commands CommandCompletions.cpp

[lldb] Adjust SourceFileCompleter to use StringRef (#206603)

Instead of storing `const char *` (which are currently backed by
ConstStrings), it should instead store the FileSpec and extract the
Filename and Directory as needed.
DeltaFile
+16-16lldb/source/Commands/CommandCompletions.cpp
+16-161 files

LLVM/project 3516fe0lldb/include/lldb/Target Target.h, lldb/source/Target Target.cpp

[lldb][NFC] Change how Target stores BreakpointNames (#205419)

This changes 2 things:
1) BreakpointNameList is now called BreakpointNameMap to reflect the
   actual underlying data structure.
2) BreakpointNameMap goes from a `std::map` to a `llvm::StringMap` to
   eliminate the use of ConstString.
DeltaFile
+4-4lldb/source/Target/Target.cpp
+2-3lldb/include/lldb/Target/Target.h
+6-72 files

LLVM/project b7dd1f0llvm/lib/Target/MSP430 MSP430.h

rebase

Created using spr 1.3.7
DeltaFile
+0-1llvm/lib/Target/MSP430/MSP430.h
+0-11 files

LLVM/project 33700bfllvm/lib/Target/MSP430 MSP430.h

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.7

[skip ci]
DeltaFile
+0-1llvm/lib/Target/MSP430/MSP430.h
+0-11 files