LLVM/project 7fbe70cclang/test/CodeGenCXX pfp-load-store.cpp

[𝘀𝗽𝗿] initial version

Created using spr 1.3.6-beta.1
DeltaFile
+1-1clang/test/CodeGenCXX/pfp-load-store.cpp
+1-11 files

LLVM/project 4430c7dllvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 vec3-base.ll

Address comment

Created using spr 1.3.7
DeltaFile
+57-11llvm/test/Transforms/SLPVectorizer/X86/vec3-base.ll
+1-1llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+58-122 files

FreeBSD/ports ef9180ascience/py-scipy Makefile distinfo, science/py-scipy/files patch-scipy_sparse_tests_test__base.py patch-cython

science/py-scipy: update to 1.17.1

Changelogs:
- https://docs.scipy.org/doc/scipy/release/1.17.0-notes.html (minor versions no longer offered)
- https://docs.scipy.org/doc/scipy/release/1.16.3-notes.html
- https://docs.scipy.org/doc/scipy/release/1.16.2-notes.html
- https://docs.scipy.org/doc/scipy/release/1.16.1-notes.html
- https://docs.scipy.org/doc/scipy/release/1.16.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.15.3-notes.html
- https://docs.scipy.org/doc/scipy/release/1.15.2-notes.html
- https://docs.scipy.org/doc/scipy/release/1.15.1-notes.html
- https://docs.scipy.org/doc/scipy/release/1.15.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.14.1-notes.html
- https://docs.scipy.org/doc/scipy/release/1.14.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.13.1-notes.html
- https://docs.scipy.org/doc/scipy/release/1.13.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.12.0-notes.html
- https://docs.scipy.org/doc/scipy/release/1.11.4-notes.html
- https://docs.scipy.org/doc/scipy/release/1.11.3-notes.html

    [9 lines not shown]
DeltaFile
+53-33science/py-scipy/Makefile
+0-35science/py-scipy/files/patch-scipy_sparse_tests_test__base.py
+0-32science/py-scipy/files/patch-cython
+5-7science/py-scipy/distinfo
+0-11science/py-scipy/files/patch-scipy_linalg_setup.py
+58-1185 files

LLVM/project 99b0537llvm/lib/Transforms/Vectorize SLPVectorizer.cpp

Fix formatting

Created using spr 1.3.7
DeltaFile
+1-2llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+1-21 files

LLVM/project 0160822llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/AArch64 slp-fma-loss.ll

[𝘀𝗽𝗿] initial version

Created using spr 1.3.7
DeltaFile
+135-0llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+39-92llvm/test/Transforms/SLPVectorizer/X86/lookahead.ll
+14-15llvm/test/Transforms/SLPVectorizer/X86/extractelement-multi-register-use.ll
+9-14llvm/test/Transforms/SLPVectorizer/X86/entry-no-bundle-but-extra-use-on-vec.ll
+6-13llvm/test/Transforms/SLPVectorizer/X86/c-ray.ll
+7-7llvm/test/Transforms/SLPVectorizer/AArch64/slp-fma-loss.ll
+210-1414 files not shown
+230-16210 files

LLVM/project 52568a5lldb/source/Core ModuleList.cpp, lldb/test/Shell/Platform/AutoLoad/Darwin dsym-python-script-name-warnings.test

[lldb] Keep the existing behavior for untrusted dSYMs (#190407)

This patch does two thing:

- It reverts to the previous behavior of warning for untrusted dSYMs.
- It includes whether a dSYM is trusted or untrusted in the warning
output.

My reasoning is that there's no tooling for automatically signing dSYMs
and therefore we shouldn't change the behavior until this is more
common. The inclusion of whether the dSYM is signed or not is the first
step towards advertising the existence of the feature.

This now also means the release note I added in #189444 is correct
(again).
DeltaFile
+13-7lldb/source/Core/ModuleList.cpp
+1-1lldb/test/Shell/Platform/AutoLoad/Darwin/dsym-python-script-name-warnings.test
+14-82 files

LLVM/project beb8b67llvm/lib/Target/RISCV RISCVInsertVSETVLI.cpp RISCVInstrPredicates.td, llvm/test/CodeGen/RISCV/rvv expandload.ll fixed-vectors-shuffle-int-interleave.ll

[RISCV] Allow coalesceVSETVLIs to move an LI if it allows a vsetvli to be mutated. (#190287)

If the AVL is provided by an LI, move it earlier if it allows us to
mutate the prior vsetvli.

Assisted-by: Claude Sonnet 4.5
DeltaFile
+3,666-5,073llvm/test/CodeGen/RISCV/rvv/expandload.ll
+32-6llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
+13-22llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-int-interleave.ll
+6-9llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-fp-interleave.ll
+6-9llvm/test/CodeGen/RISCV/rvv/fixed-vectors-setcc-int-vp.ll
+9-0llvm/lib/Target/RISCV/RISCVInstrPredicates.td
+3,732-5,11915 files not shown
+3,752-5,15521 files

LLVM/project 3f37512clang/include/clang/Basic Diagnostic.h, clang/unittests/Basic DiagnosticTest.cpp

[DiagnosticInfo] Allow std::string_view in DiagnosticBuilder operator<<. (#190374)

After a68ae7b0cc0922b79114aabe8cf1ec8dc68524d7, calling `<<` with a
`std::string_view` gives:

```
clang/include/clang/Basic/Diagnostic.h:1319:8: error: use of overloaded operator '<<' is ambiguous (with operand types 'const StreamingDiagnostic' and 'const std::string_view')
 1319 |     DB << V;
      |     ~~ ^  ~
```
DeltaFile
+37-17clang/unittests/Basic/DiagnosticTest.cpp
+7-0clang/include/clang/Basic/Diagnostic.h
+44-172 files

OpenBSD/src Yd33exEsys/arch/alpha/alpha cpu.c, sys/arch/arm/arm cpu.c

   Fix order of cpus in CPU_INFO_FOREACH

   The cpus were put into the linked list in mostly inverted order during attach.
   The linked list determines the order used by the CPU_INFO_FOREACH macros.
   Order the linked list by ci_cpuid instead.

   ok jca@ for most archs
   "this should go in" deraadt@
VersionDeltaFile
1.24+7-3sys/arch/riscv64/riscv64/cpu.c
1.86+7-3sys/arch/mips64/mips64/cpu.c
1.61+7-3sys/arch/arm/arm/cpu.c
1.51+6-4sys/arch/alpha/alpha/cpu.c
1.118+6-3sys/arch/i386/i386/cpu.c
1.148+6-3sys/arch/arm64/arm64/cpu.c
+39-191 files not shown
+45-227 files

LLVM/project 55bcc05llvm/utils create_template_mca_tests.py

[utils][MCA] Add a helper script to create input-file-based tests (#190074)

This is a helper script to create llvm-mca tests that follow the style
described in #173926 . That is, instead of putting both the input
instructions and CHECK lines in the same file, we consolidate all input
(files) into a single place, read by their `.test` files counterpart to
check the per-processor results.

The script added by this patch will enumerate each (`.s`) input files
and create the corresponding `.test` file, parameterized by the provided
`--triple` and `--cpu` options. Users also have the option to exclude
certain input files or add additional `llvm-mca` / `FileCheck`
arguments.
DeltaFile
+85-0llvm/utils/create_template_mca_tests.py
+85-01 files

FreeNAS/freenas e2317c5src/middlewared/middlewared/plugins/disk_ sed.py, src/middlewared/middlewared/plugins/pool_ sed.py

NAS-140538 / 26.0.0-BETA.2 / fix SED drive initialization (by yocalebo) (#18647)

Enterprise SSC drives were incorrectly classified during SED status
detection and provisioning. Unlike Opal/Ruby drives, Enterprise drives
may report `locking.enabled = True` in Level 0 Discovery even when
factory-fresh and completely unprovisioned — this behavior is
manufacturer-dependent and cannot be relied upon. This meant
`sed_status()` could return `"UNLOCKED"` for brand-new Enterprise drives
instead of `"UNINITIALIZED"`, causing them to be skipped during SED
setup. The same bug existed in `sed_initial_setup()`, which used
`locking.enabled` to decide whether to run `initial_setup()` or verify
existing credentials — so even when `sed_status()` correctly identified
an Enterprise drive as uninitialized, the provisioning call would fail
because it assumed the drive was already provisioned and tried to
authenticate with a password that was never set.

**How `is_uninitialized` works**

The only reliable way to distinguish a factory-fresh Enterprise drive

    [81 lines not shown]
DeltaFile
+39-12src/middlewared/middlewared/utils/disks_/disk_class.py
+16-11src/middlewared/middlewared/plugins/disk_/sed.py
+5-1src/middlewared/middlewared/plugins/pool_/sed.py
+60-243 files

FreeNAS/freenas 582cc6csrc/middlewared/middlewared/plugins/disk_ sed.py, src/middlewared/middlewared/plugins/pool_ sed.py

NAS-140538 / 27.0.0-BETA.1 / fix SED drive initialization (#18634)

Enterprise SSC drives were incorrectly classified during SED status
detection and provisioning. Unlike Opal/Ruby drives, Enterprise drives
may report `locking.enabled = True` in Level 0 Discovery even when
factory-fresh and completely unprovisioned — this behavior is
manufacturer-dependent and cannot be relied upon. This meant
`sed_status()` could return `"UNLOCKED"` for brand-new Enterprise drives
instead of `"UNINITIALIZED"`, causing them to be skipped during SED
setup. The same bug existed in `sed_initial_setup()`, which used
`locking.enabled` to decide whether to run `initial_setup()` or verify
existing credentials — so even when `sed_status()` correctly identified
an Enterprise drive as uninitialized, the provisioning call would fail
because it assumed the drive was already provisioned and tried to
authenticate with a password that was never set.

**How `is_uninitialized` works**

The only reliable way to distinguish a factory-fresh Enterprise drive

    [75 lines not shown]
DeltaFile
+39-12src/middlewared/middlewared/utils/disks_/disk_class.py
+16-11src/middlewared/middlewared/plugins/disk_/sed.py
+5-1src/middlewared/middlewared/plugins/pool_/sed.py
+60-243 files

DragonFlyBSD/src 33ecbeasys/bus/u4b usb_request.c

kernel/usb: usbd_do_request()'s 4th argument is a pointer, so use NULL.
DeltaFile
+16-16sys/bus/u4b/usb_request.c
+16-161 files

FreeNAS/freenas 917d16asrc/middlewared/middlewared/service __init__.py, src/middlewared/middlewared/utils filter_list.py

Fix
DeltaFile
+0-13src/middlewared/middlewared/utils/filter_list.py
+1-2src/middlewared/middlewared/service/__init__.py
+1-152 files

LLVM/project 26e1df2llvm/unittests/Support raw_socket_stream_test.cpp

[llvm][SupportTests] Fix a race condition in temporary socket construction (#190404)

createUniquePath doesn't make an exclusive lock on the filename until
the socket is created, and thus the removal step in these tests was
creating a TOCTOU race. Instead, arrange for the file to be cleaned up
*after* we're done with it.

rdar://142847430
DeltaFile
+5-12llvm/unittests/Support/raw_socket_stream_test.cpp
+5-121 files

LLVM/project 7111a81clang/lib/Driver Driver.cpp, clang/test/Driver hip-toolchain-no-rdc.hip

clang: Stop assuming one toolchain covers all GPUArchs

Previously there was a vector of toolchains, but a number of
places assumed there was only a single toolchain. I'm also not
sure how you were supposed to identify which toolchain to use from
this array. Make this parallel to the stored GpuArches. For
the fat binary cases, we still need to pick a toolchain so that
still just picks the first one; it probably should use
the most neutral available triple.

This also doesn't feel like a complete fix. The various Actions
all contain a reference to an OffloadingToolChain, which seems
to frequently be missing and isn't set at construction time.
DeltaFile
+27-23clang/lib/Driver/Driver.cpp
+1-1clang/test/Driver/hip-toolchain-no-rdc.hip
+28-242 files

DragonFlyBSD/src c24ee53libexec/ypxfr ypxfr_misc.c ypxfr_main.c, usr.sbin/rpc.lockd lock_proc.c

Fix GCC 12.5's -Wenum-conversion warnings.

It was introduced in GCC 10 and is part of -Wextra.

All affected enums are compatible, so just cast.
DeltaFile
+16-16libexec/ypxfr/ypxfr_misc.c
+6-6usr.sbin/rpc.lockd/lock_proc.c
+6-4libexec/ypxfr/ypxfr_main.c
+2-2libexec/ypxfr/ypxfr_getmap.c
+2-2usr.sbin/yppush/yppush_main.c
+32-305 files

LLVM/project 36e781cclang/lib/Driver Driver.cpp

clang: Remove dead null toolchain check (#190402)
DeltaFile
+0-2clang/lib/Driver/Driver.cpp
+0-21 files

NetBSD/pkgsrc-wip 26a9da4mtr-graph distinfo Makefile

mtr-graph(mtr085): update to 0.85.263
DeltaFile
+3-3mtr-graph/distinfo
+2-2mtr-graph/Makefile
+5-52 files

LLVM/project 64987a9clang-tools-extra/clang-doc Representation.h

[clang-doc] Enforce arena allocated types are trivially destructible (#190049)

We can enforce at compile-time that the types we want to place in the
arenas are always safe to allocate there.
DeltaFile
+26-0clang-tools-extra/clang-doc/Representation.h
+26-01 files

LLVM/project c7824acllvm/lib/CodeGen/SelectionDAG TargetLowering.cpp

[TargetLowering] Remove stale comment. NFC (#190275)

Missed removing in #188653
DeltaFile
+1-2llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+1-21 files

LLVM/project 6f68e58offload/plugins-nextgen/amdgpu/src rtl.cpp

offload: Parse triple using to identify amdgcn-amd-amdhsa (#190319)

Avoid hardcoding the exact triple.
DeltaFile
+15-4offload/plugins-nextgen/amdgpu/src/rtl.cpp
+15-41 files

OpenZFS/src 33ed68fcmd ztest.c, lib/libzfs libzfs_pool.c

zpool create: report which device caused failure 

When zpool create fails because a vdev is already in use, the
error message now identifies the problematic device and the pool
it belongs to, e.g.:

  cannot create 'tank': device '/dev/sdb1' is part of
  active pool 'rpool'

Implementation follows the ZPOOL_CONFIG_LOAD_INFO pattern used
by zpool import:

  - Add spa_create_info to spa_t to capture error info during
    vdev_label_init(), before vdev_close() resets vdev state
  - When vdev_inuse() detects a conflict, read the on-disk
    label to extract the pool name and store it with the
    device path
  - Return the info wrapped under ZPOOL_CONFIG_CREATE_INFO
    through the ioctl zc_nvlist_dst to userspace

    [10 lines not shown]
DeltaFile
+103-0tests/zfs-tests/tests/functional/cli_root/zpool_create/zpool_create_errinfo_001_neg.ksh
+75-24lib/libzfs/libzfs_pool.c
+22-1module/zfs/vdev_label.c
+11-1module/zfs/zfs_ioctl.c
+6-5cmd/ztest.c
+9-1module/zfs/spa.c
+226-325 files not shown
+233-3411 files

LLVM/project 77e32a7flang/lib/Semantics check-cuda.cpp, flang/test/Semantics cuf09.cuf

[flang][cuda] Avoid false semantic error on unified array component (#190389)
DeltaFile
+30-0flang/lib/Semantics/check-cuda.cpp
+21-3flang/test/Semantics/cuf09.cuf
+51-32 files

FreeNAS/freenas 88486f0src/middlewared/middlewared/utils filter_list.py

Fix test regressions
DeltaFile
+28-4src/middlewared/middlewared/utils/filter_list.py
+28-41 files

FreeNAS/freenas 10c5615src/middlewared/middlewared/api/base/validators options.py, src/middlewared/middlewared/plugins/pool_ dataset_query_utils.py

Address some review
DeltaFile
+14-10src/middlewared/middlewared/plugins/pool_/dataset_query_utils.py
+4-1src/middlewared/middlewared/api/base/validators/options.py
+18-112 files

FreeNAS/freenas ae747dbsrc/middlewared/middlewared/api/base/validators options.py filters.py, src/middlewared/middlewared/plugins/datastore read.py

Replace pure-python filter_list

This commit replaces the pure-python implementation of filter_list
with the version provided by the truenas/truenas_pyos repo
(truenas_pyfilter). The overall new workflow for this is:

1. convert the filters / options to their respective objects from
   truenas_pyfilter (compile_filters, compile_options).

2. use the filters / options to either match (if there's single item)
   or tnfilter (if there is more than one).

Output is same so this is mostly a drop-in replacement; however,
in some places in our codebase we keep copies of pre-compiled filters
and options because they do not change. The filter_list util is now
replaced with what is largely a thin wrapper around the extension.

API validation also now wraps around validation provided by the
extension.
DeltaFile
+99-361src/middlewared/middlewared/utils/filter_list.py
+23-52src/middlewared/middlewared/plugins/pool_/dataset_query_utils.py
+10-61src/middlewared/middlewared/api/base/validators/options.py
+3-65src/middlewared/middlewared/api/base/validators/filters.py
+13-8src/middlewared/middlewared/plugins/datastore/read.py
+14-5src/middlewared/middlewared/plugins/smb_/util_smbconf.py
+162-5523 files not shown
+188-5619 files

LLVM/project 1cc0aacclang-tools-extra/clang-doc Representation.cpp Representation.h, clang-tools-extra/clang-doc/tool ClangDocMain.cpp

[clang-doc] Merge data into persistent memory

We have a need for persistent memory for the final info. Since each
group processes a single USR at a time, every USR is only ever processed by
a single thread from the thread pool. This means that we can keep per
thread persistent storage for all the info. There is significant
duplicated data between all the serialized records, so we can just merge
the final/unique items into the persistent arena, and clear out the
scratch/transient arena as we process each record in the bitcode.

The patch adds some APIs to help with managing the data, merging, and
allocation of data in the correct arena. It also safely merges and deep
copies data from the transient arenas into persistent storage that is
never reset until the program completes.

This patch reduces memory by another % over the previous patches,
bringing the total savings over the baseline to 57%. Runtime performance
and benchmarks stay mostly flat with modest improvements.


    [31 lines not shown]
DeltaFile
+134-10clang-tools-extra/clang-doc/Representation.cpp
+25-25clang-tools-extra/clang-doc/tool/ClangDocMain.cpp
+7-0clang-tools-extra/clang-doc/Representation.h
+166-353 files

LLVM/project 479a4ccclang-tools-extra/clang-doc BitcodeReader.cpp Serialize.cpp, clang-tools-extra/unittests/clang-doc SerializeTest.cpp MergeTest.cpp

[clang-doc] Move Info types into arenas

Info types used to own significant chunks of data. As we move these into
local arenas, these types must be trivially destructible, to avoid
leaking resources when the arena is reset. Unfortunaly, there isn't a
good way to transition all the data types one at a time, since most of
them are tied together in some way. Further, as they're now allocated in
the arenas, they often cannot be treated the same way, and even the
aliases and interfaces put in pLace to simplify the transition cannot
cover the full range of changes required.

We also use some SFINAE tricks to avoid adding boilerplate for helper
APIs, we'd otherwise ahve to support

Though it introduces some additional churn, we also try to keep tests
from using arena allocation as much as possible, since this is not
required to test the implementation of the library. As much of the test
code needed to be rewritten anyway, we take the opportunity to
transition now.

    [41 lines not shown]
DeltaFile
+419-187clang-tools-extra/clang-doc/BitcodeReader.cpp
+246-189clang-tools-extra/unittests/clang-doc/SerializeTest.cpp
+196-129clang-tools-extra/unittests/clang-doc/MergeTest.cpp
+176-80clang-tools-extra/unittests/clang-doc/ClangDocTest.cpp
+137-75clang-tools-extra/clang-doc/Serialize.cpp
+71-41clang-tools-extra/unittests/clang-doc/YAMLGeneratorTest.cpp
+1,245-70114 files not shown
+1,649-94320 files

LLVM/project 4e7cddfclang-tools-extra/clang-doc Generators.h MDMustacheGenerator.cpp, clang-tools-extra/clang-doc/benchmarks ClangDocBenchmark.cpp

[clang-doc] Move non-arena allocated types off the OwnedPtr alias

Some types should not be using this alias, which was over applied to
APIs that wont participate in arena style allocation. This patch
restores them to their correct spelling.
DeltaFile
+7-7clang-tools-extra/clang-doc/Generators.h
+4-4clang-tools-extra/clang-doc/MDMustacheGenerator.cpp
+4-4clang-tools-extra/clang-doc/ClangDoc.cpp
+3-3clang-tools-extra/clang-doc/HTMLGenerator.cpp
+2-2clang-tools-extra/clang-doc/benchmarks/ClangDocBenchmark.cpp
+1-1clang-tools-extra/clang-doc/Generators.cpp
+21-211 files not shown
+22-227 files