NetBSD/src l8UPHsJlibexec/httpd ssl-bozo.c bozohttpd.c

   Pull up following revision(s) (requested by mrg in ticket #268):

        libexec/httpd/CHANGES: revision 1.57
        libexec/httpd/daemon-bozo.c: revision 1.23
        libexec/httpd/bozohttpd.8: revision 1.101
        libexec/httpd/lua-bozo.c: revision 1.16
        libexec/httpd/auth-bozo.c: revision 1.29
        libexec/httpd/bozohttpd.h: revision 1.74
        libexec/httpd/ssl-bozo.c: revision 1.35
        libexec/httpd/ssl-bozo.c: revision 1.36
        libexec/httpd/ssl-bozo.c: revision 1.37
        libexec/httpd/bozohttpd.c: revision 1.150
        libexec/httpd/bozohttpd.c: revision 1.151
        libexec/httpd/bozohttpd.c: revision 1.152

   Fix iteration over protos[] to prevent out-of-bounds access

   Fix use-after-free in the "<a  rel="nofollow" href="http://"">http://"</a>; case


    [18 lines not shown]
VersionDeltaFile
1.34.4.1+6-7libexec/httpd/ssl-bozo.c
1.149.2.1+8-5libexec/httpd/bozohttpd.c
1.100.2.1+8-4libexec/httpd/bozohttpd.8
1.56.4.1+10-1libexec/httpd/CHANGES
1.28.4.1+2-2libexec/httpd/auth-bozo.c
1.22.10.1+2-2libexec/httpd/daemon-bozo.c
+36-212 files not shown
+39-248 files

LLVM/project 221a24ellvm/include/llvm/Transforms/Scalar LoopPassManager.h, llvm/test/Other lpm-require-analysis-optnone.ll

[PassManager] Mark Loop RequireAnalysis as OptionalPassInfoMixin (#196345)

\#192120 marked this as RequiredPassInfoMixin, deviating from previous
behavior. This is probably fine for Function/Module analyses, but
doesn't work well for loop analyses in the case that we have a loop in
an optnone function that is not in LCSSA. The LCSSA pass will not run
because it is optional, the analysis will get computed, and then we
assert because the loop is out of LCSSA at the end of the LPM.

Restore the old behavior of just not marking the pass as required as it
seems reasonable enough.
DeltaFile
+29-0llvm/test/Other/lpm-require-analysis-optnone.ll
+1-1llvm/include/llvm/Transforms/Scalar/LoopPassManager.h
+30-12 files

FreeBSD/ports 95e8580devel/esbuild Makefile

devel/esbuild: Add note for future updates

esbuild is tied to a source package used for chromium & iridium,
let chromium@ know as a courtesy to avoid breakage.

Reported by:    des
Sponsored by:   SkunkWerks, GmbH
DeltaFile
+1-1devel/esbuild/Makefile
+1-11 files

LLVM/project 7f7afd8clang/include/clang/Basic DiagnosticDriverKinds.td, flang/include/flang/Support Fortran-features.h

[flang] Implement -Wno-<warning> flags for driver diagnostics

Utilize clang::ProcessWarningOptions function to process -Wno-... options.

This has the side effect that without additional changes it would cause
driver warnings to become errors with -Werror. That would be a change
from the existing behavior, so make sure that these warnings remain
uneffected.

Modify the diagnostic emitter to add the disabling option at the end of
the emitted diagnostic.

Fixes https://github.com/llvm/llvm-project/issues/195921
DeltaFile
+37-28flang/lib/Frontend/CompilerInvocation.cpp
+34-1flang/lib/Frontend/TextDiagnosticBuffer.cpp
+5-2clang/include/clang/Basic/DiagnosticDriverKinds.td
+3-3flang/test/Driver/fopenmp-version.F90
+1-1flang/include/flang/Support/Fortran-features.h
+80-355 files

NetBSD/src p0zc1DMinclude time.h, lib/libc/gen sysctl.c sysconf.3

   Pull up following revision(s) (requested by kre in ticket #267):

        lib/libc/gen/sysctl.c: revision 1.40
        lib/libc/gen/sysconf.3: revision 1.58
        share/man/man7/sysctl.7: revision 1.172
        lib/libc/time/localtime.c: revision 1.154
        include/time.h: revision 1.57

   PR lib/60219 -- Fix sysconf(_SC_TZNAME_MAX)

   That value is supposed to be the minimum value allowed for
   the maximum length of a timezone abbreviation.   It cannot
   be something larger than is allowed for that (and NAME_MAX
   has nothing to do with it)

   It defines the max lengths allowed for the words in
        TZ=Frankenstein-7Monster-6[transition rules]
   in old style POSIX TZ variable settings - the POSIX required
   minimum value is 6 (so "Frankenstein" would not fit in a minimalist

    [12 lines not shown]
VersionDeltaFile
1.147.2.1+13-3lib/libc/time/localtime.c
1.56.2.1+12-1include/time.h
1.38.10.2+6-5lib/libc/gen/sysctl.c
1.57.4.1+3-3lib/libc/gen/sysconf.3
1.167.4.2+3-3share/man/man7/sysctl.7
+37-155 files

LLVM/project 87d42c1libclc/cmake/modules AddLibclc.cmake

[libclc] Fix using normalized triple for the directory name (#194607)

Summary:
libclc needs to normalize triples, mostly on account of the fact that
things like spv and clspv aren't real triples but are used anyway. That
is, we convert the user-value to whatever is passed to `--target=`. The
problem is that we were not using the normal triple for the installation
directory, so something like `spirv64-mesa32-unknown` would be installed
in `spirv64--`.

This *might* have the side effect of putting these in
`spirv64-unknown-unknown`. I actually do not know if that's a problem
with the clang handling, I'll double check.
DeltaFile
+4-3libclc/cmake/modules/AddLibclc.cmake
+4-31 files

NetBSD/src LnAzbRgexternal/bsd/top/dist utils.c commands.c, external/bsd/top/dist/machine m_netbsd.c

   Pull up following revision(s) (requested by kre in ticket #266):

        external/bsd/top/dist/display.c: revision 1.11
        external/bsd/top/dist/commands.c: revision 1.9
        external/bsd/top/dist/machine/m_netbsd.c: revision 1.31
        external/bsd/top/dist/utils.c: revision 1.7
        external/bsd/top/dist/utils.c: revision 1.8
        external/bsd/top/dist/utils.c: revision 1.9

   <stype.h> "negative" char usage issue fixed.

   sprintf/ctype police

   Undo earlier meaningless change
   Revert my botched change (rev 1.7, 2026-04-18 19:42:21 +0000) which
   had the parens in the wrong place, which made it useless (pointed out
   offlist by rillig@ - thanks).   The change was made unnecessary by
   christos later change (rev 1.8, 2026-04-18 21:37:04 +0000), so there
   is no point fixing it, just make it go away.
VersionDeltaFile
1.6.12.1+13-11external/bsd/top/dist/utils.c
1.30.4.1+6-5external/bsd/top/dist/machine/m_netbsd.c
1.8.16.1+4-4external/bsd/top/dist/commands.c
1.10.38.1+2-2external/bsd/top/dist/display.c
+25-224 files

LLVM/project b1da9d0llvm/test/CodeGen/X86 vector-reduce-smin.ll vector-reduce-smax.ll, llvm/test/tools/llvm-mca/AArch64/Cortex C1Premium-sve-instructions.s C1Premium-writeback.s

rebase

Created using spr 1.3.5
DeltaFile
+6,873-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-sve-instructions.s
+2,928-1,388llvm/test/CodeGen/X86/vector-reduce-smin.ll
+2,924-1,389llvm/test/CodeGen/X86/vector-reduce-smax.ll
+3,979-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-writeback.s
+2,677-1,279llvm/test/CodeGen/X86/vector-reduce-umax.ll
+2,628-1,271llvm/test/CodeGen/X86/vector-reduce-umin.ll
+22,009-5,3272,394 files not shown
+103,254-36,1732,400 files

LLVM/project 4bba49ellvm/test/CodeGen/X86 vector-reduce-smin.ll vector-reduce-smax.ll, llvm/test/tools/llvm-mca/AArch64/Cortex C1Premium-sve-instructions.s C1Premium-writeback.s

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.5

[skip ci]
DeltaFile
+6,873-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-sve-instructions.s
+2,928-1,388llvm/test/CodeGen/X86/vector-reduce-smin.ll
+2,924-1,389llvm/test/CodeGen/X86/vector-reduce-smax.ll
+3,979-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-writeback.s
+2,677-1,279llvm/test/CodeGen/X86/vector-reduce-umax.ll
+2,628-1,271llvm/test/CodeGen/X86/vector-reduce-umin.ll
+22,009-5,3272,394 files not shown
+103,251-36,1912,400 files

FreeBSD/ports c75af2fdevel/wasi-compiler-rt22 Makefile, devel/wasi-libcxx22 Makefile

devel/wasi-{compiler-rt,libcxx}22: sync to 22.1.5
DeltaFile
+1-1devel/wasi-compiler-rt22/Makefile
+1-1devel/wasi-libcxx22/Makefile
+2-22 files

NetBSD/src y8jW5O8sys/arch/m68k/m68k pmap_68k.c

   Fix return value logic in pmap_changebit() (used to implement
   pmap_clear_reference() and pmap_clear_modify()): We need to seed
   the "combined_pte" with the mod/ref information stashed in the
   vm_page because all of the mappings to the page may have already
   been removed via pmap_page_protect(..., UVM_PROT_NONE), and we
   need to use that "combined_pte" to return true if any of the bits
   we've been asked to clear were set (previously we only returned
   true if we actually cleared one from a mapping's PTE, which,
   as previously noted, might all be gone by this point).

   The symptom here would be random crashes under memory pressure,
   things like spurious NULL-derefs, indicative of an anonymous
   page being tossed under memory pressure and re-ZFOD'd, rather
   than being sent to swap and properly paged back in.
VersionDeltaFile
1.66+154-6sys/arch/m68k/m68k/pmap_68k.c
+154-61 files

NetBSD/src SVTSnH4sys/arch/x68k/x68k disksubr.c, usr.sbin/sysinst/arch/x68k md.c

   Pull up following revision(s) (requested by isaki in ticket #1264):

        sys/arch/x68k/x68k/disksubr.c: revision 1.38
        usr.sbin/sysinst/arch/x68k/md.c: revision 1.14

   sysinst/x68k: Remove unnecessary conditions in md_disklabe_is_default().
   lp->d_bbsize and lp->d_sbsize should be constants (this is probably another
   bug) and should not be part of this check.
   Fix PR install/59600

   x68k: Initialize d_bbsize and d_sbsize on the disklabel always.

   These values are for (old) FFS, so it didn't make sense to initialize
   only when the BSD disklabel was missing and the Human68k partition existed.

   This avoids disklabel(8)'s warnings:
    disklabel: boot block size 0
    disklabel: super block size 0

   Inspired from PR install/59600.
VersionDeltaFile
1.36.20.1+5-4sys/arch/x68k/x68k/disksubr.c
1.13.2.1+2-4usr.sbin/sysinst/arch/x68k/md.c
+7-82 files

NetBSD/src An1S8Wbsys/arch/x68k/x68k disksubr.c, usr.sbin/sysinst/arch/x68k md.c

   Pull up following revision(s) (requested by isaki in ticket #265):

        sys/arch/x68k/x68k/disksubr.c: revision 1.38
        usr.sbin/sysinst/arch/x68k/md.c: revision 1.14

   sysinst/x68k: Remove unnecessary conditions in md_disklabe_is_default().
   lp->d_bbsize and lp->d_sbsize should be constants (this is probably another
   bug) and should not be part of this check.
   Fix PR install/59600

   x68k: Initialize d_bbsize and d_sbsize on the disklabel always.

   These values are for (old) FFS, so it didn't make sense to initialize
   only when the BSD disklabel was missing and the Human68k partition existed.

   This avoids disklabel(8)'s warnings:
    disklabel: boot block size 0
    disklabel: super block size 0

   Inspired from PR install/59600.
VersionDeltaFile
1.37.4.1+5-4sys/arch/x68k/x68k/disksubr.c
1.13.6.1+2-4usr.sbin/sysinst/arch/x68k/md.c
+7-82 files

LLVM/project 2b06414llvm/lib/Target/MSP430 MSP430ISelLowering.cpp, llvm/test/CodeGen/MSP430 cmp-imm-high-bit.ll

[MSP430] Compute c+1 at the operand bit width in EmitCMP (#195892)

EmitCMP folds `c CMP rhs` into `rhs CMP' c+1` for four condition codes.
The `c+1` must wrap modulo the i16 operand width, but the current code
does `DAG.getConstant(C->getSExtValue() + 1, dl, MVT::i16)`:
sign-extending to `int64_t`, adding there, then handing the result to
the unsigned
`getConstant(uint64_t, ..., MVT::i16)` overload. 

For constants with bit 15 set the negative `int64_t` is reinterpreted as
a huge `uint64_t`, which
trips the `isUIntN(16, val)` assertion in the APInt constructor under
`LLVM_ENABLE_ASSERTIONS` and yields an APInt with non-zero bits past its
declared width otherwise.

Switching to `DAG.getSignedConstant(C->getSExtValue() + 1, ...)` routes
through the signed `APInt` constructor, which checks `isIntN(16, val)`
and accepts the negative `c+1` produced when the high bit is set. The
four EmitCMP fold branches (SETUGE, SETULT, SETGE, SETLT) are updated
identically.
DeltaFile
+200-0llvm/test/CodeGen/MSP430/cmp-imm-high-bit.ll
+8-4llvm/lib/Target/MSP430/MSP430ISelLowering.cpp
+208-42 files

LLVM/project 5c13976llvm/test/CodeGen/X86 vector-reduce-smin.ll vector-reduce-smax.ll, llvm/test/tools/llvm-mca/AArch64/Cortex C1Premium-sve-instructions.s C1Premium-writeback.s

address review comments, and add new test

Created using spr 1.3.5
DeltaFile
+6,873-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-sve-instructions.s
+2,928-1,388llvm/test/CodeGen/X86/vector-reduce-smin.ll
+2,924-1,389llvm/test/CodeGen/X86/vector-reduce-smax.ll
+3,979-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-writeback.s
+2,677-1,279llvm/test/CodeGen/X86/vector-reduce-umax.ll
+2,628-1,271llvm/test/CodeGen/X86/vector-reduce-umin.ll
+22,009-5,3272,394 files not shown
+103,251-36,1912,400 files

LLVM/project 04cacc9llvm/test/CodeGen/X86 vector-reduce-smin.ll vector-reduce-smax.ll, llvm/test/tools/llvm-mca/AArch64/Cortex C1Premium-sve-instructions.s C1Premium-writeback.s

[𝘀𝗽𝗿] changes introduced through rebase

Created using spr 1.3.5

[skip ci]
DeltaFile
+6,873-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-sve-instructions.s
+2,928-1,388llvm/test/CodeGen/X86/vector-reduce-smin.ll
+2,924-1,389llvm/test/CodeGen/X86/vector-reduce-smax.ll
+3,979-0llvm/test/tools/llvm-mca/AArch64/Cortex/C1Premium-writeback.s
+2,677-1,279llvm/test/CodeGen/X86/vector-reduce-umax.ll
+2,628-1,271llvm/test/CodeGen/X86/vector-reduce-umin.ll
+22,009-5,3272,388 files not shown
+103,222-36,1622,394 files

LLVM/project 7ec6f17llvm/test/Analysis/CostModel/AMDGPU insertelement.ll div.ll, llvm/test/CodeGen/AMDGPU i8-extract-cost-comparison.ll extract-i8-codegen.ll

[AMDGPU] Cost of i8 vector insert/extract is free in some cases (#194991)

Reduce the cost of i8 vector insert and extract elements to avoid
scalarization in VectorCombine.

It is impossible to know during VectorCombine if an extract element will
require additional instructions or be free. There is a lot of additional context
needed to make that assessment. For example, what instructions are using
the extract elements or what other extract element index values occur. This
patch chooses some cases that likely do not require instructions, which
reduces the overall cost and avoids scalarization. Because of this chance, there
are SLP vectorization opportunities that are missed. In general, those missed
SLP vectorization cases require scalarization during code generation, and the
compiler ends up generating the same code with and without SLP vectorization.
DeltaFile
+422-0llvm/test/CodeGen/AMDGPU/i8-extract-cost-comparison.ll
+253-0llvm/test/Transforms/VectorCombine/AMDGPU/no-scalarize-vector-extract.ll
+94-94llvm/test/Analysis/CostModel/AMDGPU/insertelement.ll
+150-0llvm/test/CodeGen/AMDGPU/extract-i8-codegen.ll
+42-42llvm/test/Analysis/CostModel/AMDGPU/div.ll
+42-42llvm/test/Analysis/CostModel/AMDGPU/rem.ll
+1,003-1785 files not shown
+1,113-21611 files

FreeBSD/src 48862dclibexec/nuageinit/tests nuageinit.sh

nuageninit: modify the test to show the issue fixed inc316ec259011

Ensure the script used is invalid when parsed by libyaml which
highlight the issue revealed in PR295062

while at here validate the mode of the file is properly changed

PR:             295062
MFC After:      1 day

(cherry picked from commit 2a86992ab5019b4997ccadf7427011ba44e33c97)
DeltaFile
+5-3libexec/nuageinit/tests/nuageinit.sh
+5-31 files

FreeBSD/src e7913c8libexec/nuageinit nuageinit

nuageinit: only parse user_data as yaml when necessary

This fixes a regression introduced in cae280931c9e which prevents
user_data as a shell script to be used

PR:             295062
Reported by:    Ross McKelvie <ross at exitzero.uk>
MFC After:      1 day

(cherry picked from commit c316ec259011e9e22e40eaa72d834f3bfac95c28)
DeltaFile
+1-1libexec/nuageinit/nuageinit
+1-11 files

NetBSD/src ZT8ZSbhsys/dev/nvmm/x86 nvmm_x86_svm.c nvmm_x86_vmx.c

   Pull up following revision(s) (requested by riastradh in ticket #264):

        sys/dev/nvmm/x86/nvmm_x86_svm.c: revision 1.94
        sys/dev/nvmm/x86/nvmm_x86_vmx.c: revision 1.94

   nvmm: Don't report physical lapic freq as virtual lapic freq.

   The virtual lapic emulated by qemu in software always ticks at 1 GHz,
   but the physical lapic on my laptop, for example, ticks at 24 MHz.

   In order for this to work as iMil intended, we need some way for the
   hypervisor (such as qemu) to tell nvmm what its lapic frequency is.

   Until we have that, we can't correctly report any alleged lapic
   frequency to the guest.

   PR kern/59424: hardclock ticks run at breakneck pace under qemu
VersionDeltaFile
1.89.2.1+3-3sys/dev/nvmm/x86/nvmm_x86_svm.c
1.90.2.2+3-3sys/dev/nvmm/x86/nvmm_x86_vmx.c
+6-62 files

FreeBSD/src 4211f28libexec/nuageinit nuageinit

nuageinit: only parse user_data as yaml when necessary

This fixes a regression introduced in cae280931c9e which prevents
user_data as a shell script to be used

PR:             295062
Reported by:    Ross McKelvie <ross at exitzero.uk>
MFC After:      1 day

(cherry picked from commit c316ec259011e9e22e40eaa72d834f3bfac95c28)
DeltaFile
+1-1libexec/nuageinit/nuageinit
+1-11 files

FreeBSD/src da3414alibexec/nuageinit/tests nuageinit.sh

nuageninit: modify the test to show the issue fixed inc316ec259011

Ensure the script used is invalid when parsed by libyaml which
highlight the issue revealed in PR295062

while at here validate the mode of the file is properly changed

PR:             295062
MFC After:      1 day

(cherry picked from commit 2a86992ab5019b4997ccadf7427011ba44e33c97)
DeltaFile
+5-3libexec/nuageinit/tests/nuageinit.sh
+5-31 files

FreeBSD/src ee2fc97share/man/man4 nlsysevent.4 Makefile

nlsysevent: add manpage

Reviewed by:    des

(cherry picked from commit 72d701eb1d83cfb3479e4c839412325ff9efc97c)
DeltaFile
+132-0share/man/man4/nlsysevent.4
+1-0share/man/man4/Makefile
+133-02 files

LLVM/project 6ad1db6llvm/runtimes CMakeLists.txt

[cmake] Forward MacOS sysroot to runtimes when not crosscompiling (#182501)

The LLVM build documentation says that setting CMAKE_OSX_SYSROOT should
be sufficient to correctly configure the sysroot, however this flag was
not forwarded to the build of runtimes: leading to failures in flang-rt
tests. https://llvm.org/docs/CMake.html#apple-osx

It is not safe to forward this flag in general because the runtime might
be cross-compiled. In this case I have tried to do this only for native
builds. My intention here is not to make the build more complex than
currently documented.
DeltaFile
+4-0llvm/runtimes/CMakeLists.txt
+4-01 files

LLVM/project f4c18a4llvm/utils/Reviewing find_interesting_reviews.py

[Utils] Delete find_interesting_reviews.py script (#196347)

This was phabricator specific which has not been around for a while now.
DeltaFile
+0-775llvm/utils/Reviewing/find_interesting_reviews.py
+0-7751 files

NetBSD/src HfQRz9lsys/dev/pci ahcisata_pci.c

   Pull up following revision(s) (requested by andvar in ticket #2011):

        sys/dev/pci/ahcisata_pci.c: revision 1.73

   ahcisata(4): disable NCQ for VIA VT8251 integrated SATA controller.

   NCQ support is known to be non-compliant or broken on this chipset,
   causing timeouts and instability.

   The issue is reproducible in NetBSD using 'smartctl -a`.

   The workaround is to disable NCQ, which has already been done in other
   OS drivers.
VersionDeltaFile
1.55.4.5+4-4sys/dev/pci/ahcisata_pci.c
+4-41 files

NetBSD/src j5sbUlHsys/dev/pci ahcisata_pci.c

   Pull up following revision(s) (requested by andvar in ticket #1263):

        sys/dev/pci/ahcisata_pci.c: revision 1.73

   ahcisata(4): disable NCQ for VIA VT8251 integrated SATA controller.

   NCQ support is known to be non-compliant or broken on this chipset,
   causing timeouts and instability.

   The issue is reproducible in NetBSD using 'smartctl -a`.

   The workaround is to disable NCQ, which has already been done in other
   OS drivers.
VersionDeltaFile
1.68.2.5+4-4sys/dev/pci/ahcisata_pci.c
+4-41 files

FreeNAS/freenas 509ec07tests/api2 test_300_nfs.py, tests/protocols pynfs_proto.py

Fix
DeltaFile
+757-0tests/protocols/pynfs_proto.py
+358-137tests/sharing_protocols/nfs/test_nfs_dacl_readdir.py
+90-52tests/sharing_protocols/nfs/test_nfs_xattr.py
+83-25tests/sharing_protocols/nfs/test_nfs_acl.py
+89-0tests/sharing_protocols/nfs/conftest.py
+52-34tests/api2/test_300_nfs.py
+1,429-2483 files not shown
+1,489-3589 files

NetBSD/src zFr3A1Lsys/dev/pci ahcisata_pci.c

   Pull up following revision(s) (requested by andvar in ticket #263):

        sys/dev/pci/ahcisata_pci.c: revision 1.73

   ahcisata(4): disable NCQ for VIA VT8251 integrated SATA controller.

   NCQ support is known to be non-compliant or broken on this chipset,
   causing timeouts and instability.

   The issue is reproducible in NetBSD using 'smartctl -a`.

   The workaround is to disable NCQ, which has already been done in other
   OS drivers.
VersionDeltaFile
1.72.2.1+4-4sys/dev/pci/ahcisata_pci.c
+4-41 files

LLVM/project 029d9fallvm/lib/Target/AArch64 AArch64InstrFormats.td AArch64InstrInfo.td, llvm/test/MC/AArch64 armv8.7a-ls64.s

[AArch64][llvm] Add missing form for `LD64B`/`ST64B` instructions (#196301)

`LD64B` and `ST64B` are defined as follows[1]:
```
  LD64B <Xt>, [<Xn|SP> {,#0}]
```

but they're missing the form that allows a zero immediate offset,
for example:
```
  ld64b x2, [x13, #0]
  st64b x16, [x13, #0]
```

Add support for zero immediate offsets for these instructions.

[1] https://developer.arm.com/documentation/ddi0602/2022-09/Base-Instructions/LD64B--Single-copy-Atomic-64-byte-Load-
DeltaFile
+14-4llvm/test/MC/AArch64/armv8.7a-ls64.s
+10-0llvm/lib/Target/AArch64/AArch64InstrFormats.td
+4-6llvm/lib/Target/AArch64/AArch64InstrInfo.td
+28-103 files