LLVM/project d36b94allvm/lib/CodeGen/MIRParser MIParser.cpp, llvm/test/CodeGen/MIR/AArch64 parse-low-level-type-invalid11.mir

[MIRParser] Reject a one-element fixed-length vector type (#213290)

MIParser accepts `<1 x sN>` and then asserts while building the LLT, so
llc aborts during parsing instead of reporting a parse error:

```
Assertion `!EC.isScalar() && "invalid number of vector elements"' failed.
```

LLT has no one-element fixed-length vector. `getLLTForType`,
`getLLTForMVT` and
`LLT::changeElementCount` all map a one-element `ElementCount` to the
element
type through `LLT::scalarOrVector`, nothing calls `LLT::fixed_vector(1,
...)`,
and no in-tree .mir test uses the syntax. `verifyVectorElementCount`
already rejects 0 and anything above 2^16, so 1 was the remaining hole; it now
gets the same diagnostic instead of aborting the parser.


    [3 lines not shown]
DeltaFile
+10-0llvm/test/CodeGen/MIR/AArch64/parse-low-level-type-invalid11.mir
+4-3llvm/lib/CodeGen/MIRParser/MIParser.cpp
+14-32 files

LLVM/project 48cc2ballvm/test/CodeGen/AArch64 overflow-vec.ll, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.832bit.ll amdgcn.bitcast.896bit.ll

Rebase

Created using spr 1.3.7
DeltaFile
+57,327-55,762llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+6,634-6,608llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+5,576-5,657llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+4,486-4,550llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+6,589-0llvm/test/CodeGen/AArch64/overflow-vec.ll
+2,884-2,534llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+83,496-75,1114,288 files not shown
+274,226-169,4814,294 files

OpenBSD/ports u2fVhphwayland Makefile

   +weston
VersionDeltaFile
1.43+1-0wayland/Makefile
+1-01 files

OpenBSD/ports jGtsVpCwayland/weston Makefile, wayland/weston/patches patch-clients_touch-calibrator_c patch-shared_client-buffer-util_c

   import wayland/weston; ok matthieu@
VersionDeltaFile
1.1+116-0wayland/weston/pkg/PLIST
1.1+68-0wayland/weston/Makefile
1.1+64-0wayland/weston/patches/patch-libweston_linux-sync-file_c
1.1+54-0wayland/weston/patches/patch-libweston_weston-log_c
1.1+50-0wayland/weston/patches/patch-shared_client-buffer-util_c
1.1+32-0wayland/weston/patches/patch-clients_touch-calibrator_c
+384-034 files not shown
+618-040 files

LLVM/project 1d8a75fllvm/test/CodeGen/AArch64 overflow-vec.ll, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.832bit.ll amdgcn.bitcast.896bit.ll

Rebase

Created using spr 1.3.7
DeltaFile
+57,327-55,762llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+6,634-6,608llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+5,576-5,657llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+4,486-4,550llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+6,589-0llvm/test/CodeGen/AArch64/overflow-vec.ll
+2,884-2,534llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+83,496-75,1114,290 files not shown
+274,286-169,4994,296 files

LLVM/project 979b374llvm/lib/Transforms/AggressiveInstCombine TruncInstCombine.cpp AggressiveInstCombineInternal.h

[AggressiveInstCombine] Fix terminology in a few comments (NFC) (#222327)

Fix the comments (and a debug print) that say "dominated by trunc"
rather than "post-dominated".

Also fixes a Doxygen syntax (use \p instead of /p) and fix
capitalization in the middle of a sentence.
DeltaFile
+5-5llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
+1-1llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
+6-62 files

LLVM/project c95a2f6llvm/test/CodeGen/AArch64 overflow-vec.ll, llvm/test/CodeGen/AMDGPU amdgcn.bitcast.832bit.ll amdgcn.bitcast.896bit.ll

Rebase

Created using spr 1.3.7
DeltaFile
+57,327-55,762llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
+6,634-6,608llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll
+5,576-5,657llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll
+4,486-4,550llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll
+6,589-0llvm/test/CodeGen/AArch64/overflow-vec.ll
+2,884-2,534llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll
+83,496-75,1114,317 files not shown
+275,190-169,6284,323 files

FreeBSD/ports c77b145science/ttk Makefile distinfo, science/ttk/files envs.sh patch-core_vtk_ttkWRLExporter_ttkWRLExporter.cpp

science/ttk: update 1.3.0 → 1.4.0
DeltaFile
+241-2science/ttk/pkg-plist
+0-57science/ttk/files/patch-core_vtk_ttkWRLExporter_ttkWRLExporter.cpp
+15-0science/ttk/pkg-message
+3-3science/ttk/distinfo
+3-2science/ttk/Makefile
+2-0science/ttk/files/envs.sh
+264-646 files

OpenBSD/src lQwLiOvlibexec/ld.so malloc.c util.h, libexec/ld.so/aarch64 SYS.h

   trimming some whitespace
VersionDeltaFile
1.103+3-2libexec/ld.so/resolve.c
1.42+2-2libexec/ld.so/util.h
1.4+2-2libexec/ld.so/riscv64/SYS.h
1.4+2-2libexec/ld.so/powerpc64/ldasm.S
1.8+2-2libexec/ld.so/aarch64/SYS.h
1.36+1-1libexec/ld.so/malloc.c
+12-116 files

FreeBSD/ports fde655cwww/hedgedoc distinfo pkg-descr, www/hedgedoc/files pkg-message.in hedgedoc.in

www/hedgedoc: Add new port

The best platform to write and share markdown.

HedgeDoc (formerly known as CodiMD) is an open-source, web-based,
self-hosted, collaborative markdown editor.

You can use it to easily collaborate on notes, graphs and even
presentations in real-time. All you need to do is to share your
note-link to your co-workers and they're ready to go.

...

This brings back www/hedgedoc which was removed a while back because of
the node.js version on tree.
DeltaFile
+53,785-0www/hedgedoc/pkg-plist
+115-0www/hedgedoc/Makefile
+54-0www/hedgedoc/files/hedgedoc.in
+40-0www/hedgedoc/files/pkg-message.in
+8-0www/hedgedoc/pkg-descr
+5-0www/hedgedoc/distinfo
+54,007-02 files not shown
+54,008-18 files

FreeBSD/ports 87e2831net-im/signal-desktop get_deps.sh Makefile, net-im/signal-desktop/files patch-ts_components_Preferences.dom.tsx pnpm-lock.yaml

net-im/signal-desktop: Update to 8.27.0
DeltaFile
+1,078-659net-im/signal-desktop/files/pnpm-lock.yaml
+5-5net-im/signal-desktop/distinfo
+2-2net-im/signal-desktop/files/patch-ts_components_Preferences.dom.tsx
+1-2net-im/signal-desktop/Makefile
+1-1net-im/signal-desktop/get_deps.sh
+1,087-6695 files

NetBSD/pkgsrc WiLGN1kdoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-s3 to 1.232.0
VersionDeltaFile
1.6099+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 9Y0X5Unwww/ruby-aws-sdk-s3 Makefile distinfo

   www/ruby-aws-sdk-s3: update to 1.232.0

   1.232.0 (2026-09-11)

   * Feature - Updated S3 Object Lock Default Retention documentation.
VersionDeltaFile
1.67+4-4www/ruby-aws-sdk-s3/distinfo
1.67+3-3www/ruby-aws-sdk-s3/Makefile
+7-72 files

NetBSD/pkgsrc 2JPnZardoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-kms to 1.132.0
VersionDeltaFile
1.6098+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports 817a69fsecurity/vuxml/vuln 2026.xml

security/vuxml: document irc/znc vulnerabilities
DeltaFile
+36-0security/vuxml/vuln/2026.xml
+36-01 files

NetBSD/pkgsrc eV4hxoowww/ruby-aws-sdk-kms Makefile distinfo

   www/ruby-aws-sdk-kms: update to 1.132.0

   1.132.0 (2026-09-11)

   * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
     CHANGELOG.md for details.
VersionDeltaFile
1.48+4-4www/ruby-aws-sdk-kms/distinfo
1.50+3-3www/ruby-aws-sdk-kms/Makefile
+7-72 files

NetBSD/pkgsrc qxEYkHIdoc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-secretsmanager to 1.136.0
VersionDeltaFile
1.6097+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc FVeSzQZwww/ruby-aws-sdk-secretsmanager Makefile distinfo

   www/ruby-aws-sdk-secretsmanager: update to 1.136.0

   1.136.0 (2026-09-11)

   * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
     CHANGELOG.md for details.
VersionDeltaFile
1.56+4-4www/ruby-aws-sdk-secretsmanager/distinfo
1.56+3-3www/ruby-aws-sdk-secretsmanager/Makefile
+7-72 files

NetBSD/pkgsrc ejrR0a2doc CHANGES-2026

   doc: Updated www/ruby-aws-sdk-core to 3.256.0
VersionDeltaFile
1.6096+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc tHKO3Diwww/ruby-aws-sdk-core Makefile distinfo

   www/ruby-aws-sdk-core: update to 3.256.0

   3.256.0 (2026-09-11)

   * Feature - Preserve millisecond precision when serializing Time values on
     the request path, instead of truncating to whole seconds.
VersionDeltaFile
1.83+4-4www/ruby-aws-sdk-core/distinfo
1.82+2-2www/ruby-aws-sdk-core/Makefile
+6-62 files

NetBSD/pkgsrc HW6nVIpdoc CHANGES-2026

   doc: Updated www/ruby-aws-partitions to 1.1286.0
VersionDeltaFile
1.6095+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc DnBoE7Nwww/ruby-aws-partitions Makefile distinfo

   www/ruby-aws-partitions: update to 1.1286.0

   1.1286.0 (2026-09-11)

   * Feature - Updated the partitions source data that determines the AWS
     service regions and endpoints.

   1.1285.0 (2026-09-10)

   * Feature - Updated the partitions source data that determines the AWS
     service regions and endpoints.
VersionDeltaFile
1.125+4-4www/ruby-aws-partitions/distinfo
1.123+2-2www/ruby-aws-partitions/Makefile
+6-62 files

NetBSD/pkgsrc 5yp1TCmdoc CHANGES-2026

   doc: Updated www/ruby-sass-embedded to 1.104.1
VersionDeltaFile
1.6094+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc KEfkgJOwww/ruby-sass-embedded Makefile distinfo

   www/ruby-sass-embedded: udpate to 1.104.1

   1.104.1 (2026-09-12)

   * Bump sass from 1.104.0 to 1.104.1 in /ext/sass (#412)
VersionDeltaFile
1.14+4-4www/ruby-sass-embedded/distinfo
1.17+2-2www/ruby-sass-embedded/Makefile
+6-62 files

NetBSD/src f4eP8XQsys/arch/arm/cortex gicv3.c

   gicv3: don't wait for RWP to clear when unblocking irqs

   The RWP bit does not track writes to ISENABLER<n>, only ICENABLER<n>. So
   don't bother waiting for it to clear when unblocking IRQs.

   This is ok; pic_block_irqs is expected to be synchronous (no IRQs allowed
   after the call) but not pic_unblock_irqs (some time can pass before an IRQ
   is raised).
VersionDeltaFile
1.59+3-7sys/arch/arm/cortex/gicv3.c
+3-71 files

NetBSD/pkgsrc BHUyVQ8doc CHANGES-2026

   doc: Updated net/ruby-winrm to 2.4.0
VersionDeltaFile
1.6093+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc hxVPjvmnet/ruby-winrm PLIST Makefile

   net/ruby-winrm: udpate to 2.4.0

   2.4.0 (2026-09-10)

   What changed

   * Fix WinRM shell finalizer for Ruby 3.1+ by safely handling ThreadError
     (#354)
   * Rename object_id to message_id (#352)
   * Replace the unmaintained logging gem with the Ruby standard library Logger
     (#358, by @fwininger).  Connection#logger is now a stdlib Logger subclass:
     the standard API is unchanged, and the one logging-specific call
     (add_appenders) still works but logs a deprecation warning (#360)
   * Modernize build chain (#357, by @fwininger)
   * CI modernization, README fixes

   Upgrade notes

   If you were calling logging-gem-specific methods (e.g. add_appenders) on

    [2 lines not shown]
VersionDeltaFile
1.9+4-4net/ruby-winrm/distinfo
1.7+2-2net/ruby-winrm/Makefile
1.2+2-1net/ruby-winrm/PLIST
+8-73 files

FreeBSD/ports feb1e95mail/postfix-logwatch distinfo Makefile, mail/postfix-logwatch/files patch-postfix-logwatch

mail/postfix-logwatch: update to 1.40.07

Switch upstream to michael.orlitzky.com (SourceForge project abandoned).
Remove patch integrated upstream. Fix variable ordering per portclippy.
DeltaFile
+0-22mail/postfix-logwatch/files/patch-postfix-logwatch
+10-10mail/postfix-logwatch/Makefile
+3-2mail/postfix-logwatch/distinfo
+13-343 files

FreeBSD/ports 18b0af5devel/py-inotify-simple Makefile

devel/py-inotify-simple: Utilize USES=inotify

Suggested by:   makc
DeltaFile
+1-8devel/py-inotify-simple/Makefile
+1-81 files

FreeBSD/src f49dc19share/man/man4 tpm.4

tpm.4: Canonicalize SYNOPSIS and HARDWARE
DeltaFile
+13-19share/man/man4/tpm.4
+13-191 files