FreeBSD/ports 0eb836flang/python-doc-html distinfo

lang/python-doc-html: regen for 3.14.7
DeltaFile
+5-5lang/python-doc-html/distinfo
+5-51 files

LLVM/project 980f4f6libc/test/shared shared_builtins_test.cpp

fix conflicts
DeltaFile
+2-5libc/test/shared/shared_builtins_test.cpp
+2-51 files

LLVM/project e7b7fd1compiler-rt/lib/builtins comparetf2.cpp, libc/shared/builtins letf2.h getf2.h

[compiler-rt][builtins] libc-backed quad-float comparison builtins
DeltaFile
+49-0compiler-rt/lib/builtins/comparetf2.cpp
+36-0libc/src/__support/builtins/getf2.h
+36-0libc/src/__support/builtins/unordtf2.h
+36-0libc/src/__support/builtins/letf2.h
+35-0libc/shared/builtins/letf2.h
+35-0libc/shared/builtins/getf2.h
+227-06 files not shown
+321-012 files

LLVM/project 2d3fd86compiler-rt/lib/builtins comparedf2.cpp, libc/shared/builtins ledf2.h gedf2.h

[compiler-rt][builtins] libc-backed double-float comparison builtins
DeltaFile
+54-0compiler-rt/lib/builtins/comparedf2.cpp
+30-0libc/src/__support/builtins/gedf2.h
+30-0libc/src/__support/builtins/ledf2.h
+30-0libc/src/__support/builtins/unorddf2.h
+29-0libc/shared/builtins/ledf2.h
+29-0libc/shared/builtins/gedf2.h
+202-06 files not shown
+280-012 files

LLVM/project 6a5c1belibc/src/__support/builtins CMakeLists.txt

conflict
DeltaFile
+3-0libc/src/__support/builtins/CMakeLists.txt
+3-01 files

LLVM/project 04faf14compiler-rt/lib/builtins comparesf2.cpp, libc/shared/builtins unordsf2.h lesf2.h

[compiler-rt][builtins] libc-backed single-float comparison builtins
DeltaFile
+54-0compiler-rt/lib/builtins/comparesf2.cpp
+30-0libc/src/__support/builtins/unordsf2.h
+30-0libc/src/__support/builtins/lesf2.h
+30-0libc/src/__support/builtins/gesf2.h
+29-0libc/shared/builtins/unordsf2.h
+29-0libc/shared/builtins/lesf2.h
+202-06 files not shown
+270-012 files

LLVM/project 9d500a9libc/src/__support/builtins cmp_helper.h

fix format
DeltaFile
+2-2libc/src/__support/builtins/cmp_helper.h
+2-21 files

LLVM/project 3d665d8libc/src/__support/builtins CMakeLists.txt cmp_helper.h

[libc][builtins] add cmp_helper for compiler-rt soft-float comparisons
DeltaFile
+63-0libc/src/__support/builtins/cmp_helper.h
+7-0libc/src/__support/builtins/CMakeLists.txt
+70-02 files

LLVM/project 4084a4acompiler-rt/lib/builtins comparedf2.cpp, libc/shared/builtins ledf2.h unorddf2.h

[compiler-rt][builtins] libc-backed double-float comparison builtins
DeltaFile
+54-0compiler-rt/lib/builtins/comparedf2.cpp
+30-0libc/src/__support/builtins/unorddf2.h
+30-0libc/src/__support/builtins/ledf2.h
+30-0libc/src/__support/builtins/gedf2.h
+29-0libc/shared/builtins/ledf2.h
+29-0libc/shared/builtins/unorddf2.h
+202-06 files not shown
+280-012 files

LLVM/project 53813adcompiler-rt/lib/builtins comparesf2.cpp, libc/shared/builtins unordsf2.h lesf2.h

[compiler-rt][builtins] libc-backed single-float comparison builtins
DeltaFile
+54-0compiler-rt/lib/builtins/comparesf2.cpp
+30-0libc/src/__support/builtins/gesf2.h
+30-0libc/src/__support/builtins/unordsf2.h
+30-0libc/src/__support/builtins/lesf2.h
+29-0libc/shared/builtins/unordsf2.h
+29-0libc/shared/builtins/lesf2.h
+202-06 files not shown
+270-012 files

LLVM/project 1725b1elibc/src/__support/builtins cmp_helper.h

fix format
DeltaFile
+2-2libc/src/__support/builtins/cmp_helper.h
+2-21 files

LLVM/project d2d2264libc/src/__support/builtins CMakeLists.txt cmp_helper.h

[libc][builtins] add cmp_helper for compiler-rt soft-float comparisons
DeltaFile
+63-0libc/src/__support/builtins/cmp_helper.h
+7-0libc/src/__support/builtins/CMakeLists.txt
+70-02 files

FreeBSD/ports a02353elang/python314 Makefile.version distinfo, lang/python314/files patch-Lib_test_test__posix.py

lang/python314: update to 3.14.7

Changelog: https://docs.python.org/3.14/whatsnew/changelog.html#python-3-14-7-final
DeltaFile
+74-1lang/python314/pkg-plist
+0-18lang/python314/files/patch-Lib_test_test__posix.py
+3-3lang/python314/distinfo
+1-1lang/python314/Makefile.version
+78-234 files

LLVM/project ad90712libc/src/__support/builtins CMakeLists.txt cmp_helper.h

[libc][builtins] add cmp_helper for compiler-rt soft-float comparisons
DeltaFile
+63-0libc/src/__support/builtins/cmp_helper.h
+7-0libc/src/__support/builtins/CMakeLists.txt
+70-02 files

LLVM/project b2d7400libc/src/__support/builtins cmp_helper.h

fix format
DeltaFile
+2-2libc/src/__support/builtins/cmp_helper.h
+2-21 files

LLVM/project 0aeb516clang/lib/Analysis/LifetimeSafety LoanPropagation.cpp

[LifetimeSafety] Use ImmutableList for buildOriginFlowChain DFS nodes (#208890)

This commit mainly address the suggestion in
https://github.com/llvm/llvm-project/pull/204592#discussion_r3523582077
to use `ImmutableList` for the DFS nodes in `buildOriginFlowChain`, and
also updates the `llvm_unreachable` messages.

---------

Signed-off-by: Yuan Suo <suoyuan666 at s5n.xyz>
Co-authored-by: Utkarsh Saxena <usx at google.com>
DeltaFile
+17-7clang/lib/Analysis/LifetimeSafety/LoanPropagation.cpp
+17-71 files

FreeBSD/ports b7ffcebsecurity/vuxml/vuln 2026.xml

security/vuxml: update python poplib and imaplib entries
DeltaFile
+10-6security/vuxml/vuln/2026.xml
+10-61 files

LLVM/project d9b672bllvm/include/llvm/CodeGen CommandFlags.h

[CodeGen] Remove dead declarations (#215013)

The corresponding function definitions were removed on Jan 12, 2022 in
commit 6a605b97a2006bd391f129a606483656b7c6fb28.
DeltaFile
+0-7llvm/include/llvm/CodeGen/CommandFlags.h
+0-71 files

LLVM/project 17a487elibc/src/__support/builtins cmp_helper.h

fix format
DeltaFile
+2-2libc/src/__support/builtins/cmp_helper.h
+2-21 files

LLVM/project f7f9530libc/src/__support/builtins CMakeLists.txt cmp_helper.h

[libc][builtins] add cmp_helper for compiler-rt soft-float comparisons
DeltaFile
+63-0libc/src/__support/builtins/cmp_helper.h
+7-0libc/src/__support/builtins/CMakeLists.txt
+70-02 files

FreeBSD/ports 65e8da9textproc/obsidian Makefile

textproc/obsidian: Bump port revision after electron43 update (6eede21bf042)
DeltaFile
+1-0textproc/obsidian/Makefile
+1-01 files

FreeBSD/ports 6eede21devel/electron43 Makefile distinfo, devel/electron43/files patch-electron_shell_common_api_electron__bindings.cc patch-electron_spec_api-browser-window-spec.ts

devel/electron43: Update to 43.3.0

Changelog: https://github.com/electron/electron/releases/tag/v43.3.0

Reported by:    GitHub (watch releases)
DeltaFile
+30-39devel/electron43/files/patch-electron_shell_browser_native__window__views.cc
+18-18devel/electron43/files/patch-electron_spec_api-app-spec.ts
+16-16devel/electron43/files/patch-electron_spec_api-browser-window-spec.ts
+13-9devel/electron43/distinfo
+16-4devel/electron43/Makefile
+11-2devel/electron43/files/patch-electron_shell_common_api_electron__bindings.cc
+104-8812 files not shown
+149-11318 files

OpenBSD/src RV0lWrUlib/libcrypto/arch/aarch64 crypto_cpu_caps.c

   switch aarch64 CPU feature detection to elf_aux_info()

   ok kettenis@ tb@

   Restore commit; install media build error is not reproducible (deraadt@)
   or was operator error (naddy@)
VersionDeltaFile
1.5+19-63lib/libcrypto/arch/aarch64/crypto_cpu_caps.c
+19-631 files

NetBSD/pkgsrc mPXHKR9doc CHANGES-2026

   doc: Updated graphics/digikam-gmic-qt to 4.0.3.20260806
VersionDeltaFile
1.5075+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 11KTEoGgraphics/digikam-gmic-qt Makefile distinfo

   digikam-gmic-qt: update to 4.0.3.20260806.

   Update to upstream gmic 4.0.3.
VersionDeltaFile
1.8+4-4graphics/digikam-gmic-qt/distinfo
1.17+3-3graphics/digikam-gmic-qt/Makefile
+7-72 files

LLVM/project 1932bd2clang/lib/CIR/Dialect/Transforms CallConvLoweringPass.cpp, clang/test/CIR/CodeGen call-conv-lowering-x86_64.c

[CIR] Accept _Complex and all float formats in x86_64 callconv lowering

The CallConvLowering bridge accepted only float and double, so a function taking
a _Complex, or a float in any other format, failed the pass instead of being
classified.  An all-float aggregate failed for a different reason: its SSE
eightbyte coerces to a vector, and the bridge had no way to represent one, so it
reported the coercion NYI rather than emitting a wrong signature.

Mapping every CIR floating-point type through FPTypeInterface covers all of them
at once.  A _Complex maps to the library's complex type and a vector coercion
now converts back to a CIR vector.

Accepting a long double also makes a union holding one classifiable.  That
exposes the ABI-compatibility flags, which the pass left at the library
defaults.  They now come from the triple and the compatibility version, which is
what lets a long double union reach registers on Darwin instead of memory.

updateArgAttrs appended argument attributes instead of setting them, so a name
already present landed in the dictionary twice.  CIRGen marks a _Complex long

    [8 lines not shown]
DeltaFile
+187-0clang/test/CIR/CodeGen/call-conv-lowering-x86_64.c
+65-34clang/lib/CIR/Dialect/Transforms/CallConvLoweringPass.cpp
+75-0clang/test/CIR/Transforms/abi-lowering/x86_64-complex.cir
+75-0clang/test/CIR/Transforms/abi-lowering/x86_64-wide-floats.cir
+62-0clang/test/CIR/Transforms/abi-lowering/x86_64-vector.cir
+0-51clang/test/CIR/Transforms/abi-lowering/x86_64-aggregate-nyi.cir
+464-857 files not shown
+553-13513 files

LLVM/project bebff2allvm/docs SourceLevelDebugging.md GitHub.md

[docs] Prefer colon fences to delineate blocks containing markup (#214921)

Myst has an extension,
[colon_fence](https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#syntax-colon-fence),
that we enable in our docs. There are many Markdown-aware tools out
there that know to interpret triple backtick as a code block fence, so
they highlight them as pre-formatted text. Colon fences are an
unrecognized Myst extension, and if the Sphinx directive contains a
block of markdown formatted text, that's the desired behavior.
Therefore, at some point during the migration, I started using them.
However, I didn't document this guideline, and I didn't apply it
consistently to the early docs. This PR does that: documents the
guideline, and applies it to our docs.

After this change:
```
❯ rg '```\{(option|note|todo|admonition|warning)\}' | cut -d / -f 1 | sort | uniq -c
     72 clang-tools-extra
```

    [6 lines not shown]
DeltaFile
+34-34llvm/docs/Remarks.md
+22-22llvm/docs/LangRef.md
+16-16llvm/docs/InstrProfileFormat.md
+14-14llvm/docs/CodeGenerator.md
+12-12llvm/docs/SourceLevelDebugging.md
+12-12llvm/docs/GitHub.md
+110-11041 files not shown
+303-27847 files

OpenBSD/ports LE5RLYctextproc/ruby-rouge Makefile distinfo, textproc/ruby-rouge/pkg PLIST

   Update ruby-rouge to 5.1.0.
VersionDeltaFile
1.48+2-2textproc/ruby-rouge/distinfo
1.36+3-1textproc/ruby-rouge/pkg/PLIST
1.50+1-1textproc/ruby-rouge/Makefile
+6-43 files

FreeBSD/ports ea4ed55german/wordpress distinfo, japanese/wordpress distinfo Makefile

*/wordpress*: upgrade to 7.0.3.

Also fix variable ordering issues flagged by portlint/portclippy and
reformat with portfmt.
DeltaFile
+21-16www/wordpress/Makefile
+5-5japanese/wordpress/Makefile
+3-3www/wordpress/distinfo
+3-3russian/wordpress/distinfo
+3-3japanese/wordpress/distinfo
+3-3german/wordpress/distinfo
+38-338 files not shown
+59-5614 files

LLVM/project f9b0ba3libc/src/__support/builtins floatuntisf.h floatuntidf.h

[compiler-rt][builtins] libc-backed int-to-double/float builtins (#209900)

Add libc-backed integer to double/float conversion builtins

Part of #197824
DeltaFile
+136-0libc/src/__support/builtins/CMakeLists.txt
+59-0libc/src/__support/builtins/floatint_helper.h
+38-0libc/src/__support/builtins/floatuntisf.h
+38-0libc/src/__support/builtins/floatuntidf.h
+38-0libc/src/__support/builtins/floattisf.h
+38-0libc/src/__support/builtins/floattidf.h
+347-035 files not shown
+1,315-041 files