[all-commits] [llvm/llvm-project] 3911c6: [clang] Allow enabling sandbox for direct `-cc1` i...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Wed Jan 14 16:58:14 PST 2026
Branch: refs/heads/users/chapuni/mcdc/nest/nest
Home: https://github.com/llvm/llvm-project
Commit: 3911c6a2535736a365dd28163dd18daaa4398f74
https://github.com/llvm/llvm-project/commit/3911c6a2535736a365dd28163dd18daaa4398f74
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
Log Message:
-----------
[clang] Allow enabling sandbox for direct `-cc1` invocations (#174653)
This PR enables the FS sandbox for direct `clang -cc1` invocations.
https://github.com/llvm/llvm-project/pull/165350 unintentionally
implemented the sandbox only for the code path where `clang -cc1` gets
invoked after being expanded from a driver command line, which reduced
the expected test coverage.
Commit: b326c324e46bb4926d11569bd5eefd73d0f04e2e
https://github.com/llvm/llvm-project/commit/b326c324e46bb4926d11569bd5eefd73d0f04e2e
Author: Vishruth Thimmaiah <vishruththimmaiah at gmail.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/struct.cir
Log Message:
-----------
[CIR] Upstream ExtractMemberOp (#173512)
This PR upstreams `ExtractMemberOp`.
Required for #172554.
---------
Signed-off-by: vishruth-thimmaiah <vishruththimmaiah at gmail.com>
Commit: 995f27bdfc4cd901ef806fdfca96e4f87cad8429
https://github.com/llvm/llvm-project/commit/995f27bdfc4cd901ef806fdfca96e4f87cad8429
Author: cmtice <cmtice at google.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
Log Message:
-----------
[LLDB] Fix buildbot breakage (#174886)
Remove DIL type-cast test that's failing on aarch64. Test makes
assumption that's not valid on that architecture.
Commit: ed45b000fc08f181d787c6fccb566cba715788f2
https://github.com/llvm/llvm-project/commit/ed45b000fc08f181d787c6fccb566cba715788f2
Author: Priyanshu Kumar <10b.priyanshu at gmail.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
Log Message:
-----------
[CIR][X86]Implement handling for convert-half builtins (#173143)
Related to: #167765
Commit: 335eb330918543f4ee2036b3c6b02ef9417edf28
https://github.com/llvm/llvm-project/commit/335eb330918543f4ee2036b3c6b02ef9417edf28
Author: Max Kudryavtsev <44215372+max-ku at users.noreply.github.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M llvm/utils/git/requirements_upload_release.txt
Log Message:
-----------
[llvm][utils] Bump urllib to 2.6.3 (#174880)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.6.3
to address
CVE-2025-66418 and CVE-2025-66471 vulnerabilities
Commit: 90c03cb13652708aeb25bb0859f443c32f98e4e0
https://github.com/llvm/llvm-project/commit/90c03cb13652708aeb25bb0859f443c32f98e4e0
Author: John Harrison <harjohn at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
Log Message:
-----------
[lldb-dap] Add an introductory message on startup. (#170795)
This adds an introductory message to try to inform users on how the
debug console works and adds a little more information on the current
target/process, similiar to the lldb driver.
Here is an example of the introduction:
```
To get started with the debug console try "<variable>", "<lldb-cmd>" or "help [<lldb-cmd>]".
For more information visit https://lldb.llvm.org/use/lldbdap.html#debug-console.
Executable binary set to 'a.out' (arm64-apple-macosx15.0.0).
Attached to process 1234.
```
Commit: 0bf4df8b1eaf46553b6a1c3348c1eec45bc76b91
https://github.com/llvm/llvm-project/commit/0bf4df8b1eaf46553b6a1c3348c1eec45bc76b91
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
A flang/test/Transforms/licm.fir
Log Message:
-----------
[flang] Added LoopInvariantCodeMotion pass for [HL]FIR. (#173438)
The new pass allows hoisting some `fir.load` operations early
in MLIR. For example, many descriptor load might be hoisted
out of the loops, though it does not make much difference
in performance, because LLVM is able to optimize such loads
(which are lowered as `llvm.memcpy` into temporary descriptors),
given that proper TBAA information is generated by Flang.
Further hoisting improvements are possible in [HL]FIR LICM,
e.g. getting proper mod-ref results for Fortran runtime calls
may allow hoisting loads from global variables, which LLVM
cannot do due to lack of alias information.
This patch also contains improvements for FIR mod-ref analysis:
We may recurse into `HasRecursiveMemoryEffects` operations and
use `getModRef` recursively to get more precise results for
regions with `fir.call` operations.
This patch also modifies `AliasAnalysis` to set the instantiation
point for cases where the tracked data is accessed through a load
from `!fir.ref<!fir.box<>>`: without this change the mod-ref
analysis was not able to recognize user pointer/allocatable variables.
Commit: 1171e30cb01c00a048ec0d82f20e57213842f505
https://github.com/llvm/llvm-project/commit/1171e30cb01c00a048ec0d82f20e57213842f505
Author: hanbeom <kese111 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
Log Message:
-----------
[WebAssembly] Support v128.load{32,64}_zero for f32 and f64 types (#172291)
This patch extends the `load_zero` pattern matching to
support floating-point vector types (`v4f32` and `v2f64`).
Previously, the optimization to generate `v128.load32_zero` and
`v128.load64_zero` was only enabled for integer types
(`v4i32` and `v2i64`). This change adds the necessary TableGen
patterns to correctly match scalar floating-point loads inserted
into zero-initialized vectors.
Commit: a3c9b72651178e7903c9c4db791b676ab91442a9
https://github.com/llvm/llvm-project/commit/a3c9b72651178e7903c9c4db791b676ab91442a9
Author: hanbeom <kese111 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Analysis/Loads.cpp
M llvm/test/Transforms/GVN/condprop.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
Log Message:
-----------
[IR] Fix canReplacePointersIfEqual to properly validate vector pointers (#174142)
Previously, `canReplacePointersIfEqual` unconditionally returned
`true` for vectors of pointers (e.g., `<2 x ptr>`) because it only
checked for scalar pointer types.
This resulted in a failure to perform appropriate verification for
these types. This patch fixes the logic to ensure they are properly
validated.
Fixes https://github.com/llvm/llvm-project/issues/174045
Commit: 4bd5ef76addc18ad1405230ffab76d3542fc215f
https://github.com/llvm/llvm-project/commit/4bd5ef76addc18ad1405230ffab76d3542fc215f
Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
Log Message:
-----------
[RISC-V][ELF] Move emitNoteGnuPropertySection to RISCVTargetELFStreamer. [NFCI] (#174890)
This function is invoked only for ELF targets, therefore it has been
moved to the ELF-specific streamer.
An assertion has been added to catch its invocations outside of an
invocation that targets ELF.
Commit: 8ae3fc227b9937b8d513af0ab80330e02241e77e
https://github.com/llvm/llvm-project/commit/8ae3fc227b9937b8d513af0ab80330e02241e77e
Author: Jim Lin <jim at andestech.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
Log Message:
-----------
[RISCV] Simplify testcases in xqcibi-redundant-copy-elim.ll. NFC. (#174695)
Remove unneeded load instructions and only remain one comparison
instruction.
Commit: 5185f07a3754691d123531cccbebe31a98a9dbf6
https://github.com/llvm/llvm-project/commit/5185f07a3754691d123531cccbebe31a98a9dbf6
Author: Jim Lin <jim at andestech.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
Log Message:
-----------
[RISCV] Add support for XAndesPerf branch on immediate in RISCVRedundantCopyElimination (#174706)
This patch is like what Xqcibi did in
https://github.com/llvm/llvm-project/pull/174358.
Commit: 278946408e70f84df03d16044acf8d396a1617ea
https://github.com/llvm/llvm-project/commit/278946408e70f84df03d16044acf8d396a1617ea
Author: Ryan Buchner <rbuchner at qti.qualcomm.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
Log Message:
-----------
[RISCV] Improve cost modeling of RISCVTTIImpl::getConstantPoolLoadCost() (#174438)
Some machines are able to make use of AUIPC + ADDI or LUI + ADDI fusion, make sure to consider that in the cost model for `RISCVTTIImpl::getConstantPoolLoadCost()`.
Commit: c99db7136ed139e933688272171e084d9b3d6a16
https://github.com/llvm/llvm-project/commit/c99db7136ed139e933688272171e084d9b3d6a16
Author: Derek Schuff <dschuff at chromium.org>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M llvm/test/CodeGen/WebAssembly/libcalls.ll
Log Message:
-----------
[WebAssembly] Disable explicit-locals in the libcalls.ll test. NFC (#174811)
The keep-registers mode isn't super useful without disabling
explicit-locals,
as the local gets/sets are irrelevant noise in most cases.
Switching this test makes the output much more concise and will make
upcoming
changes easier to review.
Commit: ff73ccaac693511cf82ff15e0f77d8d4a72e5cd8
https://github.com/llvm/llvm-project/commit/ff73ccaac693511cf82ff15e0f77d8d4a72e5cd8
Author: cmtice <cmtice at google.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
Log Message:
-----------
[LLDB] Tentative fix for lldb-arm-ubuntu buildbot. (#174893)
Not sure if this will fix the problem because I don't have a 32-bit arm
machine to test with.
Commit: 777017ea867ecb7d73aa896bead2c4590d507ba5
https://github.com/llvm/llvm-project/commit/777017ea867ecb7d73aa896bead2c4590d507ba5
Author: Pradeep Kumar <pradeepku at nvidia.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
Log Message:
-----------
[LLVM][NVPTX] Enable family specific support for a few intrinsics (#173268)
This commit adds support for family specific support for the following
intrinsics:
- ldmatrix
- stmatrix
- mma.block_scale, mma.sp.block_scale
- redux.sync
- cvt.rs
- clusterlaunchcontrol
- setmaxnreg
- tcgen05.mma
Removed `hasTcgen05Instructions` function in the favour of `hasTcgen05InstSupport` Updated wmma.py script with family specific support and added new tests
Commit: 84cc15344ff804e010d16ee9ac0b2b180ea88701
https://github.com/llvm/llvm-project/commit/84cc15344ff804e010d16ee9ac0b2b180ea88701
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/test/Transforms/licm.fir
Log Message:
-----------
[flang] Make fir.result Pure operation. (#173508)
This allows speculating recursively speculatable operations
containing `fir.result`. Note that making it Pure does not allow
speculating `fir.result` itself from its containing operation,
since it is a terminator.
Commit: c194ccff406b4043482fe1ab978a4842884c4026
https://github.com/llvm/llvm-project/commit/c194ccff406b4043482fe1ab978a4842884c4026
Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
Log Message:
-----------
[RISC-V] Ensure MCTargetStreamer is initialized. (#174800)
Fixes a failure on llc for ubsan builds:
../lib/Target/RISCV/RISCVAsmPrinter.cpp:552:7: runtime error: downcast
of null pointer of type 'RISCVTargetStreamer'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior
../lib/Target/RISCV/RISCVAsmPrinter.cpp:552:7
Commit: ec51fd24c2a99f99a8db6f1ec8f6c7cbcf461981
https://github.com/llvm/llvm-project/commit/ec51fd24c2a99f99a8db6f1ec8f6c7cbcf461981
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/invalid.mlir
Log Message:
-----------
[mlir][vector] Emit error when `kind` attribute is not a CombiningKind (#173659)
This PR fixes a crash by validating the type of the `kind` attribute.
For `vector.contract` and `vector.outerproduct`, the verifier now emits
an error when `kind` is not a CombiningKindAttr. Fixes #173555.
Commit: 8da7c05933bd6056320479e074050b55ccd34aaa
https://github.com/llvm/llvm-project/commit/8da7c05933bd6056320479e074050b55ccd34aaa
Author: valadaptive <79560998+valadaptive at users.noreply.github.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
Log Message:
-----------
[WebAssembly] Fold constant `i8x16.swizzle` and `i8x16.relaxed.swizzle` to `shufflevector` (#169110)
Resolves #169058.
This adds ~~an InstCombine pass~~ a TTI hook to the WebAssembly backend
that folds `i8x16.swizzle` and `i8x16.relaxed.swizzle` operations to
`shufflevector` operations if their mask operands are constant.
This is mainly useful for abstractions over the raw intrinsics--for
instance, in architecture-generic SIMD code that may not be able to
expose the constant shuffles due to type system limitations.
I took most of this from the x86 backend (in particular,
`simplifyX86vpermilvar` in `X86InstCombineIntrinsic`), and adapted it
for the WebAssembly backend. There wasn't any previous
`instCombineIntrinsic` method on the WebAssembly `TargetTransformInfo`,
so I added it. Right now, this swizzle optimization is the only one it
performs.
As I noted in the transform itself, the "relaxed" swizzle actually has
stricter preconditions than the non-relaxed one. If a non-negative but
still out-of-bounds index is provided, the "relaxed" swizzle can choose
between returning 0 and the lane at the index modulo 16. However, it
must make the same choice every time, and we don't know which choice the
runtime will make, so we can't constant-fold it.
The regression tests were mostly generated by Claude and adapted a bit
by me (I tried to follow the [InstCombine contributor
guide](https://llvm.org/docs/InstCombineContributorGuide.html#tests)).
There was previously no WebAssembly subdirectory within the InstCombine
tests, so I created that too; as of now, the swizzle fold test is the
only file in it. Everything else was written by myself (well, partly
copy-pasted from the x86 backend).
I'm not sure how to write an Alive2 test for this; I can't find any
examples where the input is an arbitrary constant.
Commit: 9519d52512a156d2ccd63075e650903c4318f92d
https://github.com/llvm/llvm-project/commit/9519d52512a156d2ccd63075e650903c4318f92d
Author: Alex Voicu <alexandru.voicu at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
Log Message:
-----------
[SPIRV] Handle aggregate arguments to `spv_store` (#172348)
This patch handles the special case where an extract value yields an
aggregate result, which then is used as an argument to a store. The
SPIRV BE uses special intrinsics (`spv_extractv` and `spv_store`) to
represent these through IRTranslator, however this creates a problem:
`spv_store` is called as a function, and IRTranslator cannot handle
arguments that take more than a vreg. For other functions, the aggregate
argument replacement pass would have solved things, but it does not
apply here. Hence, we apply the same mutate-into-Int32 solution here
when dealing with stores, and restore the extract value's type (which we
have available as a ValueAttr) during instruction selection.
Commit: de3e9b04178cc8fca77ef6396ba604f47ffdeb6f
https://github.com/llvm/llvm-project/commit/de3e9b04178cc8fca77ef6396ba604f47ffdeb6f
Author: Liao Chunyu <chunyu at iscas.ac.cn>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
Log Message:
-----------
[RISCV] Fold (fma (splat (fneg X)), Y, Z) -> (fma (fneg (splat X)), Y, Z) (#173808)
We use fli+fneg to generate negative float, eliminate the fneg for fma.
Fold fma to vfnmsac.vf,vfnmsub.vf, vfnmacc.vf, vfnmadd.vf
---------
Co-authored-by: Craig Topper <craig.topper at sifive.com>
Commit: 013c04a58cfe0d710dea150396031eaba34b8620
https://github.com/llvm/llvm-project/commit/013c04a58cfe0d710dea150396031eaba34b8620
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[bazel] Make CAPIIR depend on TransformsPassIncGen (#174902)
CAPIIR includes this in some of its source files, so we need to ensure
the header is around.
Commit: b3564b2f5d845a53e1001307a31889f0ed5acfa7
https://github.com/llvm/llvm-project/commit/b3564b2f5d845a53e1001307a31889f0ed5acfa7
Author: Himadhith <79003240+Himadhith at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
Log Message:
-----------
[NFC][PowerPC] fix IR to be splat and not zeroinitializer (#174699)
IR should be a splat of 7 as this compares vector of elements with 7
(`vec[i]!=7`). Having `zeroinitializer` goes against this comparison.
Co-authored-by: himadhith <himadhith.v at ibm.com>
Commit: 7873abb0a0b8b02dbb72cdac2440ec22e91c3e67
https://github.com/llvm/llvm-project/commit/7873abb0a0b8b02dbb72cdac2440ec22e91c3e67
Author: Twice <twice at apache.org>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/lib/Bindings/Python/DialectSparseTensor.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Bindings/Python/Pass.cpp
M mlir/lib/Bindings/Python/Rewrite.cpp
Log Message:
-----------
[MLIR][Python][NFC] Use enum class instead of enum (#174792)
This PR replace `enum`s with `enum class`es in Python bindings. No
functional change.
Commit: df2c0a7d642e452cab98d26c2fdd53277a072b76
https://github.com/llvm/llvm-project/commit/df2c0a7d642e452cab98d26c2fdd53277a072b76
Author: Petr Hosek <phosek at google.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M llvm/utils/git-llvm-push
Log Message:
-----------
[llvm][utils] Make GitHubAPI methods pass around PR number (#174860)
This avoids repeatedly reparsing the URL to extract the number.
Commit: f81363314cb14d608687d61cff9bbfe50ae70633
https://github.com/llvm/llvm-project/commit/f81363314cb14d608687d61cff9bbfe50ae70633
Author: Koakuma <koachan at protonmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
A llvm/test/MC/Sparc/sparc-natural-instructions.s
Log Message:
-----------
[SPARC][IAS] Implement Solaris Natural Instruction extension (#170794)
We match GCC's coverage of the extension, that is, everything except
`setn` and `setnhi`.
See also: https://docs.oracle.com/cd/E53394_01/html/E54833/gmael.html
Commit: 7565bbe1473873f257dd0be4e349c49c16396711
https://github.com/llvm/llvm-project/commit/7565bbe1473873f257dd0be4e349c49c16396711
Author: valadaptive <79560998+valadaptive at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
Log Message:
-----------
[WebAssembly] Skip WASM-specific InstCombine tests properly (#174900)
Un-breaks the build after
https://github.com/llvm/llvm-project/pull/169110.
Commit: 4da37d3295fbd0fd28b903812ba48025e267260f
https://github.com/llvm/llvm-project/commit/4da37d3295fbd0fd28b903812ba48025e267260f
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/test/AST/ByteCode/unions.cpp
Log Message:
-----------
[clang][bytecode] Check for non-trivial default ctors in unions (#174745)
When activating a union member, none of the unions in that path can have
a non-trivial constructor. Unfortunately, this is something we have to
do when evaluating the bytecode, not while compiling it.
Commit: 6ae4c0cddea4836bacbe5a938703053d3f2eb01e
https://github.com/llvm/llvm-project/commit/6ae4c0cddea4836bacbe5a938703053d3f2eb01e
Author: Jim Lin <jim at andestech.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/test/CodeGen/RISCV/zibi.ll
Log Message:
-----------
[RISCV] Simplify testcases in zibi.ll. NFC.
Remove unneeded load instructions.
Commit: e40e290f55fe5b64c406e9b03a73b190d855bfe3
https://github.com/llvm/llvm-project/commit/e40e290f55fe5b64c406e9b03a73b190d855bfe3
Author: A. Jiang <de34 at live.cn>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/docs/CodingGuidelines.rst
M libcxx/include/__ios/fpos.h
M libcxx/include/ios
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
Log Message:
-----------
[libc++] Revert undesired `[[nodiscard]]` added to conversion functions (#173658)
Because
- no one should use them in explicit function call forms, and
- value-discarding casts to non-`void` are already diagnosed by Clang.
Also add explanation for this to `CodingGuidelines.rst`.
Commit: fb7e80570d0beb2f6eb252e53aa0ba62d5c83ab0
https://github.com/llvm/llvm-project/commit/fb7e80570d0beb2f6eb252e53aa0ba62d5c83ab0
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
Log Message:
-----------
[clang-doc] Add protected members to class template (#174883)
There were already tags for protected members in the Mustache template,
but didn't use the proper tags for the newer JSON scheme.
Commit: 140e1de5fa70aa1b8a470dee2c2c5674fee6e99e
https://github.com/llvm/llvm-project/commit/140e1de5fa70aa1b8a470dee2c2c5674fee6e99e
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-07 (Wed, 07 Jan 2026)
Changed paths:
M clang/lib/AST/ItaniumMangle.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
Log Message:
-----------
[RISCV] Fix name mangling for i64 vectors with riscv_rvv_vector_bits on RV32. (#174703)
On RV32, i64 elements have type 'long long'.
Fixes #174613.
Commit: d25b9b224c60d20d947a366924605889794304c2
https://github.com/llvm/llvm-project/commit/d25b9b224c60d20d947a366924605889794304c2
Author: Lukas Sommer <lukas.sommer at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp
M mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
Log Message:
-----------
[mlir][Linalg] Drop unit extent dim in non-trivial expressions (#173873)
The current implementation does not drop unit extent dimension if that
dimension is indexed by a non-trivial affine expression (i.e., not a
single dimension or constant 0) on the first application of the
transformation. However, it is possible to drop such dimensions if all
dimensions involved in the affine expression are going to be dropped. So
far, this required repeated application of the transformation, with the
changes in this PR, the dimensions are dropped with a single application
of the transformation.
Signed-off-by: Lukas Sommer <lukas.sommer at amd.com>
Commit: 0b819a62be41c4acabc5f097c085512dc1827143
https://github.com/llvm/llvm-project/commit/0b819a62be41c4acabc5f097c085512dc1827143
Author: Jim Lin <jim at andestech.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
Log Message:
-----------
[RISCV] Simplify the RUN lines for ZVFH/ZVFHMIN. NFC.
ZVFH and ZVFHMIN have the same code generation here.
Commit: 39e9d57f458ca5eb17c0158b16deaa5cecf0fc50
https://github.com/llvm/llvm-project/commit/39e9d57f458ca5eb17c0158b16deaa5cecf0fc50
Author: Jim Lin <jim at andestech.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
Log Message:
-----------
[RISCV] Indent body of let scopes in RISCVInstrInfoXAndes.td. NFC.
For more readable.
Commit: bf0c216d99af4a9d3b8f14c6430561545528d929
https://github.com/llvm/llvm-project/commit/bf0c216d99af4a9d3b8f14c6430561545528d929
Author: Jim Lin <jim at andestech.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
Log Message:
-----------
[RISCV] Add missing comment at end of let scope in RISCVInstrInfoXAndes.td. NFC.
Commit: 9ab9c1a1e2fb70eba5e45b2018e6f3d62e3f8a14
https://github.com/llvm/llvm-project/commit/9ab9c1a1e2fb70eba5e45b2018e6f3d62e3f8a14
Author: Sudharsan Veeravalli <svs at qti.qualcomm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
Log Message:
-----------
[RISCV] Generate Xqcilsm multi-word load/store instructions for three or more words (#174789)
This patch adds support for generating the `Xqcilsm` multi-word
load/store instructions for three or more words. We add a new function
in the `RISCVLoadStoreOptimizer` pass for doing this separate from the
one that does load store pairing. The reason for this is that the
implementation currently only looks for consecutive loads and stores to
merge where as the pairing logic has no such restriction. We also only
traverse the basic block top down for now while looking for instructions
to merge.
Commit: 4d2563a7f635c577e4072bf57d4d0a5d290361fd
https://github.com/llvm/llvm-project/commit/4d2563a7f635c577e4072bf57d4d0a5d290361fd
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV][llvm] Support bitwise operation for XLEN fixed vectors (#174598)
This doesn't require p extension since it's just normal scalar
instructions, but they're normally used with other p extension
instructions so I just put them together.
Commit: 1fe27df5a9b9a61aabd4b78fedba9800aa7ad993
https://github.com/llvm/llvm-project/commit/1fe27df5a9b9a61aabd4b78fedba9800aa7ad993
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV][llvm] Support mul codegen for P extension (#174793)
P extension doesn't have native support of mul low instruction which
aligns llvm's mul operation semantic. We use vnsrl(pwmul(a, b), 0) in
rv32 to emulate mul low and ppaire(pmul_b00(a, b), pmul_b11(a, b)) since
pwmul and pnsrl is only available in rv32.
Commit: f33b42dc4eefd90e9535ef86183bb50c8a739e44
https://github.com/llvm/llvm-project/commit/f33b42dc4eefd90e9535ef86183bb50c8a739e44
Author: Matthias Springer <me at m-sp.org>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
M mlir/test/Dialect/SCF/invalid.mlir
Log Message:
-----------
[mlir][Interfaces] Simplify and improve errors of `RegionBranchOpInterface` verifier (#174805)
Simplify the `RegionBranchOpInterface` verifier by utilizing new API
functions such as `getAllRegionBranchPoints`.
Also improve the error message by using the same terms that are used in
the interface definition: `region branch point`, `region successor`,
`successor operand`, `successor input`.
Commit: 16447cc4a8335407c2b71e050e7ebbecf664898e
https://github.com/llvm/llvm-project/commit/16447cc4a8335407c2b71e050e7ebbecf664898e
Author: Juan Manuel Martinez CaamaƱo <jmartinezcaamao at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
Log Message:
-----------
[NFC][SPIRV] Small changes for SPIRVPushConstantAccess (#174734)
This patch consists of 3 NFC changes:
* Do not always report _changed_, report it only when something was
modified
* Replace loop with `replaceUsesOfWith`
* Instead of using a temporary vector, use `make_early_inc_range()` to
pre-increment the iterator before erasing the current element.
Commit: 213e2518524aa36b3f71942d7cc1b72d740b3fee
https://github.com/llvm/llvm-project/commit/213e2518524aa36b3f71942d7cc1b72d740b3fee
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV][llvm] Support div/rem codegen for P extension (#174801)
P extension doesn't have native instruction support for div/rem, so we
need to scalarize the code.
Commit: fdc393f9ee12c4069f9f04374e62f5c36a617298
https://github.com/llvm/llvm-project/commit/fdc393f9ee12c4069f9f04374e62f5c36a617298
Author: YunQiang Su <yunqiang at isrc.iscas.ac.cn>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
Log Message:
-----------
MIPS: expandDivRem add a NOP after BNE (#174908)
If we compile a C code or IR file directly, the delay slot of BNE emit
by us won't be filled with a NOP.
We should fill it ourself, otherwise, the break instruction may be used
as the delay slot.
Commit: 8fc3f6ddb8bae266dc9bef2d19a4fb47a5b92c5b
https://github.com/llvm/llvm-project/commit/8fc3f6ddb8bae266dc9bef2d19a4fb47a5b92c5b
Author: Haibo Jiang <jianghaibo9 at huawei.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/runtime/instr.cpp
Log Message:
-----------
[BOLT] Add option instrumentation-max-size for bump allocator (#174716)
While the current max memory size is sufficient for most binaries, a few
binaries may encouter insufficient allocated memory space.
Allow specify the max memory size of the instrumentation bump allocator.
Commit: 6e751b05954b290c8ea7b6eb613548f6e7698db6
https://github.com/llvm/llvm-project/commit/6e751b05954b290c8ea7b6eb613548f6e7698db6
Author: CarolineConcatto <caroline.concatto at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Basic/arm_sve.td
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
Log Message:
-----------
[Clang][LLVM][AArch64]Add support for svrint{32|64}{z|x} intrinsics (#169661)
This patch add supports in Clang for these assembly intrinsics:
FRINT32X
FRINT32Z
FRINT64X
FRINT64Z
By adding support for these intrinsics:
// Variant is available for _f64
svfloat32_t svrint32x[_f32]_z(svbool_t pg, svfloat32_t zn); // Variant
is available for _f64
svfloat32_t svrint32x[_f32]_x(svbool_t pg, svfloat32_t zn); // Variant
is available for _f64
svfloat32_t svrint32x[_f32]_m(svfloat32_t inactive, svbool_t pg,
svfloat32_t zn);
// Variant is available for _f64
svfloat32_t svrint32z[_f32]_z(svbool_t pg, svfloat32_t zn); // Variant
is available for _f64
svfloat32_t svrint32z[_f32]_x(svbool_t pg, svfloat32_t zn); // Variant
is available for _f64
svfloat32_t svrint32z[_f32]_m(svfloat32_t inactive, svbool_t pg,
svfloat32_t zn);
// Variant is available for _f64
svfloat32_t svrint64x[_f32]_z(svbool_t pg, svfloat32_t zn); // Variant
is available for _f64
svfloat32_t svrint64x[_f32]_x(svbool_t pg, svfloat32_t zn); // Variant
is available for _f64
svfloat32_t svrint64x[_f32]_m(svfloat32_t inactive, svbool_t pg,
svfloat32_t zn);
// Variant is available for _f64
svfloat32_t svrint64z[_f32]_z(svbool_t pg, svfloat32_t zn); // Variant
is available for _f64
svfloat32_t svrint64z[_f32]_x(svbool_t pg, svfloat32_t zn); // Variant
is available for _f64
svfloat32_t svrint64z[_f32]_m(svfloat32_t inactive, svbool_t pg,
svfloat32_t zn);
```
according to the ACLE[1]
[1]https://github.com/ARM-software/acle/pull/412
Commit: ebae68849258a91e98434d46e52ba1fa15704578
https://github.com/llvm/llvm-project/commit/ebae68849258a91e98434d46e52ba1fa15704578
Author: David Green <david.green at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M flang/lib/Frontend/CompilerInstance.cpp
A flang/test/Driver/veclib-frem.f90
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
Log Message:
-----------
[Flang][VecLib] Ensure TargetMachine->VecLib is set for flang invocations. (#174209)
This ensures that both the midend and backend see consistent values for
VecLib, so that for example frem can be selected correctly.
The test involves running the front-end, midend (to vectorize) and
backend to prove it can lower the vector frem call.
Fixes #172483
Commit: 3134b9fbc5c1ec9a653684228e1ca547b3a29a77
https://github.com/llvm/llvm-project/commit/3134b9fbc5c1ec9a653684228e1ca547b3a29a77
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Log Message:
-----------
[lldb][TypeSystemClang] Fix nullptr check when creating enumerator decls
There is no point in checking the `enumerator_decl` because it was just created with `CreateDeserialized` above (which would only fail if allocation failed, but we don't do those checks usually). We dereference it unconditionally above this check anyway.
What this intended to check was probably `enum_decl`, because we derefernce it for the first time right after the check. This patch changes the nullptr check to `enum_decl`.
No test coverage because this should be pretty uncontroversial.
Note, I just saw this while auditing the code, I didn't actually run into a crash.
Commit: a8f51a3ad637622af4e82cb228c11ad9a07b2ddc
https://github.com/llvm/llvm-project/commit/a8f51a3ad637622af4e82cb228c11ad9a07b2ddc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
Log Message:
-----------
ValueTracking: Use fcmp parent function to query denormal mode (#174929)
Avoid depending on the SimplifyQuery's context instruction,
which may be null to query the function context to use for the
denormal mode. This avoids crashes in future patches.
Commit: 78f1de803afa78d430a8904f960834a5f182017c
https://github.com/llvm/llvm-project/commit/78f1de803afa78d430a8904f960834a5f182017c
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Strip iterator-invalidation guard in findHeaderMask (NFC) (#174930)
It is unnecessary, as the users are never modified.
Commit: 1ca6d27d07388cd7fc226ccff3d336cca19fa995
https://github.com/llvm/llvm-project/commit/1ca6d27d07388cd7fc226ccff3d336cca19fa995
Author: Dhruv Srivastava <dhruv.srivastava at ibm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
Log Message:
-----------
[lldb][AIX] Base files for ObjectContainerBigArchive (#173218)
This PR is in reference to porting LLDB on AIX. Ref discusssions: [llvm
discourse](https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640) and
https://github.com/llvm/llvm-project/issues/101657.
Complete changes together in this draft:
- https://github.com/llvm/llvm-project/pull/102601
**Description:**
Adding skeleton with base files for ObjectContainer archive for AIX.
Ref Doc: [AIX ar file
format-big](https://www.ibm.com/docs/en/aix/7.3.0?topic=formats-ar-file-format-big)
Commit: efe6aaeeed0fcfcc101b3df61a041a54a3722374
https://github.com/llvm/llvm-project/commit/efe6aaeeed0fcfcc101b3df61a041a54a3722374
Author: Hemang Gadhavi <hemang.gadhavi at ibm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Utility/PPC64_DWARF_Registers.h
Log Message:
-----------
[lldb][AIX] Added base file for AIX Register Context PPC64 (#173239)
This PR is in reference to porting LLDB on AIX. Link to discussions on
llvm discourse and github:
1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640
2. https://github.com/llvm/llvm-project/issues/101657
The complete changes for porting are present in this draft PR:
https://github.com/llvm/llvm-project/pull/102601
- Added skeleton for AIX Registercontext PPC64 file. (The implementation
will be added later.)
(Ref: Registers details
**https://www.ibm.com/docs/en/aix/7.3.0?topic=convention-linkage-overview**
Commit: 2573c0bceef9e519a19aeb5381b72b5df38924d5
https://github.com/llvm/llvm-project/commit/2573c0bceef9e519a19aeb5381b72b5df38924d5
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
M lldb/tools/lldb-dap/extension/package.json
M lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
M lldb/tools/lldb-dap/extension/tsconfig.json
Log Message:
-----------
[lldb-dap][ext] Setup tests for lldb-dap extension (#174641)
This add the basic unit test support for the dap-extension.
It also
- adds a .prettierignore file to exclude folder not to format.
- Includes the test folder in when formatting.
uses `vscode-test` from
https://code.visualstudio.com/api/working-with-extensions/testing-extension#quick-setup-the-test-cli
Follow up from
https://github.com/llvm/llvm-project/pull/162635#discussion_r2486112688
Commit: 6c2c0b9da2b96e06048d52b4308636e667e08cf2
https://github.com/llvm/llvm-project/commit/6c2c0b9da2b96e06048d52b4308636e667e08cf2
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/include/__numeric/midpoint.h
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
Log Message:
-----------
[libc++][numeric] Modernized `std::midpoint` (#174596)
- Some improvements to `std::midpoint` implementation: replaces
`enable_if` with concepts.
https://wg21.link/numeric.ops.midpoint
Towards #172124
---------
Co-authored-by: Hristo Hristov <zingam at outlook.com>
Commit: e593dbc184a176bb604d68ccf6f730170840072d
https://github.com/llvm/llvm-project/commit/e593dbc184a176bb604d68ccf6f730170840072d
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
Log Message:
-----------
[libc++][memory] Applied `[[nodiscard]]` to more functions (#172131)
`[[nodiscard]]` should be applied to functions where discarding the
return value is most likely a correctness issue.
- https://libcxx.llvm.org/CodingGuidelines.html
- https://wg21.link/allocator.traits
- https://wg21.link/specialized.addressof
- https://wg21.link/ptr.align
- https://timsong-cpp.github.io/cppwp/n4659/depr.default.allocator
- https://timsong-cpp.github.io/cppwp/n4659/depr.storage.iterator
Towards #172124
Commit: 06c6a5020fa00bbedc38e07c91340f03bbaa2880
https://github.com/llvm/llvm-project/commit/06c6a5020fa00bbedc38e07c91340f03bbaa2880
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
Log Message:
-----------
[libc++] Optimize search_n (#171389)
This changes the algorithm to more efficiently skip ranges which cannot
match the needle for random access iterators. Specifically, we now
search for a mismatching element from the back of the subrange we want
to check. When a mismatch occurs we can directly start one after the
mismatched element, since there cannot possibly be a matching subrange
starting between the start of the subrange we checked and the mismatched
element (since all elements have to be equal). The algorithm also
remembers the subrange which was already match as being equal and
doesn't try to compare it a second time, reducing the time spent in case
of a match.
```
Benchmark old new Difference % Difference
--------------------------------------------------- -------------- -------------- ------------ --------------
rng::search_n(deque<int>)_(no_match)/1000 458.33 14.22 -444.11 -96.90%
rng::search_n(deque<int>)_(no_match)/1024 456.17 13.89 -442.28 -96.95%
rng::search_n(deque<int>)_(no_match)/1048576 453420.38 17.69 -453402.69 -100.00%
rng::search_n(deque<int>)_(no_match)/8192 3566.08 17.60 -3548.49 -99.51%
rng::search_n(deque<int>,_pred)_(no_match)/1000 597.88 15.25 -582.63 -97.45%
rng::search_n(deque<int>,_pred)_(no_match)/1024 608.42 15.39 -593.03 -97.47%
rng::search_n(deque<int>,_pred)_(no_match)/1048576 594533.99 18.91 -594515.08 -100.00%
rng::search_n(deque<int>,_pred)_(no_match)/8192 4670.23 18.88 -4651.35 -99.60%
rng::search_n(list<int>)_(no_match)/1000 733.72 730.22 -3.50 -0.48%
rng::search_n(list<int>)_(no_match)/1024 759.93 753.10 -6.84 -0.90%
rng::search_n(list<int>)_(no_match)/1048576 833841.54 813483.75 -20357.79 -2.44%
rng::search_n(list<int>)_(no_match)/8192 8352.18 8417.31 65.14 0.78%
rng::search_n(list<int>,_pred)_(no_match)/1000 776.79 789.72 12.93 1.66%
rng::search_n(list<int>,_pred)_(no_match)/1024 788.42 806.70 18.28 2.32%
rng::search_n(list<int>,_pred)_(no_match)/1048576 955536.40 982976.81 27440.41 2.87%
rng::search_n(list<int>,_pred)_(no_match)/8192 8874.02 8915.18 41.16 0.46%
rng::search_n(vector<int>)_(no_match)/1000 212.69 3.79 -208.90 -98.22%
rng::search_n(vector<int>)_(no_match)/1024 219.67 3.70 -215.96 -98.31%
rng::search_n(vector<int>)_(no_match)/1048576 209622.54 3.67 -209618.87 -100.00%
rng::search_n(vector<int>)_(no_match)/8192 1643.80 3.83 -1639.98 -99.77%
rng::search_n(vector<int>,_pred)_(no_match)/1000 461.93 7.55 -454.38 -98.36%
rng::search_n(vector<int>,_pred)_(no_match)/1024 472.43 7.74 -464.69 -98.36%
rng::search_n(vector<int>,_pred)_(no_match)/1048576 546180.29 8.71 -546171.58 -100.00%
rng::search_n(vector<int>,_pred)_(no_match)/8192 3786.26 7.88 -3778.38 -99.79%
std::search_n(deque<int>)_(no_match)/1000 455.53 14.19 -441.34 -96.88%
std::search_n(deque<int>)_(no_match)/1024 459.79 13.98 -445.81 -96.96%
std::search_n(deque<int>)_(no_match)/1048576 449780.32 17.99 -449762.33 -100.00%
std::search_n(deque<int>)_(no_match)/8192 3508.55 17.97 -3490.58 -99.49%
std::search_n(deque<int>,_pred)_(no_match)/1000 571.53 17.16 -554.37 -97.00%
std::search_n(deque<int>,_pred)_(no_match)/1024 584.43 17.09 -567.34 -97.08%
std::search_n(deque<int>,_pred)_(no_match)/1048576 581418.31 19.16 -581399.15 -100.00%
std::search_n(deque<int>,_pred)_(no_match)/8192 4661.97 19.36 -4642.61 -99.58%
std::search_n(list<int>)_(no_match)/1000 722.45 710.39 -12.06 -1.67%
std::search_n(list<int>)_(no_match)/1024 748.50 727.08 -21.42 -2.86%
std::search_n(list<int>)_(no_match)/1048576 821655.28 784520.12 -37135.16 -4.52%
std::search_n(list<int>)_(no_match)/8192 7941.73 8002.05 60.32 0.76%
std::search_n(list<int>,_pred)_(no_match)/1000 766.59 786.31 19.72 2.57%
std::search_n(list<int>,_pred)_(no_match)/1024 785.92 804.43 18.51 2.35%
std::search_n(list<int>,_pred)_(no_match)/1048576 948252.76 969125.41 20872.65 2.20%
std::search_n(list<int>,_pred)_(no_match)/8192 8658.99 8825.71 166.72 1.93%
std::search_n(vector<int>)_(no_match)/1000 210.36 3.47 -206.89 -98.35%
std::search_n(vector<int>)_(no_match)/1024 217.60 4.13 -213.47 -98.10%
std::search_n(vector<int>)_(no_match)/1048576 209386.43 3.51 -209382.92 -100.00%
std::search_n(vector<int>)_(no_match)/8192 1643.79 3.50 -1640.29 -99.79%
std::search_n(vector<int>,_pred)_(no_match)/1000 460.88 5.44 -455.45 -98.82%
std::search_n(vector<int>,_pred)_(no_match)/1024 475.36 5.43 -469.93 -98.86%
std::search_n(vector<int>,_pred)_(no_match)/1048576 682722.75 7.15 -682715.60 -100.00%
std::search_n(vector<int>,_pred)_(no_match)/8192 3779.95 5.43 -3774.52 -99.86%
Geomean 4956.15 87.96 -4868.19 -98.23%
```
Fixes #129327
Commit: 15564a8394e10cff498895af6375b3dbeda93c48
https://github.com/llvm/llvm-project/commit/15564a8394e10cff498895af6375b3dbeda93c48
Author: yingopq <115543042+yingopq at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/Mips/Mips64InstrInfo.td
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
Log Message:
-----------
[Mips] Add MipsPat `(MipsGPRel tglobaladdr:$in)` to select MipsISD::GPRel TargetGlobalAddress (#165531)
The original logic:
```
SelectionDAG has 17 nodes:
t0: ch,glue = EntryToken
t2: i64,ch = CopyFromReg t0, Register:i64 %0
t11: i32 = truncate t2
t14: i32 = and t11, Constant:i32<1>
t20: i64 = MipsISD::GPRel TargetGlobalAddress:i64<ptr @.str.1> 0 [TF=3]
t21: i64 = add Register:i64 $gp_64, t20
t16: i64 = MipsISD::GPRel TargetGlobalAddress:i64<ptr @.str> 0 [TF=3]
t18: i64 = add Register:i64 $gp_64, t16
t7: i64 = select t14, t21, t18
```
When SelectionDAG process visitSELECT, would fold select(cond,
binop(x, y), binop(x, z)) to binop(x, select(cond, y, z)).
As follows:
```
SelectionDAG has 16 nodes:
t0: ch,glue = EntryToken
t2: i64,ch = CopyFromReg t0, Register:i64 %0
t11: i32 = truncate t2
t14: i32 = and t11, Constant:i32<1>
t20: i64 = MipsISD::GPRel TargetGlobalAddress:i64<ptr @.str.1> 0 [TF=3]
t16: i64 = MipsISD::GPRel TargetGlobalAddress:i64<ptr @.str> 0 [TF=3]
t22: i64 = select t14, t20, t16
t23: i64 = add Register:i64 $gp_64, t22
```
Therefore, the original MipsPat `add GPR64:$gp, (MipsGPRel
tglobaladdr:$in)` is no longer available. And there would be an assert:
```
ISEL: Starting selection on root node: t20: i64 = MipsISD::GPRel TargetGlobalAddress:i64<ptr @.str.1> 0 [TF=3]
ISEL: Starting pattern match
Initial Opcode index to 0
Match failed at index 0
LLVM ERROR: Cannot select: t20: i64 = MipsISD::GPRel TargetGlobalAddress:i64<ptr @.str.1> 0 [TF=3]
```
So we add a new MipsPat `def : MipsPat<(MipsGPRel tglobaladdr:$in),
(DADDiu ZERO_64, tglobaladdr:$in)>, ISA_MIPS3, ABI_N64;`
to parse MipsISD::GPRel TargetGlobalAddress.
Fix #142060.
Commit: 3b68fd58b01b84ba0f8335a55eeba9faeca98d67
https://github.com/llvm/llvm-project/commit/3b68fd58b01b84ba0f8335a55eeba9faeca98d67
Author: Volodymyr Turanskyy <vturanskyy at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
Log Message:
-----------
[compiler-rt] Add supported Arm arches for the baremetal profile lib (#172984)
Following https://github.com/llvm/llvm-project/pull/167998 add the list
of supported baremetal Arm architectures to be able to build compiler_rt
profile library for all variants in Arm Toolchain for Embedded, the list
comes from architectures used in multilib configuration files in
https://github.com/arm/arm-toolchain/tree/arm-software/arm-software/embedded/arm-multilib/json/variants
Commit: d60601bbf5f45d5170bbffc1051abef5e6c5665c
https://github.com/llvm/llvm-project/commit/d60601bbf5f45d5170bbffc1051abef5e6c5665c
Author: Amina Chabane <amina.chabane at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp
M llvm/test/CodeGen/AArch64/aarch64-addv.ll
M llvm/test/CodeGen/AArch64/aarch64-matrix-umull-smull.ll
M llvm/test/CodeGen/AArch64/arm64-vector-insertion.ll
M llvm/test/CodeGen/AArch64/bitcast-extend.ll
M llvm/test/CodeGen/AArch64/combine-sdiv.ll
M llvm/test/CodeGen/AArch64/ctpop.ll
M llvm/test/CodeGen/AArch64/fpclamptosat_vec.ll
M llvm/test/CodeGen/AArch64/implicitly-set-zero-high-64-bits.ll
A llvm/test/CodeGen/AArch64/neon-lowhalf128-optimisation.ll
M llvm/test/CodeGen/AArch64/peephole-insvigpr.mir
M llvm/test/CodeGen/AArch64/srem-seteq-illegal-types.ll
Log Message:
-----------
[AArch64] Fold scalar-to-vector shuffles into DUP/FMOV (#166962)
Previously, LLVM emitted inefficient instructions when the low lanes of
a 128-bit vector were set to a scalar and high bits set to 0. This patch
utilises instructions fmov/dup to set the low lanes to the necessary
scalar and zeroes the high bits of the register.
E.g. in its worse case,
```
int8x16_t foo_s8(int8_t a) {
int8x16_t b = vcombine_s8(vdup_n_s8(a), vdup_n_s8(0));
return b;
}
```
LLVM would emit:
```
foo_s8(signed char):
movi v0.2d, #0000000000000000
mov v0.b[0], w0
mov v0.b[1], w0
mov v0.b[2], w0
mov v0.b[3], w0
mov v0.b[4], w0
mov v0.b[5], w0
mov v0.b[6], w0
mov v0.b[7], w0
ret
```
This patch now emits:
- <2 x i64> from i64 -> fmov d0, x0
- <4 x i32> from i32 -> dup v0.2s, w0
- <8 x i16> from i16 -> dup v0.4h, w0
- <16 x i8> from i8 -> dup v0.8b, w0
Commit: f525ac8be200c118a75579cbf5ad74ee3747ce83
https://github.com/llvm/llvm-project/commit/f525ac8be200c118a75579cbf5ad74ee3747ce83
Author: Juan Manuel Martinez CaamaƱo <jmartinezcaamao at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
Log Message:
-----------
[NFC][SPIRV] Avoid temporary SmallVector by using make_early_inc_range (#174748)
Follow-up of https://github.com/llvm/llvm-project/pull/174734
Merge the 2 loops and avoid the temporary `SmallVector` by using
`make_early_inc_range`.
Commit: 80ae94c63d681a029d211d0670f672441b4c3077
https://github.com/llvm/llvm-project/commit/80ae94c63d681a029d211d0670f672441b4c3077
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M bolt/README.md
Log Message:
-----------
[BOLT][Docs] Add arm/large-bolt-tests to README (#174727)
On AArch64, we recommend to also test against binaries hosted at:
- https://github.com/arm/large-bolt-tests
Commit: c4dc21ecc1e92bd5b04c8dcec8d3d3696889423a
https://github.com/llvm/llvm-project/commit/c4dc21ecc1e92bd5b04c8dcec8d3d3696889423a
Author: CarvedCoder <shreyansbehera84 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
Log Message:
-----------
[Clang][Modules] Emit C++20 BMIs to working directory with -fmodule-output (#174560)
Close #173689.
When -fmodule-output is specified without an explicit path, Clang
currently emits the generated .pcm next to the source file. This
contradicts the documentation and breaks out-of-tree builds.
This patch updates the fallback behavior to emit the BMI in the working
directory, instead of the source file directory.
Driver tests are updated accordingly. Explicit -fmodule-output=PATH
behavior is unchanged.
Commit: 3665de766ff64a02d152e34f38aa396dcc43a054
https://github.com/llvm/llvm-project/commit/3665de766ff64a02d152e34f38aa396dcc43a054
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
Log Message:
-----------
[AArch64] Add lowering for NEON rounding multiple (accumulate) intrinsics (#172851)
Extends #161840 to add lowering with bitcasts for sqdmulh, sqrdmulh,
sqrdmlah & sqrdmlsh intrinsics.
Commit: a470e708be32ded25d704ef4dedf0b5d43062f6b
https://github.com/llvm/llvm-project/commit/a470e708be32ded25d704ef4dedf0b5d43062f6b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
Log Message:
-----------
AMDGPU: Teach lowering that sqrt never returns subnormal (#174838)
Commit: 1af1cc21c8489bd9c2464988fd830b614902e16c
https://github.com/llvm/llvm-project/commit/1af1cc21c8489bd9c2464988fd830b614902e16c
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-taskloop-no-context-struct.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop.mlir
M mlir/test/Target/LLVMIR/openmp-todo.mlir
Log Message:
-----------
[mlir][OpenMP] Translation support for taskloop construct (#174386)
This PR replaces #166903
This implements translation for taskloop, along with DSA clauses. Other
clauses will follow immediately after this is merged.
This patch was collaborative work by myself, @kaviya2510, and
@Stylie777. Iāve left the commits unsquashed to make authorship clear.
My only changes to other authorās commits are to rebase and run
clang-format.
The taskloop implementation in the runtime works roughly like this: if
the number of loop iterations to perform are more than some threshold,
the current task is duplicated and both resulting tasks gets half of the
loop range. This continues recursively until each task has a small
enough loop range to run itself in a single thread.
This leads to two implementation complexities:
- The runtime needs to be able to update the loop bounds used when
executing the loop inside of the task. This has been implemented by
forcing them to always have a fixed location inside of the structure
produced when outlining the task.
- When a task is duplicated, all data stored for the taskās
(first)private variables needs to also be duplicated and appropriate
constructors run. This is handled by a task duplication function invoked
by the runtime.
With regards to testing, most existing tests in the gfortran and fujitsu
test suites require the reduction clause (not part of OpenMP 4.5). I
wrote some tests of my own and was satisfied that it seems to be
working.
Co-authored-by: Kaviya Rajendiran <kaviyara2000 at gmail.com>
Co-authored-by: Jack Styles <jack.styles at arm.com>
---------
Co-authored-by: Kaviya Rajendiran <kaviyara2000 at gmail.com>
Co-authored-by: Jack Styles <jack.styles at arm.com>
Commit: 13fb3f3b194c3d7782dc5a3861581b776a12e704
https://github.com/llvm/llvm-project/commit/13fb3f3b194c3d7782dc5a3861581b776a12e704
Author: Jan Patrick Lehr <JanPatrick.Lehr at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M offload/test/offloading/fortran/dump_map_tables.f90
M offload/test/sanitizer/double_free.c
M offload/test/sanitizer/free_host_ptr.c
M offload/test/sanitizer/free_wrong_ptr_kind.c
M offload/test/sanitizer/free_wrong_ptr_kind.cpp
M offload/test/sanitizer/kernel_crash.c
M offload/test/sanitizer/kernel_crash_async.c
M offload/test/sanitizer/kernel_crash_many.c
M offload/test/sanitizer/kernel_crash_single.c
M offload/test/sanitizer/kernel_trap.c
M offload/test/sanitizer/kernel_trap_async.c
M offload/test/sanitizer/kernel_trap_many.c
Log Message:
-----------
[Offload] Fix line numbers after #174804 (#174932)
The changes in line numbers caused a few CHECK macros to now fail. This
is fixed by this PR.
Build w/ breakages:
https://lab.llvm.org/staging/#/builders/105/builds/39748
Commit: d52507d94f8d0d3682657f8a131327049e65be7c
https://github.com/llvm/llvm-project/commit/d52507d94f8d0d3682657f8a131327049e65be7c
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/include/__locale
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/src/locale.cpp
Log Message:
-----------
[libc++] Remove numpunct_byname::__init (#173283)
`numpunct_byname::__init` is only used inside the dylib, so we can
remove it. To do that we can move the code into one of the constructors
and delegate the other.
Commit: 2f2fe489d76007a8c56fb02f081915737ae6a0ed
https://github.com/llvm/llvm-project/commit/2f2fe489d76007a8c56fb02f081915737ae6a0ed
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
Log Message:
-----------
[libc++] Avoid ranges::upper_bound inside <format> (#173150)
This reduces the time to include `<vector>` from 565ms to 452ms on my
machine.
Commit: f9581d6dd5f8a70968ce86bb7ccc486d848b32e9
https://github.com/llvm/llvm-project/commit/f9581d6dd5f8a70968ce86bb7ccc486d848b32e9
Author: Thibault Monnier <thibaultmonni at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/Lex/Lexer.cpp
Log Message:
-----------
Revert "[Clang] [Lexer] Detect SSE4.2 availability at runtime in fastParseASCIIIdentifier" (#174946)
Reverts llvm/llvm-project#171914 because of compilation failures
reported.
Commit: 5dfa5387b115d9c848a99b96cb610ee9a4242fdf
https://github.com/llvm/llvm-project/commit/5dfa5387b115d9c848a99b96cb610ee9a4242fdf
Author: Utkarsh Saxena <usx at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
Log Message:
-----------
[LifetimeSafety] Add implicit tracking for STL functions (#170005)
Add support for tracking STL container methods and free functions in the
lifetime safety analysis.
- Added `VisitExprWithCleanups` to the `FactsGenerator` to properly
handle expressions with cleanup code
- Moved `shouldTrackImplicitObjectArg` and `shouldTrackFirstArgument`
from `CheckExprLifetime.cpp` to `LifetimeAnnotations.h/cpp` to make them
available to the lifetime safety analysis
- Enhanced the lifetime analysis to track STL container methods that
return pointers or references dependent on the container's lifetime
(e.g., `begin()`, `data()`, `c_str()`)
- Added support for tracking free functions like `std::begin`,
`std::data`, and `std::any_cast` that return pointers or references
dependent on their arguments
Fixes https://github.com/llvm/llvm-project/issues/162622
Commit: c63d2953a08b9320990d3e521359556920dfc627
https://github.com/llvm/llvm-project/commit/c63d2953a08b9320990d3e521359556920dfc627
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
Log Message:
-----------
[SelectionDAG,GISel] Add `f16` soft promotion for `lrint`, `lround`, `llrint`, and `llround` (#152684)
On platforms that soft promote `half`, using `lrint` intrinsics crashes
with the following:
SoftPromoteHalfOperand Op #0: t5: i32 = lrint t4
LLVM ERROR: Do not know how to soft promote this operator's operand!
PLEASE submit a bug report to
https://github.com/llvm/llvm-project/issues/ and include the crash
backtrace.
Stack dump:
0. Program arguments:
/Users/tmgross/Documents/projects/llvm/llvm-build/bin/llc
-mtriple=riscv32
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'RISC-V DAG->DAG Pattern Instruction Selection' on
function '@test_lrint_ixx_f16'
Resolve this by adding a soft promotion. GISel is included since tests
cover both.
Fixes crash tests added in
https://github.com/llvm/llvm-project/pull/152662 for targets that use
`softPromoteHalfType`.
Co-authored-by: Folkert de Vries <folkert at folkertdev.nl>
Commit: d6c22d4b0e2e48b2848ee025e7d252c5b26cfb0b
https://github.com/llvm/llvm-project/commit/d6c22d4b0e2e48b2848ee025e7d252c5b26cfb0b
Author: Gergely BƔlint <gergely.balint at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M bolt/lib/Passes/Instrumentation.cpp
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
Log Message:
-----------
[BOLT][BTI] Disallow instrumenting BTI binaries (#174936)
Until instrumentation support is added, the feature should be
disabled for BTI binaries. An error message is added to explain
the situation.
Meanwhile, users can choose sampling-based profiling methods.
Added a TODO comment explaining missing steps.
Commit: 94a95659c2f6b88b72d59fd0fba2000ba8b1fee1
https://github.com/llvm/llvm-project/commit/94a95659c2f6b88b72d59fd0fba2000ba8b1fee1
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/lib/Bindings/Python/Rewrite.cpp
M mlir/test/python/rewrite.py
Log Message:
-----------
[MLIR][Python] Add GreedyRewriteDriverConfig parameter to apply_patterns_and_fold_greedily (#174913)
We already have `GreedyRewriteDriverConfig` on the Python side, but it
hasnāt yet been exposed as a parameter of
`apply_patterns_and_fold_greedily`. This PR does that.
Before:
```python
def apply_patterns_and_fold_greedily(module: ir.Module, set: FrozenRewritePatternSet) -> None
def apply_patterns_and_fold_greedily(op: ir._OperationBase, set: FrozenRewritePatternSet) -> None
```
After:
```python
def apply_patterns_and_fold_greedily(module: ir.Module, set: FrozenRewritePatternSet,
config: GreedyRewriteDriverConfig | None = None) -> None
def apply_patterns_and_fold_greedily(op: ir._OperationBase, set: FrozenRewritePatternSet,
config: GreedyRewriteDriverConfig | None = None) -> None
```
Note this PR is adapted from
https://github.com/llvm/llvm-project/pull/174785 but using
`std::optional` instead of `nb::object`. Note, this required refactoring
`PyGreedyRewriteDriverConfig` to have a `std::shared_ptr` so that it
could support a copy-ctor.
Co-authored-by: PragmaTwice <twice at apache.org>
Commit: 90b8a481e4827398cba2a2047939bbbb70e8f17e
https://github.com/llvm/llvm-project/commit/90b8a481e4827398cba2a2047939bbbb70e8f17e
Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
Log Message:
-----------
[SPIRV] Support additional comparison predicates for i1 types (#174585)
Previously, the SPIRV BE only handled equality and inequality
comparisons (ICMP_EQ, ICMP_NE) for i1 types using logical operations
(OpLogicalEqual, OpLogicalNotEqual). Other comparison predicates
(signed/unsigned less than, greater than, etc.) triggered an unreachable
assertion.
This patch extends the support for the missing predicates. The BE
considers i1 values as booleans and in SPIR-V only logical operations
can work on them. This patch lowers the missing predicates into
supported logical operations.
The lowering has been validated with instcombine to avoid introducing an
unsound transformation (using the new test case).
Commit: e471478badc5ec01eed4ba2b76cac21a97d5bc37
https://github.com/llvm/llvm-project/commit/e471478badc5ec01eed4ba2b76cac21a97d5bc37
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M cross-project-tests/lit.cfg.py
Log Message:
-----------
[cross-project-tests][lit] Account for Apple LLDB version in compatibility check
The LLVM release version and Apple LLDB version follow slightly different numbering scheme. Make sure we set the minimum required LLDB version appropriately.
Also refactors the `apple-lldb-pre-1000` feature check to use the same `get_lldb_version_string` method.
Currently this was causing the LLDB LLVM formatters to be skipped on our public macOS CI.
Commit: 20d0ec849804218d75647aeafbe23f8a02a83b56
https://github.com/llvm/llvm-project/commit/20d0ec849804218d75647aeafbe23f8a02a83b56
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M .github/workflows/docs.yml
M clang/utils/analyzer/entrypoint.py
M flang-rt/README.md
M flang/tools/f18/CMakeLists.txt
M llvm/CMakeLists.txt
M llvm/runtimes/CMakeLists.txt
M openmp/docs/ReleaseNotes.rst
Log Message:
-----------
[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#152189)
The build mode has been deprecated in #136314. According to the
deprecation message, it was supposed to be removed in the LLVM 21
release. Each build mode increased the maintanance overhead when
failing, such as in #151117.
Let's remove it in LLVM 22.
Commit: 769dbe369a549319e0b7c14585fbc3dd71468175
https://github.com/llvm/llvm-project/commit/769dbe369a549319e0b7c14585fbc3dd71468175
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineConcatVectorOps - IsConcatFree - detect splats first, then check for repeated load. NFC. (#174950)
This will make it easier to handle other splat values that are free to
concat.
There should be no need to do repeated peekThroughBitcasts for every
(canonicalised) bitcasted operand.
Commit: 8a2642cbbb3cd009ad8a004317e17f7a00fd8bfc
https://github.com/llvm/llvm-project/commit/8a2642cbbb3cd009ad8a004317e17f7a00fd8bfc
Author: Tomer Shafir <tomer.shafir8 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
Log Message:
-----------
[AArch64][llvm-mca] Add old Cyclone instruction tables for reference (#172652)
This patch adds static instruction tables tests for the old Cyclone
scheduling model bounded to `-mcpu=apple-m1`, for the sake of a
reference. It creates a new `llvm/test/tools/llvm-mca/AArch64/Apple`
directory, moves a Cyclone test there, and adds 2 tests
`basic-instructions` and `neon-instructions` from Neoverse with reusable
inputs (in addition to Neoverse, we also match stderr output of llvm-mca
for instruciton warnings).
Commit: 9ac2d0a9b9ef8893216e8f0b2afb14bcd0a539ff
https://github.com/llvm/llvm-project/commit/9ac2d0a9b9ef8893216e8f0b2afb14bcd0a539ff
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M .github/workflows/docs.yml
M clang/utils/analyzer/entrypoint.py
M flang-rt/README.md
M flang/tools/f18/CMakeLists.txt
M llvm/CMakeLists.txt
M llvm/runtimes/CMakeLists.txt
M openmp/docs/ReleaseNotes.rst
Log Message:
-----------
Revert "[OpenMP] Remove LLVM_ENABLE_PROJECTS=openmp build mode (#152189)"
This reverts commit 20d0ec849804218d75647aeafbe23f8a02a83b56.
The publish-sphinx-docs buildbot still uses LLVM_ENABLE_PROJECTS=openmp.
Commit: 87453a77cf190c28fcce2186c63b02ebf9834c81
https://github.com/llvm/llvm-project/commit/87453a77cf190c28fcce2186c63b02ebf9834c81
Author: Twice <twice at apache.org>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/docs/Bindings/Python.md
Log Message:
-----------
[MLIR][docs] Clarify Python version support status (#174949)
According to this RFC
(https://discourse.llvm.org/t/rfc-adopt-regularly-scheduled-python-minimum-version-bumps/88841),
we no longer support Python versions that have reached EOL. This PR
mainly clarifies the somewhat vague wording of āa relatively recent
Python 3 installation.ā
Commit: 9a8421fa6191d2e1047e3dc8c72a22fa810f9aee
https://github.com/llvm/llvm-project/commit/9a8421fa6191d2e1047e3dc8c72a22fa810f9aee
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/docs/ReleaseNotes/22.rst
Log Message:
-----------
[libc++] Update our release notes for the upcoming release (#174625)
Commit: 56e8aa658a881ce6c8afa7ad0844e10f7adb21f0
https://github.com/llvm/llvm-project/commit/56e8aa658a881ce6c8afa7ad0844e10f7adb21f0
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/include/future
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
Log Message:
-----------
[libc++][future] Applied `[[nodiscard]]` (#174924)
- https://libcxx.llvm.org/CodingGuidelines.html
- https://wg21.link/futures
Towards #172124
Commit: 476ad9f03cdf43cb801eb478273b5fa301bf006a
https://github.com/llvm/llvm-project/commit/476ad9f03cdf43cb801eb478273b5fa301bf006a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/test/CodeGen/X86/combine-fma-concat.ll
Log Message:
-----------
[X86] Add test showing failure to concat fma nodes due to the constant being hidden (#174969)
By the time the maxps nodes have been lowered, the v4f32 constant splats
have been hidden behind a extract_subvector from the v8f32 constant
splat
Commit: 0f3ba5a2085212978b60470e18dbd38b44daf80e
https://github.com/llvm/llvm-project/commit/0f3ba5a2085212978b60470e18dbd38b44daf80e
Author: David Truby <david.truby at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
Log Message:
-----------
[lld][COFF] Add /linkreprofullpathrsp flag (#174971)
This patch adds the /linkreprofullpathrsp flag with the same behaviour
as link.exe. This flag emits a file containing the full paths to each
object passed to the link line.
This is used in particular when linking Arm64X binaries, as you need the
full path to all the Arm64 objects that were used in a standard Arm64
build.
See:
https://learn.microsoft.com/en-us/cpp/build/reference/link-repro-full-path-rsp
for the Microsoft documentation of the flag.
Relands #165449
Commit: 3f7f4a64154abeee720427560c578a17594fa36f
https://github.com/llvm/llvm-project/commit/3f7f4a64154abeee720427560c578a17594fa36f
Author: Antonio Frighetto <me at antoniofrighetto.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
Log Message:
-----------
[PHIElimination] Introduce test for PR173396 (NFC)
Commit: 394a3b9cede472aecaf19fc0101841e75d56f9e0
https://github.com/llvm/llvm-project/commit/394a3b9cede472aecaf19fc0101841e75d56f9e0
Author: Antonio Frighetto <me at antoniofrighetto.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
M llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
Log Message:
-----------
[PHIElimination] Ensure correct copy emission for INLINEASM_BR indirect targets
While lowering phi-nodes to copies, subsequently to f7a53d82c0902147909f28a9295a9d00b4b27d38,
ensure that such copies are placed before any INLINEASM_BR
instructions, only if this actually happens to be the case.
If a block with an INLINEASM_BR instruction and any of its
indirect jump target are distinct blocks, the new copy on
the indirect target continues to be normally emitted prior
to the terminator.
Fixes: https://github.com/llvm/llvm-project/issues/172824.
Commit: 55bec058c4ca77785237fe409574b686f524233c
https://github.com/llvm/llvm-project/commit/55bec058c4ca77785237fe409574b686f524233c
Author: Luke Hutton <luke.hutton at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaShapeOps.td
M mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td
M mlir/lib/Dialect/Tosa/IR/TosaOps.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaProfileCompliance.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/dynamic_extension.mlir
M mlir/test/Dialect/Tosa/invalid.mlir
M mlir/test/Dialect/Tosa/level_check.mlir
M mlir/test/Dialect/Tosa/ops.mlir
M mlir/test/Dialect/Tosa/verifier.mlir
Log Message:
-----------
[mlir][tosa] Add concat/slice_shape ops (#174620)
Adds support for the concat/slice_shape operations after spec change:
https://github.com/arm/tosa-specification/commit/efc88a100e2db06c2d6bc479fa63b26daab899ce.
This includes the operator definition, same rank checks and level checks
during validation. It does not currently include support for folding or
shape inference. This will be added in a later commit.
---------
Co-authored-by: Iliyan Georgiev <Iliyan.Georgiev at arm.com>
Commit: 4903c6260cbd781881906007f9c82aceb71fd7c7
https://github.com/llvm/llvm-project/commit/4903c6260cbd781881906007f9c82aceb71fd7c7
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/docs/ReleaseNotes.md
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
Log Message:
-----------
[WebAssembly] Change `half` to use soft promotion rather than `PromoteFloat` (#152833)
The default `half` legalization, which Wasm currently uses, does not
respect IEEE conventions: for example, casting to bits may invoke a lossy
libcall, meaning soft float operations cannot be correctly implemented.
Change to the soft promotion legalization which passes `f16` as an `i16`
and treats each `half` operation as an individual
f16->f32->libcall->f32->f16 sequence.
Of note in the test updates are that `from_bits` and `to_bits` are now
libcall-free, and that chained operations now round back to `f16` after
each step.
Fixes the wasm portion of
https://github.com/llvm/llvm-project/issues/97981
Fixes the wasm portion of
https://github.com/llvm/llvm-project/issues/97975
Fixes: https://github.com/llvm/llvm-project/issues/96437
Fixes: https://github.com/llvm/llvm-project/issues/96438
Commit: 18b59ed6ad4119efbf05aafb5084ad659168e8c4
https://github.com/llvm/llvm-project/commit/18b59ed6ad4119efbf05aafb5084ad659168e8c4
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[bazel] Add header deps to CAPIIR
Otherwise we run into some issues building some of these internally with
our use of clang header modules.
Commit: f76417d21e1c0e780710ffe0829c61ca3b2efcf8
https://github.com/llvm/llvm-project/commit/f76417d21e1c0e780710ffe0829c61ca3b2efcf8
Author: Aleksandr Popov <42888396+aleks-tmb at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
Log Message:
-----------
[IRCE] Prove predicates with and without loop-guarded SCEVs (#174843)
IRCE may fail to prove predicates when loop bounds are rewritten by
LoopConstrainer::applyLoopGuards(). In such cases, simple predicates
(e.g. %start < %limit) become obscured by strengthened SCEV expressions,
even though they are trivially implied by the guard in the loop
preheader.
See: https://github.com/llvm/llvm-project/issues/167827
This change makes IRCE attempt to prove predicates both on the original
SCEVs and on the guarded SCEVs, preventing incorrect rejection of loops
with safe bounds.
Commit: 46d0862773ac3ac07fd1a8abe76db623b26d7d45
https://github.com/llvm/llvm-project/commit/46d0862773ac3ac07fd1a8abe76db623b26d7d45
Author: Will Froom <willfroom at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[BAZEL] Move FuncTransformsPassIncGen to CAPIIR header dep (#174982)
Commit: 9e78d8a4fb0739455ecdfd1751b347fbd7038c13
https://github.com/llvm/llvm-project/commit/9e78d8a4fb0739455ecdfd1751b347fbd7038c13
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Revert "[BAZEL] Move FuncTransformsPassIncGen to CAPIIR header dep (#174982)"
This reverts commit 46d0862773ac3ac07fd1a8abe76db623b26d7d45.
This previously landed a couple commits ago and now duplicates the dep,
breaking the bazel build.
Commit: fa53d9285aea19e453eda7e38d26d16eaf0f7c36
https://github.com/llvm/llvm-project/commit/fa53d9285aea19e453eda7e38d26d16eaf0f7c36
Author: Leandro Lupori <leandro.lupori at linaro.org>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M flang/lib/Semantics/expression.cpp
A flang/test/Semantics/bug127425.f90
Log Message:
-----------
[flang] Check for errors when analyzing array constructors (#173092)
Errors in array constructor values result in the array having
less elements than it should, which can cause other errors that
will confuse the user. Avoid this by not returning an expression
on errors.
Fixes #127425
Commit: 5f590ed7062ae1639e8bb99d8c1000b4c3ea7cfc
https://github.com/llvm/llvm-project/commit/5f590ed7062ae1639e8bb99d8c1000b4c3ea7cfc
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
Log Message:
-----------
[SystemZ][z/OS] Improve use of formatv (#174503)
Using a `raw_svector_ostream` object is not necessary, because this is
hidden in the conversion function. In addition, there is no need to
reason about a zero termination of the string. Declaring the ascii and
ebcdic version of the string variables at the same time makes sure that
both strings are allocated with the same size.
Commit: db26ce5c5572a1a54ce307c762689ab63e5c5485
https://github.com/llvm/llvm-project/commit/db26ce5c5572a1a54ce307c762689ab63e5c5485
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/docs/ReleaseNotes.md
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
Log Message:
-----------
[PowerPC] Change `half` to use soft promotion rather than `PromoteFloat` (#152632)
On PowerPC targets, `half` uses the default legalization of promoting to
a `f32`. However, this has some fundamental issues related to inability
to round trip. Resolve this by switching to the soft legalization, which
passes `f16` as an `i16`.
The PowerPC ABI Specification does not define a `_Float16` type, so the
calling convention changes are acceptable.
Fixes the PowerPC part of
https://github.com/llvm/llvm-project/issues/97975
Fixes the PowerPC part of
https://github.com/llvm/llvm-project/issues/97981
Commit: cc1bb845da525a02ad6b48e02e59dbe870f6bc13
https://github.com/llvm/llvm-project/commit/cc1bb845da525a02ad6b48e02e59dbe870f6bc13
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
[mlir][OpenMP] Fix sanitizer error in buildTaskLikeBodyGenCallback (#174983)
This is a fix for the asan bot after
https://github.com/llvm/llvm-project/pull/174386
Failing bot: https://lab.llvm.org/buildbot/#/builders/24/builds/16371
This commit undoes a simplification I thought reduced copied+pasted
code. I will merge it like this now to unblock the bot, and then work
separately on a different way to share code between both callbacks.
Commit: a4f1798c96407f0c49057a352703423117d9790c
https://github.com/llvm/llvm-project/commit/a4f1798c96407f0c49057a352703423117d9790c
Author: Corentin Jabot <corentinjabot at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
Log Message:
-----------
[Clang] expunge `trivially_relocate_if_eligible` (#174344)
In Kona, WG21 decided to revert trivial relocation (P2786).
Keep the notion of relocatability
(used in the wild and likely to come back),
but remove the keyword which is no longer conforming
Commit: 21dc73f6a46cd786394f10f5aef46ec4a2d26175
https://github.com/llvm/llvm-project/commit/21dc73f6a46cd786394f10f5aef46ec4a2d26175
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M libcxx/include/any
Log Message:
-----------
[libc++][NFC] Update <any> to a more modern code style (#174619)
This patch refactors `enable_if`s inside `<any>` to use the `..., int> =
0` variant that we try to use throughout the code base and inlines some
of the functions into the class body to avoid duplicating the
`enable_if`s.
Commit: 012097d4fe7f300a59f9d2b89e528e1bd449d4c1
https://github.com/llvm/llvm-project/commit/012097d4fe7f300a59f9d2b89e528e1bd449d4c1
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M compiler-rt/lib/builtins/aarch64/sme-abi.S
Log Message:
-----------
[compiler-rt][AArch64] Exit early from __arm_za_disable. (#174942)
Because `__arm_za_disable` is a private-ZA function, it's only ever
entered with ZA state `off` or `dormant`. If the state is `off` then we
can safely return and there is no need to call `__arm_tpidr2_save` or to
explicitly set PSTATE.ZA or TPIDR2_EL0 to zero.
Commit: 9973e38b5adbe4605c32745be416d2eea6be32ad
https://github.com/llvm/llvm-project/commit/9973e38b5adbe4605c32745be416d2eea6be32ad
Author: Abhiram Jampani <126624416+Abhiramjampani at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp
Log Message:
-----------
[SDPatternMatch] Add m_FAbs matcher (#174975)
Adds a pattern matcher for floating-point absolute value (ISD::FABS),
following the same pattern as m_Abs for integer absolute value.
Fixes #174751
Commit: 79fd11c9bbeb423b8d2eb5b2fb832f25ef9e080b
https://github.com/llvm/llvm-project/commit/79fd11c9bbeb423b8d2eb5b2fb832f25ef9e080b
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/Headers/avx512vlbwintrin.h
Log Message:
-----------
[Headers][X86] __builtin_ia32_pmovwb128_mask is not constexpr (#174985)
Appears to be a copy+paste type - most of the x86 masked truncation intrinsics still can't be made constexpr at this time
Fixes #166814
Commit: 9fb45c5959fdbf1f63babd1f32ad298cab9e27af
https://github.com/llvm/llvm-project/commit/9fb45c5959fdbf1f63babd1f32ad298cab9e27af
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
Log Message:
-----------
[SLP]Do not generate extractelement subnodes with the same indeces
The compiler should not generate subvectors with the same extractelement
instructions, it may cause a crash and leads to inefficient
vectorization.
Fixes #174773
Commit: f5c39a6b0a6bea50f2daf9ab32086a380ff7dee4
https://github.com/llvm/llvm-project/commit/f5c39a6b0a6bea50f2daf9ab32086a380ff7dee4
Author: Alex Voicu <alexandru.voicu at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
Log Message:
-----------
[SPIRV] Additional fixes for const init via `UtoPtr` (#172584)
#166494 added support for using `inttoptr` in global initialisation, and
lowering int into `OpSpecConstantOp OpConvertUToPtr`. Unfortunately, it
slightly more subtle case / exposed an existing issue around the `COPY`
pseudo-op. This patch ensures that we glance through a `COPY` when
figuring out whether an `OpConvertUToPtr` is actually operating on a
global. We also correctly handle the case where a `G_PTR_ADD` is used by
an `OpSpecConstantOp` in the context of global initialisation, which
would otherwise lead to broken SPIR-V wherein the latter would reference
a non constant Op.
---------
Co-authored-by: Marcos Maronas <marcos.maronas at intel.com>
Commit: da560b657945946fc05bd54bd7726590b4eec9fb
https://github.com/llvm/llvm-project/commit/da560b657945946fc05bd54bd7726590b4eec9fb
Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
A llvm/test/MC/RISCV/hex-imm-macho.s
Log Message:
-----------
[RISC-V][Mach-O] Print immediate operands in hexadecimal format. (#174505)
This is done for logical operations and auipc/lui.
Patch based on code written by Tim Northover.
Commit: c8674f65fe32e92a54bbc0036d70b3a0f7b3ad96
https://github.com/llvm/llvm-project/commit/c8674f65fe32e92a54bbc0036d70b3a0f7b3ad96
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/combine-fma-concat.ll
Log Message:
-----------
[X86] combineConcatVectorOps - IsConcatFree - detect splats that comes from a common load/broadcastload (#174986)
Allows us to handle freely concatable cases after a broadcast load has
become shared by different vector width uses by peeking through
bitcasts/extract_subvector nodes
Commit: 0689a598e609386f358d48d97359e7663ee9ad02
https://github.com/llvm/llvm-project/commit/0689a598e609386f358d48d97359e7663ee9ad02
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/lib/Parse/ParseOpenMP.cpp
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
Log Message:
-----------
[NFC] [OpenMP] Fix typo and add initializer to modifier. (#174784)
Fixed typo and added initialization of modifier.
Commit: e89bec770816add6165993fdebc78815366bd9ee
https://github.com/llvm/llvm-project/commit/e89bec770816add6165993fdebc78815366bd9ee
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/test/CodeGen/RISCV/clmul.ll
Log Message:
-----------
[SelectionDAG] Expand CLMUL in PromoteIntRes_CLMUL if the operation isn't legal/custom for the promoted type. (#174911)
This allows the expand code to see the original size. Previously we
relied on computeKnownBits to optimize the code after it is expanded
later. This removes the need to zero extend the input during promotion
that was needed to make computeKnownBits work.
Commit: 80296b618e648ef56ea5e5bbf1b34be6b1b72dcf
https://github.com/llvm/llvm-project/commit/80296b618e648ef56ea5e5bbf1b34be6b1b72dcf
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-select.ll
Log Message:
-----------
ValueTracking: Refactor computeKnownFPClass select handling (#174957)
Match the structure of ComputeKnownBits. Expose the condition
handling as a utility function so SimplifyDemanedFPClass can make
use of this. Avoids some redundant code and improves accuracy in
at least one case.
Commit: ec66d180b6f9c416ce96a3e0de1ecb49f56a1765
https://github.com/llvm/llvm-project/commit/ec66d180b6f9c416ce96a3e0de1ecb49f56a1765
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
Log Message:
-----------
InstCombine: Fixup known fp class for select and compare (#174958)
Improve reported known fp-class when simplifying select.
Previously we just reported the conservative result that
the result class could be either of the inputs. Use the new
utility to apply the compare+select logic the default case of
computeKnownFPClass would catch.
Commit: c035dfb96a4d0632715a4f0f4e4ce086d96aeb67
https://github.com/llvm/llvm-project/commit/c035dfb96a4d0632715a4f0f4e4ce086d96aeb67
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
Log Message:
-----------
[AMDGPU] Simplify class VINTERPe. NFC. (#175006)
VINTERP instructions always have src0, src1, src2 and dst.
Commit: 255f173139d7952106736d4f52ee539ddb68dc21
https://github.com/llvm/llvm-project/commit/255f173139d7952106736d4f52ee539ddb68dc21
Author: Nerixyz <nerixdev at outlook.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
Log Message:
-----------
[LLDB] Run MSVC STL deque tests with PDB (#172360)
Similar to the other PRs, this looks up the type from a member variable.
Here, we can use the type of `_Mapptr`. On its own, that's enough to
pass the test with clang-cl.
Commit: a10acdef073d1813b3713c61fb07ab4c8f89556a
https://github.com/llvm/llvm-project/commit/a10acdef073d1813b3713c61fb07ab4c8f89556a
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/tools/lldb-dap/extension/package-lock.json
Log Message:
-----------
[lldb-dap] Update package-lock.json after #174641 (#175009)
In #174641, package.json was updated, but the package-lock.json file
wasn't regenerated.
Commit: 1d07609894f0b07bf739a5ac2c07066ec8c3399c
https://github.com/llvm/llvm-project/commit/1d07609894f0b07bf739a5ac2c07066ec8c3399c
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/include/lldb/Core/FormatEntity.h
M lldb/source/Core/FormatEntity.cpp
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
Log Message:
-----------
[lldb][Format] Reject recursive format entities (#174750)
Depends on:
* https://github.com/llvm/llvm-project/pull/174618
If a format entity calls back into `Format` and passes it a format
entity type that we're already in the process of parsing, we are likely
going to run into infinite recursion and blow the stack. I think this is
only an issue when a format entity calls Format on a format string
provided by the user (otherwise we're in control of the recursion). An
example of this can be seen in the test-case adjusted by this patch.
This seems to be causing actual crashes in the field, so this patch adds
basic tracking to `Formatter::Format` that checks whether we're
recursively parsing the same entity. This may very well be intended by
some entities (e.g., `Root` and `Scope`), so there is an escape hatch
for those. There's also a special case where `Variable` causes a
recursive format (which I pointed out in a source comment).
We could narrow the scope of what kind of recursion is allowed by adding
a `UserProvidedFormatChild` (or similar) flag to `Entry`, and only
disallow recursing on those kinds of entries. For now I just use an
exemption list in `IsInvalidRecursiveFormat`.
Adding a unit-test for this is unfortunately tricky because the only
format entity that currently suffers from this is
`${function.name-with-args}`, which requires a language plugin and valid
target. If we really wanted to we could probably mock all of those, but
the shell test provides test coverage for the previously crashing case.
rdar://166890120
Commit: 8ffb7f60da84447868b12c9f7a0e78722d80d1e2
https://github.com/llvm/llvm-project/commit/8ffb7f60da84447868b12c9f7a0e78722d80d1e2
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/tools/lldb-dap/extension/package.json
Log Message:
-----------
[lldb-dap][ext] Add script to only run extension unittests (#175010)
`vscode-test` requirest a GUI or something that emulates one. Use the
Mocha test library directly for unitest
Run unittests using `npm run unittest`
Commit: 1f2663e1f21c446ff0ded51261f54acc2d538bbb
https://github.com/llvm/llvm-project/commit/1f2663e1f21c446ff0ded51261f54acc2d538bbb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Log Message:
-----------
InstCombine: Prepare to handle multiple uses in SimplifyDemandedFPClass (#174863)
Follow the structure of SimplifyDemandedBits. Doesn't handle anything
in the multiple use case for now, and continues just calling
computeKnownFPClass.
Commit: 85f5007ec51d673e4a36df4b3540c70f0c9abe75
https://github.com/llvm/llvm-project/commit/85f5007ec51d673e4a36df4b3540c70f0c9abe75
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
Log Message:
-----------
[cross-project-tests][formatters] Remove redundant CHECK statement
See https://github.com/llvm/llvm-project/pull/173238#discussion_r2672090386
On some downstream CI this was flakey because LLDB's `location added to breakpoint` notification would appear after the commands. Simply remove checking for the command for now.
Commit: 75b6493cc2528227ec528dfd1664647e6cae986d
https://github.com/llvm/llvm-project/commit/75b6493cc2528227ec528dfd1664647e6cae986d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
Log Message:
-----------
ValueTracking: Check if fdiv operand could be undef (#174453)
In the special case for fdiv/frem with the same operands, make
sure the input isn't undef.
Commit: 4e74fba5b28d95f2ba703a6626a7366408e7fd43
https://github.com/llvm/llvm-project/commit/4e74fba5b28d95f2ba703a6626a7366408e7fd43
Author: Shilei Tian <i at tianshilei.me>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
Log Message:
-----------
[AMDGPU] Fix a potential use-after-erase in `AMDGPUPromoteAlloca` pass (#174529)
In some cases, the placeholder itself can be used as the value for its
corresponding block in `SSAUpdater`, and later used as an incoming value
in another block in `GetValueInMiddleOfBlock`. If we erase it too early,
this can lead to a use-after-erase.
Commit: 936ae0675643e4dc0aaad4fccb25290ce268e51a
https://github.com/llvm/llvm-project/commit/936ae0675643e4dc0aaad4fccb25290ce268e51a
Author: Shilei Tian <i at tianshilei.me>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M .gitignore
Log Message:
-----------
[LLVM] Ignore Cursor specific files (#174891)
Commit: 3ae71d30be22711edf278156b67167385a0f9ce0
https://github.com/llvm/llvm-project/commit/3ae71d30be22711edf278156b67167385a0f9ce0
Author: Alex Bradbury <asb at igalia.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
Log Message:
-----------
[SLP] Use ConstantInt::getSigned for stride argument to strided load/store intrinsics (#175007)
strided-stores-vectorized.ll crashes for RV32 without fixing the
relevant logic in vectorizeTree, because the argument can't be
represented as a 32-bit unsigned value:
```
llvm::APInt::APInt(unsigned int, uint64_t, bool, bool): Assertion `llvm::isUIntN(BitWidth, val) && "Value is not an N-bit unsigned value"' failed.
```
It is intended to be signed, so we simply use ConstantInt::getSigned
instead. This fixes other stride-related instances in the file as well.
For further context, this change is part of unblocking rv32gcv
llvm-test-suite in CI.
Commit: e39ddab2bc7e33d59c19d52544fe4b01b286edfb
https://github.com/llvm/llvm-project/commit/e39ddab2bc7e33d59c19d52544fe4b01b286edfb
Author: Tamir Duberstein <tamird at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/docs/ReleaseNotes.md
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/IR/PassManager.h
M llvm/lib/IRReader/IRReader.cpp
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/irreader.ml
Log Message:
-----------
[llvm-c] Add LLVMParseIRInContext2 (#174085)
This new function is the same as LLVMParseIRInContext except it doesn't
take ownership of the memory buffer. This fixes a wart that has been in
place since 5ebb7b311223bcd21d2b3d25413d1edacefcc63d changed the
underlying internal API to avoid taking ownership.
Reduce nesting in the implementation of LLVMParseIRInContext (now
LLVMParseIRInContext2) as well.
Update examples, OCaml bindings, and tests including plugging some
pre-existing memory leaks. OCaml bindings have renamed `parse_ir` to
`parse_ir_bitcode_or_assembly` to provoke compilation failures in
downstream code; this is intentional as this function now requires the
memory buffer to be disposed by the caller.
Commit: 418eee7a92c83a6eabd5970ee432235cde17845a
https://github.com/llvm/llvm-project/commit/418eee7a92c83a6eabd5970ee432235cde17845a
Author: Alex Bradbury <asb at igalia.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Bail out of combineNarrowableShiftedLoad for types other than scalar int (#175011)
Introduced in #170483 this was only ever meant to trigger for scalar
types. We get an error on rv32gcv for some inputs "Cannot implicitly
convert a scalable size to a fixed-width size in `TypeSize::operator
ScalarTy()`".
While we're editing this function, delete an accidentally repeated
comment.
Minimal reproducer:
```
define <vscale x 4 x ptr> @ham() {
bb:
%load = load <vscale x 4 x i32>, ptr null, align 4
%ashr = ashr <vscale x 4 x i32> %load, splat (i32 1)
%getelementptr = getelementptr i32, ptr null, <vscale x 4 x i32> %ashr
ret <vscale x 4 x ptr> %getelementptr
}
```
Added without test as the fix is trivial and the test is rather awkward/specialised. We will get coverage for this and similar issues from llvm-test-suite rv32gcv in CI.
Commit: aac91eabd262e4cfe19db7a28a2ff59b45f97237
https://github.com/llvm/llvm-project/commit/aac91eabd262e4cfe19db7a28a2ff59b45f97237
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/tools/lldb-dap/extension/package-lock.json
M lldb/tools/lldb-dap/extension/package.json
Log Message:
-----------
[lldb-dap] Add ovsx as a dev dependency for publish to Open VSX (#175015)
This adds `ovsx` as a developer dependency and adds a new script
"publish-ovsx" for publishing to the Open VSX registry.
Commit: ebdaea63622d8d3d02701aeec2b7f2769ba89b7d
https://github.com/llvm/llvm-project/commit/ebdaea63622d8d3d02701aeec2b7f2769ba89b7d
Author: Charles Zablit <c_zablit at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/packages/Python/lldbsuite/test/dotest.py
Log Message:
-----------
[lldb-dap][windows] fix lldb-dap executable name in test (#175014)
This patch fixes an incorrect name of the `lldb-dap` process on Windows
by appending `.exe` to the name.
This is a prelude to https://github.com/llvm/llvm-project/pull/174635.
Commit: 85779e547b00b377aa9675bcd80b1c20d0522d18
https://github.com/llvm/llvm-project/commit/85779e547b00b377aa9675bcd80b1c20d0522d18
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M flang/lib/Semantics/check-call.cpp
A flang/test/Semantics/bug2021.f90
Log Message:
-----------
[flang] Silence "used but undefined" warning for LOC(x) (#174807)
When a variable appears as the argument of the extension intrinsic
function LOC(x), assume that it's defined for the purposes of the
warning about variables that are used but never defined, since the
result of the LOC() can be used to define a based Cray pointer.
Commit: b4f9012464144fc0f5c430dd97736c4e868a5de3
https://github.com/llvm/llvm-project/commit/b4f9012464144fc0f5c430dd97736c4e868a5de3
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/werror-scan.f
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
Log Message:
-----------
[flang] Make a non-digit in fixed-form label field an error unless -E (#174836)
A character in a fixed-form source line (as opposed to a comment or
compiler directive) can't have a non-digit in its label field, columns 1
through 5. The prescanner presently emits only a warning for this case.
Retain the warning for -E output, but otherwise diagnose an error.
(This change affected a number of tests that relied on this situation
being a warning just so that they could test prescanner warnings, and
those tests were adjusted to use another warning.)
Fixes https://github.com/llvm/llvm-project/issues/50563.
Commit: b86c7daf93582848f7b5c7c92828e8b9658a575b
https://github.com/llvm/llvm-project/commit/b86c7daf93582848f7b5c7c92828e8b9658a575b
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/bug174859.f90
Log Message:
-----------
[flang] Fix bad attributes on type parameter symbols (#174870)
When creating new symbols for a derived type's type parameters, the
attributes that accumulated for the type itself were also being applied
to the parameters' symbols. This led to those attributes being emitted
to the module file, rendering it unparseable.
Fixes https://github.com/llvm/llvm-project/issues/174859.
Commit: 325869c7fc32f33687749bb4a39b4f5326c362d5
https://github.com/llvm/llvm-project/commit/325869c7fc32f33687749bb4a39b4f5326c362d5
Author: Maryam Moghadas <maryammo at ca.ibm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/Headers/amo.h
M clang/lib/Sema/SemaPPC.cpp
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
M llvm/test/CodeGen/PowerPC/amo-enable.ll
Log Message:
-----------
[PowerPC] Add AMO load signed builtins (#168747)
This commit adds two Clang builtins for AMO load signed operations:
__builtin_amo_lwat_s for 32-bit signed operations
__builtin_amo_ldat_s for 64-bit signed operations
Commit: e42f862042872d9e142714c7cb14f72735ece37a
https://github.com/llvm/llvm-project/commit/e42f862042872d9e142714c7cb14f72735ece37a
Author: Harald van Dijk <hdijk at accesssoftek.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
Log Message:
-----------
[BOLT][AArch64] Avoid UB due to shift of negative value. (#174994)
A build with LLVM_USE_SANITIZER=Undefined showed:
bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp:2277:60:
runtime error: left shift of negative value -32768
This showed up in bolt/test/AArch64/veneer-lite-mode.s.
It is valid for ADRP's operand to be negative, and not valid to shift it
like that. To perform this shift reliably, cast the value to unsigned.
Commit: cb6ee6cb49e4e6b4969f98ba9129b64094387279
https://github.com/llvm/llvm-project/commit/cb6ee6cb49e4e6b4969f98ba9129b64094387279
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
Log Message:
-----------
[lldb-dap][NFC] Shorten the event thread name (#174837)
On linux thread names are limited to 15 characters, shorten the name of
the event thread if necessary
Commit: 292a77c4755ebf112577cea8bcb50eb2f832fc4d
https://github.com/llvm/llvm-project/commit/292a77c4755ebf112577cea8bcb50eb2f832fc4d
Author: Nerixyz <nerixdev at outlook.de>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
Log Message:
-----------
[LLDB][NFC] Remove excessive use of `auto` from MSVC STL formatters (#175019)
Some MSVC STL formatters made excessive use of `auto`, especially the
`std::deque` one
(https://github.com/llvm/llvm-project/pull/172360#pullrequestreview-3639850321).
This PR replaces the uses with the concrete type.
Commit: 2926b4100db1db2322c8e713cb33eccb7e82132b
https://github.com/llvm/llvm-project/commit/2926b4100db1db2322c8e713cb33eccb7e82132b
Author: Ziqing Luo <ziqing_luo at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
Log Message:
-----------
[-Wunsafe-buffer-usage] Fix crashes in "Add check for custom printf/scanf functions #173096" (#174683)
The previous PR #173096 assumes that format attribute parameters always
refer to valid indices of arguments. It is a wrong assumption in itself
because the second attribute parameter could specify the index after the
last named parameter for variadic functions and no actual arguments
passed beyond named parameters. In addition, clang (possibly
incorrectly) allows the following uses of the attribute:
```
void f(const char *) __attribute__((__format__ (__printf__, 1, 2))); // The second attribute argument 2 will not refer to any valid argument at any call of 'f'
void g(const char *) __attribute__((__format__ (__printf__, 1, 99))); // Clang is even quiet on this, if assertions are disabled :(
```
Commit: 11dcb756c6ddcd6593dabb6d661347aee40da6a3
https://github.com/llvm/llvm-project/commit/11dcb756c6ddcd6593dabb6d661347aee40da6a3
Author: Kashika Akhouri <akhourik at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Analysis/CallGraph.h
M clang/lib/Analysis/CFG.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
Log Message:
-----------
Add time trace scopes to addToCallGraph & getCFG (#174717)
This PR adds performance instrumentation to `clang::CallGraph` and
`clang::CFG` to aid in benchmarking the overhead of call
graph construction and CFG rebuilding.
This aims to facilitate benchmarking on large codebases like LLVM to
ensure that the performance impact of new analysis-based warnings
remains within acceptable regressions.
Commit: f4a7f70717973ac30698a8b8cd3592e869365483
https://github.com/llvm/llvm-project/commit/f4a7f70717973ac30698a8b8cd3592e869365483
Author: Justin Fargnoli <jfargnoli at nvidia.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
Log Message:
-----------
[NVPTX] Use correct `mul.wide` operand type when matching on `shl` in `combineMulWide` (#168986)
The operand types of a `mul.wide` are half the size of the output type.
`combineMulWide` incorrectly uses the output type of the `mul.wide` for
the operand type instead of the operand type.
Commit: 4e3699b4c6255070f2bf4c3ce98978a9bd2614fd
https://github.com/llvm/llvm-project/commit/4e3699b4c6255070f2bf4c3ce98978a9bd2614fd
Author: Sam Elliott <aelliott at qti.qualcomm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M bolt/test/RISCV/reloc-label-diff.s
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
Log Message:
-----------
[RISCV] Mark More Relocs as Relaxable (#151422)
Since this code was last reviewed, more relaxations have been added to
the psABI for existing standard relocations that LLVM didn't have marked
as relaxable.
This change ensures that LLVM marks the following relocations (and their
respective fixups) as relaxable:
- `R_RISCV_JAL`
- `R_RISCV_GOT_HI20`
- `R_RISCV_TPREL_HI20`
- `R_RISCV_TLSDESC_HI20`
This also updates the linker relaxation test to use `-NEXT` to check all
the output lines.
There are lots more emitted relocations, not only due to JAL being
relaxable, but branches are now also marked linker relaxable because
they can be turned into `b<cc>; jal` during assembly relaxation, which
may also be marked relaxable.
Commit: ecd2b6862c31ee5dff8db181e5c00a41656fc639
https://github.com/llvm/llvm-project/commit/ecd2b6862c31ee5dff8db181e5c00a41656fc639
Author: Richard Thomson <legalize at xmission.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/unittests/Transforms/Instrumentation/CMakeLists.txt
Log Message:
-----------
[CMake] Don't explicitly set folder for InstrumentationTests (#170041)
Use the default of `LLVM/Tests/Unit` to group these tests with other
LLVM unit test targets in the IDE.
Commit: 3c848122329e0c397dd10d9beb800d35f1dd3328
https://github.com/llvm/llvm-project/commit/3c848122329e0c397dd10d9beb800d35f1dd3328
Author: Hideto Ueno <uenoku.tokotoko at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/cmake/modules/MLIRDetectPythonEnv.cmake
Log Message:
-----------
[mlir][python] Fail fast when nanobind is missing for Python bindings (#174649)
Remove problematic `return()` statements from
mlir_configure_python_dev_packages macro and convert nanobind detection
to FATAL_ERROR.
Using `return()` in a CMake macro is problematic because it returns from
the calling scope, not the macro itself, causing the parent
CMakeLists.txt to silently skip subsequent configuration steps. This
leads to confusing build failures when Python bindings are enabled but
nanobind is missing.
With this change, users get an immediate error with clear instructions
to install nanobind or set nanobind_DIR, rather than silent
configuration failures.
Commit: 057c7a79e3add4630e5d0fdce8b38491df5a230b
https://github.com/llvm/llvm-project/commit/057c7a79e3add4630e5d0fdce8b38491df5a230b
Author: RolandF77 <froese at ca.ibm.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
Log Message:
-----------
[PowerPC] Add type checking for DMF insert (#172078)
Create PPCISD nodes for DMF DMXXINSTDMR512 and DMXXINSTDMR256 operations
to allow type checking.
Commit: 3d6a96c0916fb0b238c2fae0e1791d3663415529
https://github.com/llvm/llvm-project/commit/3d6a96c0916fb0b238c2fae0e1791d3663415529
Author: Alexandre Perez <alexandreperez at meta.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
Log Message:
-----------
[lldb] Fix null pointer dereference in parsed command completion (#174868)
Fix a crash when tab-completing arguments for parsed commands that have
arguments but no options.
In `HandleArgumentCompletion`, `GetOptions()` returns `nullptr` when a
command has no options defined. The code was dereferencing this pointer
without a null check, causing a segfault when attempting tab completion.
Commit: 4bd84a9f335e2847a96d5ed4eac04576e811a963
https://github.com/llvm/llvm-project/commit/4bd84a9f335e2847a96d5ed4eac04576e811a963
Author: Amr Hesham <amr96 at programmer.net>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/test/CIR/CodeGen/atomic.c
Log Message:
-----------
[CIR] Implement AtomicExpr for Aggregate expr (#173775)
Implement support for AtomicExpr for Aggregate expr
Commit: f8b68c7b74704892ce308049fbc045e4b8b30d4d
https://github.com/llvm/llvm-project/commit/f8b68c7b74704892ce308049fbc045e4b8b30d4d
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
Log Message:
-----------
[SPIR-V] Add builtin/intrinsic for subgroup ballot (#174862)
Summary:
This patch adds an LLVM intrinsic and lowering for a subgroup ballot and
a corresponding clang builtin. This uses the already present support but
provides in a way accessible to other targets. With this and
https://github.com/llvm/llvm-project/pull/174655 we should be able to
most of the basic functions, like shuffling, active masks, and
reductions. More work will be needed for canonicalizing / exposing the
SPIR-V functions, but these are the fundamental builtins I need.
Commit: 4f7da2f1363d7e7dcabba13965621a70e32d246d
https://github.com/llvm/llvm-project/commit/4f7da2f1363d7e7dcabba13965621a70e32d246d
Author: Hussam A. <60274772+hussam-alhassan at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
Log Message:
-----------
[AArch64] Add intra-block CSINC optimization to AArch64ConditionOptimizer (#173734)
This patch extends the AArch64ConditionOptimizer pass to handle CSINC
instructions within a single basic block, complementing the existing
cross-block branch optimization.
The optimization finds two CMP+CSINC pairs comparing the same register
with immediates differing by 1, and adjusts one comparison to enable CSE
to eliminate the redundant CMP instruction.
Example transformation:
```
cmp w8, #10
csinc w9, w0, w1, gt ; w9 = (w8 > 10) ? w0 : w1+1
cmp w8, #9 ; Removed by CSE after adjustment
csinc w10, w0, w1, gt ; w10 = (w8 > 9) ? w0 : w1+1
```
After optimization:
```
cmp w8, #10
csinc w9, w0, w1, gt ; w9 = (w8 > 10) ? w0 : w1+1
csinc w10, w0, w1, ge ; w10 = (w8 >= 10) ? w0 : w1+1
```
The existing cross-block logic has also been extracted into its own
method.
Any feedback on code quality and better practices is highly welcome.
Co-authored-by: Hussam Alhassan <hsm.link at proton.me>
Commit: 65945ec2ccac5a974cf918e5bde035b7a551ef9b
https://github.com/llvm/llvm-project/commit/65945ec2ccac5a974cf918e5bde035b7a551ef9b
Author: Andrew Haberlandt <ahaberlandt at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
Log Message:
-----------
[compiler-rt] [Darwin] Add darwin-remote feature for remote darwin test targets (#174905)
Some tests are already supported on "remote" devices and simulators.
However, there is currently no way to distinguish a remote macOS host
from a local one.
This adds the darwin-remote feature which is common to all test targets
which use a wrapper script (e.g. iossim_run.py).
rdar://167735355
---------
Co-authored-by: Dan Blackwell <danblackwell95 at gmail.com>
Commit: ad73bacf7aa02bc4ed1655dff6c9864ea24affde
https://github.com/llvm/llvm-project/commit/ad73bacf7aa02bc4ed1655dff6c9864ea24affde
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/Maintainers.md
Log Message:
-----------
[lldb] Nominate Charles Zablit and Nerixyz as Windows maintainers (#175035)
As the lead maintainer, I've been asked by the project council to
confirm that we have an up-to-date list of active maintainers for LLDB.
In light of that, I'd like to nominate Charles and Nerixyz as Windows
maintainers.
As a reminder, our community policies regarding the responsibilities of
maintainers can be found here:
https://llvm.org/docs/DeveloperPolicy.html#maintainers.
Commit: 65f39fde2bb97ef9e7d4a59c4d08a9df77be985e
https://github.com/llvm/llvm-project/commit/65f39fde2bb97ef9e7d4a59c4d08a9df77be985e
Author: Charles Zablit <c_zablit at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
Log Message:
-----------
[NFC][lldb][windows] extract the InitializeProcThreadAttributeList logic (#175016)
Commit: 8ab6b38dab63fda49e6294e3b0d847ae491d7701
https://github.com/llvm/llvm-project/commit/8ab6b38dab63fda49e6294e3b0d847ae491d7701
Author: Sergei Druzhkov <serzhdruzhok at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
Log Message:
-----------
[lldb] Add std::*_ordering summary providers (#174195)
I want to propose adding summary providers for `std::*_ordering` types
introduced in `C++20`. GDB already has pretty-printers for
[them](https://github.com/gcc-mirror/gcc/blob/master/libstdc%2B%2B-v3/python/libstdcxx/v6/printers.py#L1788),
so I think it will be useful.
Commit: ff617bce04cc05b1348bd2d68edabbd315a38a22
https://github.com/llvm/llvm-project/commit/ff617bce04cc05b1348bd2d68edabbd315a38a22
Author: Joshua Batista <jbatista at microsoft.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/DirectX/DXIL.td
M llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
Log Message:
-----------
[HLSL] Fix WaveBallot dxil op function name (#174901)
Just fixing a typo from a copy paste.
Commit: 672a4c3f34ef0ecbef8966050b4d2105f4b6d088
https://github.com/llvm/llvm-project/commit/672a4c3f34ef0ecbef8966050b4d2105f4b6d088
Author: Charles Zablit <c_zablit at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
Log Message:
-----------
[NFC][lldb] fix docstring indentation (#175042)
This patch fixes the indentation of 2 docstrings in
`TestDAP_runInTerminal.py`.
Running `black` on that file with the default settings causes this
change. `darker` does not seem to catch it.
This is a prelude to https://github.com/llvm/llvm-project/pull/174635.
Commit: 39dd1fd5e163dd9c3f626377ed55faecd592f803
https://github.com/llvm/llvm-project/commit/39dd1fd5e163dd9c3f626377ed55faecd592f803
Author: Leonard Grey <lgrey at chromium.org>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
Log Message:
-----------
[LLDB][NativePDB] NFC: Add language-agnostic interface to PdbAstBuilder (#173111)
This change implements part of
https://discourse.llvm.org/t/rfc-lldb-make-pdbastbuilder-language-agnostic/89117,
the goal of which is make `PdbAstBuilder` language-agnostic.
It adds several new interface methods to `PdbAstBuilder` which allow
`SymbolFileNativePDB` to interact with it without using Clang-specific
types. These new methods would make up much of the interface of a future
abstract `PdbAstBuilder`. `SymbolFileNativePDB` is updated to use these.
The old Clang-specific methods were renamed if used by
`UdtRecordCompleter` or internally, or removed where possible.
Commit: fcec9ced47c5b1e2479fa86f7b51a73ba6feb3f7
https://github.com/llvm/llvm-project/commit/fcec9ced47c5b1e2479fa86f7b51a73ba6feb3f7
Author: TMJ <tedmjohnson at protonmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M flang/lib/Semantics/expression.cpp
A flang/test/Semantics/zero_len_char_array.f90
Log Message:
-----------
[flang] Do not error on constant nonzero UB in substring of ZLA (#174511)
A substring reference where the lower bound is higher than the upper
bound is defined in 9.4.1 to be zero-length.
Thus, a reference to a substring of a CHARACTER*(0) string such as
string(foo():2)
cannot be a compile-time error since we do not know the return value of
foo().
We also should not error if the lbound > ubound at compile time.
Commit: 4deb16c481c44288bc6a960d36c829d34a378015
https://github.com/llvm/llvm-project/commit/4deb16c481c44288bc6a960d36c829d34a378015
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/test/Transforms/Attributor/nofpclass.ll
Log Message:
-----------
Attributor: Set up full SimplifyQuery for nofpclass (#174928)
This enables assumes to work. Somehow the most obvious example
I could think of does not work (return of assumed argument).
The context instruction for the return seems to be off by one.
Commit: f0275bd6ba888d409cf677d498233d3be75cbf6b
https://github.com/llvm/llvm-project/commit/f0275bd6ba888d409cf677d498233d3be75cbf6b
Author: Prabhu Rajasekaran <prabhukr at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
A llvm/test/tools/llvm-readobj/ELF/call-graph-info-warn-malformed.test
A llvm/test/tools/llvm-readobj/ELF/call-graph-info.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
M llvm/tools/llvm-readobj/ObjDumper.h
M llvm/tools/llvm-readobj/Opts.td
M llvm/tools/llvm-readobj/llvm-readobj.cpp
Log Message:
-----------
[llvm-readobj] Dump callgraph section info for ELF (#157499)
Introduce a new flag `--call-graph-info` which outputs callgraph ELF
section information to the console as a text output or as JSON output.
Commit: 43cb4631c1f42dbfce78288b8ae30b5840ed59b3
https://github.com/llvm/llvm-project/commit/43cb4631c1f42dbfce78288b8ae30b5840ed59b3
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
A lldb/test/Shell/ScriptInterpreter/Python/io.test
Log Message:
-----------
[lldb] Fix typed commands not shown on the screen (#174216)
The cause is that in `python3.14`, `fcntl.ioctl` now throws a buffer
overflow error
when the buffer is too small or too large (see
https://github.com/python/cpython/pull/132919). This caused the Python
interpreter to fail terminal detection and not properly echo user
commands back to the screen.
Fix by dropping the custom terminal size check entirely and using the
built-in `sys.stdin.isatty()` instead.
Fixes #173302
Commit: 4c171a202f0e7fa685793fb9dc57d7c7ed7e0e97
https://github.com/llvm/llvm-project/commit/4c171a202f0e7fa685793fb9dc57d7c7ed7e0e97
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
Log Message:
-----------
[flang][NFC] Converted five tests from old lowering to new lowering (part 4) (#174906)
>From this point on, the conversion is done to HLFIR, not to FIR.
Tests converted in Lower: allocatables.f90,
allocate-source-pointers.f90, array-constructor-2.f90,
array-elemental-calls-3.f90, array-elemental-calls.f90
Commit: 55e508c1339d0bb33b8012e16b93b7ae3a53a419
https://github.com/llvm/llvm-project/commit/55e508c1339d0bb33b8012e16b93b7ae3a53a419
Author: Alex Langford <alangford at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/test/API/CMakeLists.txt
Log Message:
-----------
[lldb] Repair lldb-dotest's framework path (#174658)
lldb-dotest was likely getting LLDB_FRAMEWORK_DIR from another place
before. Now it's undefined when lldb-dotest is configured, so it's an
empty string. Some API tests will fail to link against LLDB.
Commit: 292c61388d5d7102e355e5cf3c0f46d96c6b55a0
https://github.com/llvm/llvm-project/commit/292c61388d5d7102e355e5cf3c0f46d96c6b55a0
Author: Leonard Grey <leonard at leonardgrey.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/lldb/source/Plugins/Language/CPlusPlus/BUILD.gn
Log Message:
-----------
[gn build] Port c7c5259f016bdb12c670b1fba84a17417ff8e3a2
Commit: 700d1f029d00f6c1b6496f148f7d526e690c4643
https://github.com/llvm/llvm-project/commit/700d1f029d00f6c1b6496f148f7d526e690c4643
Author: Alexander Richardson <alexrichardson at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/utils/TableGen/CompressInstEmitter.cpp
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
[TableGen] Support RegClassByHwMode in CompressPat
This does not yet handle all cases but at least for the simple
cases such as:
```
def : CompressPat<(PTR_MOV PtrRC:$dst, PtrRC:$src),
(PTR_MOV_SMALL PtrRC:$dst, PtrRC:$src)>;
```
tablegen generates sensible code instead of emitting confusing errors.
Reviewed By: arsenm
Pull Request: https://github.com/llvm/llvm-project/pull/171061
Commit: 14af55c53acf12edfbe1f79d15d570660aafcecc
https://github.com/llvm/llvm-project/commit/14af55c53acf12edfbe1f79d15d570660aafcecc
Author: Leonard Grey <leonard at leonardgrey.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
Log Message:
-----------
[LLDB][PDB] NFC: Change ToCompilerDecl(Context) signature (#175052)
Follow-up to https://github.com/llvm/llvm-project/pull/173111
`ToCompilerDeclContext` and `ToCompilerDecl` take their arguments as
references, but all callers are pointers. This changes the signature to
take pointers, then addresses the comments at
https://github.com/llvm/llvm-project/pull/173111#discussion_r2673140167
Commit: 289a3292be0c6a3df86bcdf5be7dd05b79a5570c
https://github.com/llvm/llvm-project/commit/289a3292be0c6a3df86bcdf5be7dd05b79a5570c
Author: Jonathan Cohen <joncoh at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
Log Message:
-----------
[EarlyIfConversion] Fix loop invariant operands check (#174765)
Fixes a bug in the check which prevented walking up the operands
of the branch condition beyond the operands to the branch instruction
itself.
Commit: c379a88c09af4657d609888a46ada7719b2c9da9
https://github.com/llvm/llvm-project/commit/c379a88c09af4657d609888a46ada7719b2c9da9
Author: Shilei Tian <i at tianshilei.me>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
Log Message:
-----------
[NFC][AMDGPU] Reorganize features for gfx125x (#175054)
Commit: 21a1e6e6a70d70635c68b9aaa54f816ae36a6416
https://github.com/llvm/llvm-project/commit/21a1e6e6a70d70635c68b9aaa54f816ae36a6416
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/Shell/ScriptInterpreter/Python/io.test
Log Message:
-----------
[lldb] skip the python interactive I/O test on windows (#175055)
There is no indication this ever worked on windows as this is the first
test that checks python interactive console from a file.
Looking at the error from the CI, It closed the interpreter before
running any python commands.
Will reconfirm this when I have access to a windows machine.
>From https://github.com/llvm/llvm-project/pull/174216
Commit: 708663c8e6892891d401f8477e6d68759d1a792d
https://github.com/llvm/llvm-project/commit/708663c8e6892891d401f8477e6d68759d1a792d
Author: Anshil Gandhi <95053726+gandhi56 at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
Log Message:
-----------
Precommit test for PR #171012 (#171013)
This patch precommits a test where base offsets are negative. PR
[171012](https://github.com/llvm/llvm-project/pull/171012 ) will
eliminate negative offsets by sorting the scratch instructions.
Commit: 6e1acd061e74f44df6d53d54c78d1e50790456a8
https://github.com/llvm/llvm-project/commit/6e1acd061e74f44df6d53d54c78d1e50790456a8
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
Log Message:
-----------
[SLP]Update deps for copyables operands, if the user is used several times in node
If the user instruction is used several times in the node, and in one
cases its operand is copyable, but in another is not, need to check all
operands to be sure we do not miss scheduling
Commit: 8c830d3117e0f19fceb9a2657562831c350d438f
https://github.com/llvm/llvm-project/commit/8c830d3117e0f19fceb9a2657562831c350d438f
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
Log Message:
-----------
[VPlan] Merge cases inferring type of operand 0 (NFC).
Merge all cases that infer the scalar type of operand 0 in
inferScalarTypeForRecipe(const VPInstruction).
Commit: f79f50cd547d0582af15aebd3a0413136b9311ae
https://github.com/llvm/llvm-project/commit/f79f50cd547d0582af15aebd3a0413136b9311ae
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
M mlir/include/mlir/Dialect/OpenACC/OpenACCBase.td
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/include/mlir/Dialect/OpenACC/OpenACCOpsInterfaces.td
M mlir/include/mlir/Dialect/OpenACC/Transforms/Passes.td
M mlir/lib/Dialect/OpenACC/IR/CMakeLists.txt
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/lib/Dialect/OpenACC/Transforms/CMakeLists.txt
A mlir/lib/Dialect/OpenACC/Transforms/OffloadLiveInValueCanonicalization.cpp
A mlir/test/Dialect/OpenACC/offload-livein-value-canonicalization.mlir
Log Message:
-----------
[mlir][acc] Add OffloadLiveInValueCanonicalization pass (#174671)
Introduce a pass to canonicalize live-in values for regions that will be
outlined for device execution.
When a region is outlined, values defined outside but used inside become
arguments to the outlined function. However, some values cannot or
should not be passed as arguments:
- Synthetic types (shape metadata, field indices)
- Constants better recreated inside the region
- Address-of operations for device-resident globals
This pass identifies such values and either sinks the defining operation
into the region (when all uses are inside) or clones it inside (when
uses exist both inside and outside).
To identify target regions in a dialect-agnostic way, this patch
introduces `OffloadRegionOpInterface`. This marker interface allows the
pass to work uniformly across OpenACC compute constructs, GPU
operations, and other offload dialects without hardcoding operation
types. The interface is attached to `acc.parallel`, `acc.kernels`, and
`acc.serial` directly through TableGen. It is also being attached to
`gpu.launch` and `cuf.kernel`, the latter through the FIR OpenACC
extensions.
The pass leverages existing interfaces for candidate detection:
`OutlineRematerializationOpInterface` marks operations producing
non-argument-passable values, while `ViewLikeOpInterface` and
`PartialEntityAccessOpInterface` allow tracing through casts and views
to find original defining operations. OpenACCSupport analysis provides
symbol validation for address-of operations.
Commit: 4327bb49aa6d77f2b400a45b0f7b6657f8c32342
https://github.com/llvm/llvm-project/commit/4327bb49aa6d77f2b400a45b0f7b6657f8c32342
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/docs/DeveloperPolicy.rst
Log Message:
-----------
DeveloperPolicy: Add note about legacy bitcode performance (#174720)
Note that bitcode does not attempt to guarantee performance
parity with upgraded bitcode.
Commit: 6506f92844cfc56f84d1edc42034369eb3369111
https://github.com/llvm/llvm-project/commit/6506f92844cfc56f84d1edc42034369eb3369111
Author: Victor Chernyakin <chernyakin.victor.j at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
Log Message:
-----------
[clang-tidy] Prefer the faster LLVM ADT sets and maps over `std::` ones (#174357)
The LLVM docs give a good description of [why `std::` containers are
slower than LLVM
alternatives](https://llvm.org/docs/ProgrammersManual.html#set). To see
what difference switching to the LLVM ones made, I [reused the
approach](https://github.com/llvm/llvm-project/pull/174237#issuecomment-3707395449)
of measuring how long it takes to run all checks over all standard
library headers (MSVC STL in my case). Using hyperfine (which basically
runs a program multiple times and computes how long it took):
```sh
hyperfine --shell=none './build/release/bin/clang-tidy --checks=* all_headers.cpp -header-filter=.* -system-headers -- -std=c++23'
```
...the results were:
Before:
```
Benchmark 1: ./build/release/bin/clang-tidy --checks=* all_headers.cpp -header-filter=.* -system-headers -- -std=c++23
Time (mean ± Ļ): 53.253 s ± 0.089 s [User: 46.480 s, System: 6.748 s]
Range (min ⦠max): 53.118 s ⦠53.440 s 10 runs
```
After:
```txt
Benchmark 1: ./build/release/bin/clang-tidy --checks=* all_headers.cpp -header-filter=.* -system-headers -- -std=c++23
Time (mean ± Ļ): 51.798 s ± 0.126 s [User: 45.194 s, System: 6.575 s]
Range (min ⦠max): 51.620 s ⦠51.995 s 10 runs
```
...which is a nice little speedup for just switching some containers. I
didn't investigate which checks in particular were the source of the
speedup though.
Commit: c36abf67bb2479fcb3ddee942b5c09c60109500d
https://github.com/llvm/llvm-project/commit/c36abf67bb2479fcb3ddee942b5c09c60109500d
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[bazel] Port f79f50c (#175068)
Co-authored-by: Pranav Kant <prka at google.com>
Commit: a209ff855bfaafe7930dd35a1731220e65aebaf9
https://github.com/llvm/llvm-project/commit/a209ff855bfaafe7930dd35a1731220e65aebaf9
Author: azwolski <antoni.zwolski at intel.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
Log Message:
-----------
[InstCombine] Limit canonicalization of extractelement(cast) to constant index or same basic block (#166227)
The current canonicalization of extractelement(cast) requires that the
CastInst has only one use. However, when that use occurs inside a loop,
it still satisfies this condition, even though the cast is effectively
used multiple times, once per iteration, rather than truly being used
once.
```cpp
} else if (auto *CI = dyn_cast<CastInst>(I)) {
// Canonicalize extractelement(cast) -> cast(extractelement).
// Bitcasts can change the number of vector elements, and they cost
// nothing.
if (CI->hasOneUse() && (CI->getOpcode() != Instruction::BitCast)){
```
Before
```llvm
%34 = fptosi <4 x float> %33 to <4 x i32>
;/loop{
%40 = extractelement <4 x i32> %34, i32 %36
```
After
```llvm
;/loop{
%37 = extractelement <4 x float> %30, i32 %32
%38 = fptosi float %37 to i32
```
After canonicalization, for this particular example, it no longer uses a single instruction to cast the entire vector at once, but instead performs the cast for every element separately, which is less performant.
Ideally, we would like to check if the cast instruction **has one use and that this use is not called inside a loop**. However, InstCombine/InstCombineVectorOps.cpp does not provide utilities like `LoopInfo` to check that. It might be possible to approximate this by analyzing basic block successors or by building a dominance tree, but that may be a costly solution.
A solution to prevent this optimization could be to check if the index is an immediate value and if the use is inside the same basic block as the cast instruction:
```cpp
if (CI->hasOneUse() && (CI->getOpcode() != Instruction::BitCast)) {
Instruction *U = cast<Instruction>(*CI->user_begin());
if (U->getParent() == CI->getParent() || isa<ConstantInt>(Index)){
```
Fixes: https://github.com/llvm/llvm-project/issues/165793
Commit: 51c37f4c1e4a5add3de83bcbb1fa59cd88d5704f
https://github.com/llvm/llvm-project/commit/51c37f4c1e4a5add3de83bcbb1fa59cd88d5704f
Author: HighW4y2H3ll <zhenghaohuu at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
Log Message:
-----------
[CodeGen] Strip Coroutine suffixes when generating pseudo probe (#173834)
CoroSplit pass now creates separate DWARF symbols with the `.resume`,
`.destroy`, `.cleanup` suffixes.
https://github.com/llvm/llvm-project/pull/141889 But pseudo probes are
created in an earlier pass (`SampleProfileProbePass`) before the
CoroSplit, which creates a mismatch of Function GUIDs between the
original function name and the function names with the coroutine
suffixes during the CodeGen when the AsmPrinter iterates through the
`InlinedAt` chain and generates the `InlineStack`.
This will create mismatched pseudo probes in the final binary and
llvm-profgen will also fail when parsing the pseudo probe section. This
fix simply strips the coroutine suffixes from the inline callers' name,
so the CoroSplit changes will be transparent.
Commit: aba7d72c8da85c35c5ae4f74f6f86f06414bf93f
https://github.com/llvm/llvm-project/commit/aba7d72c8da85c35c5ae4f74f6f86f06414bf93f
Author: Erick Ochoa Lopez <erick.ochoalopez at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp
M mlir/test/Conversion/AMDGPUToROCDL/amdgpu-to-rocdl.mlir
Log Message:
-----------
[mlir][amdgpu] gfx1250+ lower fat_raw_pointer_cast (#175047)
* numRecords are set to all 1s if out of bounds is not requested.
* set flags correctly to zero.
Commit: 86b95b0c402ac8fae0fd4d2f62ad412918ad4254
https://github.com/llvm/llvm-project/commit/86b95b0c402ac8fae0fd4d2f62ad412918ad4254
Author: Wei Wang <apollo.mobility at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
Log Message:
-----------
[SampleProf] Handle coro wrapper function name canonicalization (#174881)
Fix an issue where `FunctionSamples::getCanonicalFnName` incorrectly
canonicalizes coro await suspense wrapper functions to collide with the
coro function itself. This causes the sample annotation to skip coro
function. Canonicalization strips everything comes after the first dot
(.), unless the function attribute
"sample-profile-suffix-elision-policy" is set to "selected", in which
case it strips after the known suffixes. The wrapper function name has
the suffix of ".__await_suspend_wrapper__" + await_kind. Add the
attribute to wrapper function so that the suffix is not stripped.
Commit: c02da3d903ecde49d1dcc3965658beaa55f99e32
https://github.com/llvm/llvm-project/commit/c02da3d903ecde49d1dcc3965658beaa55f99e32
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
Log Message:
-----------
[SPIR-V] Add clang builtin for subgroup shuffles (#174655)
Summary:
This is an attempt to begin filling out some missing pieces to allow
more generic compute code to use SPIR-V flavored builtins. This should
provide the basic shuffle operation. The next most important one is the
ballot, but I don't think we have an IR intrinsic for that yet.
I don't know SPIR-V very well so let me know if this is the proper
function with the proper semantic checks.
Commit: b86ac2a580d21bd1020906f8887f7851d86f43a7
https://github.com/llvm/llvm-project/commit/b86ac2a580d21bd1020906f8887f7851d86f43a7
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
A clang/test/CodeGenSPIRV/Builtins/group.c
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
Log Message:
-----------
[SPIR-V] Add clang builtin for group-wide barrier (#175064)
Summary:
This adds a clang builtin for the existing group sync. I was considering
instead exposing a raw barrier operation and chaining it with a
`__scoped_atomic_thread_fence` but this seemed simpler. Right now this
implies a sequentially consistent memory fence. These semantics should
already match with what's implied with CUDA `__syncthreads`. I'm unsure
if there's a situation where we'd need more control. If we want more
control we'd probably just want to match it up with the scoped atomic
scopes.
Commit: fdead4dfe4561fbb4527aadfa1a7a7d347d9feb3
https://github.com/llvm/llvm-project/commit/fdead4dfe4561fbb4527aadfa1a7a7d347d9feb3
Author: Maksim Panchenko <maks at fb.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
A bolt/Maintainers.md
R bolt/Maintainers.txt
M llvm/Maintainers.md
Log Message:
-----------
[BOLT] Update maintainers list
Commit: f7b20ec57f499e98409f1c8f403a650e4e94cf80
https://github.com/llvm/llvm-project/commit/f7b20ec57f499e98409f1c8f403a650e4e94cf80
Author: vangthao95 <vang.thao at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
Log Message:
-----------
[AMDGPU][GlobalISel] Add RegBankLegalize support for G_UMULH, G_SMULH (#174555)
Commit: 5cf92086b78c6797647aaf351f4dd26fbf2244c4
https://github.com/llvm/llvm-project/commit/5cf92086b78c6797647aaf351f4dd26fbf2244c4
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
Log Message:
-----------
[AMDGPU] Optimize block count calculations to the new ABI (#174112)
Summary:
We already have a way to get the block count using the old grid size
lookup and dividing it by the number of threads. We did not want to make
a new intrinsic to do the same thing, so this optimization pattern
matches on this usage to automatically optimize it to the new form. This
should improve performance of old kernels by converting branches into a
simple index lookup and removing the division.
Commit: 5ab966aacbd8bbe95bf858110569a8205b7f8c79
https://github.com/llvm/llvm-project/commit/5ab966aacbd8bbe95bf858110569a8205b7f8c79
Author: Alireza Torabian <alireza.torabian at huawei.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
A llvm/test/Transforms/LoopFusion/pr166356.ll
Log Message:
-----------
[LoopFusion] Non-loop block must be the immediate successor of exit (#175034)
Loop fusion assumes the non-loop block of a guarded adjacent loop is the
immediate successor of its exit block. This patch ensures this condition
is hold and fixes the crash #166356.
Commit: 583ce49a4088dd85c050b45e03c48b938fa60bff
https://github.com/llvm/llvm-project/commit/583ce49a4088dd85c050b45e03c48b938fa60bff
Author: fineg74 <61437305+fineg74 at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M offload/plugins-nextgen/level_zero/include/L0Device.h
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
Log Message:
-----------
[OFFLOAD] Make L0 provide more information about device to be consistent with other plugins (#172946)
Update information about devices provided by level zero plugin in order
to be more consistent with other plugins.
Commit: f59d12001fd877e44e25f260db888a352d5ab755
https://github.com/llvm/llvm-project/commit/f59d12001fd877e44e25f260db888a352d5ab755
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Target/Thread.cpp
M lldb/unittests/Thread/ThreadTest.cpp
Log Message:
-----------
[lldb] Keep the unexpected b/p state for suspended threads (#174264)
This fixes stepping out for a case when two threads reach the
stepping-out target breakpoint simultaneously, but a concurrent thread
executes the breakpoint first. The issue affects platforms with software
breakpoints. The scenario is as follows:
* The `step-out` command is executed for thread `A`.
* `ThreadPlanStepOut` creates a breakpoint at the target location.
* All threads are resumed, because the `step-out` command does not
suspend other threads.
* Threads `A` and `B` reach the stepping-out address at the same time,
but `B` executes the breakpoint instruction first.
* `SetThreadStoppedAtUnexecutedBP()` is called for thread `A`, and
`SetThreadHitBreakpointSite()` is called for thread `B`.
* Thread `B` has no plans to stop at this location, so
`ThreadPlanStepOverBreakpoint` is scheduled.
* The plan disables the breakpoint and resumes thread `B` with
`eStateStepping`; for thread `A`, `ShouldResume(eStateSuspended)` is
called, which clears `m_stopped_at_unexecuted_bp`.
* After the stepping, `ThreadPlanStepOverBreakpoint` finishes, the
breakpoint is re-enabled, and all threads are resumed.
* At this moment, thread `A` is still at the location of the breakpoint,
but `m_stopped_at_unexecuted_bp` is cleared, so
`Thread::SetupToStepOverBreakpointIfNeeded()` schedules
`ThreadPlanStepOverBreakpoint` for it.
* `ThreadPlanStepOverBreakpoint` steps over the target breakpoint, so
`ThreadPlanStepOut` can't catch the execution there.
Commit: 6c5535bd71f33fc8f4bc6e1c4118fb1d18caf0aa
https://github.com/llvm/llvm-project/commit/6c5535bd71f33fc8f4bc6e1c4118fb1d18caf0aa
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[SelectionDAG] Unify ISD::LOAD handling in ComputeNumSignBits. NFC (#175060)
Range metadata was handled in a ISD::LOAD case in the main opcode
switch. Extending loads and constant pools were handled with special
code after the main switch. Move this code into the ISD::LOAD case of
the main switch.
There is one slight change here, I put the Op.getResNo() == 0 check
before the range handling. This should be more correct.
Commit: 125a53ce599dbdbb6eb9f24db1f266fd700561f0
https://github.com/llvm/llvm-project/commit/125a53ce599dbdbb6eb9f24db1f266fd700561f0
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
R llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
Log Message:
-----------
Revert "[SLP]Update deps for copyables operands, if the user is used several times in node"
This reverts commit 6e1acd061e74f44df6d53d54c78d1e50790456a8 to fix
crashes detected in https://lab.llvm.org/buildbot/#/builders/25/builds/14678.
Commit: e4b97eb8a026dcf1f17d0af18f07b47e1b8536e9
https://github.com/llvm/llvm-project/commit/e4b97eb8a026dcf1f17d0af18f07b47e1b8536e9
Author: Nathan Corbyn <n_corbyn at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
Log Message:
-----------
[MachineVerifier](NFC)(TestOnly) Canonicalise top-level MachineVerifier tests (#172527)
Commit: a1c2882d72efa52cbbe29fa5927d995205e45a05
https://github.com/llvm/llvm-project/commit/a1c2882d72efa52cbbe29fa5927d995205e45a05
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
Log Message:
-----------
[ORC] Add JITDylibDefunct Error. (#174923)
This Error can be returned from operations on JITDylibs that cannot
proceed as the target JITDylib has been closed.
This patch uses the new error to replace an unsafe assertion in
JITDylib::define: If a JITDylib::define operation is run by an in-flight
task after the target JITDylib is closed it should error out rather than
asserting.
See also https://github.com/llvm/llvm-project/issues/174922
Commit: a1cfcc45cb29904a3c3be80cf32dc2b7530cd338
https://github.com/llvm/llvm-project/commit/a1cfcc45cb29904a3c3be80cf32dc2b7530cd338
Author: Wenju He <wenju.he at intel.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
Log Message:
-----------
[CodeGen] add RuntimeLibraryInfoWrapper pass to addPassesToEmitMC (#174682)
Register RuntimeLibraryInfoWrapper with the pass manager, following the
change in 04c81a99735c, so that codegen in JIT compiler using ORC JIT is
working correctly.
In our downstream target, memcpy was lowered to a loop because
RuntimeLibraryInfo was missing.
Commit: 2ac0dbdf5015e444dd6ef9f30027448e3b56ce59
https://github.com/llvm/llvm-project/commit/2ac0dbdf5015e444dd6ef9f30027448e3b56ce59
Author: Sterling-Augustine <saugustine at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Options/Options.td
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
A clang/test/Driver/sframe.c
A clang/test/Misc/cc1as-sframe.s
M clang/tools/driver/cc1as_main.cpp
Log Message:
-----------
[SFrame][Retry] Add assembler option --gsframe (#165806)
This plumbs the option --gsframe through the various levels needed to
support it in the assembler.
This is the final step in assembler-level sframe support for x86. With
it in place, clang produces sframe-sections that successfully link with
gnu-ld.
LLD support is pending some discussion.
The previous PR (https://github.com/llvm/llvm-project/pull/165322) had a
bad merge, but the only comments were as below. Both done.
1. Fix some stray formatting.
2. Add tests that:
the option is passed on to cc1
the correct error is emitted when an unsupported platform is used
the assembler behaves as expected (even if this has been tested
elsewhere, an end-to-end "integration" test would be useful)
The test for assembler behavior simply checks that an sframe section is
added, and is modeled after the similar one for crel.
Commit: 3fd745f73d4079c04a9884d1cb79a2fa4bc6a361
https://github.com/llvm/llvm-project/commit/3fd745f73d4079c04a9884d1cb79a2fa4bc6a361
Author: Ian Anderson <iana at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/Basic/DarwinSDKInfo.cpp
Log Message:
-----------
[clang][driver][darwin] Report bad SDKSettings as a fatal error rather than unreachable (#175073)
Fatal error is more appropriate than unreachable when the SDKSettings is
not in a recognized form (encountered in a few tests with incomplete
SDKSettings.json).
Commit: 51f6c5879315d7a64180a699ff6e1c467da930ba
https://github.com/llvm/llvm-project/commit/51f6c5879315d7a64180a699ff6e1c467da930ba
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/include/mlir/Bindings/Python/IRCore.h
Log Message:
-----------
[mlir][Python] fix namespace shadowing on MSVC (#175077)
If you set `MLIR_PYTHON_BINDINGS_DOMAIN=mlir`, you get namespace nesting
like `mlir::python::mlir` and then `mlir::Twine` shadows `llvm::Twine`
(but only on MSVC). So prefix with `::llvm` to have the correct root
namespace.
Co-authored-by: Abhishek Varma <abhvarma at amd.com>
Commit: 03ad3d2e8ff61b28a51de8ba904989f00eec1e95
https://github.com/llvm/llvm-project/commit/03ad3d2e8ff61b28a51de8ba904989f00eec1e95
Author: Anshil Gandhi <95053726+gandhi56 at users.noreply.github.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/Thumb/frame-chain.ll
Log Message:
-----------
[CodeGen] Consider imm offsets when sorting framerefs (#171012)
LocalStackSlotAllocation pass disallows negative offsets with respect to
a base register. The pass ends up introducing a new register for such
frame references. This patch helps LocalStackSlotAlloca to additionally
consider the immediate offset of an instruction, when sorting frame refs
- hence, avoiding negative offsets and maximizing reuse of the existing
registers.
Commit: a651edf6e6b360fe213f64ae0bad2ded2e033760
https://github.com/llvm/llvm-project/commit/a651edf6e6b360fe213f64ae0bad2ded2e033760
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/lib/Headers/gpuintrin.h
M clang/test/Headers/gpuintrin.c
Log Message:
-----------
[Clang] Make gpuintrin out of range grid dimension accessors match OpenCL (#174605)
Summary:
Currently these return an unreachable / invalid value if used out of
range. This PR changes this to match the OpenCL behavior to both give it
a defined value and make it easier to use in those contexts.
Commit: f90cbc61afa44d59efca2af3f2814e49aad6c517
https://github.com/llvm/llvm-project/commit/f90cbc61afa44d59efca2af3f2814e49aad6c517
Author: Nick Sarnie <nick.sarnie at intel.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M offload/test/tools/llvm-omp-device-info.c
Log Message:
-----------
[offload][lit] Enable llvm-omp-device-info.c on Intel GPUs (#175084)
It's XPASSing after https://github.com/llvm/llvm-project/pull/172946.
https://lab.llvm.org/staging/#/builders/225/builds/313
Signed-off-by: Nick Sarnie <nick.sarnie at intel.com>
Commit: bfd139dacd52e4b2b1af22666846f4e3c5b52a02
https://github.com/llvm/llvm-project/commit/bfd139dacd52e4b2b1af22666846f4e3c5b52a02
Author: eiytoq <eiytoq at outlook.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/include/__numeric/midpoint.h
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
Log Message:
-----------
[libc++] Fix LWG 4265: std::midpoint should not accept const bool (#174579)
Fixes: #171324
---------
Co-authored-by: Hristo Hristov <hghristov.rmm at gmail.com>
Commit: 208687e4a308917f16a188f2785ce77e6ca5487f
https://github.com/llvm/llvm-project/commit/208687e4a308917f16a188f2785ce77e6ca5487f
Author: HighW4y2H3ll <zhenghaohuu at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
Log Message:
-----------
[SampleProfile] Fix pseudo-probe-coro-debug-fix.ll to only x86 targets (#175093)
Test case in https://github.com/llvm/llvm-project/pull/173834 is failing
on non-x86 targets. Adding `REQUIRES: x86-registered-target` to fix the
failures.
Commit: 7a22bea5125a051012f1a44be460bd38d9e5d0d1
https://github.com/llvm/llvm-project/commit/7a22bea5125a051012f1a44be460bd38d9e5d0d1
Author: Derek Schuff <dschuff at chromium.org>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
Log Message:
-----------
[WebAssembly] Expand vector frem instructions (#174854)
Commit
https://github.com/llvm/llvm-project/commit/6ad41bcc498b7c186ceb54616c3697fc9873c04a
changed how frem is expanded during legalization and it
broke WebAssembly but we were missing test coverage. We want to maintain
our previous behavior of unrolling vectors and using a libcall to
implement scalar frem. I'm not sure why this now has to be different
(in ISelLowering) from other libcalls like fsin which work the same way
in the end, but this code does accurately describe what we want.
Fixes: https://github.com/emscripten-core/emscripten/issues/25991
Commit: 568b8e4873b2d04be7ab302246c8e3986ea61176
https://github.com/llvm/llvm-project/commit/568b8e4873b2d04be7ab302246c8e3986ea61176
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-names.cpp
Log Message:
-----------
[flang] Add traits to several AST nodes (#175065)
There are quite a few AST nodes that don't have any of the standard
traits (Wrapper/Tuple/etc). Because of that they require special
handling in the parse tree visitor.
Convert a subset of these nodes to the typical format, and remove the
special cases from the parse tree visitor.
Commit: 6de75a97c3861a27e173ed478712ebb26c72f793
https://github.com/llvm/llvm-project/commit/6de75a97c3861a27e173ed478712ebb26c72f793
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/test/clang-doc/json/class.cpp
Log Message:
-----------
[clang-doc] Add protected methods to class template (#174884)
Protected method tags already existed in the class template, but they didn't conform to the current JSON scheme.
Commit: 3b0107113927279780e7faa3b6de7ba2ee06e4ac
https://github.com/llvm/llvm-project/commit/3b0107113927279780e7faa3b6de7ba2ee06e4ac
Author: Ian Anderson <iana at apple.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang/test/CMakeLists.txt
Log Message:
-----------
[clang][test] Rebuild lld if the clang driver tests will use it (#174512)
The clang driver tests use lld, so set that as a dependency.
Commit: d0673797a886681e91ec7a82b5ca0f2a1c00d350
https://github.com/llvm/llvm-project/commit/d0673797a886681e91ec7a82b5ca0f2a1c00d350
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M mlir/lib/Dialect/OpenACC/Transforms/OffloadLiveInValueCanonicalization.cpp
Log Message:
-----------
[mlir][acc] Fix unused variable warning in non-asserts build (#175101)
f79f50cd547d0582af15aebd3a0413136b9311ae added a pass that has an
iteration variable that is only used behind a LLVM_DEBUG macro which are
no-op in release builds, thus leaving the variable unused.
Commit: 5f531ee77565343d3cb89d76c6b19601873ee835
https://github.com/llvm/llvm-project/commit/5f531ee77565343d3cb89d76c6b19601873ee835
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
Log Message:
-----------
[BoundsChecking] Clamp trap ID if it would overflow (#175103)
This was exposed by a83c89495ba6fe0134dcaa02372c320cc7ff0dbf. We were
trying to create 8-bit integers to represent the size of the function,
which might be larger than what can fit in an 8-bit integer. This patch
clamps the argument and adds a regression test.
Commit: 4fa0767591b8dad1bc28dd5d82d64a197c74f9eb
https://github.com/llvm/llvm-project/commit/4fa0767591b8dad1bc28dd5d82d64a197c74f9eb
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
Log Message:
-----------
[clang-doc] Don't serialize non-existant locations in HTML (#174887)
The function template didn't check to see if a `Location` existed before
emitting the definition location line.
Commit: d27672b5d2d1387b83e01b3c321f8fbe0740b608
https://github.com/llvm/llvm-project/commit/d27672b5d2d1387b83e01b3c321f8fbe0740b608
Author: Rana Pratap Reddy <109514914+ranapratap55 at users.noreply.github.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsAMDGPU.def
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
Log Message:
-----------
[AMDGPU] Modifies raytracing and wmma builtin def to take _Float16 for HIP/C++ (#175039)
For raytrace and wmma builtins, using 'x' in the def to take _Float16
for HIP/C++ and half for OpenCL.
Commit: bafbf2d58decf3f90be1675320f9ebf86582a9fc
https://github.com/llvm/llvm-project/commit/bafbf2d58decf3f90be1675320f9ebf86582a9fc
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV] Add rules for Zca+Zcb+Zcmp+Zcmpt implying Zce. (#175041)
The implication rules need to consider whether F is enabled like was
done for C in #172860.
Commit: 906b48616c03948a4df62a5a144f7108f3c455e8
https://github.com/llvm/llvm-project/commit/906b48616c03948a4df62a5a144f7108f3c455e8
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
A llvm/test/ExecutionEngine/JITLink/Generic/backtrace-symbolication.ll
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[ORC] Add utilities for limited symbolication of JIT backtraces (#175099)
This patch adds tools for capturing symbol information from JIT'd code
and using it to symbolicate backtraces. This is useful for debugging
crashes in JIT-compiled code where traditional symbolication tools may
not have access to the JIT symbol table. These tools are not a general
solution to the JIT symbolication problem (that will require further
integration with system components like libunwind, the dynamic linker,
and/or crash tracing tools), but will aid in JIT debugging and
development until a general solution is available.
APIs Added:
1. SymbolTableDumpPlugin - A LinkGraphLinkingLayer::Plugin that captures
symbol information as code is JIT'd and writes it to a file.
- Create(StringRef Path) ->
Expected<std::shared_ptr<SymbolTableDumpPlugin>> Creates a plugin that
appends symbol information to the specified file.
- Symbol table format: "<link graph name>" <address> <symbol name>
<address> <symbol name> ...
The plugin uses a PostAllocationPass to write symbols after addresses
have
been assigned but before the code is finalized.
2. DumpedSymbolTable - A class for symbolicating backtraces using a
previously dumped symbol table.
- Create(StringRef Path) -> Expected<DumpedSymbolTable> Loads and parses
a symbol table from a file.
- symbolicate(StringRef Backtrace) -> std::string Given text of a
backtrace, for rows ending with a hex address, adds the symbol name,
offset, and defining graph name.
New `llvm-jitlink` Command Line Options:
1. -write-symtab=<path> Enables the SymbolTableDumpPlugin to write
symbol information to the specified file as objects are JIT'd. The
symbol table can then be used to symbolicate backtraces from crashes or
signal handlers.
2. -symbolicate-with=<path> Runs llvm-jitlink in symbolication mode.
Reads the symbol table from <path> and symbolicates backtraces read from
stdin or input files.
Usage Examples:
$ llvm-jitlink -write-symtab=symbols.txt mycode.o
$ llvm-jitlink -symbolicate-with=symbols.txt - < backtrace.txt
Commit: 2daf3216607fec7a68686c194f75cac3e9630da4
https://github.com/llvm/llvm-project/commit/2daf3216607fec7a68686c194f75cac3e9630da4
Author: Kshitij Paranjape <kshitijvparanjape at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
Log Message:
-----------
[InstCombine] Add support for Instruction combining of hyperbolic functions (#173730)
Fixes llvm/llvm-project#173706
Commit: 631645cae8dcaa3d0521e12dcc2ff81087494358
https://github.com/llvm/llvm-project/commit/631645cae8dcaa3d0521e12dcc2ff81087494358
Author: Dan Liew <dan at su-root.co.uk>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
Log Message:
-----------
[LLDB] Improve the logging output from InstrumentationRuntimeBoundsSafety plugin (#175082)
This change makes several improvements:
* Adds some additional logging in the
`InstrumentationBoundsSafetyStopInfo` constructor. In particular logging
is now emitted along the success path so we can see what the plugin
computed.
* `ComputeStopReasonAndSuggestedStackFrame` now logs if the debug info
vs no debug info path is taken.
* `CheckIfRuntimeIsValid` now prints the correct module path. Previously
it always printed `<unknown module>`.
* `Deactivate` now prints the breakpoint number correctly. Previously
this would try to print signed breakpoints IDs as unsigned. This problem
was observable because internal breakpoints use negative breakpoint IDs.
rdar://167797706
Commit: 451ca458cf51d553f5c49e67d841280e8166f933
https://github.com/llvm/llvm-project/commit/451ca458cf51d553f5c49e67d841280e8166f933
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
A llvm/test/ExecutionEngine/JITLink/AArch64/backtrace-symbolication.s
R llvm/test/ExecutionEngine/JITLink/Generic/backtrace-symbolication.ll
Log Message:
-----------
[llvm-jitlink] Replace IR backtrace symbolication testcase with asm. (#175117)
Some builds (e.g.
https://lab.llvm.org/buildbot/#/builders/154/builds/26180) failed for
this testcase, for reasons that aren't immediately clear from the logs.
Since the options being tested are for debugging only, this commit
switches to testing Darwin/arm64 only.
Whne similar backtrace symbolication options are added to lli we can
reintroduce a generic testcase and start investigating these failures.
Commit: 6902f3310e172afcb9d4f4eb78ecad2b6fc0608a
https://github.com/llvm/llvm-project/commit/6902f3310e172afcb9d4f4eb78ecad2b6fc0608a
Author: Boyao Wang <wangboyao at bytedance.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/zibi.ll
Log Message:
-----------
[RISCV] Add support for Zibi experimental extension in RISCVRedundantCopyElimination (#174920)
This patch is like what Xqcibi did in https://github.com/llvm/llvm-project/pull/174358.
Commit: a39f6176af14d8a1360f2b77d6d0e2d4be841fc4
https://github.com/llvm/llvm-project/commit/a39f6176af14d8a1360f2b77d6d0e2d4be841fc4
Author: lonely eagle <2020382038 at qq.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/lib/Analysis/DataFlow/DeadCodeAnalysis.cpp
M mlir/test/lib/Analysis/DataFlow/TestDenseBackwardDataFlowAnalysis.cpp
Log Message:
-----------
[mlir][dataflow] Use successor.isParent to replace successor.getSuccessor (NFC) (#174615)
When we check the condition. To make the code logic clearer, use
successor.isParent to replace successor.getSuccessor.
Commit: 8853caf94eba0bd331d723f3b531faee5f39d7e5
https://github.com/llvm/llvm-project/commit/8853caf94eba0bd331d723f3b531faee5f39d7e5
Author: Alexander Richardson <alexrichardson at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
Log Message:
-----------
[Xtensa] Fix implicit trunc assertion in LowerImmediate
Needed since https://github.com/llvm/llvm-project/pull/171456.
Pull Request: https://github.com/llvm/llvm-project/pull/175059
Commit: 1a53a285085710c030fa38d58f357fa0e6312fc8
https://github.com/llvm/llvm-project/commit/1a53a285085710c030fa38d58f357fa0e6312fc8
Author: Alexander Richardson <alexrichardson at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/test/CodeGen/Xtensa/mul.ll
Log Message:
-----------
[Xtensa] Regenerate test/CodeGen/Xtensa/mul.ll to fix test
It appears the codegen for mulhsu_i64 has changed recently. I noticed this
test failing locally since some time in December, so I am not sure which
commit triggered it. The assembly diff is quite large so I haven't reviwed
it.
Pull Request: https://github.com/llvm/llvm-project/pull/175062
Commit: 9395381da6021abf24d42356ab054cdbc8f9b1f9
https://github.com/llvm/llvm-project/commit/9395381da6021abf24d42356ab054cdbc8f9b1f9
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-08 (Thu, 08 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64MIPeepholeOpt.cpp
M llvm/test/CodeGen/AArch64/aarch64-addv.ll
M llvm/test/CodeGen/AArch64/aarch64-matrix-umull-smull.ll
M llvm/test/CodeGen/AArch64/arm64-vector-insertion.ll
M llvm/test/CodeGen/AArch64/bitcast-extend.ll
M llvm/test/CodeGen/AArch64/combine-sdiv.ll
M llvm/test/CodeGen/AArch64/ctpop.ll
M llvm/test/CodeGen/AArch64/fpclamptosat_vec.ll
M llvm/test/CodeGen/AArch64/implicitly-set-zero-high-64-bits.ll
R llvm/test/CodeGen/AArch64/neon-lowhalf128-optimisation.ll
M llvm/test/CodeGen/AArch64/peephole-insvigpr.mir
M llvm/test/CodeGen/AArch64/srem-seteq-illegal-types.ll
Log Message:
-----------
Revert "[AArch64] Fold scalar-to-vector shuffles into DUP/FMOV" (#175123)
Reverts llvm/llvm-project#166962
Causes compile time issues in a tensorflow kernel. See the original PR
for discussion.
Commit: eec258dcf38d527cf23cb4c30af63446b1074c8d
https://github.com/llvm/llvm-project/commit/eec258dcf38d527cf23cb4c30af63446b1074c8d
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
Log Message:
-----------
[clang][bytecode] Diagnose unknown reference params pre-C++23 (#175013)
Otherwise, we will ultimately create dummy pointers for them and
possibly not diagnose anything.
Commit: 66d41f848393cdb4253fb1a845e3c277efe53ded
https://github.com/llvm/llvm-project/commit/66d41f848393cdb4253fb1a845e3c277efe53ded
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
M llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
Log Message:
-----------
Reapply "[llvm-exegesis] Add AArch64 operand initializers, SetRegTo" (#174729) (#174944)
This reverts commit f68774fd1ad570fef850439ac163b61dc96b98f1. The
original PR broke the sanitizer-aarch64-linux-bootstrap-asan builder:
https://lab.llvm.org/buildbot/#/builders/24/builds/16298
The cause of the failure was exegesis producing inconsistent results
across libc++ implementations when seeded with
'--random-generator-seed=<seed>'. The failing Buildbot does a 2-stage
build, in the 1st stage it builds LLVMs libc++ then builds LLVM with it
in the 2nd stage. The exegesis implementation relies on
uniform_int_distribution which doesn't guarantee consistent results
across implementations.
The tests seeded the RNG because FileCheck can't handle the wrap around
constraint of the register pairs, e.g. { v31.1d, v0.1d }. The test is
updated to no longer rely on '--random-generator-seed'. Unfortunately
the tests aren't particularly good anymore, but not sure what else can
be done for now.
Commit: a2e8394997b99ca803f72b5322afcc3a63421082
https://github.com/llvm/llvm-project/commit/a2e8394997b99ca803f72b5322afcc3a63421082
Author: Martin Storsjƶ <martin at martin.st>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/test/MinGW/driver.test
Log Message:
-----------
[LLD] [MinGW] Add the --fat-lto-objects flag (#174962)
This uses the same syntax as the ELF linker (added in
14e3bec8fc3e1f10c3dc57277ae3dbf9a4087b1c), mapping it to the recently
added COFF linker flag in
759fb0a224e85c01fffcd42b1e71a4bea6fc757e.
Commit: 9f5efd5d03710480e5bf29ffa79d556d0d90f456
https://github.com/llvm/llvm-project/commit/9f5efd5d03710480e5bf29ffa79d556d0d90f456
Author: William Tran-Viet <wtranviet at proton.me>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libcxx/include/optional
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
Log Message:
-----------
[libc++] Correct `optional<T&>` implementation (#174537)
Resolves #174350
- Several issues were found in the current implementation of
`optional<T&>`
- `value()`, `operator*()`, `and_then()`, `transform()`, `operator->()`
still provided their ref-qualified versions for rvalues and `const&`.
- Using the listed methods on an rvalue `optional<T&>` would cause a
compile failure due to a mismatch in return types.
- On the latter, `operator*`, `operator->` would return `const` for a
`optional<T&>`, which is an incorrect deep const.
- A few constructors were missing (`optional<U>&`), and most
constructors relevant to `optional<T&>` were missing `noexcept`
- Constructors and `emplace` were not correctly constructing a `T&` as
specified in _`convert-ref-init-val`_
- Also corrects the behavior of `value_or` which should return
`remove_cv_t<T>` (in our case `decay_t<_Tp>`)
- Add several test cases to verify behavior, update `value_or` tests
Commit: 35e540d7801ac8e229fac8ef418ee81414f2f249
https://github.com/llvm/llvm-project/commit/35e540d7801ac8e229fac8ef418ee81414f2f249
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/include/clang/Sema/Template.h
M clang/test/SemaTemplate/concepts.cpp
Log Message:
-----------
[Clang] Let isAnyArgInstantiationDependent handle Null template arguments (#174698)
Unused template parameters, though never referenced during substitution,
must remain in the MLTAL to preserve consistent template parameter
indices.
The null type placeholder plays this role, while
isAnyArgInstantiationDependent() doesn't properly handle this case when
checking nested constraints.
There is no release note because this is a regression from concept
parameter mapping.
Fixes https://github.com/llvm/llvm-project/issues/174667
Commit: bd87ab123ac6414960755db8fb38d2c320732372
https://github.com/llvm/llvm-project/commit/bd87ab123ac6414960755db8fb38d2c320732372
Author: David Green <david.green at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
M llvm/test/CodeGen/AArch64/stack-hazard.ll
Log Message:
-----------
[AArch64] Optimize ANDS(CSET, CSET) to CCMP. (#174919)
We have existing optimizations for and(cset, cset) and or(cset, cset),
converting them to more optimal ccmp chains. This makes use of the same
optimization for ANDS instructions that do not require the result of the
AND (i.e. TSTs). We generate a cmp from a cset, for the flags produced
by the ANDS. This will then be optimised away in many cases, leaving the
ccmp and use of the flags.
Commit: 1c07ba612d03b05b2ff72f36bd5da6b732f931e4
https://github.com/llvm/llvm-project/commit/1c07ba612d03b05b2ff72f36bd5da6b732f931e4
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
Log Message:
-----------
[SeparateConstOffsetFromGEP] Use getSigned() for accumulated offset
It's a signed quantity.
Fixes the issue reported at:
https://github.com/llvm/llvm-project/pull/171456#issuecomment-3727345950
Commit: 4684e504a8bd84c8c12c0f4ba47f13f3f7c422c5
https://github.com/llvm/llvm-project/commit/4684e504a8bd84c8c12c0f4ba47f13f3f7c422c5
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
Log Message:
-----------
[Instcombine] Ensure simplifyValueKnownNonZero adds instrs in dominance order (#173703)
This was found by a fuzzer I'm working on. The high-level design is to
randomly generate LLVM IR, run a pass on it, and then run the original
and new IR through the interpreter. They should produce the same
results. Right now I'm only fuzzing instcombine.
Commit: c39f8b47306e0ad494add86313deda07d5e5df3a
https://github.com/llvm/llvm-project/commit/c39f8b47306e0ad494add86313deda07d5e5df3a
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
Log Message:
-----------
[Instcombine] Fix infinite loop in visitSelectInst (#173704)
Doing a nop replaceOperand leads us into an infinite loop here.
This was found by a fuzzer I'm working on. The high-level design is to
randomly generate LLVM IR, run a pass on it, and then run the original
and new IR through the interpreter. They should produce the same
results. Right now I'm only fuzzing instcombine.
Commit: a4ee3d9d7cdd2c99de796073267c94374e6ebb82
https://github.com/llvm/llvm-project/commit/a4ee3d9d7cdd2c99de796073267c94374e6ebb82
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstCombine/minmax-fp.ll
Log Message:
-----------
[Instcombine] Fix crash in foldMinimumMaximumSharedOp (#173705)
We were missing a check that the inner intrinsic is in fact a min/max
op. We'd crash if it was any other intrinsic!
This was found by a fuzzer I'm working on. The high-level design is to
randomly generate LLVM IR, run a pass on it, and then run the original
and new IR through the interpreter. They should produce the same
results. Right now I'm only fuzzing instcombine.
Commit: 5243501cca02d7e54294d4bb5de0a85b06c40b7d
https://github.com/llvm/llvm-project/commit/5243501cca02d7e54294d4bb5de0a85b06c40b7d
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/test/Transforms/InstCombine/icmp-srem.ll
Log Message:
-----------
[InstCombine] Guard foldICmpSRemConstant against zero divisors (#173702)
instcombine can create srem X, 0 or icmp ult X, 0 mid-pass when
operands fold to zero, which trips assertions in foldICmpSRemConstant.
Bail out on zero divisors / zero ULT constants instead of asserting,
and add a regression test from the minimized reproducer.
This was found by a fuzzer I'm working on. The high-level design is to
randomly generate LLVM IR, run a pass on it, and then run the original
and new IR through the interpreter. They should produce the same
results. Right now I'm only fuzzing instcombine.
Commit: affc5f1f9db2fd166e0a2a817b343f971d948cb7
https://github.com/llvm/llvm-project/commit/affc5f1f9db2fd166e0a2a817b343f971d948cb7
Author: Luke Hutton <luke.hutton at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaShapeOps.td
M mlir/lib/Dialect/Tosa/Transforms/TosaProfileCompliance.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/level_check.mlir
M mlir/test/Dialect/Tosa/ops.mlir
M mlir/test/Dialect/Tosa/tosa-validation-version-1p1-valid.mlir
M mlir/test/Dialect/Tosa/verifier.mlir
Log Message:
-----------
[mlir][tosa] Add mod_shape op (#170343)
Adds support for the mod_shape operation after spec change:
https://github.com/arm/tosa-specification/commit/efc88a100e2db06c2d6bc479fa63b26daab899ce.
This includes the operator definition, same rank checks and level checks
during validation. It does not currently include support for folding or
shape inference. This will be added in a later commit.
Commit: b5401031d6e6588ecd8aefc7f5eefac52c7f8f90
https://github.com/llvm/llvm-project/commit/b5401031d6e6588ecd8aefc7f5eefac52c7f8f90
Author: Liao Chunyu <chunyu at iscas.ac.cn>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
Log Message:
-----------
[DAG]Add ISD::SPLAT_VECTOR to TargetLowering::getNegatedExpression (#173967)
Fold splat_vector(fneg(X)) -> splat_vector(-X)
Call the getCheaperNegatedExpression function, and ISD::SPLAT_VECTOR
return NegatibleCost::Cheaper.
This optimization is applied only to the fneg instruction.
Commit: a218940d39a71f477cdde6946d03ce1ed004e8fc
https://github.com/llvm/llvm-project/commit/a218940d39a71f477cdde6946d03ce1ed004e8fc
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/test/CodeGen/Generic/half-op.ll
Log Message:
-----------
[Lanai] Use `softPromoteHalfType` (#175137)
There are currently no other tests checking `half` so I am unsure how
well supported the type is, but the patch here resolves the op tests.
Fixes the (unlisted) Lanai portion of
https://github.com/llvm/llvm-project/issues/97975
Fixes the (unlisted) Lanai portion of
https://github.com/llvm/llvm-project/issues/97981
Commit: 88575340d43c9fbdba213ea29194bb453cc09542
https://github.com/llvm/llvm-project/commit/88575340d43c9fbdba213ea29194bb453cc09542
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
Log Message:
-----------
[MSP430] Use `softPromoteHalfType` (#175139)
Follow suite from other targets.
Fixes the MSP430 portion of
https://github.com/llvm/llvm-project/issues/97975
Fixes the MSP430 portion of
https://github.com/llvm/llvm-project/issues/97981
Commit: 2a254d420001935d16ed097ec9b7ec4d876dcebf
https://github.com/llvm/llvm-project/commit/2a254d420001935d16ed097ec9b7ec4d876dcebf
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/test/CodeGen/Generic/half-op.ll
Log Message:
-----------
[M68k] Use `softPromoteHalfType` (#175140)
Follow suite from other targets.
Fixes the M68k portion of
https://github.com/llvm/llvm-project/issues/97975
Fixes the M68k portion of
https://github.com/llvm/llvm-project/issues/97981
Commit: a06bf00fd141aeb7b2a4d8db481506c0fb4ef910
https://github.com/llvm/llvm-project/commit/a06bf00fd141aeb7b2a4d8db481506c0fb4ef910
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
Log Message:
-----------
[VE] Use `softPromoteHalfType` (#175141)
Follow suite from other targets.
Fixes the (unlisted) VE portion of
https://github.com/llvm/llvm-project/issues/97975
Fixes the (unlisted) VE portion of
https://github.com/llvm/llvm-project/issues/97981
Commit: 054ee2f8706b582859fcf96d1771aa68c37d9e6a
https://github.com/llvm/llvm-project/commit/054ee2f8706b582859fcf96d1771aa68c37d9e6a
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
Log Message:
-----------
[CSKY] Use `softPromoteHalfType` (#175138)
Follow suite from other targets.
Fixes the C-SKY portion of
https://github.com/llvm/llvm-project/issues/97975
Fixes the C-SKY portion of
https://github.com/llvm/llvm-project/issues/97981
Commit: d6d5c5f6a2f468cb5aac7b466d2802841b8d1441
https://github.com/llvm/llvm-project/commit/d6d5c5f6a2f468cb5aac7b466d2802841b8d1441
Author: Benjamin Stott <Benjamin.Stott at sony.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaChecking.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
Log Message:
-----------
[Clang] Warn when `std::atomic_thread_fence` is used with `fsanitize=thread` (#166542)
- ThreadSanitizer currently does not support `std::atomic_thread_fence`,
leading to false positives:
https://github.com/llvm/llvm-project/issues/52942.
- GCC produces a warning when `std::atomic_thread_fence` is used with
`-fsanitize=thread` while Clang doesn't.
- This PR introduces a matching warning in Clang to avoid confusion as
in the linked issue.
---------
Co-authored-by: Aaron Ballman <aaron at aaronballman.com>
Commit: bcea722c91059d4683ab1ee29f21a66548686823
https://github.com/llvm/llvm-project/commit/bcea722c91059d4683ab1ee29f21a66548686823
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M bolt/test/AArch64/epilogue-determination.s
Log Message:
-----------
[BOLT] Fix label in epilogue-determination.s test (#174960)
On RHEL8 we get the following error that may originate from the changed
typo:
```
clang: warning: argument unused during compilation: '-ffreestanding' [-Wunused-command-line-argument]
ld.lld: error: relocation R_AARCH64_ADR_PREL_LO21 cannot be used against symbol '_jmptbl2'; recompile with -fPIC
>>> defined in /tmp/epilogue-determination-7bd9d4.o
>>> referenced by /tmp/epilogue-determination-7bd9d4.o:(.text+0x54)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
Commit: 1be04b7edfe5191bb35b8b7ea345095c9fa5b988
https://github.com/llvm/llvm-project/commit/1be04b7edfe5191bb35b8b7ea345095c9fa5b988
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
Log Message:
-----------
[XCore] Use `softPromoteHalfType` (#175142)
Follow suite from other targets.
Fixes the XCore portion of
https://github.com/llvm/llvm-project/issues/97975
Fixes the XCore portion of
https://github.com/llvm/llvm-project/issues/97981
Commit: b7c17ab9576ccd030572872ad1c22de345b5244b
https://github.com/llvm/llvm-project/commit/b7c17ab9576ccd030572872ad1c22de345b5244b
Author: Jack Styles <jack.styles at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-taskloop-final.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop-grainsize.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop-if.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop-mergeable.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop-nogroup.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop-num_tasks.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop-priority.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop-untied.mlir
M mlir/test/Target/LLVMIR/openmp-todo.mlir
Log Message:
-----------
[MLIR][OpenMP] Add Initial Taskloop Clause Support (#174623)
Following on from the work to implement MLIR -> LLVM IR Translation for
Taskloop, this adds support for the following clauses to be used
alongside taskloop:
- if
- grainsize
- num_tasks
- untied
- Nogroup
- Final
- Mergeable
- Priority
These clauses are ones which work directly through the relevant OpenMP
Runtime functions, so their information just needed collecting from the
relevant location and passing through to the appropriate runtime
function.
Remaining clauses retain their TODO message as they have not yet been
implemented.
Commit: a484de1e06efc4c80accfa4d8be97575133cb26b
https://github.com/llvm/llvm-project/commit/a484de1e06efc4c80accfa4d8be97575133cb26b
Author: Gergo Stomfai <55883018+stomfaig at users.noreply.github.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
M llvm/test/CodeGen/X86/vec_floor.ll
Log Message:
-----------
[X86] Add rewrite pattern for SSE41/AVX1 roundss/sd + blendps/pd (#172056)
Due to a previous PR (https://github.com/llvm/llvm-project/pull/171227),
operations likeĀ `_mm_ceil_sd` compile to suboptimal assembly:
```asm
roundsd xmm1, xmm1, 10
blendpd xmm0, xmm1, 1
```
This PR introduces a rewrite pattern to mitigate this, and fuse the corresponding operations.
Commit: 6c942d894f6741dcab6083a6782a18b539dded98
https://github.com/llvm/llvm-project/commit/6c942d894f6741dcab6083a6782a18b539dded98
Author: Amara Emerson <amara at apple.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
Log Message:
-----------
[AArch64] Fix using NEON copies in streaming-mode-enable regions. (#174738)
The current checks for if we're allowed to use a NEON copy works based on
the function attributes, which works most of the time. However in one
particular case where a normal function calls a streaming one, there's a
window of time where we enable SM at the call site and the emit a copy for
an outgoing parameter. This copy was lowered to a NEON move which is illegal.
There's also another case where we could end up generating these,
related to zero cycle move tuning features.
Both of these cases is fixed in this patch by walking back from the copy
to look for any streaming mode changes (within the current block). I know
this is pretty ugly but I don't have a better solution right now.
rdar://167439642
Commit: ddb706bbb04a460fb2741268039c69787dc8b2fc
https://github.com/llvm/llvm-project/commit/ddb706bbb04a460fb2741268039c69787dc8b2fc
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-task-no-context-struct.mlir
M mlir/test/Target/LLVMIR/openmp-taskloop-no-context-struct.mlir
Log Message:
-----------
[mlir][OpenMP] Don't allocate task context structure if not needed (#174588)
Don't allocate a task context structure if none of the private variables
needed it. This was already skipped when there were no private variables
at all.
Commit: 484ee42096f8deeb084c8b36548d09c12b33cde0
https://github.com/llvm/llvm-project/commit/484ee42096f8deeb084c8b36548d09c12b33cde0
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/istream
M libcxx/include/streambuf
M libcxx/include/valarray
M libcxx/src/any.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
M libcxxabi/CMakeLists.txt
Log Message:
-----------
[libc++] Introduce the notion of a minimum header version (#166074)
Introducing the notion of a minimum header version has multiple
benefits. It allows us to merge a bunch of ABI macros into a single one.
This makes configuring the library significantly easier, since, for a
stable ABI, you only need to know which version you started distributing
the library with, instead of checking which ABI flags have been
introduced at what point. For platforms which have a moving window of
the minimum version a program has been compiled against, this also makes
it simple to remove symbols from the dylib when they can't be used by
any program anymore.
Commit: 66fa2f9a14e522e238931e12a561e4359af44383
https://github.com/llvm/llvm-project/commit/66fa2f9a14e522e238931e12a561e4359af44383
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
R libcxx/test/benchmarks/VariantBenchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
Log Message:
-----------
[libc++] Refactor variant benchmarks (#174743)
The variant benchmarks are incredibly slow to compile and run currently.
This is due to them being incredibly exhaustive. This is usually a good
thing, but the exhaustiveness makes it prohibitive to actually run the
benchmarks. Even the new, incredibly reduced, set still requires almost
40 seconds to just compile on my system.
Commit: b6bfb199ccc888021690dbc5428db4f300c7f8f2
https://github.com/llvm/llvm-project/commit/b6bfb199ccc888021690dbc5428db4f300c7f8f2
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/include/__vector/vector.h
M libcxx/include/deque
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
Log Message:
-----------
[libc++] Fix {deque,vector}::append_range assuming too much about the types (#162438)
Currently, `deque` and `vector`'s `append_range` is implemented in terms
of `insert_range`. The problem with that is that `insert_range` has more
preconditions, resulting in us rejecting valid code.
This also significantly improves performance for `deque` in some cases.
Commit: a5cab90071fbf6f700c95c337d850845ccc9ed9b
https://github.com/llvm/llvm-project/commit/a5cab90071fbf6f700c95c337d850845ccc9ed9b
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libcxx/src/include/overridable_function.h
M libcxx/src/new.cpp
M libcxxabi/src/stdlib_new_delete.cpp
Log Message:
-----------
[libc++][NFC] Refactor _LIBCPP_OVERRIDABLE_FUNCTION to be a normal attribute macro (#174964)
Currently `_LIBCPP_OVERRIDABLE_FUNCTION` takes the return type, function
name and argument list, but simply constructs the function and adds
attributes without modifying the signature in any way. We can replace
this with a normal attribute macro, making the signature easier to read
and simpler to understand what's actually going on. Since it's an
internal macro we can also drop the `_LIBCPP_` prefix.
Commit: e91447f44d303222d9bfcbd404cd152966c01630
https://github.com/llvm/llvm-project/commit/e91447f44d303222d9bfcbd404cd152966c01630
Author: TarcĆsio Fischer <tarcisio.fischer.cco at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
Log Message:
-----------
Fix lld crash using --fix-cortex-a53-843419 (#170495)
Original crash was observed in Chromium, in [1]. The problem occurs in
elf::isAArch64BTILandingPad because it didn't handle synthetic sections,
which can have a nullptr as a buf, so it crashed while trying to read
that buf.
After fixing that, a second issue occurs: When the patched code grows
too
much, it gets far away from the short jump, and the current
implementation
assumes a R_AARCH64_JUMP26 will be enough.
This PR changes the implementation to:
(a) In isAArch64BTILandingPad, checks if a section is synthetic, and
assumes that it'll NOT contain a landing pad, avoiding the buffer check;
(b) Suppress the size rounding for thunks that preceeds section
(Making the situation less likely to happen);
(c) Reimplements the patch by using a R_AARCH64_ABS64 in case the
patched code is still far away.
[1] https://issues.chromium.org/issues/440019454
---------
Co-authored-by: Tarcisio Fischer <tarcisio.fischer at arm.com>
Commit: ee3bc3def00aa3e5a96d33b1d04fea7294fbd3e1
https://github.com/llvm/llvm-project/commit/ee3bc3def00aa3e5a96d33b1d04fea7294fbd3e1
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libcxx/include/__charconv/traits.h
Log Message:
-----------
[libc++][NFC] Simplify the implementation of __mul_overflowed (#174956)
`__builtin_mul_overflow` does the right thing, even for `char` and
`short`, so the overloads for these types can simply be dropped. We can
also merge the remaining two overloads into a single one now, since we
don't do any dispatching for `char` and `short` anymore.
Commit: 5ae7bffbb7862900e554b5533144d93b688555dd
https://github.com/llvm/llvm-project/commit/5ae7bffbb7862900e554b5533144d93b688555dd
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
Log Message:
-----------
[llvm-exegesis] Fix intermittent failure in setReg_init_check.s (#175148)
Test is failing intermittently after #174944. The issue this time is the
`WSeqPair`/`XSeqPair` tests fail if the same pair is used as there's
fewer MOVs.
The test was expecting:
```
0000000000000000 <foo>:
0: f81e0ffb str x27, [sp, #-0x20]!
4: a90163fa stp x26, x24, [sp, #0x10]
8: d2800006 mov x6, #0x0 // =0
c: d2800007 mov x7, #0x0 // =0
10: d280001a mov x26, #0x0 // =0
14: d280001b mov x27, #0x0 // =0
18: d2800018 mov x24, #0x0 // =0
1c: 48267f1a casp x6, x7, x26, x27, [x24]
```
but this can occur:
```
0000000000000000 <foo>:
0: f81e0ffb str x27, [sp, #-0x20]!
4: a90153f5 stp x21, x20, [sp, #0x10]
8: d2800014 mov x20, #0x0 // =0
c: d2800015 mov x21, #0x0 // =0
10: d280001b mov x27, #0x0 // =0
14: 48347f74 casp x20, x21, x20, x21, [x27]
```
Commit: 7289e0675c77af0c89be3100e308d16e54e4be58
https://github.com/llvm/llvm-project/commit/7289e0675c77af0c89be3100e308d16e54e4be58
Author: Neil Phan <hello at neil.place>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
Log Message:
-----------
[X86][InstCombine] Generalize SSE/AVX fp MAX/MIN intrinsics to maxnum/minnum (#174806)
Fixes #173270
For x86 SSE/AVX floating point MAX/MIN intrinsics, attempt to generalize
them down into `Intrinsic::maxnum` and `Intrinsic::minnum` given that we
can verify that the inputs are either (PosNormal, NegNormal, PosZero).
This PR uses the `llvm::computeKnownFPClass` to generate the FPClass
bitset to verify if the inputs are of the other FP types (NaN, Inf,
Subnormal, NegZero).
Commit: 804aa88317ddbdb6e713306d48dbee0443b252b1
https://github.com/llvm/llvm-project/commit/804aa88317ddbdb6e713306d48dbee0443b252b1
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-taskloop-cancel.mlir
A mlir/test/Target/LLVMIR/openmp-taskloop-cancellation-point.mlir
Log Message:
-----------
[MLIR][OpenMP] Support cancel taskgroup inside of taskloop (#174815)
Implementation follows exactly what is done for omp.wsloop and omp.task.
See #137841.
The change to the operation verifier is to allow a taskgroup
cancellation point inside of a taskloop. This was already allowed for
omp.cancel.
Commit: 781677eca0cdb668b1227dafe739efe512277650
https://github.com/llvm/llvm-project/commit/781677eca0cdb668b1227dafe739efe512277650
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
Log Message:
-----------
[PPC] Disable some ORC-powerpc64le-linux tests. (#175100)
Tests fail to link when using LLVM C++ library. Disabling the tests
until they can be investigated and the underlying cause identified and
fixed.
Commit: b28eeb28bea39148738dc375e8a97072a1907e64
https://github.com/llvm/llvm-project/commit/b28eeb28bea39148738dc375e8a97072a1907e64
Author: Ties Stuij <ties.stuij at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
Log Message:
-----------
[CodeGen] Generalise Hexagon flags for memop inline thresholds (#172829)
Generalise the Hexagon cmdline options to control if memset, memcpy or memmove intrinsics should be inlined versus calling library functions, so they can be used by all backends:
⢠-max-store-memset
⢠-max-store-memcpy
⢠-max-store-memmove
These flags override the target-specific defaults set in TargetLowering (e.g., MaxStoresPerMemcpy) and allow fine-tuning of the inlining threshold for performance analysis and optimization.
The optsize variants (-max-store-memset-Os, -max-store-memcpy-Os, max-store-memmove-Os) from the Hexagon backend were removed, and now the above options control both.
The threshold is specified as a number of store operations, which is backend-specific. Operations requiring more stores than the threshold will call the corresponding library function instead of being inlined.
Commit: 30c88f78dd792ee44a19b1eba0bd6b2f90b71b0a
https://github.com/llvm/llvm-project/commit/30c88f78dd792ee44a19b1eba0bd6b2f90b71b0a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
Log Message:
-----------
[X86] Rename commute-clmul.ll -> commute-pclmul.ll (#175157)
Avoid confusion with upcoming generic clmul intrinsic handling
Commit: 6395afa535e9a05bc97ca7876fac1024de8ee17d
https://github.com/llvm/llvm-project/commit/6395afa535e9a05bc97ca7876fac1024de8ee17d
Author: Leandro Lupori <leandro.lupori at linaro.org>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
Log Message:
-----------
[flang] Fix homonymous interface and procedure warning (#171696)
When emitting an homonymous generic interface and procedure warning,
the source locations of the interface and the procedure were being
compared to find the one that occurred later in the source file.
The problem is that they could be in different source/module files,
which makes the comparison invalid.
Fix it by using parser::AllCookedSources::Precedes() instead, that
correctly handle names in different source files.
Commit: 6cdcce5612e745751f3b2790d682177688bd9c6f
https://github.com/llvm/llvm-project/commit/6cdcce5612e745751f3b2790d682177688bd9c6f
Author: Akimasa Watanuki <mencotton0410 at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/test/Dialect/LLVMIR/nvvm-target-invalid.mlir
Log Message:
-----------
[MLIR][NVVM] Fix crash on invalid optimization level in NVVMTargetAttr (#173280)
Update `NVVMTargetAttr` builder in `NVVMOps.td` to use `$_get` instead
of `Base::get`.
Now the auto-generated parser calls `getChecked`, allowing graceful
error handling for invalid parameters (e.g., `O=4`) instead of crashing
with an assertion failure.
Add a regression test in
`mlir/test/Dialect/LLVMIR/nvvm-target-invalid.mlir`.
Fixes: https://github.com/llvm/llvm-project/issues/130014
Commit: 687eb2c532e48be9d94e0de1f9bd20a552ccc7d4
https://github.com/llvm/llvm-project/commit/687eb2c532e48be9d94e0de1f9bd20a552ccc7d4
Author: Ayumi OHNO <104398221+ayumiohno at users.noreply.github.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
Log Message:
-----------
[AllocToken] Fix attribute mismatch in AllocTokenPass (#174959)
Fixes an attribute mismatch error in `AllocTokenPass` that occurs during
ThinLTO builds at OptimizationLevel::O0.
The `getTokenAllocFunction` in `AllocTokenPass` was incorrectly copying
attributes from the instrumented function (`Callee`) to an *existing*
`void()` alloc-token function retrieved by `Mod.getOrInsertFunction`.
This resulted in arg attributes being added to a function with no
parameters, causing `VerifyPass` to fail with "Attribute after last
parameter!".
The fix modifies `getTokenAllocFunction` to pass the `Callee`'s
attributes directly to the `Mod.getOrInsertFunction` overload. This
ensures attributes are only applied when the alloc-token function is
*newly inserted*, preventing unintended attribute modifications on
already existing function declarations.
See https://g-issues.chromium.org/issues/474289092 for detailed
reproduction steps and analysis.
Co-authored-by: Ayumi Ono <ayumiohno at google.com>
Commit: 8a922e81515b100dafe2c9907a17c6ea917d3a96
https://github.com/llvm/llvm-project/commit/8a922e81515b100dafe2c9907a17c6ea917d3a96
Author: liao jun <49445170+zjlcd at users.noreply.github.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M flang-rt/lib/runtime/extensions.cpp
Log Message:
-----------
[flang-rt][build] Disable build-time warning of '-Wshift-count-negative' from g++ compiler and remove unsupported floating-point data. (#174915)
When building the flang-rt project with the g++ compiler on Linux-X86_64
machine, the compiler gives the following warning:
```
llvm-project/flang-rt/lib/runtime/extensions.cpp:455:26: warning: left shift count is negative [-Wshift-count-negative]
455 | mask = ~(unsigned)0u << ((8 - digits) * 4 + 1);
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
```
All the discussion records see:
https://github.com/llvm/llvm-project/pull/173955
Co-authored-by: liao jun <liaojun at ultrarisc.com>
Commit: 75fefa30875aae0d13bac5caa15b9d0ed9f48d2d
https://github.com/llvm/llvm-project/commit/75fefa30875aae0d13bac5caa15b9d0ed9f48d2d
Author: Jonas Rickert <Jonas.Rickert at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Quant/IR/QuantOps.cpp
A mlir/test/Dialect/Quant/inlining.mlir
Log Message:
-----------
[MLIR][Quant] Add DialectInlinerInterface to QuantDialect (#172509)
Signed-off-by: Jonas Rickert <jonas.rickert at amd.com>
Commit: 4772815a8248801edc017db450e17c857df7c17a
https://github.com/llvm/llvm-project/commit/4772815a8248801edc017db450e17c857df7c17a
Author: Yexuan Xiao <bizwen at nykz.org>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/include/clang/AST/TypeBase.h
Log Message:
-----------
[NFC][clang] Fix a typo in Typebase.h (#175163)
This was introduced since 7c402b8b81
Commit: 82353b50dd8f51833f9ed0fb2988a45f3fdb279b
https://github.com/llvm/llvm-project/commit/82353b50dd8f51833f9ed0fb2988a45f3fdb279b
Author: Mikhail Gudim <mgudim at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
Log Message:
-----------
[CodeGen][NFC] Improve readability of getLocalLiveOutMIDef (#175074)
Reorder some code to make it less confusing.
Commit: 7eae17e4c40c7c7b42dc9b5ccd18ab4a28a7ad28
https://github.com/llvm/llvm-project/commit/7eae17e4c40c7c7b42dc9b5ccd18ab4a28a7ad28
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/include/clang/Parse/Parser.h
M clang/lib/Parse/ParseDecl.cpp
M clang/test/Sema/attr-modular-format.c
Log Message:
-----------
[clang] Fix string literal parsing on some attributes (#171017)
At the time ParseAttributeArgumentList is called, the first argument
of an attribute may have already been parsed. We need to take this into
account when accessing ParsedAttributeArgumentsProperties mask, which
specifies which of the attribute arguments are string literals.
Pull Request: https://github.com/llvm/llvm-project/pull/171017
Commit: 6a5c8944364d9e6e46fe2bb9241454ca49426ccf
https://github.com/llvm/llvm-project/commit/6a5c8944364d9e6e46fe2bb9241454ca49426ccf
Author: Matthias Springer <me at m-sp.org>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/lib/Analysis/SliceWalk.cpp
Log Message:
-----------
[mlir][Analysis][NFC] Improve `RegionBranchOpInterface` API usage (#173983)
Remove a helper function and query the `RegionBranchOpInterface`
instead. (Which does the same thing.) Also add a TODO for a bug in the
implementation of `SliceWalk.cpp`. (The bug is not fixed yet.)
Commit: 7f5dbbc342756a0ca65acc214c41c0162276c1fd
https://github.com/llvm/llvm-project/commit/7f5dbbc342756a0ca65acc214c41c0162276c1fd
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/utils/update_mc_test_checks.py
Log Message:
-----------
[Utils][update_mc_test_checks] Handle double quotes in asm source (#175161)
Commit: 6b0f4751f998d6ebe49ab9d18153d90ba3be40eb
https://github.com/llvm/llvm-project/commit/6b0f4751f998d6ebe49ab9d18153d90ba3be40eb
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
Log Message:
-----------
[AMDGPU] Regenerate all MC checks after #164424 (#175156)
Includes one manual fix to add -filetype=null to a RUN line in
test/MC/AMDGPU/gfx1250_asm_sop1.s. Everything else is autogenerated.
Commit: e82399dac2f1f09319243dc39d9e05c7b9b8c6d2
https://github.com/llvm/llvm-project/commit/e82399dac2f1f09319243dc39d9e05c7b9b8c6d2
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
A offload/test/offloading/fortran/default-mapper-nested-derived-type.f90
Log Message:
-----------
[flang][OpenMP] Prevent `omp.map.info` ops with user-defined mappers from being marked as parial maps (#175133)
The following test was triggering a runtime crash **on the host before
launching the kernel**:
```fortran
program test_omp_target_map_bug_v5
implicit none
type nested_type
real, allocatable :: alloc_field(:)
end type nested_type
type nesting_type
integer :: int_field
type(nested_type) :: derived_field
end type nesting_type
type(nesting_type) :: config
allocate(config%derived_field%alloc_field(1))
!$OMP TARGET ENTER DATA MAP(TO:config, config%derived_field%alloc_field)
!$OMP TARGET
config%derived_field%alloc_field(1) = 1.0
!$OMP END TARGET
deallocate(config%derived_field%alloc_field)
end program test_omp_target_map_bug_v5
```
In particular, the runtime was producing a segmentation fault when the
test is compiled with any optimization level > 0; if you compile with
-O0 the sample ran fine.
After debugging the runtime, it turned out the crash was happening at
the point where the runtime calls the default mapper emitted by the
compiler for `nesting_type; in particular at this point in the runtime:
https://github.com/llvm/llvm-project/blob/c62cd2877cc25a0d708ad22a70c2a57590449c4d/offload/libomptarget/omptarget.cpp#L307.
Bisecting the optimization pipeline using `-mllvm -opt-bisect-limit=N`,
the first pass that triggered the issue on `O1` was the `instcombine`
pass. Debugging this further, the issue narrows down to canonicalizing
`getelementptr` instructions from using struct types (in this case the
`nesting_type` in the sample above) to using addressing bytes (`i8`). In
particular, in `O0`, you would see something like this:
```llvm
define internal void @.omp_mapper._QQFnesting_type_omp_default_mapper(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3, i64 noundef %4, ptr noundef %5) #6 {
entry:
%6 = udiv exact i64 %3, 56
%7 = getelementptr %_QFTnesting_type, ptr %2, i64 %6
....
}
```
```llvm
define internal void @.omp_mapper._QQFnesting_type_omp_default_mapper(ptr noundef %0, ptr noundef %1, ptr noundef %2, i64 noundef %3, i64 noundef %4, ptr noundef %5) #6 {
entry:
%6 = getelementptr i8, ptr %2, i64 %3
....
}
```
The `udiv exact` instruction emitted by the OMP IR Builder (see:
https://github.com/llvm/llvm-project/blob/c62cd2877cc25a0d708ad22a70c2a57590449c4d/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp#L9154)
allows `instcombine` to assume that `%3` is divisible by the struct size
(here `56`) and, therefore, replaces the result of the division with
direct GEP on `i8` rather than the struct type.
However, the runtime was calling
`@.omp_mapper._QQFnesting_type_omp_default_mapper` not with `56` (the
proper struct size) but with `48`!
Debugging this further, I found that the size of `omp.map.info`
operation to which the default mapper is attached computes the value of
`48` because we set the map to partial (see:
https://github.com/llvm/llvm-project/blob/c62cd2877cc25a0d708ad22a70c2a57590449c4d/flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp#L1146
and
https://github.com/llvm/llvm-project/blob/c62cd2877cc25a0d708ad22a70c2a57590449c4d/mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp#L4501-L4512).
However, I think this is incorrect since the emitted mapper (and
user-defined mappers in general) are defined on the whole struct type
and should never be marked as partial. Hence, the fix in this PR.
Commit: ecc8a955af76458e14fe231447e42bb08d75246b
https://github.com/llvm/llvm-project/commit/ecc8a955af76458e14fe231447e42bb08d75246b
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/CommandLine.h
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/Support/CommandLine.cpp
M llvm/tools/llvm-ar/llvm-ar.cpp
M llvm/tools/llvm-remarkutil/RemarkSummary.cpp
M llvm/unittests/Support/CommandLineInit/CommandLineInitTest.cpp
M llvm/unittests/Support/CommandLineTest.cpp
Log Message:
-----------
[CommandLine] Use DenseMap instead of StringMap (NFC) (#174988)
StringMap duplicates the option name to a new allocation for every
option, which is not necessary. Instead we can use the same StringRef
that the Option already uses inside a DenseMap. This reduces the amount
of allocations when loading libLLVM.
Commit: ded109c0cff41714ebf9bd60b073aaab07fa4ca8
https://github.com/llvm/llvm-project/commit/ded109c0cff41714ebf9bd60b073aaab07fa4ca8
Author: Bjƶrn Pettersson <bjorn.a.pettersson at ericsson.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/test/CodeGen/ext-int.c
Log Message:
-----------
[clang][CodeGen] Fix ConstantInt::get for i1 in EmitScalarPrePostIncDec (#175152)
In ScalarExprEmitter::EmitScalarPrePostIncDec we create ConstantInt
values that are either 1 or -1. There is a special case when the type is
i1 (e.g. for unsigned _BitInt(1)) when we need to be able to create a
"i1 true" value for both inc and dec.
To avoid triggering the assertions added by the pull request #171456 we
now treat the ConstantInt as unsigned for increments and as signed for
decrements.
Commit: ed004cf42bf57ca79b57bc3076ef83a8477426ea
https://github.com/llvm/llvm-project/commit/ed004cf42bf57ca79b57bc3076ef83a8477426ea
Author: Hans Wennborg <hans at chromium.org>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
Log Message:
-----------
Revert "[VPlan] Only use isAddressSCEVForCost in legacy getAddressAccSCEV (NFCI)"
This caused assertion failures:
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:7265:
VectorizationFactor llvm::LoopVectorizationPlanner::computeBestVF():
Assertion `(BestFactor.Width == LegacyVF.Width || BestPlan.hasEarlyExit() || !Legal->getLAI()->getSymbolicStrides().empty() || UsesEVLGatherScatter || planContainsAdditionalSimplifications( getPlanFor(BestFactor.Width), CostCtx, OrigLoop, BestFactor.Width) || planContainsAdditionalSimplifications( getPlanFor(LegacyVF.Width), CostCtx, OrigLoop, LegacyVF.Width))
&& " VPlan cost model and legacy cost model disagreed"' failed.
see comment on https://github.com/llvm/llvm-project/pull/171204
This reverts commit 01d34eb38fa0587cb95eedd3bada8257abc122f8.
Commit: d66b9de2343edfb55165da0eb56fc738af898864
https://github.com/llvm/llvm-project/commit/d66b9de2343edfb55165da0eb56fc738af898864
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
Log Message:
-----------
[X86] Add baseline test coverage for #169995 (#175175)
Commit: fb47a252add015f5f60f404ad85acb13a3ced27d
https://github.com/llvm/llvm-project/commit/fb47a252add015f5f60f404ad85acb13a3ced27d
Author: Charles Zablit <c_zablit at apple.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
Log Message:
-----------
[lldb-dap] add timeout to spawn_and_wait test utility (#174461)
Commit: 6bfa042a10a04379261e35a710caadb1c53457c5
https://github.com/llvm/llvm-project/commit/6bfa042a10a04379261e35a710caadb1c53457c5
Author: NimishMishra <42909663+NimishMishra at users.noreply.github.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M flang/docs/OpenMPSupport.md
M flang/lib/Lower/OpenMP/OpenMP.cpp
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
M mlir/test/Dialect/OpenMP/ops.mlir
M mlir/test/Target/LLVMIR/openmp-llvm-invalid.mlir
Log Message:
-----------
[flang][mlir] Add checks and test for linear clause on omp.wsloop and omp.simd (#174916)
This PR adds additional checks and tests for linear clause on omp.wsloop
and omp.simd (both standalone and composite). For composite simd
constructs, the translation to LLVMIR uses the same
`LinearClauseProcessor` under `convertOmpSimd`, as already present in
previous PRs like https://github.com/llvm/llvm-project/pull/150386 and
https://github.com/llvm/llvm-project/pull/139386
Commit: 8f58ce2d02cec75360881a7e7a7424476ce92c92
https://github.com/llvm/llvm-project/commit/8f58ce2d02cec75360881a7e7a7424476ce92c92
Author: Will Froom <willfroom at google.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Fix Bazel build for 75fefa3 (#175179)
Co-authored-by: Pranav Kant <prka at google.com>
Commit: 5c4324326d770bab1628225ebb1a04698a27b59b
https://github.com/llvm/llvm-project/commit/5c4324326d770bab1628225ebb1a04698a27b59b
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/gpuintrin.h
A clang/lib/Headers/spirvintrin.h
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
Log Message:
-----------
[SPIR-V] Initial support for SPIR-V in `gpuintrin.h` (#174910)
Summary:
https://github.com/llvm/llvm-project/pull/174862 and
https://github.com/llvm/llvm-project/pull/174655 provided the intrinsics
required to get the fundamental operations working for these. This patch
sets up the basic support (as far as I know).
This should be the first step towards allowing SPIR-V to build things
like the LLVM libc and the OpenMP Device Runtime Library. The
implementations here are intentionally inefficient, such as not using
the dedicated SPIR-V opcode for read firstlane. This is just to start
and hopefully start testing things later.
Would appreciate someone more familiar with the backend double-checking
these.
Commit: 6f5c214928ab524b6d0f8a4b3e4aac7a703fd0a7
https://github.com/llvm/llvm-project/commit/6f5c214928ab524b6d0f8a4b3e4aac7a703fd0a7
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/lib/TableGen/TGLexer.cpp
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
Log Message:
-----------
[TableGen] Remove deprecated !getop and !setop (#175155)
They have been deprecated for more than five years in favor of !getdagop
and !setdagop. See https://reviews.llvm.org/D89814.
Commit: 89c8a253d7b3fa65189ae5fcb89ce835ade72638
https://github.com/llvm/llvm-project/commit/89c8a253d7b3fa65189ae5fcb89ce835ade72638
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/include/__configuration/experimental.h
M libcxx/include/optional
M libcxx/include/version
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/libcxx/test/params.py
Log Message:
-----------
[libc++] Make optional::iterator experimental (#173470)
We haven't yet decided what we want the `optional::iterator` type to be
in the end, so let's make it experimental for now so that we don't
commit to an ABI yet.
Commit: 3c51ed98701aa08c5fedb6d779530ff25efb6a81
https://github.com/llvm/llvm-project/commit/3c51ed98701aa08c5fedb6d779530ff25efb6a81
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/test/AST/ByteCode/new-delete.cpp
Log Message:
-----------
[clang][bytecode] Fix initializing array elems from string (#175170)
In the `= {"foo"}` case, we don't have an array filler we can use and we
need to explicitily zero the remaining elements.
Commit: ff94a19f5ca8fa928517036a287cb3040bec4261
https://github.com/llvm/llvm-project/commit/ff94a19f5ca8fa928517036a287cb3040bec4261
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/test/AST/ByteCode/new-delete.cpp
Log Message:
-----------
[clang][bytecode] Fix APValues for arrays in dynamic allocations (#175176)
getType() returns just int for those instead of an array type, so the
previous condition resulted in the array index missing in the APValue's
LValuePath.
Commit: 475f022cb74cdf3b11c8211ead63122ef8b8c607
https://github.com/llvm/llvm-project/commit/475f022cb74cdf3b11c8211ead63122ef8b8c607
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
Log Message:
-----------
[AMDGPU] Add support for GFX12 expert scheduling mode 2 (#170319)
Commit: 77b8b33b5a016038106d396fcc684a8ec404f572
https://github.com/llvm/llvm-project/commit/77b8b33b5a016038106d396fcc684a8ec404f572
Author: Alexandre Ganea <aganea at havenstudios.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Options.td
M lld/docs/ReleaseNotes.rst
M llvm/include/llvm/Support/FileSystem.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/Windows/Path.inc
Log Message:
-----------
[LLD][COFF] Prefetch inputs early-on to improve link times (#169224)
This PR reduces outliers in terms of runtime performance, by asking the
OS to prefetch memory-mapped input files in advance, as early as
possible. I have implemented the Linux aspect, however I have only
tested this on Windows 11 version 24H2, with an active security stack
enabled. The machine is a AMD Threadripper PRO 3975WX 32c/64t with 128
GB of RAM and Samsung 990 PRO SSD.
I have used a Unreal Engine-based game to profile the link times. Here's
a quick summary of the input data:
```
Summary
--------------------------------------------------------------------------------
4,169 Input OBJ files (expanded from all cmd-line inputs)
26,325,429,114 Size of all consumed OBJ files (non-lazy), in bytes
9 PDB type server dependencies
0 Precomp OBJ dependencies
350,516,212 Input debug type records
18,146,407,324 Size of all input debug type records, in bytes
15,709,427 Merged TPI records
4,747,187 Merged IPI records
56,408 Output PDB strings
23,410,278 Global symbol records
45,482,231 Module symbol records
1,584,608 Public symbol records
```
In normal conditions - meanning all the pages are already in RAM - this
PR has no noticeable effect:
```
>hyperfine "before\lld-link.exe @Game.exe.rsp" "with_pr\lld-link.exe @Game.exe.rsp"
Benchmark 1: before\lld-link.exe @Game.exe.rsp
Time (mean ± Ļ): 29.689 s ± 0.550 s [User: 259.873 s, System: 37.936 s]
Range (min ⦠max): 29.026 s ⦠30.880 s 10 runs
Benchmark 2: with_pr\lld-link.exe @Game.exe.rsp
Time (mean ± Ļ): 29.594 s ± 0.342 s [User: 261.434 s, System: 62.259 s]
Range (min ⦠max): 29.209 s ⦠30.171 s 10 runs
Summary
with_pr\lld-link.exe @Game.exe.rsp ran
1.00 ± 0.02 times faster than before\lld-link.exe @Game.exe.rsp
```
However when in production conditions, we're typically working with the
Unreal Engine Editor, with exteral DCC tools like Maya, Houdini; we have
several instances of Visual Studio open, VSCode with Rust analyzer, etc.
All this means that between code change iterations, most of the input
OBJs files might have been already evicted from the Windows RAM cache.
Consequently, in the following test, I've simulated the worst case
condition by evicting all data from RAM with
[RAMMap64](https://learn.microsoft.com/en-us/sysinternals/downloads/rammap)
(ie. `RAMMap64.exe -E[wsmt0]` with a 5-sec sleep at the end to ensure
the System thread actually has time to evict the pages)
```
>hyperfine -p cleanup.bat "before\lld-link.exe @Game.exe.rsp" "with_pr\lld-link.exe @Game.exe.rsp"
Benchmark 1: before\lld-link.exe @Game.exe.rsp
Time (mean ± Ļ): 48.124 s ± 1.770 s [User: 269.031 s, System: 41.769 s]
Range (min ⦠max): 46.023 s ⦠50.388 s 10 runs
Benchmark 2: with_pr\lld-link.exe @Game.exe.rsp
Time (mean ± Ļ): 34.192 s ± 0.478 s [User: 263.620 s, System: 40.991 s]
Range (min ⦠max): 33.550 s ⦠34.916 s 10 runs
Summary
with_pr\lld-link.exe @Game.exe.rsp ran
1.41 ± 0.06 times faster than before\lld-link.exe @Game.exe.rsp
```
This is similar to the work done in MachO in
https://github.com/llvm/llvm-project/pull/157917
Commit: 0d6f65160a9ec38a338c749148d91aced6df9437
https://github.com/llvm/llvm-project/commit/0d6f65160a9ec38a338c749148d91aced6df9437
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
Log Message:
-----------
[X86] Add baseline clmul intrinsic test coverage (#175185)
Commit: a095db2f0bddd21c89f9d4116648a9f969af0a30
https://github.com/llvm/llvm-project/commit/a095db2f0bddd21c89f9d4116648a9f969af0a30
Author: Christudasan Devadasan <christudasan.devadasan at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/lib/CodeGen/SplitKit.cpp
Log Message:
-----------
[CodeGen] Introduce MI flag for Live Range split instructions (#117543)
For some targets, it is required to identify the COPY instruction
corresponds to the RA inserted live range split. Adding the new
flag `MachineInstr::LRSplit` to serve the purpose.
Commit: e486a26b9c67afce3fe1c5edb1351aa326a42da5
https://github.com/llvm/llvm-project/commit/e486a26b9c67afce3fe1c5edb1351aa326a42da5
Author: Christudasan Devadasan <christudasan.devadasan at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
Log Message:
-----------
[AMDGPU] Add liverange split instructions into BB Prolog (#117544)
The COPY inserted for liverange split during sgpr-regalloc
pipeline currently breaks the BB prolog during the subsequent
vgpr-regalloc phase while spilling and/or splitting the vector
liveranges. This patch fixes it by correctly including the
LR split instructions during sgpr-regalloc and wwm-regalloc
pipelines into the BB prolog.
Commit: edab1925d8f08ca33b3a8c5987c403b73f498461
https://github.com/llvm/llvm-project/commit/edab1925d8f08ca33b3a8c5987c403b73f498461
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
Log Message:
-----------
[AMDGPU] Remove unneeded redirects from MC tests. NFC. (#175186)
These tests redirected stderr to stdout, but never actually checked for
any errors.
Commit: c722ef4874a569de8fd2dc53aaf3e367fa65e05c
https://github.com/llvm/llvm-project/commit/c722ef4874a569de8fd2dc53aaf3e367fa65e05c
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M offload/plugins-nextgen/host/CMakeLists.txt
M offload/test/lit.cfg
M offload/test/offloading/CUDA/basic_launch.cu
M offload/test/offloading/CUDA/basic_launch_blocks_and_threads.cu
M offload/test/offloading/CUDA/launch_tu.cu
M offload/test/offloading/dynamic-schedule-non-spmd.cpp
M offload/test/offloading/dynamic-schedule.cpp
M offload/test/offloading/fortran/dump_map_tables.f90
M offload/test/offloading/fortran/target-defaultmap.f90
M offload/test/offloading/fortran/target-depend.f90
M offload/test/offloading/fortran/target-map-all-common-block-members.f90
M offload/test/offloading/fortran/target-map-common-block.f90
M offload/test/offloading/fortran/target-map-declare-target-link-common-block.f90
M offload/test/offloading/fortran/target-map-first-common-block-member.f90
M offload/test/offloading/fortran/target-map-mix-imp-exp-common-block-members.f90
M offload/test/offloading/fortran/target-map-second-common-block-member.f90
M offload/test/offloading/high_trip_count_block_limit.cpp
M offload/test/offloading/schedule.c
M offload/test/sanitizer/double_free.c
M offload/test/sanitizer/double_free_racy.c
M offload/test/sanitizer/free_host_ptr.c
M offload/test/sanitizer/free_wrong_ptr_kind.c
M offload/test/sanitizer/free_wrong_ptr_kind.cpp
M offload/test/sanitizer/kernel_crash.c
M offload/test/sanitizer/kernel_crash_async.c
M offload/test/sanitizer/kernel_crash_many.c
M offload/test/sanitizer/kernel_crash_single.c
M offload/test/sanitizer/kernel_trap.c
M offload/test/sanitizer/kernel_trap.cpp
M offload/test/sanitizer/kernel_trap_async.c
M offload/test/sanitizer/kernel_trap_many.c
Log Message:
-----------
[OpenMP] Remove testing LTO variant on CPU targets (#175187)
Summary:
This is only really meaningful for the NVPTX target. Not all build
environments support host LTO and these are redundant tests, just clean
this up and make it run faster.
Commit: 4996e3be341af782b856597023c83ee3ef9b5094
https://github.com/llvm/llvm-project/commit/4996e3be341af782b856597023c83ee3ef9b5094
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
Log Message:
-----------
[ConstantFolding] Allow truncation when folding wasm.dot
Changes this to getSigned() to match the signedness of the calculation.
However, we still need to allow truncation because the addition
result may overflow, and the operation is specified to truncate
in that case.
Fixes https://github.com/llvm/llvm-project/issues/175159.
Commit: 8aebfcd953727aa63aed3838584d6ce5c44c423e
https://github.com/llvm/llvm-project/commit/8aebfcd953727aa63aed3838584d6ce5c44c423e
Author: Sirui Mu <msrlancern at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
Log Message:
-----------
[CIR][NFC] Generate ABI lowering patterns with TableGen (#175021)
This patch teaches clang-tblgen to start emitting ABI lowering pattern
declarations.
Commit: 9e1a185be463eba0808f30cc4a9521ed1f38b538
https://github.com/llvm/llvm-project/commit/9e1a185be463eba0808f30cc4a9521ed1f38b538
Author: Sayan Sivakumaran <sivakusayan at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
Log Message:
-----------
[InstCombine] Fold intrinsics over multi-use selects when the intrinsic is the only user (#172723)
Closes #172176.
Previously, `FoldOpIntoSelect` wouldn't fold multi-use selects if
`MultiUse` wasn't explicitly true. This prevents useful folding when the
select is used multiple times in the same intrinsic call. Similar to
what is done in `foldOpIntoPhi`, we'll now check that all of the uses
come from a single user, rather than checking that there is only one
use.
Commit: 327d6e1f979456fc3e80e6fce2c16975715693e0
https://github.com/llvm/llvm-project/commit/327d6e1f979456fc3e80e6fce2c16975715693e0
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
Log Message:
-----------
[RISCV][llvm] Support frame index in zilsd optimizer (#174073)
Current zilsd optimizer only support base op that is in a register,
however many use cases are essentially stack load/store.
Commit: ec7ab6fb7ba91b2d69cb998add70b5930cb6b96f
https://github.com/llvm/llvm-project/commit/ec7ab6fb7ba91b2d69cb998add70b5930cb6b96f
Author: Philip742 <philip.wilkinson at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaShapeOps.td
M mlir/lib/Dialect/Tosa/Transforms/TosaProfileCompliance.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/invalid_extension.mlir
M mlir/test/Dialect/Tosa/ops.mlir
Log Message:
-----------
[mlir][tosa] Add min/max_shape ops (#175146)
Signed-off-by: Philip Wilkinson <philip.wilkinson at arm.com>
Commit: b5a5276ca7345baf8b3fd771c08b7ef5d234c0ac
https://github.com/llvm/llvm-project/commit/b5a5276ca7345baf8b3fd771c08b7ef5d234c0ac
Author: Andrew Haberlandt <ahaberlandt at apple.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
Log Message:
-----------
[compiler-rt] [Darwin] VerifyMemoryMapping should ignore zero-size sections (#175083)
Zero size sections cause VerifyMemoryMapping to falsely report
overlapping mappings.
rdar://167467041
Commit: 4c61843e44fd103c02e85fb17f364dea7706e99c
https://github.com/llvm/llvm-project/commit/4c61843e44fd103c02e85fb17f364dea7706e99c
Author: Derek Schuff <dschuff at chromium.org>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/CodeGen/WebAssembly/varargs.ll
Log Message:
-----------
[WebAssembly] Add wasm64 testing to varargs.ll [NFC] (#175102)
Looking at https://github.com/llvm/llvm-project/pull/173580 revealed
that our testing of varargs is inadequate. This is a start on improving it.
Commit: 121a9c414fd23c370136978b8a33b325faa03cfd
https://github.com/llvm/llvm-project/commit/121a9c414fd23c370136978b8a33b325faa03cfd
Author: vangthao95 <vang.thao at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
Log Message:
-----------
[AMDGPU][GlobalISel] Add RegBankLegalize support for G_FCANONICALIZE (#174662)
Added -global-isel flags to fcanonicalize.ll test.
Commit: 7df0826c415f3ef8cd6a768b6b433db6c842a306
https://github.com/llvm/llvm-project/commit/7df0826c415f3ef8cd6a768b6b433db6c842a306
Author: vangthao95 <vang.thao at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
Log Message:
-----------
[AMDGPU][GlobalISel] Add RegBankLegalize support for G_PTRMASK (#174889)
Add support for G_PTRMASK but we are missing p8 (buffer resource) due to
a legalizer issue in GlobalISel which does not occur on SelectionDAG:
`LLVM ERROR: unable to legalize instruction: %17:_(p8) = G_PTRMASK %0:_,
%22:_(s128) (in function: v_ptrmask_buffer_resource_variable_i48)`
Added a FIXME to indicate this issue.
Commit: b3d25f59d5f0b5fbc61e354d641cf150ecec1bf7
https://github.com/llvm/llvm-project/commit/b3d25f59d5f0b5fbc61e354d641cf150ecec1bf7
Author: vangthao95 <vang.thao at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
Log Message:
-----------
[AMDGPU][GlobalISel] Add RegBankLegalize support for G_FLDEXP (#175072)
Commit: dcef308ecc3b02bc8e642572aee98b56fae051b9
https://github.com/llvm/llvm-project/commit/dcef308ecc3b02bc8e642572aee98b56fae051b9
Author: Konrad Kleine <kkleine at redhat.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
Log Message:
-----------
[DWARF][NFC] Remove unused 'Reads' param from checkCFADiff and checkRegDiff (#174941)
Commit: 55a9855be504109aec9aaa124e7ad3316422ffdd
https://github.com/llvm/llvm-project/commit/55a9855be504109aec9aaa124e7ad3316422ffdd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
Log Message:
-----------
[RISCV] Merge multiple QC_EXTU patterns using ImmLeaf and SDNodeXForm. (#175119)
Instead of matching 6 different masks, use an ImmLeaf to detect any of
the 6 masks.
This isn't NFC because using an immediate directly will call
computeKnownBits to fill in bits that are expected to be 1, but have
been cleared because they are known 0 in the LHS of the and. We don't
have tests for this, if it's important we can switch to a ComplexPattern
to restore that behavior.
Commit: e5473760bb320472e6c9b67acc479ed048bf4186
https://github.com/llvm/llvm-project/commit/e5473760bb320472e6c9b67acc479ed048bf4186
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
Log Message:
-----------
[TableGen] Change emitted comments for OPC_Scope to be more like OPC_SwitchType/Opcode. NFC (#175124)
Commit: ceb2365a20a87936e89f6ba689c20f67a7f18ef2
https://github.com/llvm/llvm-project/commit/ceb2365a20a87936e89f6ba689c20f67a7f18ef2
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
Log Message:
-----------
[TableGen] Add a helper function for emitting an MVT in the isel table. NFC (#175127)
Commit: 964f9c0754937730953b5d6e0cfd9c352010fd16
https://github.com/llvm/llvm-project/commit/964f9c0754937730953b5d6e0cfd9c352010fd16
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/test/Driver/crash-ir-repro.cpp
Log Message:
-----------
[Clang][Driver] Disable crash-ir-repro.cpp on UBSan
UBSan causes the test to raise a signal, which violates the not
expectations after recent lit expectations.
Commit: 17e226f71e1c4704ba028adbd799c3932b8c5862
https://github.com/llvm/llvm-project/commit/17e226f71e1c4704ba028adbd799c3932b8c5862
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M lldb/source/Symbol/ObjectFile.cpp
A lldb/test/Shell/ObjectFile/invalid.test
Log Message:
-----------
[lldb] Fix crash when passing a folder in as the executable (#175181)
This is another instance where we weren't checking that the result of
FileSystem::CreateDataBuffer and unconditionally accessing it, similar
to the bug in SourceManager last week. In this particular case,
ObjectFile was assuming that we can read the contents non-zero, which
isn't true for directory nodes.
Jim figured this one out yesterday. I'm just putting up the patch and
adding a test.
rdar://167796036
Commit: c0da62a49f3e19bc7a2cbe0ef00941895d30bc82
https://github.com/llvm/llvm-project/commit/c0da62a49f3e19bc7a2cbe0ef00941895d30bc82
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
Log Message:
-----------
[RISCV] Prevent P extension from creating unaligned scalar load/store insructions. (#174878)
The P extension requires us to use base ISA load/store instructions for
small vectors. We need to make sure we don't generate misaligned
instructions.
We'll need to do more work here if we want P and V to be enabled at the
same time, but that's a future problem.
Commit: 37e3af835ef9b04aee9750d02ed28704d8e8399b
https://github.com/llvm/llvm-project/commit/37e3af835ef9b04aee9750d02ed28704d8e8399b
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/utils/TableGen/CodeEmitterGen.cpp
Log Message:
-----------
[LLVM][TableGen] Use integers instead of string in CodeEmitterGen CaseMap (#172885)
CodeEmitterGen CaseMap values is always a vector of integer IDs (HwMode
or instruction opcode). So change the map values to be a vector of
integers instead of strings and instead print the string form when
emitting the case statements. This will help reduce the memory footprint
by not storing potentially long strings (for opcode names) in the map.
Commit: 54a1e05d3c5eac476a0b14d2d7a712c7ece2c255
https://github.com/llvm/llvm-project/commit/54a1e05d3c5eac476a0b14d2d7a712c7ece2c255
Author: Jake Egan <Jake.egan at ibm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
Log Message:
-----------
[asan][AIX] Set allocator size and beginning (#144784)
On 64-bit AIX, set allocator size to 256G and set beginning to
0x0a00000000000000.
Issue: #138916
---------
Co-authored-by: Hubert Tong <hubert.reinterpretcast at gmail.com>
Commit: e927f4bbf4800fe9b68fc32b935799d5136925fb
https://github.com/llvm/llvm-project/commit/e927f4bbf4800fe9b68fc32b935799d5136925fb
Author: Akimasa Watanuki <mencotton0410 at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
Log Message:
-----------
[CIR] Handle empty unions in record lowering and LLVM conversion (#172666)
Handle empty unions in CIR record lowering and LLVM conversion by
emitting padding when needed, guarding `getLargestMember` for
empty/padded unions, and lowering to empty or padded LLVM structs based
on language rules.
Added regression tests for C and C++ empty union lowering in
`clang/test/CIR/CodeGen/empty-union.c` and `empty-union.cpp`.
Commit: 6ca6a328aed13c21101d83f1139236b95643858f
https://github.com/llvm/llvm-project/commit/6ca6a328aed13c21101d83f1139236b95643858f
Author: Paul Osmialowski <pawel.osmialowski at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
Log Message:
-----------
[AArch64][VecLib] Add vector function mappings for the modf, sincos, sincospi vector intrinsics (#175098)
Following the improvements introduced in #109833 and the most recent
development of the libamath library (used by `-fveclib=ArmPL`), this
patch adds the missing mappings for the functions that return literal
struct values.
Commit: 690d94b7bdfbaf854ea8a5fe6e8f6f77fb4e8deb
https://github.com/llvm/llvm-project/commit/690d94b7bdfbaf854ea8a5fe6e8f6f77fb4e8deb
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
Log Message:
-----------
[TableGen] Print MVT name in the isel table when it doesn't require a VBR. NFC (#175128)
If the MVT is small enough, we can emit the enum name instead of
printing its encoding.
Commit: 75dd5b3df2905f1a7e56837df6e16c261229576c
https://github.com/llvm/llvm-project/commit/75dd5b3df2905f1a7e56837df6e16c261229576c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
Log Message:
-----------
InstCombine: Improve SimplifyDemandedFPClass copysign handling
(#175026)
Recognize cases where the signbit is known.
Commit: 8cfa36d1906bba51e4614346cfc293c085044442
https://github.com/llvm/llvm-project/commit/8cfa36d1906bba51e4614346cfc293c085044442
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/test/CodeGen/RISCV/rv32p.ll
Log Message:
-----------
[RISCV] Support i32 (S/U)(ADD/SUB)SAT for rv32ip. (#173693)
Commit: 471b7b79ee228c15cf34fb8009deef2d2b2f546e
https://github.com/llvm/llvm-project/commit/471b7b79ee228c15cf34fb8009deef2d2b2f546e
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M cross-project-tests/veclib/veclib-sincos.c
Log Message:
-----------
Update veclib-sincos.c test checks (NFC) (#175221)
Commit: b6212a4caf9fb029382f26dd224e54da58714fa5
https://github.com/llvm/llvm-project/commit/b6212a4caf9fb029382f26dd224e54da58714fa5
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/IR/FixedMetadataKinds.def
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
Log Message:
-----------
XCOFF associated metadata (#159096)
Add a new metadata node `!implicit.ref` to represent an implicit
dependency between 2 symbols. The metadata is unique to AIX and gets
lowered to a relocation that adds an explicit link between the section
the global that the metadata is placed on is allocated in, to the
asscoiated symbol. This relocation will cause the associated symbol to
remain live if the section is not garbage collected. This is used mainly
for compiler features where there is some hidden runtime dependency
between the symbols that isn't otherwise obvious to the linker.
Commit: 5c3f02cbb344ffcd6766c1959e7851d1afec118f
https://github.com/llvm/llvm-project/commit/5c3f02cbb344ffcd6766c1959e7851d1afec118f
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
Log Message:
-----------
[lldb] Honor the process plugin name in the attach/launch info (#175195)
When connected to a GDB remote platform, we always use "gdb-remote" as
the process plugin when attaching. This means that the `--plugin`
argument to `process attach` is effectively ignored. This patch makes it
so that "gdb-remote" remains the default, while still honoring the
process plugin name specified in the attach info. The same thing applies
to launching a process.
rdar://167845923
Commit: 2ff56633b945c34ef7fe0ea0b9c05d02710b3685
https://github.com/llvm/llvm-project/commit/2ff56633b945c34ef7fe0ea0b9c05d02710b3685
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M offload/test/sanitizer/double_free.c
M offload/test/sanitizer/free_host_ptr.c
M offload/test/sanitizer/free_wrong_ptr_kind.c
M offload/test/sanitizer/free_wrong_ptr_kind.cpp
M offload/test/sanitizer/kernel_crash.c
M offload/test/sanitizer/kernel_crash_async.c
M offload/test/sanitizer/kernel_crash_many.c
M offload/test/sanitizer/kernel_crash_single.c
M offload/test/sanitizer/kernel_trap.c
M offload/test/sanitizer/kernel_trap_async.c
M offload/test/sanitizer/kernel_trap_many.c
Log Message:
-----------
[OpenMP] Fix tests that depend on the line number
Commit: ac508575ed13787e4d7ed928670c3d6144fce137
https://github.com/llvm/llvm-project/commit/ac508575ed13787e4d7ed928670c3d6144fce137
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/lib/Basic/Targets/SPIR.h
A clang/test/Sema/spirv-address-space.c
Log Message:
-----------
[SPIR-V] Permit implicit conversion to generic AS (#175109)
Summary:
We rely on this in most places we work with address spaces. This allows
target address spaces to implicity convert to generic ones.
I actually have no clue if this is valid or correct with SPIR-V, hoping
someone with more target / backend knowledge can chime in.
---------
Co-authored-by: Matt Arsenault <arsenm2 at gmail.com>
Commit: df3629dc0cc820e04275bd0f1fda0e9565dfba5d
https://github.com/llvm/llvm-project/commit/df3629dc0cc820e04275bd0f1fda0e9565dfba5d
Author: Shilei Tian <i at tianshilei.me>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
Log Message:
-----------
[AMDGPU] Handle `s_setreg_imm32_b32` targeting `MODE` register (#174681)
On certain hardware, this instruction clobbers VGPR MSB `bits[12:19]`,
so we need to restore the current mode.
Fixes SWDEV-571581.
Commit: bac9b7a38730a5b18203b141356f318e45a30e95
https://github.com/llvm/llvm-project/commit/bac9b7a38730a5b18203b141356f318e45a30e95
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
Log Message:
-----------
InstCombine: Improve SimplifyDemandedFPClass fabs handling
(#175027)
Try to eliminate the fabs if the source is known positive.
Commit: 4f1ab334a4ba5e3c8ba96a0b8bba2c71c779cfca
https://github.com/llvm/llvm-project/commit/4f1ab334a4ba5e3c8ba96a0b8bba2c71c779cfca
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M flang/include/flang/Parser/parse-tree-visitor.h
Log Message:
-----------
[flang] Visit "source" member in all AST nodes (#175211)
Some AST nodes had their "source" member visited by the parse tree
visitor, while others, in particular those that were handled by the
trait-based visitors, did not.
Make sure that we call the Walk function on the "source" member for all
classes that have it.
Commit: 33c4e3e2bcfc502b44308e86dcc4d079be885030
https://github.com/llvm/llvm-project/commit/33c4e3e2bcfc502b44308e86dcc4d079be885030
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
M flang/test/Fir/CUDA/cuda-global-addr.mlir
Log Message:
-----------
[flang][cuda] Avoid inserting GetDeviceAddress call in offload regions (#175225)
In regions destined for GPU offload, computing an address_of means
getting device address directly - no need (and actually incorrect) to
insert a runtime call to get the address. This was already working for
regions such as `gpu.launch` - but now it applies to acc regions as
well.
Commit: a5fcd840e788ee4ebca3e6a5e000daac46ad1b1a
https://github.com/llvm/llvm-project/commit/a5fcd840e788ee4ebca3e6a5e000daac46ad1b1a
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Document getSplatVFValue (NFC).
Document helper, as suggested independently in
https://github.com/llvm/llvm-project/pull/174234.
Commit: d6d8622f12fd104bca3caad4b3246870c16b6783
https://github.com/llvm/llvm-project/commit/d6d8622f12fd104bca3caad4b3246870c16b6783
Author: tedj <tedmjohnson at protonmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M .github/new-prs-labeler.yml
Log Message:
-----------
[flang][flang-rt] Add flang-rt autolabel check (#175240)
Add flang-rt to the autolabel github yaml.
Commit: 42368f919463de02311f7d15191b330f6b8ac2f2
https://github.com/llvm/llvm-project/commit/42368f919463de02311f7d15191b330f6b8ac2f2
Author: Matej KoÅ”Ćk <m4tej.kosik at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M lldb/source/ValueObject/ValueObject.cpp
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
Log Message:
-----------
[lldb] fix a problem in the ValueObject::GetExpressionPath method (#171521)
Consider the following program:
```
int main() {
int foo[2][3][4];
int (*bar)[3][4] = foo;
return 0;
}
```
If we:
- compile this program
- launch an LLDB debugging session
- launch the process and let it stop at the `return 0;` statement
then the following LLDB command:
```
(lldb) script lldb.frame.FindVariable("bar").GetChildAtIndex(0).get_expr_path()
```
will produce the following output:
```
bar->[0]
```
What we were expecting:
- a valid expression in the C programming language
- that would allow us (in the scope of the `main` function) access the
appropriate object.
What we've got is a string that does not represent a valid expression in
the C programming language.
This pull-request proposes a fix to this problem.
---------
Co-authored-by: Matej KoÅ”Ćk <matej.kosik at codasip.com>
Commit: 1117d2a35f03584f1dc42ded7de179b442c5f33b
https://github.com/llvm/llvm-project/commit/1117d2a35f03584f1dc42ded7de179b442c5f33b
Author: Hamza Hassanain <53662962+HamzaHassanain at users.noreply.github.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
A lldb/test/API/python_api/sbtarget_extensions/Makefile
A lldb/test/API/python_api/sbtarget_extensions/TestSBTargetExtensions.py
A lldb/test/API/python_api/sbtarget_extensions/main.c
Log Message:
-----------
[LLDB] Swig python extensions tests for SBTargetExtention (#173473)
Implements part of #168920
Commit: 4a8a0593bdecee49331cb5c31a6c9b18d87ea41c
https://github.com/llvm/llvm-project/commit/4a8a0593bdecee49331cb5c31a6c9b18d87ea41c
Author: Jan Patrick Lehr <JanPatrick.Lehr at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M offload/test/offloading/fortran/dump_map_tables.f90
Log Message:
-----------
[Offload] Fix failing Fortran test w/ line number (#175247)
This test also depends on the line number. Following similar approach as
other with [[@LINE]] macro.
Commit: 51e0248aef88f09bb7c6f407b569755eea8be3f5
https://github.com/llvm/llvm-project/commit/51e0248aef88f09bb7c6f407b569755eea8be3f5
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
Log Message:
-----------
[RISCV] Try to disassemble 48-bit and larger instructions as 32-bit instructions first. (#175122)
The encoding scheme for 48-bit and larger instructions has not
been ratified yet. The RISC-V ISA manual previously included a
proposal that included 4 reserved major opcodes. LLVM's
disassembler implements this proposal as does binutils.
A vendor extension might have used the reserved opcodes,
as a non-conforming 32-bit extension. Try to decode as a
32-bit instruction first to catch these cases.
Should help with #174571.
Commit: 25976e83606f1a7615e3725e6038bb53ee96c3d5
https://github.com/llvm/llvm-project/commit/25976e83606f1a7615e3725e6038bb53ee96c3d5
Author: Daniel Thornburgh <mysterymath at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
R llvm/test/ExecutionEngine/JITLink/AArch64/backtrace-symbolication.s
A llvm/test/ExecutionEngine/JITLink/Generic/backtrace-symbolication.ll
Log Message:
-----------
Revert "[llvm-jitlink] Replace IR backtrace symbolication testcase with asm." (#175242)
Reverts llvm/llvm-project#175117
Commit: eef8e79e3a1c3f65f61ee42ccdbca8edb4fa32c6
https://github.com/llvm/llvm-project/commit/eef8e79e3a1c3f65f61ee42ccdbca8edb4fa32c6
Author: Yuvaraj Venkatesh <yuvaraj.venkatesh at arm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TosaShapeOps.td
M mlir/lib/Dialect/Tosa/Transforms/TosaProfileCompliance.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/level_check.mlir
M mlir/test/Dialect/Tosa/ops.mlir
M mlir/test/Dialect/Tosa/tosa-validation-version-1p1-valid.mlir
Log Message:
-----------
[mlir][tosa] Add log2_ceil/log2_floor/exp2_shape ops (#175057)
This commit introduces new ext-shape operations,
- LOG2_CEIL_SHAPE
- LOG2_FLOOR_SHAPE
- EXP2_SHAPE
These additions include the operator definitions, same-rank
verification, and level checks during validation.
---------
Co-authored-by: Luke Hutton <luke.hutton at arm.com>
Commit: 719006a1950ad190882483a8342be4f593164c94
https://github.com/llvm/llvm-project/commit/719006a1950ad190882483a8342be4f593164c94
Author: Joshua Batista <jbatista at microsoft.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaHLSL.cpp
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
Log Message:
-----------
[HLSL][Sema] Validate that occupied register numbers never exceed UINT32_MAX (#174028)
This PR adds validation for register numbers.
Register numbers ought never to exceed UINT32_MAX, or 4294967295
Additionally, resource arrays will have each resource element bound
sequentially, and those resource's register numbers should not exceed
UINT32_MAX, or 4294967295. Even though not explicitly given a register
number, their effective register number is also validated.
This accounts for nested resource declarations and resource arrays too.
Fixes https://github.com/llvm/llvm-project/issues/136809
Commit: 54840055b884031330108e66c019873029591a78
https://github.com/llvm/llvm-project/commit/54840055b884031330108e66c019873029591a78
Author: Alex Langford <alangford at apple.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
Log Message:
-----------
[lldb] Fix TestMultithreaded.py when libc++ symbols are present (#174664)
There are a few test cases in TestMultithreaded.py. Most of them set a
breakpoint by name on "next". There's no problem with doing that, but
one of the tests cases in particular relies on being able to grab a
specific breakpoint location corresponding to the test inferior.
If you have libc++ symbols, this test will also have breakpoint
locations for symbols named `next` in libc++. I could have changed the
test to find the correct `next` breakpoint location, but it seems easier
to give it a more uncommon name instead.
Commit: 85b90f560d90e1b52272e78902de138cbe1612d2
https://github.com/llvm/llvm-project/commit/85b90f560d90e1b52272e78902de138cbe1612d2
Author: Snehasish Kumar <1888435+snehasish at users.noreply.github.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Options/Options.td
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/test/DebugInfo/Generic/macro-info.c
Log Message:
-----------
Add a flag to preserve the old macro behaviour. (#174895)
[Clang][DebugInfo] Add a flag to use expansion loc for macro params.
This patch adds a flag to allow users to preserve the old behaviour -
use the macro expansion location for parameters. This is useful for
wider testing of sample profile driven PGO which relies on debug
information based mapping. This flag is intended to be temporary
and should be safe to remove by EOY 2026. Filed #175249 to
track the cleanup.
---------
Assisted-by: Gemini
Commit: ae29bfd9db88d50524f4adb7f496224e25fd1d89
https://github.com/llvm/llvm-project/commit/ae29bfd9db88d50524f4adb7f496224e25fd1d89
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
R lldb/test/API/python_api/sbtarget_extensions/Makefile
R lldb/test/API/python_api/sbtarget_extensions/TestSBTargetExtensions.py
R lldb/test/API/python_api/sbtarget_extensions/main.c
Log Message:
-----------
Revert "[LLDB] Swig python extensions tests for SBTargetExtention" (#175251)
Reverts llvm/llvm-project#173473
Commit: c11df52f9b847170b766fb71defd2a9222d95a8d
https://github.com/llvm/llvm-project/commit/c11df52f9b847170b766fb71defd2a9222d95a8d
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
R llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
R llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
R llvm/test/ExecutionEngine/JITLink/Generic/backtrace-symbolication.ll
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
Revert "[ORC] Add utilities for limited symbolication of JIT backtraces (#175099)"
This reverts commit 906b48616c03948a4df62a5a144f7108f3c455e8.
The forward fix for this got reverted in
25976e83606f1a7615e3725e6038bb53ee96c3d5, so reverting the original
commit given it is still broken and the forward fix that mitigated most
of the issues is no longer in tree.
Commit: 79069ce86d391bc0c2cb80254c397b4107f3cdac
https://github.com/llvm/llvm-project/commit/79069ce86d391bc0c2cb80254c397b4107f3cdac
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
Log Message:
-----------
[AMDGPU] Generate checks for many MC tests (#175174)
Generate checks for all tests where that did not change the number of
checks with each prefix, and where the resulting test still passed.
Commit: 480af73916263528855e5b7d04af1df44a25f9fd
https://github.com/llvm/llvm-project/commit/480af73916263528855e5b7d04af1df44a25f9fd
Author: Mircea Trofin <mtrofin at google.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/test/lit.cfg.py
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
[profcheck] Exclude `IRCE` because it's not hooked up to the pass pipeline (#175238)
To keep the profcheck effort manageable, excluding (for now) passes that aren't yet hooked up to a pass pipeline.
Issue #147390
Commit: acb78bde6fb613a9af2a604bc69fa744a8cee850
https://github.com/llvm/llvm-project/commit/acb78bde6fb613a9af2a604bc69fa744a8cee850
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
Log Message:
-----------
[VPlan] Use unsigned integers for lane start indices (#175231)
a83c89495ba6fe0134dcaa02372c320cc7ff0dbf caused assertion failures here
as if we have a single bit induction variable and two lanes (0 and 1),
then the second lane index (1) will be out of bounds of what a signed
1-bit integer can hold. Lane indices are always >0 according to
VPlanHelpers.h:125, and the lane representation in this code is also
unsigned.
The test case come from tensorflow/XLA.
Commit: cd81aae57abf5faa109badaafd9389a39c0d64c3
https://github.com/llvm/llvm-project/commit/cd81aae57abf5faa109badaafd9389a39c0d64c3
Author: Abhinav Gaba <abhinav.gaba at intel.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M offload/libomptarget/omptarget.cpp
M offload/test/mapping/use_device_addr/target_data_use_device_addr_arrsec_fallback.c
M offload/test/mapping/use_device_addr/target_data_use_device_addr_arrsec_not_existing.cpp
M offload/test/mapping/use_device_addr/target_data_use_device_addr_arrsec_ref_not_existing.cpp
M offload/test/mapping/use_device_addr/target_data_use_device_addr_var_fallback.c
M offload/test/mapping/use_device_addr/target_data_use_device_addr_var_not_existing.cpp
M offload/test/mapping/use_device_addr/target_data_use_device_addr_var_ref_not_existing.cpp
M offload/test/mapping/use_device_addr/target_wrong_use_device_addr.c
M offload/test/mapping/use_device_ptr/target_data_use_device_ptr_not_existing.cpp
M offload/test/mapping/use_device_ptr/target_data_use_device_ptr_ref_not_existing.cpp
M offload/test/mapping/use_device_ptr/target_data_use_device_ptr_var_fallback.c
Log Message:
-----------
[OpenMP] Preserve the original address when `use_device_ptr/addr` lookup fails. (#174659)
As per OpenMP 5.1, we need to assume that when the lookup for
`use_device_ptr/addr` fails, the incoming pointer was already device
accessible.
Prior to 5.1, a lookup-failure meant a user-error (for
`use_device_ptr`),
so we could do anything in that scenario. For `use_device_addr`,
it was always incorrect to set the address to null.
OpenMP 6.1 adds a way to retain the previous behavior of nullifying a
pointer
when the lookup fails. That will be tackled by the PR stack
starting with https://github.com/llvm/llvm-project/pull/169603.
Commit: 9f203509ce7b14e5ff92656bd7a6e64712f4e60c
https://github.com/llvm/llvm-project/commit/9f203509ce7b14e5ff92656bd7a6e64712f4e60c
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
Log Message:
-----------
[AMDGPU] Fix AMDGPULowerKernelAttributes not invalidating analysis (#175256)
Summary:
The new PM wasn't using the changed result which triggered failures
after https://github.com/llvm/llvm-project/pull/174112
Commit: f223ebfc2b5ab397d211a5c1c19f7b902899d19f
https://github.com/llvm/llvm-project/commit/f223ebfc2b5ab397d211a5c1c19f7b902899d19f
Author: Maksim Panchenko <maks at fb.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M bolt/Maintainers.md
Log Message:
-----------
[BOLT] Add aaupov to X86 maintainers list
Commit: a96cda0e33c511f8c513e31b299adf417e1d2d9c
https://github.com/llvm/llvm-project/commit/a96cda0e33c511f8c513e31b299adf417e1d2d9c
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
M llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
Log Message:
-----------
[SLP]Update deps for copyables operands, if the user is used several times in node
If the user instruction is used several times in the node, and in one
cases its operand is copyable, but in another is not, need to check all
operands to be sure we do not miss scheduling
Commit: 5e78d5e262c0a6f3c5c2c3fc10de0c6c7f8bb7a9
https://github.com/llvm/llvm-project/commit/5e78d5e262c0a6f3c5c2c3fc10de0c6c7f8bb7a9
Author: Valentin Clement (ćć¬ć³ćæć¤ć³ ćÆć¬ć”ć³) <clementval at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M flang/include/flang/Evaluate/tools.h
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
Log Message:
-----------
[flang][cuda] Update cuda data transfer rules for full managed assigment (#175243)
Commit: e21fcc2e1816a844233930173946eca3ec49e851
https://github.com/llvm/llvm-project/commit/e21fcc2e1816a844233930173946eca3ec49e851
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
Log Message:
-----------
[CIR] Upstream handling for data member pointer casts (#171950)
This adds the CIR basic handling for casts of data member pointers. Cast
to bool and null, as well as member function pointer casts will be
handled in followup PRs.
Commit: 8b09e47e6fc887cf5eb4aa62b19900dcc62a2747
https://github.com/llvm/llvm-project/commit/8b09e47e6fc887cf5eb4aa62b19900dcc62a2747
Author: Roberto Turrado Camblor <rturrado at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
Log Message:
-----------
[CIR][X86] Add support for `cpuid`/`cpuidex` (#173197)
Adds support for the `__builtin_ia32_cpuid` and `__builtin_ia32_cpuidex`
X86 builtins.
Part of [167765](https://github.com/llvm/llvm-project/issues/167765).
Commit: 632a557f310f03050ef8ec1c4d8ff2f2a8be34b4
https://github.com/llvm/llvm-project/commit/632a557f310f03050ef8ec1c4d8ff2f2a8be34b4
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
Log Message:
-----------
[clang-doc] Move navbar and sidebar into normal document flow (#175110)
The navbar and sidebar caused spacing and alignment issues since they
were fixed elements with defined height/width. It was difficult to have
all elements below them correctly offset the height. This patch changes
them
to sticky elements within the normal document flow that don't define
their
height/width explicitly. This actually lets us use existing HTML/CSS
properties (like the "content" div) more naturally.
This also changes the navbar behavior to not follow while scrolling.
Commit: 597ffbe09d5f774f861ee55e50022bf84d7f98e2
https://github.com/llvm/llvm-project/commit/597ffbe09d5f774f861ee55e50022bf84d7f98e2
Author: Dan Gohman <dev at sunfishcode.online>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/test/Preprocessor/init.c
M llvm/docs/ReleaseNotes.md
M llvm/include/llvm/TargetParser/Triple.h
M llvm/lib/TargetParser/Triple.cpp
M llvm/unittests/TargetParser/TripleTest.cpp
Log Message:
-----------
Rename wasm32-wasi to wasm32-wasip1. (#165345)
This adds code to recognize "wasm32-wasip1", "wasm32-wasip2", and
"wasm32-wasip3" as explicit targets, and adds a deprecation warning when
the "wasm32-wasi" target is used, pointing users to the "wasm32-wasip1"
target.
Fixes #165344.
I'm filing this as a draft PR for now, as I've only just now proposed to
make this change in #165344.
Commit: e971c3ee0e9205c666cf69fa721226d24e46653f
https://github.com/llvm/llvm-project/commit/e971c3ee0e9205c666cf69fa721226d24e46653f
Author: Mikhail Gudim <mgudim at qti.qualcomm.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/CFIInstrInserter.cpp
Log Message:
-----------
[CFIInserter] Improve `CSRSavedLocation` struct. (#168869)
(1) Define `CSRSavedLocation::Kind` and use it in the code. This makes
the code more readable and allows to extend it to new kinds. For
example, soon I want to add "scalable offset from a given register"
kind.
(2) Store the contents in a union. This should reduce memory usage.
Commit: 8a7d8c1690c444c2151852e983e4bccc3825250f
https://github.com/llvm/llvm-project/commit/8a7d8c1690c444c2151852e983e4bccc3825250f
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
[Coverage] Make additional counters available for BranchRegion. NFC. (#120930)
`getBranchCounterPair()` allocates an additional Counter to SkipPath in
`SingleByteCoverage`.
`IsCounterEqual()` calculates the comparison with rewinding counter
replacements.
`NumRegionCounters` is updated to take additional counters in account.
`incrementProfileCounter()` has a few additiona arguments.
- `UseSkipPath=true`, to specify setting counters for SkipPath. It
assumes `UseSkipPath=false` is used together.
- `UseBoth` may be specified for marking another path. It introduces the
same effect as issueing `markStmtAsUsed(!SkipPath, S)`.
`llvm-cov` discovers counters in `FalseCount` to allocate `MaxCounterID`
for empty profile data.
https://discourse.llvm.org/t/rfc-integrating-singlebytecoverage-with-branch-coverage/82492
Resumes: #112730
Depends on: #112698 #112702 #112724
Commit: 26fdd8faff33b0af12c4deb1abd5d5e4ebec1a00
https://github.com/llvm/llvm-project/commit/26fdd8faff33b0af12c4deb1abd5d5e4ebec1a00
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
Log Message:
-----------
[CIR] Upstream support for data member comparison (#171897)
This adds support for handling data member pointer comparisons in CIR.
Commit: 0727fcb11d5df65bbcca75e0705a99387feb7618
https://github.com/llvm/llvm-project/commit/0727fcb11d5df65bbcca75e0705a99387feb7618
Author: Hideto Ueno <uenoku.tokotoko at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M mlir/lib/Bytecode/Reader/BytecodeReader.cpp
M mlir/test/Bytecode/op_with_properties_deeply_nested_attr.mlir
Log Message:
-----------
[mlir][Bytecode] Fix infinite loop by tracking type/attribute in deferred worklist (#174874)
The bytecode reader could enter an infinite loop when parsing deeply
nested attributes containing type references. The deferred worklist
stored only indices without distinguishing between attributes and types,
causing type indexes to be misinterpreted as attributes.
This patch changes the deferred worklist to store pairs of (index, kind)
to track whether each deferred entry is a type or attribute. The
worklist processing logic is updated to resolve the correct entry type.
Commit: 850cf1339ede17491fcce87569183a3873c3d7d5
https://github.com/llvm/llvm-project/commit/850cf1339ede17491fcce87569183a3873c3d7d5
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .github/new-prs-labeler.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/init.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/test/CMakeLists.txt
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/HLFIR/prefetch.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/lit.site.cfg.py.in
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/docs/hand_in_hand.rst
M libc/src/__support/CMakeLists.txt
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/generic/log1p.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/do_start.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/custom_reloc.s
A llvm/test/MC/RISCV/hex-imm-macho.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
A llvm/test/MC/RISCV/macho-local-symbol.s
A llvm/test/MC/RISCV/macho.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/rv32-relaxation-xqci.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/vendor-symbol.s
M llvm/test/MC/RISCV/xandesperf-relocation.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
M llvm/test/MC/RISCV/xqcilb-relocations.s
M llvm/test/MC/RISCV/xqcili-linker-relaxation.s
M llvm/test/MC/RISCV/xqcili-relocations.s
A llvm/test/MC/Sparc/sparc-natural-instructions.s
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
A llvm/test/Other/debugcounter-multi-intervals.ll
A llvm/test/Other/functionpropertiesanalysis.ll
A llvm/test/Other/opt-bisect-ranges.ll
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/test/ThinLTO/X86/memprof-icp.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fma.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/CodeGenPrepare/ARM/sink-negative-scale.ll
M llvm/test/Transforms/CodeGenPrepare/Mips/pr35209.ll
A llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
M llvm/test/Transforms/DeadStoreElimination/atomic.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
M llvm/test/Transforms/GVN/condprop.ll
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
A llvm/test/Transforms/InstCombine/AArch64/neon-shift-intrinsics.ll
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
M llvm/test/Transforms/InstCombine/binop-select.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fcmp-select.ll
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
M llvm/test/Transforms/InstCombine/icmp-srem.ll
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/narrow-switch.ll
M llvm/test/Transforms/InstCombine/ptrtoaddr.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
A llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/InstSimplify/ptrtoaddr.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
A llvm/test/Transforms/LoopFusion/pr166356.ll
M llvm/test/Transforms/LoopVectorize/AArch64/clamped-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/divs-with-scalable-vfs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/eliminate-tail-predication.ll
M llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
M llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/invalid-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/load-cast-context.ll
M llvm/test/Transforms/LoopVectorize/AArch64/low_trip_count_predicates.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked_ldst_sme.ll
M llvm/test/Transforms/LoopVectorize/AArch64/optsize_minsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/outer_loop_prefer_scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-constant-ops.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-mixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-incomplete-chains.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
M llvm/test/Transforms/LoopVectorize/AArch64/pr60831-sve-inv-store-crash.ll
M llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-struct-return.ll
M llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/store-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-inloop-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-strict-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vscale-fixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-fneg.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inv-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-live-out-pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-low-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-multiexit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-predicated-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-optsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-vscale-based-trip-counts.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
M llvm/test/Transforms/LoopVectorize/AArch64/tail-folding-styles.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVectorize/AArch64/wider-VF-for-callinst.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/divrem.ll
M llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll
M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/RISCV/fminimumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/mask-index-type.ll
M llvm/test/Transforms/LoopVectorize/RISCV/masked_gather_scatter.ll
M llvm/test/Transforms/LoopVectorize/RISCV/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr87378-vpinstruction-or-drop-poison-generating-flags.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr88802.ll
M llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-bin-unary-ops-args.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-call-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cast-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cond-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-intermediate-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-iv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-masked-loadstore.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-ordered-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reverse-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-safe-dep-distance.ll
M llvm/test/Transforms/LoopVectorize/RISCV/transform-narrow-interleave-to-widen-memory.ll
M llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vectorize-vp-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/SystemZ/scalar-steps-with-users-demanding-all-lanes-and-first-lane-only.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-constant-known-via-scev.ll
M llvm/test/Transforms/LoopVectorize/X86/divs-with-tail-folding.ll
A llvm/test/Transforms/LoopVectorize/X86/end-pointer-signed.ll
M llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-inductions.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-step.ll
M llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
M llvm/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
M llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
M llvm/test/Transforms/LoopVectorize/expand-scev-after-invoke.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-reduction.ll
M llvm/test/Transforms/LoopVectorize/induction-step.ll
M llvm/test/Transforms/LoopVectorize/induction.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/load-deref-pred-align.ll
A llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
M llvm/test/Transforms/LoopVectorize/nested-loops-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
M llvm/test/Transforms/LoopVectorize/outer_loop_scalable.ll
M llvm/test/Transforms/LoopVectorize/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/predicatedinst-loop-invariant.ll
M llvm/test/Transforms/LoopVectorize/scalable-assume.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/scalable-inductions.ll
M llvm/test/Transforms/LoopVectorize/scalable-iv-outside-user.ll
M llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
M llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll
M llvm/test/Transforms/LoopVectorize/scalable-predication.ll
M llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
M llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
M llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
A llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
M llvm/test/Transforms/LoopVectorize/step-vector-i1-wrapping.ll
A llvm/test/Transforms/LoopVectorize/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1_div_urem.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll
M llvm/test/Transforms/LoopVectorize/vectorize-force-tail-with-evl.ll
M llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVersioning/add-phi-update-users.ll
A llvm/test/Transforms/LowerTypeTests/import-32bit.ll
A llvm/test/Transforms/MergeFunc/merge-calling-conv.ll
M llvm/test/Transforms/PGOProfile/Inputs/cspgo_bar_sample.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/unique_values.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
A llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
M llvm/test/Verifier/invalid-splice.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
M llvm/test/lit.cfg.py
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Neoverse/Inputs/sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s
A llvm/test/tools/llvm-mca/AArch64/mcpu-help.test
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vle-vse-vlm.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlse-vsse.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlseg-vsseg.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/atomic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/integer.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/arithmetic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/bitwise.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/comparison.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/conversion.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fma.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fp.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mask.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/minmax.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/permutation.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/reduction.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vle-vse-vlm.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlse-vsse.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlseg-vsseg.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/zvbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zba.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbb.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbs.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfh.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfhmin.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zicond.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/div.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/floating-point.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/integer.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/load.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-cpop.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlxe-vsxe.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbc.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkg.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkned.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvknhb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksed.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vislide-vx.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlxe-vsxe.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vmv.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vreduce.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vrgather.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vshift-vmul.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zba.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zfhmin.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbc.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkned.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvknhb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksed.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/mul-div.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-arithmetic.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-bitwise.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-comparison.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-conversion.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fma.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fp.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mask.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-minmax.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mul-div.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-permutation.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-reduction.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlxe-vsxe.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zba.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbc.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zfh.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zfhmin.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zicond.test
A llvm/test/tools/llvm-objdump/ELF/RISCV/riscv-vendor-reloc.s
A llvm/test/tools/llvm-readobj/ELF/RISCV/riscv-vendor-reloc.s
A llvm/test/tools/llvm-readobj/ELF/call-graph-info-warn-malformed.test
A llvm/test/tools/llvm-readobj/ELF/call-graph-info.test
M llvm/tools/llvm-ar/llvm-ar.cpp
M llvm/tools/llvm-exegesis/lib/AArch64/Target.cpp
M llvm/tools/llvm-mca/llvm-mca.cpp
M llvm/tools/llvm-objdump/COFFDump.cpp
M llvm/tools/llvm-objdump/llvm-objdump.cpp
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
Merge branch 'main' into users/chapuni/cov/single/nextcount
Commit: fea69aa19f458da504cc0553fe9879fd3a38aa97
https://github.com/llvm/llvm-project/commit/fea69aa19f458da504cc0553fe9879fd3a38aa97
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Log Message:
-----------
LLVMCoverage: Unify getCoverageForFile and getCoverageForFunction. NFC (#120842)
Since #119952, `getCoverageForFile` and `getCoverageForFunction` have
similar structure each other. Ther merged method `addFunctionRegions`
has two lambda subfunctions.
* `getCoverageForFile`
- `MainFileID` may be `nullopt`.
- `shouldProcess` picks up relevant records along `FileIDs` that is
scanned based on `MainFileID`. They may have expanded source files.
- `shouldExpand` takes the presense of `MainFileID` into account.
* `getCoverageForFunction`
- This assumes the presense of `MainFileID`.
- `shouldProcess` picks up records that belong only to `MainFileID`.
- `shouldExpand` assumes the presense of `MainFileID`.
This change introduces a wrapper class `MergeableCoverageData` for
further merging instances. At the moment, this returns `CoverageData`
including `buildSegments()`.
This change itself is NFC.
Commit: 3618d212ccc2caed8b22658f2ab52a586d2840d1
https://github.com/llvm/llvm-project/commit/3618d212ccc2caed8b22658f2ab52a586d2840d1
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M mlir/lib/Bytecode/Reader/BytecodeReader.cpp
M mlir/test/Bytecode/op_with_properties_deeply_nested_attr.mlir
Log Message:
-----------
Merge branch 'main' into users/chapuni/cov/single/nextcount
Commit: 0fae1d4f130d419c4aea7e0580db6fbd2f5c5b58
https://github.com/llvm/llvm-project/commit/0fae1d4f130d419c4aea7e0580db6fbd2f5c5b58
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .github/new-prs-labeler.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/init.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/test/CMakeLists.txt
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/HLFIR/prefetch.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/lit.site.cfg.py.in
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/docs/hand_in_hand.rst
M libc/src/__support/CMakeLists.txt
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/generic/log1p.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/do_start.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/custom_reloc.s
A llvm/test/MC/RISCV/hex-imm-macho.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
A llvm/test/MC/RISCV/macho-local-symbol.s
A llvm/test/MC/RISCV/macho.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/rv32-relaxation-xqci.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/vendor-symbol.s
M llvm/test/MC/RISCV/xandesperf-relocation.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
M llvm/test/MC/RISCV/xqcilb-relocations.s
M llvm/test/MC/RISCV/xqcili-linker-relaxation.s
M llvm/test/MC/RISCV/xqcili-relocations.s
A llvm/test/MC/Sparc/sparc-natural-instructions.s
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
A llvm/test/Other/debugcounter-multi-intervals.ll
A llvm/test/Other/functionpropertiesanalysis.ll
A llvm/test/Other/opt-bisect-ranges.ll
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/test/ThinLTO/X86/memprof-icp.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fma.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/CodeGenPrepare/ARM/sink-negative-scale.ll
M llvm/test/Transforms/CodeGenPrepare/Mips/pr35209.ll
A llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
M llvm/test/Transforms/DeadStoreElimination/atomic.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
M llvm/test/Transforms/GVN/condprop.ll
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
A llvm/test/Transforms/InstCombine/AArch64/neon-shift-intrinsics.ll
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
M llvm/test/Transforms/InstCombine/binop-select.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fcmp-select.ll
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
M llvm/test/Transforms/InstCombine/icmp-srem.ll
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/narrow-switch.ll
M llvm/test/Transforms/InstCombine/ptrtoaddr.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
A llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/InstSimplify/ptrtoaddr.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
A llvm/test/Transforms/LoopFusion/pr166356.ll
M llvm/test/Transforms/LoopVectorize/AArch64/clamped-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/divs-with-scalable-vfs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/eliminate-tail-predication.ll
M llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
M llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/invalid-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/load-cast-context.ll
M llvm/test/Transforms/LoopVectorize/AArch64/low_trip_count_predicates.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked_ldst_sme.ll
M llvm/test/Transforms/LoopVectorize/AArch64/optsize_minsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/outer_loop_prefer_scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-constant-ops.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-mixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-incomplete-chains.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
M llvm/test/Transforms/LoopVectorize/AArch64/pr60831-sve-inv-store-crash.ll
M llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-struct-return.ll
M llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/store-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-inloop-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-strict-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vscale-fixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-fneg.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inv-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-live-out-pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-low-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-multiexit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-predicated-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-optsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-vscale-based-trip-counts.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
M llvm/test/Transforms/LoopVectorize/AArch64/tail-folding-styles.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVectorize/AArch64/wider-VF-for-callinst.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/divrem.ll
M llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll
M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/RISCV/fminimumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/mask-index-type.ll
M llvm/test/Transforms/LoopVectorize/RISCV/masked_gather_scatter.ll
M llvm/test/Transforms/LoopVectorize/RISCV/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr87378-vpinstruction-or-drop-poison-generating-flags.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr88802.ll
M llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-bin-unary-ops-args.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-call-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cast-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cond-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-intermediate-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-iv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-masked-loadstore.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-ordered-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reverse-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-safe-dep-distance.ll
M llvm/test/Transforms/LoopVectorize/RISCV/transform-narrow-interleave-to-widen-memory.ll
M llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vectorize-vp-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/SystemZ/scalar-steps-with-users-demanding-all-lanes-and-first-lane-only.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-constant-known-via-scev.ll
M llvm/test/Transforms/LoopVectorize/X86/divs-with-tail-folding.ll
A llvm/test/Transforms/LoopVectorize/X86/end-pointer-signed.ll
M llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-inductions.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-step.ll
M llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
M llvm/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
M llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
M llvm/test/Transforms/LoopVectorize/expand-scev-after-invoke.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-reduction.ll
M llvm/test/Transforms/LoopVectorize/induction-step.ll
M llvm/test/Transforms/LoopVectorize/induction.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/load-deref-pred-align.ll
A llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
M llvm/test/Transforms/LoopVectorize/nested-loops-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
M llvm/test/Transforms/LoopVectorize/outer_loop_scalable.ll
M llvm/test/Transforms/LoopVectorize/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/predicatedinst-loop-invariant.ll
M llvm/test/Transforms/LoopVectorize/scalable-assume.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/scalable-inductions.ll
M llvm/test/Transforms/LoopVectorize/scalable-iv-outside-user.ll
M llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
M llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll
M llvm/test/Transforms/LoopVectorize/scalable-predication.ll
M llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
M llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
M llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
A llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
M llvm/test/Transforms/LoopVectorize/step-vector-i1-wrapping.ll
A llvm/test/Transforms/LoopVectorize/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1_div_urem.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll
M llvm/test/Transforms/LoopVectorize/vectorize-force-tail-with-evl.ll
M llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVersioning/add-phi-update-users.ll
A llvm/test/Transforms/LowerTypeTests/import-32bit.ll
A llvm/test/Transforms/MergeFunc/merge-calling-conv.ll
M llvm/test/Transforms/PGOProfile/Inputs/cspgo_bar_sample.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/unique_values.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
A llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
M llvm/test/Verifier/invalid-splice.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
M llvm/test/lit.cfg.py
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Neoverse/Inputs/sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s
A llvm/test/tools/llvm-mca/AArch64/mcpu-help.test
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vle-vse-vlm.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlse-vsse.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlseg-vsseg.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/atomic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/integer.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/arithmetic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/bitwise.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/comparison.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/conversion.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fma.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fp.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mask.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/minmax.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/permutation.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/reduction.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vle-vse-vlm.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlse-vsse.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlseg-vsseg.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/zvbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zba.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbb.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbs.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfh.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfhmin.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zicond.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/div.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/floating-point.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/integer.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/load.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-cpop.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlxe-vsxe.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbc.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkg.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkned.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvknhb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksed.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vislide-vx.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlxe-vsxe.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vmv.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vreduce.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vrgather.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vshift-vmul.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zba.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zfhmin.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbc.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkned.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvknhb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksed.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/mul-div.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-arithmetic.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-bitwise.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-comparison.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-conversion.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fma.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fp.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mask.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-minmax.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mul-div.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-permutation.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-reduction.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlxe-vsxe.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zba.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbc.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zfh.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zfhmin.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zicond.test
A llvm/test/tools/llvm-objdump/ELF/RISCV/riscv-vendor-reloc.s
A llvm/test/tools/llvm-readobj/ELF/RISCV/riscv-vendor-reloc.s
A llvm/test/tools/llvm-readobj/ELF/call-graph-info-warn-malformed.test
A llvm/test/tools/llvm-readobj/ELF/call-graph-info.test
Log Message:
-----------
Merge branch 'users/chapuni/cov/single/nextcount' into users/chapuni/cov/single/unify
Commit: 6c35a89dc64fd82843a98137124b2038ff04c0f0
https://github.com/llvm/llvm-project/commit/6c35a89dc64fd82843a98137124b2038ff04c0f0
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/test/tools/llvm-cov/mcdc-const.test
M llvm/test/tools/llvm-cov/mcdc-export-json.test
M llvm/test/tools/llvm-cov/mcdc-general.test
Log Message:
-----------
[Coverage] Sort `MCDCRecord::ExecVectors` order by Bitmap index (#121195)
This makes easier to merge `MCDCRecord`s in later stages.
Depends on: #110966, #121188, #121190
Commit: 589851cbbf28f0ccf7e49b64dfffdf8b9c6cd661
https://github.com/llvm/llvm-project/commit/589851cbbf28f0ccf7e49b64dfffdf8b9c6cd661
Author: Ian Anderson <iana at apple.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
Log Message:
-----------
[nfc][clang][driver][darwin] Label the ArgList argument in getCompilerRT in the Darwin toolchain (#175272)
Commit: f8629b203693048af6f71e81dc51b59321b74695
https://github.com/llvm/llvm-project/commit/f8629b203693048af6f71e81dc51b59321b74695
Author: Marco Elver <elver at google.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/test/Sema/warn-thread-safety-analysis.c
Log Message:
-----------
Thread Safety Analysis: Add test for guarded member initialization pattern in C (#175267)
A common problem in C code with guarded members is object construction,
where it should be allowed to initialize guarded members without holding
a capability (which itself requires initialization).
One potential pattern to solve this is "init with reentrant assert"
followed by member initialization. The pattern assumes that capability
objects themselves have an init function, which then asserts the
capability as held. To permit immediate use of the capability, we have
to cast to any reentrant capability.
The current implementation of reentrant capability supports this pattern
as-is: Casting to ReentrantMutex works because the analysis determines
if a held lock is reentrant based on the type used when the lock was
added to the fact set. Since the assertion uses the reentrant type, the
analysis records that the lock is reentrant. When the subsequent
mutex_exclusive_lock() occurs, the analyzer checks the properties of the
already held lock; finding it marked as reentrant, it allows the
"re-acquisition" instead of flagging a double-lock error.
Despite the potential for false negatives (real double-lock), the
pattern requires explicit casting to an auxiliary reentrant capability,
so this is not something that can easily happen by accident, but rather
requires developer intent and deliberate use. This is a valid solution
to this problem encountered by the Linux kernel:
https://lore.kernel.org/all/20260109060249.GA5259@lst.de/
NFC.
Commit: 1600b05fda3253cbb7ebed92de441a34b3177dfc
https://github.com/llvm/llvm-project/commit/1600b05fda3253cbb7ebed92de441a34b3177dfc
Author: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M libc/shared/math.h
A libc/shared/math/expm1f16.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expm1f16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor expm1f16 implementation to header-only in src/__support/math folder. (#162132)
Part of #147386
in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
Commit: 50e3586e5ebb9d3db418dabafb2c1a4ebacc5bcd
https://github.com/llvm/llvm-project/commit/50e3586e5ebb9d3db418dabafb2c1a4ebacc5bcd
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/test/tools/llvm-cov/mcdc-const.test
M llvm/test/tools/llvm-cov/mcdc-export-json.test
M llvm/test/tools/llvm-cov/mcdc-general.test
Log Message:
-----------
Merge branch 'main' into users/chapuni/cov/single/unify
Commit: f43e1e3a189c6f3f2b6a1736fada2f347db81d7d
https://github.com/llvm/llvm-project/commit/f43e1e3a189c6f3f2b6a1736fada2f347db81d7d
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .github/new-prs-labeler.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/init.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/test/CMakeLists.txt
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/HLFIR/prefetch.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/lit.site.cfg.py.in
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/docs/hand_in_hand.rst
M libc/src/__support/CMakeLists.txt
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/generic/log1p.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/do_start.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/custom_reloc.s
A llvm/test/MC/RISCV/hex-imm-macho.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
A llvm/test/MC/RISCV/macho-local-symbol.s
A llvm/test/MC/RISCV/macho.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/rv32-relaxation-xqci.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/vendor-symbol.s
M llvm/test/MC/RISCV/xandesperf-relocation.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
M llvm/test/MC/RISCV/xqcilb-relocations.s
M llvm/test/MC/RISCV/xqcili-linker-relaxation.s
M llvm/test/MC/RISCV/xqcili-relocations.s
A llvm/test/MC/Sparc/sparc-natural-instructions.s
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
A llvm/test/Other/debugcounter-multi-intervals.ll
A llvm/test/Other/functionpropertiesanalysis.ll
A llvm/test/Other/opt-bisect-ranges.ll
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/test/ThinLTO/X86/memprof-icp.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fma.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/CodeGenPrepare/ARM/sink-negative-scale.ll
M llvm/test/Transforms/CodeGenPrepare/Mips/pr35209.ll
A llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
M llvm/test/Transforms/DeadStoreElimination/atomic.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
M llvm/test/Transforms/GVN/condprop.ll
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
A llvm/test/Transforms/InstCombine/AArch64/neon-shift-intrinsics.ll
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
M llvm/test/Transforms/InstCombine/binop-select.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fcmp-select.ll
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
M llvm/test/Transforms/InstCombine/icmp-srem.ll
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/narrow-switch.ll
M llvm/test/Transforms/InstCombine/ptrtoaddr.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
A llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/InstSimplify/ptrtoaddr.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
A llvm/test/Transforms/LoopFusion/pr166356.ll
M llvm/test/Transforms/LoopVectorize/AArch64/clamped-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/divs-with-scalable-vfs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/eliminate-tail-predication.ll
M llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
M llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/invalid-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/load-cast-context.ll
M llvm/test/Transforms/LoopVectorize/AArch64/low_trip_count_predicates.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked_ldst_sme.ll
M llvm/test/Transforms/LoopVectorize/AArch64/optsize_minsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/outer_loop_prefer_scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-constant-ops.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-mixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-incomplete-chains.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
M llvm/test/Transforms/LoopVectorize/AArch64/pr60831-sve-inv-store-crash.ll
M llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-struct-return.ll
M llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/store-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-inloop-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-strict-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vscale-fixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-fneg.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inv-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-live-out-pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-low-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-multiexit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-predicated-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-optsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-vscale-based-trip-counts.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
M llvm/test/Transforms/LoopVectorize/AArch64/tail-folding-styles.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVectorize/AArch64/wider-VF-for-callinst.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/divrem.ll
M llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll
M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/RISCV/fminimumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/mask-index-type.ll
M llvm/test/Transforms/LoopVectorize/RISCV/masked_gather_scatter.ll
M llvm/test/Transforms/LoopVectorize/RISCV/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr87378-vpinstruction-or-drop-poison-generating-flags.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr88802.ll
M llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-bin-unary-ops-args.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-call-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cast-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cond-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-intermediate-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-iv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-masked-loadstore.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-ordered-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reverse-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-safe-dep-distance.ll
M llvm/test/Transforms/LoopVectorize/RISCV/transform-narrow-interleave-to-widen-memory.ll
M llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vectorize-vp-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/SystemZ/scalar-steps-with-users-demanding-all-lanes-and-first-lane-only.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-constant-known-via-scev.ll
M llvm/test/Transforms/LoopVectorize/X86/divs-with-tail-folding.ll
A llvm/test/Transforms/LoopVectorize/X86/end-pointer-signed.ll
M llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-inductions.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-step.ll
M llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
M llvm/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
M llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
M llvm/test/Transforms/LoopVectorize/expand-scev-after-invoke.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-reduction.ll
M llvm/test/Transforms/LoopVectorize/induction-step.ll
M llvm/test/Transforms/LoopVectorize/induction.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/load-deref-pred-align.ll
A llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
M llvm/test/Transforms/LoopVectorize/nested-loops-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
M llvm/test/Transforms/LoopVectorize/outer_loop_scalable.ll
M llvm/test/Transforms/LoopVectorize/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/predicatedinst-loop-invariant.ll
M llvm/test/Transforms/LoopVectorize/scalable-assume.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/scalable-inductions.ll
M llvm/test/Transforms/LoopVectorize/scalable-iv-outside-user.ll
M llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
M llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll
M llvm/test/Transforms/LoopVectorize/scalable-predication.ll
M llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
M llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
M llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
A llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
M llvm/test/Transforms/LoopVectorize/step-vector-i1-wrapping.ll
A llvm/test/Transforms/LoopVectorize/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1_div_urem.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll
M llvm/test/Transforms/LoopVectorize/vectorize-force-tail-with-evl.ll
M llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVersioning/add-phi-update-users.ll
A llvm/test/Transforms/LowerTypeTests/import-32bit.ll
A llvm/test/Transforms/MergeFunc/merge-calling-conv.ll
M llvm/test/Transforms/PGOProfile/Inputs/cspgo_bar_sample.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/unique_values.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
A llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
M llvm/test/Verifier/invalid-splice.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
M llvm/test/lit.cfg.py
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Neoverse/Inputs/sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s
A llvm/test/tools/llvm-mca/AArch64/mcpu-help.test
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vle-vse-vlm.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlse-vsse.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlseg-vsseg.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/atomic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/integer.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/arithmetic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/bitwise.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/comparison.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/conversion.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fma.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fp.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mask.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/minmax.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/permutation.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/reduction.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vle-vse-vlm.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlse-vsse.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlseg-vsseg.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/zvbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zba.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbb.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbs.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfh.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfhmin.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zicond.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/div.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/floating-point.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/integer.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/load.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-cpop.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlxe-vsxe.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbc.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkg.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkned.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvknhb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksed.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vislide-vx.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlxe-vsxe.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vmv.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vreduce.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vrgather.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vshift-vmul.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zba.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zfhmin.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbc.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkned.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvknhb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksed.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/mul-div.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-arithmetic.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-bitwise.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-comparison.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-conversion.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fma.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fp.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mask.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-minmax.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mul-div.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-permutation.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-reduction.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlxe-vsxe.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zba.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbc.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zfh.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zfhmin.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/zicond.test
A llvm/test/tools/llvm-objdump/ELF/RISCV/riscv-vendor-reloc.s
A llvm/test/tools/llvm-readobj/ELF/RISCV/riscv-vendor-reloc.s
A llvm/test/tools/llvm-readobj/ELF/call-graph-info-warn-malformed.test
Log Message:
-----------
Merge branch 'users/chapuni/cov/single/unify' into users/chapuni/cov/merge/mcdcsort
Commit: 0a48ff2a7f703c9edff80d2a4d3c8c006d3c0fed
https://github.com/llvm/llvm-project/commit/0a48ff2a7f703c9edff80d2a4d3c8c006d3c0fed
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/MCDCState.h
Log Message:
-----------
[MC/DC] Refactor MCDC::State::Decision. NFC. (#125408)
Introduce `ID` and `InvalidID`. Then `DecisionByStmt` can have three
states.
* Not assigned if the Stmt(Expr) doesn't exist.
* When `DecisionByStmt[Expr]` exists:
* Invalid and should be ignored if `ID == Invalid`.
* Valid if `ID != Invalid`. Other member will be filled in the Mapper.
Commit: b4604e8cef74d0905905065b9b19e14cd8926155
https://github.com/llvm/llvm-project/commit/b4604e8cef74d0905905065b9b19e14cd8926155
Author: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Fix bazel format caused by #162132 (#175276)
Commit: 5eccfaec2dc6d1d5d20c85cd680cf54fc49563d5
https://github.com/llvm/llvm-project/commit/5eccfaec2dc6d1d5d20c85cd680cf54fc49563d5
Author: Jie Fu <jiefu at tencent.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CodeGenPGO.cpp
Log Message:
-----------
[clang][CodeGen] Avoid copy of loop variable (NFC)
/llvm-project/clang/lib/CodeGen/CodeGenPGO.cpp:1140:19: error: loop variable '[_, V]' creates a copy from type 'const value_type' (aka 'const llvm::detail::DenseMapPair<const clang::Stmt *, clang::CodeGen::CounterPair>') [-Werror,-Wrange-loop-construct]
for (const auto [_, V] : *RegionCounterMap) {
^
/llvm-project/clang/lib/CodeGen/CodeGenPGO.cpp:1140:8: note: use reference type 'const value_type &' (aka 'const llvm::detail::DenseMapPair<const clang::Stmt *, clang::CodeGen::CounterPair> &') to prevent copying
for (const auto [_, V] : *RegionCounterMap) {
^~~~~~~~~~~~~~~~~~~
&
1 error generated.
Commit: e0486d0dafb7ada5a592b1399a8e61902a04c209
https://github.com/llvm/llvm-project/commit/e0486d0dafb7ada5a592b1399a8e61902a04c209
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/MCDCState.h
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M libc/shared/math.h
A libc/shared/math/expm1f16.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expm1f16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
Merge branch 'main' into users/chapuni/cov/merge/mcdcsort
Commit: 02c95d63b83e8ba5e498f0509c99319fb8dc631e
https://github.com/llvm/llvm-project/commit/02c95d63b83e8ba5e498f0509c99319fb8dc631e
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .github/new-prs-labeler.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/init.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/test/CMakeLists.txt
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/HLFIR/prefetch.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/lit.site.cfg.py.in
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/docs/hand_in_hand.rst
M libc/shared/math.h
A libc/shared/math/expm1f16.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expm1f16.h
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/custom_reloc.s
A llvm/test/MC/RISCV/hex-imm-macho.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
A llvm/test/MC/RISCV/macho-local-symbol.s
A llvm/test/MC/RISCV/macho.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/rv32-relaxation-xqci.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/vendor-symbol.s
M llvm/test/MC/RISCV/xandesperf-relocation.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
M llvm/test/MC/RISCV/xqcilb-relocations.s
M llvm/test/MC/RISCV/xqcili-linker-relaxation.s
M llvm/test/MC/RISCV/xqcili-relocations.s
A llvm/test/MC/Sparc/sparc-natural-instructions.s
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
A llvm/test/Other/debugcounter-multi-intervals.ll
A llvm/test/Other/functionpropertiesanalysis.ll
A llvm/test/Other/opt-bisect-ranges.ll
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/test/ThinLTO/X86/memprof-icp.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fma.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/CodeGenPrepare/ARM/sink-negative-scale.ll
M llvm/test/Transforms/CodeGenPrepare/Mips/pr35209.ll
A llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
M llvm/test/Transforms/DeadStoreElimination/atomic.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
M llvm/test/Transforms/GVN/condprop.ll
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
A llvm/test/Transforms/InstCombine/AArch64/neon-shift-intrinsics.ll
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
M llvm/test/Transforms/InstCombine/binop-select.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fcmp-select.ll
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
M llvm/test/Transforms/InstCombine/icmp-srem.ll
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/narrow-switch.ll
M llvm/test/Transforms/InstCombine/ptrtoaddr.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
A llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/InstSimplify/ptrtoaddr.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
A llvm/test/Transforms/LoopFusion/pr166356.ll
M llvm/test/Transforms/LoopVectorize/AArch64/clamped-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/divs-with-scalable-vfs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/eliminate-tail-predication.ll
M llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
M llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/invalid-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/load-cast-context.ll
M llvm/test/Transforms/LoopVectorize/AArch64/low_trip_count_predicates.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked_ldst_sme.ll
M llvm/test/Transforms/LoopVectorize/AArch64/optsize_minsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/outer_loop_prefer_scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-constant-ops.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-mixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-incomplete-chains.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
M llvm/test/Transforms/LoopVectorize/AArch64/pr60831-sve-inv-store-crash.ll
M llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-struct-return.ll
M llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/store-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-inloop-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-strict-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vscale-fixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-fneg.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inv-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-live-out-pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-low-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-multiexit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-predicated-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-optsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-vscale-based-trip-counts.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
M llvm/test/Transforms/LoopVectorize/AArch64/tail-folding-styles.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVectorize/AArch64/wider-VF-for-callinst.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/divrem.ll
M llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll
M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/RISCV/fminimumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/mask-index-type.ll
M llvm/test/Transforms/LoopVectorize/RISCV/masked_gather_scatter.ll
M llvm/test/Transforms/LoopVectorize/RISCV/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr87378-vpinstruction-or-drop-poison-generating-flags.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr88802.ll
M llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-bin-unary-ops-args.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-call-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cast-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cond-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-intermediate-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-iv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-masked-loadstore.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-ordered-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reverse-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-safe-dep-distance.ll
M llvm/test/Transforms/LoopVectorize/RISCV/transform-narrow-interleave-to-widen-memory.ll
M llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vectorize-vp-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/SystemZ/scalar-steps-with-users-demanding-all-lanes-and-first-lane-only.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-constant-known-via-scev.ll
M llvm/test/Transforms/LoopVectorize/X86/divs-with-tail-folding.ll
A llvm/test/Transforms/LoopVectorize/X86/end-pointer-signed.ll
M llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-inductions.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-step.ll
M llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
M llvm/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
M llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
M llvm/test/Transforms/LoopVectorize/expand-scev-after-invoke.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-reduction.ll
M llvm/test/Transforms/LoopVectorize/induction-step.ll
M llvm/test/Transforms/LoopVectorize/induction.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/load-deref-pred-align.ll
A llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
M llvm/test/Transforms/LoopVectorize/nested-loops-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
M llvm/test/Transforms/LoopVectorize/outer_loop_scalable.ll
M llvm/test/Transforms/LoopVectorize/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/predicatedinst-loop-invariant.ll
M llvm/test/Transforms/LoopVectorize/scalable-assume.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/scalable-inductions.ll
M llvm/test/Transforms/LoopVectorize/scalable-iv-outside-user.ll
M llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
M llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll
M llvm/test/Transforms/LoopVectorize/scalable-predication.ll
M llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
M llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
M llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
A llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
M llvm/test/Transforms/LoopVectorize/step-vector-i1-wrapping.ll
A llvm/test/Transforms/LoopVectorize/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1_div_urem.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll
M llvm/test/Transforms/LoopVectorize/vectorize-force-tail-with-evl.ll
M llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVersioning/add-phi-update-users.ll
A llvm/test/Transforms/LowerTypeTests/import-32bit.ll
A llvm/test/Transforms/MergeFunc/merge-calling-conv.ll
M llvm/test/Transforms/PGOProfile/Inputs/cspgo_bar_sample.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/unique_values.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
A llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
M llvm/test/Verifier/invalid-splice.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
M llvm/test/lit.cfg.py
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/test/tools/llvm-cov/mcdc-const.test
M llvm/test/tools/llvm-cov/mcdc-export-json.test
M llvm/test/tools/llvm-cov/mcdc-general.test
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Neoverse/Inputs/sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s
A llvm/test/tools/llvm-mca/AArch64/mcpu-help.test
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vle-vse-vlm.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlse-vsse.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlseg-vsseg.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/atomic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/integer.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/arithmetic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/bitwise.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/comparison.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/conversion.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fma.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fp.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mask.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/minmax.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/permutation.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/reduction.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vle-vse-vlm.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlse-vsse.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlseg-vsseg.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/zvbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zba.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbb.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbs.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfh.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfhmin.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zicond.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/div.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/floating-point.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/integer.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/load.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-cpop.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlxe-vsxe.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbc.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkg.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkned.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvknhb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksed.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vislide-vx.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlxe-vsxe.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vmv.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vreduce.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vrgather.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vshift-vmul.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zba.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zfhmin.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbc.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkned.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvknhb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksed.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/mul-div.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-arithmetic.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-bitwise.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-comparison.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-conversion.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fma.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fp.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mask.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-minmax.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mul-div.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-permutation.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-reduction.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vlse-vsse.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vlse-vsse.s
Log Message:
-----------
Merge branch 'users/chapuni/cov/merge/mcdcsort' into users/chapuni/mcdc/nest/mcdcstate
Commit: 38f1488ecd15cd43a259c73a679f5892f3a3aed6
https://github.com/llvm/llvm-project/commit/38f1488ecd15cd43a259c73a679f5892f3a3aed6
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/IgnoreExpr.h
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/Profile/c-mcdc-not.c
Log Message:
-----------
[MC/DC] Enable usage of `!` among `&&` and `||` (#125406)
In the current implementation, `!(a || b) && c` was not treated as one
Decision with three terms.
Fixes #124563
Commit: a3f395484b5bf346cb5d3a1beb4d02898c221195
https://github.com/llvm/llvm-project/commit/a3f395484b5bf346cb5d3a1beb4d02898c221195
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang-tools-extra/docs/ReleaseNotes.rst
Log Message:
-----------
[clang-doc] Update clang-tools-extra release notes (#175232)
Commit: bf318b100299cec4ee7f7ecba8a2a1a63ccf7d40
https://github.com/llvm/llvm-project/commit/bf318b100299cec4ee7f7ecba8a2a1a63ccf7d40
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/IgnoreExpr.h
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/Profile/c-mcdc-not.c
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
Merge branch 'main' into users/chapuni/mcdc/nest/mcdcstate
Commit: d39417871373e1d9b50d5ca018a585e738f5a26c
https://github.com/llvm/llvm-project/commit/d39417871373e1d9b50d5ca018a585e738f5a26c
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .github/new-prs-labeler.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/MCDCState.h
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/init.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/test/CMakeLists.txt
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/HLFIR/prefetch.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/lit.site.cfg.py.in
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/docs/hand_in_hand.rst
M libc/shared/math.h
A libc/shared/math/expm1f16.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expm1f16.h
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/custom_reloc.s
A llvm/test/MC/RISCV/hex-imm-macho.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
A llvm/test/MC/RISCV/macho-local-symbol.s
A llvm/test/MC/RISCV/macho.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/rv32-relaxation-xqci.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/vendor-symbol.s
M llvm/test/MC/RISCV/xandesperf-relocation.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
M llvm/test/MC/RISCV/xqcilb-relocations.s
M llvm/test/MC/RISCV/xqcili-linker-relaxation.s
M llvm/test/MC/RISCV/xqcili-relocations.s
A llvm/test/MC/Sparc/sparc-natural-instructions.s
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
A llvm/test/Other/debugcounter-multi-intervals.ll
A llvm/test/Other/functionpropertiesanalysis.ll
A llvm/test/Other/opt-bisect-ranges.ll
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/test/ThinLTO/X86/memprof-icp.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fma.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/CodeGenPrepare/ARM/sink-negative-scale.ll
M llvm/test/Transforms/CodeGenPrepare/Mips/pr35209.ll
A llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
M llvm/test/Transforms/DeadStoreElimination/atomic.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
M llvm/test/Transforms/GVN/condprop.ll
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
A llvm/test/Transforms/InstCombine/AArch64/neon-shift-intrinsics.ll
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
M llvm/test/Transforms/InstCombine/binop-select.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fcmp-select.ll
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
M llvm/test/Transforms/InstCombine/icmp-srem.ll
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/narrow-switch.ll
M llvm/test/Transforms/InstCombine/ptrtoaddr.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
A llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/InstSimplify/ptrtoaddr.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
A llvm/test/Transforms/LoopFusion/pr166356.ll
M llvm/test/Transforms/LoopVectorize/AArch64/clamped-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/divs-with-scalable-vfs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/eliminate-tail-predication.ll
M llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
M llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/invalid-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/load-cast-context.ll
M llvm/test/Transforms/LoopVectorize/AArch64/low_trip_count_predicates.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked_ldst_sme.ll
M llvm/test/Transforms/LoopVectorize/AArch64/optsize_minsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/outer_loop_prefer_scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-constant-ops.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-mixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-incomplete-chains.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
M llvm/test/Transforms/LoopVectorize/AArch64/pr60831-sve-inv-store-crash.ll
M llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-struct-return.ll
M llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/store-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-inloop-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-strict-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vscale-fixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-fneg.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inv-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-live-out-pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-low-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-multiexit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-predicated-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-optsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-vscale-based-trip-counts.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
M llvm/test/Transforms/LoopVectorize/AArch64/tail-folding-styles.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVectorize/AArch64/wider-VF-for-callinst.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/divrem.ll
M llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll
M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/RISCV/fminimumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/mask-index-type.ll
M llvm/test/Transforms/LoopVectorize/RISCV/masked_gather_scatter.ll
M llvm/test/Transforms/LoopVectorize/RISCV/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr87378-vpinstruction-or-drop-poison-generating-flags.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr88802.ll
M llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-bin-unary-ops-args.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-call-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cast-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cond-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-intermediate-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-iv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-masked-loadstore.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-ordered-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reverse-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-safe-dep-distance.ll
M llvm/test/Transforms/LoopVectorize/RISCV/transform-narrow-interleave-to-widen-memory.ll
M llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vectorize-vp-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/SystemZ/scalar-steps-with-users-demanding-all-lanes-and-first-lane-only.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-constant-known-via-scev.ll
M llvm/test/Transforms/LoopVectorize/X86/divs-with-tail-folding.ll
A llvm/test/Transforms/LoopVectorize/X86/end-pointer-signed.ll
M llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-inductions.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-step.ll
M llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
M llvm/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
M llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
M llvm/test/Transforms/LoopVectorize/expand-scev-after-invoke.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-reduction.ll
M llvm/test/Transforms/LoopVectorize/induction-step.ll
M llvm/test/Transforms/LoopVectorize/induction.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/load-deref-pred-align.ll
A llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
M llvm/test/Transforms/LoopVectorize/nested-loops-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
M llvm/test/Transforms/LoopVectorize/outer_loop_scalable.ll
M llvm/test/Transforms/LoopVectorize/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/predicatedinst-loop-invariant.ll
M llvm/test/Transforms/LoopVectorize/scalable-assume.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/scalable-inductions.ll
M llvm/test/Transforms/LoopVectorize/scalable-iv-outside-user.ll
M llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
M llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll
M llvm/test/Transforms/LoopVectorize/scalable-predication.ll
M llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
M llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
M llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
A llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
M llvm/test/Transforms/LoopVectorize/step-vector-i1-wrapping.ll
A llvm/test/Transforms/LoopVectorize/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1_div_urem.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll
M llvm/test/Transforms/LoopVectorize/vectorize-force-tail-with-evl.ll
M llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVersioning/add-phi-update-users.ll
A llvm/test/Transforms/LowerTypeTests/import-32bit.ll
A llvm/test/Transforms/MergeFunc/merge-calling-conv.ll
M llvm/test/Transforms/PGOProfile/Inputs/cspgo_bar_sample.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/unique_values.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
A llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
M llvm/test/Verifier/invalid-splice.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
M llvm/test/lit.cfg.py
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/test/tools/llvm-cov/mcdc-const.test
M llvm/test/tools/llvm-cov/mcdc-export-json.test
M llvm/test/tools/llvm-cov/mcdc-general.test
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Neoverse/Inputs/sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s
A llvm/test/tools/llvm-mca/AArch64/mcpu-help.test
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vle-vse-vlm.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlse-vsse.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlseg-vsseg.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/atomic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/integer.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/arithmetic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/bitwise.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/comparison.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/conversion.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fma.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fp.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mask.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/minmax.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/permutation.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/reduction.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vle-vse-vlm.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlse-vsse.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlseg-vsseg.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/zvbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zba.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbb.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbs.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfh.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfhmin.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zicond.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/div.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/floating-point.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/integer.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/load.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-cpop.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlxe-vsxe.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbc.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkg.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkned.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvknhb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksed.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vislide-vx.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlxe-vsxe.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vmv.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vreduce.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vrgather.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vshift-vmul.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zba.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zfhmin.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbc.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkned.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvknhb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksed.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/mul-div.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-arithmetic.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-bitwise.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-comparison.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-conversion.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fma.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fp.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mask.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-minmax.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mul-div.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-permutation.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-reduction.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/vle-vse-vlm.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/vle-vse-vlm.s
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/mcdcstate' into users/chapuni/mcdc/nest/lnot
Commit: e720636120f34cb380eadb6407c1d277d92d622f
https://github.com/llvm/llvm-project/commit/e720636120f34cb380eadb6407c1d277d92d622f
Author: Harald van Dijk <hdijk at accesssoftek.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M bolt/lib/Core/DebugNames.cpp
Log Message:
-----------
[BOLT] Avoid UB due to misaligned access. (#174990)
There is no guarantee that PatchOffset is suitably aligned for uint32_t,
and in BOLT's own tests, it is not aligned for uint32_t.
Fixes test failures seen with LLVM_USE_SANITIZER=Undefined.
Commit: 2cceec65b06be3995b92320b6cbe4544e3c4ddf0
https://github.com/llvm/llvm-project/commit/2cceec65b06be3995b92320b6cbe4544e3c4ddf0
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .github/new-prs-labeler.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/init.c
M clang/test/Profile/c-mcdc-not.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/test/CMakeLists.txt
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/HLFIR/prefetch.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/lit.site.cfg.py.in
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/docs/hand_in_hand.rst
M libc/shared/math.h
A libc/shared/math/expm1f16.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expm1f16.h
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/custom_reloc.s
A llvm/test/MC/RISCV/hex-imm-macho.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
A llvm/test/MC/RISCV/macho-local-symbol.s
A llvm/test/MC/RISCV/macho.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/rv32-relaxation-xqci.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/vendor-symbol.s
M llvm/test/MC/RISCV/xandesperf-relocation.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
M llvm/test/MC/RISCV/xqcilb-relocations.s
M llvm/test/MC/RISCV/xqcili-linker-relaxation.s
M llvm/test/MC/RISCV/xqcili-relocations.s
A llvm/test/MC/Sparc/sparc-natural-instructions.s
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
A llvm/test/Other/debugcounter-multi-intervals.ll
A llvm/test/Other/functionpropertiesanalysis.ll
A llvm/test/Other/opt-bisect-ranges.ll
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/test/ThinLTO/X86/memprof-icp.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fma.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/CodeGenPrepare/ARM/sink-negative-scale.ll
M llvm/test/Transforms/CodeGenPrepare/Mips/pr35209.ll
A llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
M llvm/test/Transforms/DeadStoreElimination/atomic.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
M llvm/test/Transforms/GVN/condprop.ll
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
A llvm/test/Transforms/InstCombine/AArch64/neon-shift-intrinsics.ll
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
M llvm/test/Transforms/InstCombine/binop-select.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fcmp-select.ll
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
M llvm/test/Transforms/InstCombine/icmp-srem.ll
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/narrow-switch.ll
M llvm/test/Transforms/InstCombine/ptrtoaddr.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
A llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/InstSimplify/ptrtoaddr.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
A llvm/test/Transforms/LoopFusion/pr166356.ll
M llvm/test/Transforms/LoopVectorize/AArch64/clamped-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/divs-with-scalable-vfs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/eliminate-tail-predication.ll
M llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
M llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/invalid-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/load-cast-context.ll
M llvm/test/Transforms/LoopVectorize/AArch64/low_trip_count_predicates.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked_ldst_sme.ll
M llvm/test/Transforms/LoopVectorize/AArch64/optsize_minsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/outer_loop_prefer_scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-constant-ops.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-mixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-incomplete-chains.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
M llvm/test/Transforms/LoopVectorize/AArch64/pr60831-sve-inv-store-crash.ll
M llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-struct-return.ll
M llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/store-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-inloop-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-strict-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vscale-fixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-fneg.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inv-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-live-out-pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-low-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-multiexit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-predicated-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-optsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-vscale-based-trip-counts.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
M llvm/test/Transforms/LoopVectorize/AArch64/tail-folding-styles.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVectorize/AArch64/wider-VF-for-callinst.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/divrem.ll
M llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll
M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/RISCV/fminimumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/mask-index-type.ll
M llvm/test/Transforms/LoopVectorize/RISCV/masked_gather_scatter.ll
M llvm/test/Transforms/LoopVectorize/RISCV/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr87378-vpinstruction-or-drop-poison-generating-flags.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr88802.ll
M llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-bin-unary-ops-args.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-call-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cast-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cond-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-intermediate-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-iv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-masked-loadstore.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-ordered-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reverse-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-safe-dep-distance.ll
M llvm/test/Transforms/LoopVectorize/RISCV/transform-narrow-interleave-to-widen-memory.ll
M llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vectorize-vp-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/SystemZ/scalar-steps-with-users-demanding-all-lanes-and-first-lane-only.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-constant-known-via-scev.ll
M llvm/test/Transforms/LoopVectorize/X86/divs-with-tail-folding.ll
A llvm/test/Transforms/LoopVectorize/X86/end-pointer-signed.ll
M llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-inductions.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-step.ll
M llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
M llvm/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
M llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
M llvm/test/Transforms/LoopVectorize/expand-scev-after-invoke.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-reduction.ll
M llvm/test/Transforms/LoopVectorize/induction-step.ll
M llvm/test/Transforms/LoopVectorize/induction.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/load-deref-pred-align.ll
A llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
M llvm/test/Transforms/LoopVectorize/nested-loops-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
M llvm/test/Transforms/LoopVectorize/outer_loop_scalable.ll
M llvm/test/Transforms/LoopVectorize/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/predicatedinst-loop-invariant.ll
M llvm/test/Transforms/LoopVectorize/scalable-assume.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/scalable-inductions.ll
M llvm/test/Transforms/LoopVectorize/scalable-iv-outside-user.ll
M llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
M llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll
M llvm/test/Transforms/LoopVectorize/scalable-predication.ll
M llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
M llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
M llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
A llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
M llvm/test/Transforms/LoopVectorize/step-vector-i1-wrapping.ll
A llvm/test/Transforms/LoopVectorize/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1_div_urem.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll
M llvm/test/Transforms/LoopVectorize/vectorize-force-tail-with-evl.ll
M llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVersioning/add-phi-update-users.ll
A llvm/test/Transforms/LowerTypeTests/import-32bit.ll
A llvm/test/Transforms/MergeFunc/merge-calling-conv.ll
M llvm/test/Transforms/PGOProfile/Inputs/cspgo_bar_sample.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/unique_values.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
A llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
M llvm/test/Verifier/invalid-splice.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
M llvm/test/lit.cfg.py
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/test/tools/llvm-cov/mcdc-const.test
M llvm/test/tools/llvm-cov/mcdc-export-json.test
M llvm/test/tools/llvm-cov/mcdc-general.test
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Neoverse/Inputs/sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s
A llvm/test/tools/llvm-mca/AArch64/mcpu-help.test
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vle-vse-vlm.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlse-vsse.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlseg-vsseg.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/atomic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/integer.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/arithmetic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/bitwise.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/comparison.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/conversion.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fma.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fp.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mask.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/minmax.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/permutation.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/reduction.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vle-vse-vlm.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlse-vsse.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlseg-vsseg.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/zvbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zba.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbb.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbs.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfh.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfhmin.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zicond.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/div.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/floating-point.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/integer.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/load.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-cpop.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlxe-vsxe.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbc.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkg.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkned.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvknhb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksed.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vislide-vx.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlxe-vsxe.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vmv.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vreduce.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vrgather.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vshift-vmul.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zba.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zfhmin.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbc.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkned.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvknhb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksed.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/mul-div.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-arithmetic.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-bitwise.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-comparison.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-conversion.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fma.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fp.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mask.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-minmax.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mul-div.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mul-div.test
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/mcdc/nest/bitmapaddr
Commit: 79c11ef40ce34401d52ce07b2f070fa3e9557781
https://github.com/llvm/llvm-project/commit/79c11ef40ce34401d52ce07b2f070fa3e9557781
Author: Owen Pan <owenpiano at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang/lib/Format/TokenAnnotator.cpp
Log Message:
-----------
[clang-format][NFC] Remove redundant checking for null pointer
See https://github.com/llvm/llvm-project/pull/143194#discussion_r2674008700
Commit: 2723e9aad051ff214c955d29ceae1e58974e41a2
https://github.com/llvm/llvm-project/commit/2723e9aad051ff214c955d29ceae1e58974e41a2
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
Log Message:
-----------
[clang-doc] Serialize repository URL in Mustache templates (#174914)
Location tags didn't handle possible `FileURL` fields when a repository
URL was specified in a clang-doc invocation. This also cleans up all
location occurences to use `<p>` instead of `<div>` and allows linking
to the repository URL.
Commit: c9faf8da5e5a6c14bab26c98b320c651ecef8c45
https://github.com/llvm/llvm-project/commit/c9faf8da5e5a6c14bab26c98b320c651ecef8c45
Author: Chandler Carruth <chandlerc at gmail.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/compiler-rt/BUILD.bazel
Log Message:
-----------
Add filegroups for installed compiler-rt headers (#175278)
These are installed along-side the builtin Clang headers. Adding these
filegroups follows the filegroups in clang/BUILD.bazel and allows
merging when both are needed.
Commit: 43b8bc4b6f6f67f5f158daf910007f9ed223bbf4
https://github.com/llvm/llvm-project/commit/43b8bc4b6f6f67f5f158daf910007f9ed223bbf4
Author: lntue <lntue at google.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libc/shared/math.h
A libc/shared/math/sin.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/sin.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/sin.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor sin implementation to header-only in src/__support/math folder. (#175200)
Part of #147386
in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
Commit: 65ba5276e79f774b07fbdd9398236fc2c5965b50
https://github.com/llvm/llvm-project/commit/65ba5276e79f774b07fbdd9398236fc2c5965b50
Author: mitchell <mitchell.xu2 at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
A clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers-constinit.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers.hpp
Log Message:
-----------
[clang-tidy] Support C++20 constinit in bugprone-dynamic-static-initializers (#174744)
Variables marked with `constinit` are guaranteed to be statically
initialized. This patch add support for these.
Commit: 29c15eeff7ccf6d8e92348197a6ebf288dcab60f
https://github.com/llvm/llvm-project/commit/29c15eeff7ccf6d8e92348197a6ebf288dcab60f
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M mlir/docs/Bindings/Python.md
Log Message:
-----------
[mlir][Python] add docs about downstream type/attr implementation (#175259)
This PR adds docs on the changes introduced in
https://github.com/llvm/llvm-project/pull/171775.
Commit: 25663df7a6a099b82764e6b219b2f79d8a4e79ac
https://github.com/llvm/llvm-project/commit/25663df7a6a099b82764e6b219b2f79d8a4e79ac
Author: VojtÄch Michal <vojta.michall at email.cz>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M libcxx/test/support/MinSequenceContainer.h
Log Message:
-----------
[libcxx] Add missing member `cend()` to `MinSequenceContainer` (#175114)
The `MinSequenceContainer` (used in tests for `<flat_map>` and
`<flat_set>`) currently provides `begin()`, `end()`, `cbegin()` but no
`cend()`.
[[container.reqmts]](https://eel.is/c++draft/container.reqmts#36) lists
member function `cend` as one of container requirements, together with
`begin()` and others.
Commit: ef0682d3e633a3ed6c8818a887fef9477418c3bb
https://github.com/llvm/llvm-project/commit/ef0682d3e633a3ed6c8818a887fef9477418c3bb
Author: A. Jiang <de34 at live.cn>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M libcxx/include/any
Log Message:
-----------
[libc++][NFC] Small cleanups for `any` (#175164)
1. Replace `std::trait<Args...>::value` with `std::trait_v<Args...>`.
2. Replace `_NOEXCEPT` in C++17 and later with `noexcept`.
3. Inline `any::swap` into the class body.
Commit: b8892b9a9b0c1f66ac5bd878dea3741d50e1cb88
https://github.com/llvm/llvm-project/commit/b8892b9a9b0c1f66ac5bd878dea3741d50e1cb88
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/PowerPC/widen-vec-correctly-be.ll
M llvm/test/CodeGen/X86/fshl.ll
M llvm/test/CodeGen/X86/funnel-shift.ll
M llvm/test/CodeGen/X86/select.ll
Log Message:
-----------
[SDAG] Add freeze when simplifying select with undef arms (#175199)
Consider the following pattern:
```
%trunc = trunc nuw i64 %x to i48
%sel = select i1 %cmp, i48 %trunc, i48 undef
```
We cannot simplify `%sel` to `%trunc` as `%trunc` may be poison, which
cannot be refined into undef.
This patch checks whether the replacement may be poison. If so, it will
insert a freeze.
We may need SDAG's version of `impliesPoison` if it causes significant
regressions.
Compile-time impact:
https://llvm-compile-time-tracker.com/compare.php?from=ded109c0cff41714ebf9bd60b073aaab07fa4ca8&to=103e605ce6b33bc9145526faf805ee38b972c215&stat=instructions%3Au
Closes https://github.com/llvm/llvm-project/issues/175018.
Commit: 46d9d4b2e000e309987dfc332b3822ab8703fca0
https://github.com/llvm/llvm-project/commit/46d9d4b2e000e309987dfc332b3822ab8703fca0
Author: William Tran-Viet <wtranviet at proton.me>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M libcxx/include/optional
M libcxx/modules/std/optional.inc
Log Message:
-----------
[libc++] Guard `optional::iterator` range variables behind experimental (#175222)
Commit: 13055d60bb9ff805caa8d335923d6374320b436c
https://github.com/llvm/llvm-project/commit/13055d60bb9ff805caa8d335923d6374320b436c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M llvm/utils/TableGen/CMakeLists.txt
M llvm/utils/TableGen/Common/CMakeLists.txt
R llvm/utils/TableGen/Common/DAGISelMatcher.cpp
R llvm/utils/TableGen/Common/DAGISelMatcher.h
M llvm/utils/TableGen/DAGISelEmitter.cpp
A llvm/utils/TableGen/DAGISelMatcher.cpp
A llvm/utils/TableGen/DAGISelMatcher.h
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
M llvm/utils/TableGen/DAGISelMatcherGen.cpp
M llvm/utils/TableGen/DAGISelMatcherOpt.cpp
Log Message:
-----------
[TableGen] Move DAGISelMatcher.cpp/h out of the Common library. NFC (#175271)
These files contain the implementation of classes used by only the
-gen-dag-isel backend. I don't think they are reusable without
DAGISelMatcherGen.cpp and DAGISelMatcherEmitter.cpp. I don't think
there's anything worth unittesting in just these files either.
Commit: 85bb71090c34a599a74deaf4a271f1f994a221d7
https://github.com/llvm/llvm-project/commit/85bb71090c34a599a74deaf4a271f1f994a221d7
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M .ci/compute_projects.py
Log Message:
-----------
[CI] Remove reference to a dated issue
There are no plans currently to fix #132803 given the job run time
impact that it would cause. So for now, closing it.
Closes #132803.
Commit: 91f7e7f59277b8f9f80ea3522895b0da63e1f7fc
https://github.com/llvm/llvm-project/commit/91f7e7f59277b8f9f80ea3522895b0da63e1f7fc
Author: eiytoq <eiytoq at outlook.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M libcxx/include/__mdspan/layout_stride.h
M libcxx/include/__mdspan/mdspan.h
Log Message:
-----------
[libc++][mdspan][NFC] Remove redundant `else` and trailing semicolons (#175024)
Commit: 853a8b4f335e3b029d6741313169d14bb647db35
https://github.com/llvm/llvm-project/commit/853a8b4f335e3b029d6741313169d14bb647db35
Author: Hans Wennborg <hans at hanshq.net>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
Log Message:
-----------
[-Wunsafe-buffer-usage] Allow strerror for %s in printf-like calls (#175208)
Passing strerror(errno) to printf of printf-like logging functions is a
common pattern, and strerror() returns a null-terminated string.
Follow-up to #173096
Commit: d826f1af7e4582171525125f653ef5eeeb06ab10
https://github.com/llvm/llvm-project/commit/d826f1af7e4582171525125f653ef5eeeb06ab10
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
Log Message:
-----------
[Github] Bump runner version in github-action-ci containers
A new runner just came out. Nothing terribly interesting in the release
notes, but it is good to update to stay ahead of the relatively short
time horizon for runner binary support by Github Actions.
Commit: e8753c0de90d3aaa60361b5354588fa29fef9228
https://github.com/llvm/llvm-project/commit/e8753c0de90d3aaa60361b5354588fa29fef9228
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M libcxx/utils/ci/docker/docker-compose.yml
Log Message:
-----------
[libcxx][Github] Bump Github Runner Version to v2.331.0
Keeps things up to date to keep things up to date (and prevent us from
falling below the support horizon).
Commit: f7e7132c8edddb78a72ab3f6b9e85f8f920c3773
https://github.com/llvm/llvm-project/commit/f7e7132c8edddb78a72ab3f6b9e85f8f920c3773
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M libcxx/utils/ci/images/libcxx_next_runners.txt
M libcxx/utils/ci/images/libcxx_runners.txt
Log Message:
-----------
[libcxx][Github] Bump container version in premerge CI
This includes e8753c0de90d3aaa60361b5354588fa29fef9228 to bump the
runner version. The contents of the container will remain the same given
we're using the same base image.
Commit: 9a02a3c7f4cc0a5fa807556abc862f1c4121663d
https://github.com/llvm/llvm-project/commit/9a02a3c7f4cc0a5fa807556abc862f1c4121663d
Author: Petr Hosek <phosek at google.com>
Date: 2026-01-09 (Fri, 09 Jan 2026)
Changed paths:
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/utils/hdrgen/hdrgen/header.py
Log Message:
-----------
[libc] Support for generating proxy headers (#175279)
This is a follow up to #174823 which adds build system integration.
Commit: 71a77dc043b22cfcff013eff1f0f4be15910cdf0
https://github.com/llvm/llvm-project/commit/71a77dc043b22cfcff013eff1f0f4be15910cdf0
Author: Tom Stellard <tstellar at redhat.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M .github/workflows/release-sources.yml
M llvm/utils/release/export.sh
Log Message:
-----------
workflows/release-sources: Disable building sub-project tarballs by default (#173441)
Sub-project tarbball creation has been disabled in the export.sh script
by default. It can be enabled by passing the --sub-project option. This
will not be used for official releases, but the option will allow users
to generate the sub-project tarballs themseleves if they want to.
https://discourse.llvm.org/t/rfc-do-something-with-the-subproject-tarballs-in-the-release-page/75024/
---------
Co-authored-by: Cullen Rhodes <cullen.rhodes at arm.com>
Commit: b2d90d4da03417b441fff0cc5cedc1c29799e657
https://github.com/llvm/llvm-project/commit/b2d90d4da03417b441fff0cc5cedc1c29799e657
Author: Veera <32646674+veera-sivarajan at users.noreply.github.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
M mlir/test/Dialect/SCF/canonicalize.mlir
Log Message:
-----------
[MLIR][SCF] Fix Loop Trip Count Calculation for Unsigned Values (#175301)
Previously, loop trip count was calculated using signed division
and remainder for both signed and unsigned values.
For loops like:
```
scf.for unsigned 0 to -100 step 2147483647 : i32 {}
```
This resulted in a trip count of 1 when the actual trip count is 2.
This PR fixes it by using unsigned division and remainder for
unsigned values.
Commit: b77f7df4971dcbfd9b4490574845ac45c9489e76
https://github.com/llvm/llvm-project/commit/b77f7df4971dcbfd9b4490574845ac45c9489e76
Author: Tom Stellard <tstellar at redhat.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M .github/workflows/get-llvm-version/action.yml
M .github/workflows/release-binaries.yml
Log Message:
-----------
workflows/get-llvm-version: Add full-no-suffix output variable (#174647)
Commit: c9f13b5404476cfe426886849e3b5e13243af06b
https://github.com/llvm/llvm-project/commit/c9f13b5404476cfe426886849e3b5e13243af06b
Author: Sergei Druzhkov <serzhdruzhok at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M lldb/include/lldb/API/SBValue.h
M lldb/source/API/SBValue.cpp
M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
M lldb/test/API/tools/lldb-dap/evaluate/main.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
M lldb/tools/lldb-dap/JSONUtils.cpp
Log Message:
-----------
[lldb-dap] Add clipboard context support (#170644)
This patch introduces support for `clipboard` context from
[DAP](https://microsoft.github.io/debug-adapter-protocol/specification#Types_Capabilities).
This feature is very useful when you want to copy all nested values from
a structure or a container instead of a summary (e.g. `size = 3` for
vector). I added new short mode for description generation to reduce
output verbosity, which is particularly useful for primitive types.
Commit: d8ace2df574bbf978d5f9d51ceeb1ced9fcf8a5b
https://github.com/llvm/llvm-project/commit/d8ace2df574bbf978d5f9d51ceeb1ced9fcf8a5b
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/pr162812.ll
Log Message:
-----------
[X86][SDAG] Fix shamt for vXi8 shift expansion (#175308)
The bailing-out logic for 3-stage shifts acts as follows:
```
if (MinLZ < 2) {
conditionally shift by 4
}
if (MinLZ < 1) {
conditionally shift by 2
}
conditionally shift by 1
```
When `MinLZ = 1`, only the shift by 4 and by 1 paths are executed. It is
weird.
Closes https://github.com/llvm/llvm-project/issues/175303. The original
reproducer is equivalent to the existing func `@shl2_v32i8`, so no new
tests need to be added.
Commit: 5d7e0820dda296a3ec89792d8ec2df9d4b33bbe8
https://github.com/llvm/llvm-project/commit/5d7e0820dda296a3ec89792d8ec2df9d4b33bbe8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
Log Message:
-----------
InstCombine: Use canonicalizing getFPClassConstant when simplifying exp (#174850)
Commit: bf017614ae101e66a59aadb24490fcd2d3aa88e0
https://github.com/llvm/llvm-project/commit/bf017614ae101e66a59aadb24490fcd2d3aa88e0
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/SemaTemplate/deduction.cpp
Log Message:
-----------
[clang][bytecode] Limit "... variable whose value is not known" diags (#175287)
To variables with reference types.
Commit: 4ecee6213374995a09df4444d8819bc619ac952d
https://github.com/llvm/llvm-project/commit/4ecee6213374995a09df4444d8819bc619ac952d
Author: WANG Rui <wangrui at loongson.cn>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
Log Message:
-----------
[JITLink][LoongArch][NFC] Move applyFixup implementation from header to source file
Commit: 2b260c665c15cabacdd71059e08e64dea17bd3f4
https://github.com/llvm/llvm-project/commit/2b260c665c15cabacdd71059e08e64dea17bd3f4
Author: WANG Rui <wangrui at loongson.cn>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M lld/test/ELF/loongarch-relax-align.s
M lld/test/ELF/loongarch-relax-emit-relocs.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12-got-symbols.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12.s
M lld/test/ELF/loongarch-relocatable-align.s
M lld/test/ELF/loongarch-tls-gd-edge-case.s
M lld/test/ELF/loongarch-tls-gd.s
M lld/test/ELF/loongarch-tls-ie.s
M lld/test/ELF/loongarch-tls-ld.s
M lld/test/ELF/loongarch-tlsdesc.s
Log Message:
-----------
[lld][LoongArch][NFC] Explicitly enable LA32S in LA32 test cases
Commit: 98df73d52abd9ad7495aefb6bf12ab646f4d31dc
https://github.com/llvm/llvm-project/commit/98df73d52abd9ad7495aefb6bf12ab646f4d31dc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
Log Message:
-----------
ValueTracking: Add more baseline tests for fdiv sign tracking (#174651)
This is the fmul version of 08b1403228953866cb052a3fdb34719a7f4e87e2
Commit: 271a62f838cb020f356ab371d1da8927014fff9d
https://github.com/llvm/llvm-project/commit/271a62f838cb020f356ab371d1da8927014fff9d
Author: Twice <twice at apache.org>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/include/mlir/Bindings/Python/IRAttributes.h
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/test/python/ir/attributes.py
Log Message:
-----------
[MLIR][Python] Add `attr_name` for `FloatAttr` (#175306)
After #174756 I found that attribute name for `FloatAttr` is missing.
And this PR is to add it.
This is actually part of changes in #169045, but I think that we can
make it a separate PR to make #169045 easier to review.
Commit: 7c6162fc5994f0389f2c079772497facbfe39a38
https://github.com/llvm/llvm-project/commit/7c6162fc5994f0389f2c079772497facbfe39a38
Author: Rana Pratap Reddy <109514914+ranapratap55 at users.noreply.github.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsAMDGPU.def
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx908.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx942.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx950.hip
Log Message:
-----------
[AMDGPU] Modifies mfma builtin def to take _Float16 for HIP/C++ (#175197)
For mfma builtins, using 'x' to take _Float16 for HIP/C++ and half for
OpenCL.
Commit: 7450a75b93801e5720b50a02b064216ca27ef8ff
https://github.com/llvm/llvm-project/commit/7450a75b93801e5720b50a02b064216ca27ef8ff
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var-width-4.ll
Log Message:
-----------
[VPlan] Allow truncation for lanes in VPScalarIVStepsRecipe (#175268)
VPScalarIVStepsRecipe relies on APInt truncation in order to vectorize
blocks with a width greater than the maximum value the types of some of
their (changing) operands are able to hold (e.g., an i1 input with a
vector width of 4). Simply reenable implicit truncation in
ConstantInt::get() to cover this case.
Remove the helper function given it is only called in one place to
prevent accidentally using it elsewhere where we probably do not want
implicit truncation turned on.
This fixes another case that we saw after
acb78bde6fb613a9af2a604bc69fa744a8cee850 did not fix that issue, which
had the same stack trace. We still want to keep lane constants as
unsigned.
Somewhat similar to 6d1e7d4982fabc9e245897056a5425496df6a7a3.
This test case comes from a tensorflow/XLA compilation from a test case
in https://github.com/google-research/spherical-cnn.
Commit: e2ff1348f891fdc1db15b3ba02c712fa82ed9707
https://github.com/llvm/llvm-project/commit/e2ff1348f891fdc1db15b3ba02c712fa82ed9707
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
Log Message:
-----------
ValueTracking: Improve sign bit handling for fdiv (#174652)
This is the fdiv version of 5020e0ff1494137ff12b4ed7c8fa896f8088b17b for
fmul.
Commit: 1eebd2a42ec73625f961179e1b0df706dc91f2ff
https://github.com/llvm/llvm-project/commit/1eebd2a42ec73625f961179e1b0df706dc91f2ff
Author: Sam Elliott <aelliott at qti.qualcomm.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/test/Driver/print-supported-extensions-riscv.c
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/test/CodeGen/RISCV/attributes-qc.ll
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/pr148084.ll
M llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
M llvm/test/CodeGen/RISCV/xqccmp-additional-stack.ll
M llvm/test/CodeGen/RISCV/xqccmp-callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/xqccmp-cm-popretz.mir
M llvm/test/CodeGen/RISCV/xqccmp-cm-push-pop.mir
M llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
M llvm/test/CodeGen/RISCV/xqccmp-with-float.ll
M llvm/test/CodeGen/RISCV/xqccmp_mvas_mvsa.mir
M llvm/test/DebugInfo/RISCV/relax_dwo_ranges.ll
M llvm/test/MC/Disassembler/RISCV/xqccmp-invalid-rlist.txt
M llvm/test/MC/RISCV/rv32e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-valid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-valid.s
M llvm/test/MC/RISCV/rv64xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64xqccmp-valid.s
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV] Mark Xqccmp as not experimental (#175066)
Commit: 18d6d67067a31cc089daca4b3d686dff5d7c422a
https://github.com/llvm/llvm-project/commit/18d6d67067a31cc089daca4b3d686dff5d7c422a
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/test/AST/ByteCode/invalid.cpp
Log Message:
-----------
[clang][bytecode] Check for invalid function decls (#175312)
If the function decl is invalid, the `interp::Function` shouldn't ever
be valid.
Fixes https://github.com/llvm/llvm-project/issues/175280
Commit: 481cf71a027e391910c15f82c53841fe716df5ab
https://github.com/llvm/llvm-project/commit/481cf71a027e391910c15f82c53841fe716df5ab
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
Log Message:
-----------
ValueTracking: Handle fdiv by known 0 case in computeKnownFPClass (#174855)
This will help subsume some transforms instsimplify performs
in the middle of SimplifyDemandedFPClass
Commit: ba79486b6a00143afbf059e2ccb44c726739db8b
https://github.com/llvm/llvm-project/commit/ba79486b6a00143afbf059e2ccb44c726739db8b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
Log Message:
-----------
ValueTracking: Rule out nan for fdiv self special case (#174857)
Addresses TODO for signaling nan handling.
Commit: 85e10cb4fe9c331ba3c53c3ce994e4018de062c7
https://github.com/llvm/llvm-project/commit/85e10cb4fe9c331ba3c53c3ce994e4018de062c7
Author: Ch1p <hduch1p at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/LinkUtils.h
M llvm/tools/dsymutil/MachOUtils.cpp
M llvm/tools/dsymutil/MachOUtils.h
M llvm/tools/dsymutil/Options.td
M llvm/tools/dsymutil/dsymutil.cpp
Log Message:
-----------
[dsymutil] Add new argument allow_invalid_macho (#173503)
Commit: 524fde8a4de43d4114ad58349d4c4c12609108a5
https://github.com/llvm/llvm-project/commit/524fde8a4de43d4114ad58349d4c4c12609108a5
Author: MaPePeR <MaPePeR at users.noreply.github.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/python/mlir/_mlir_libs/__init__.py
M mlir/test/python/ir/operation.py
Log Message:
-----------
[MLIR][Python] Register `OpAttributeMap` as `Mapping` for `match` compatibility (#174292)
This is a continuation of the idea from #174091 to add `match` support
for MLIR containers. In this PR the `OpAttributeMap` container is
registered as a `Mapping`, so be mapped as a "dictionary" in `match`
statements.
For this to work the `get(key, default=None)` method had to be
implemented. Those are pretty much copys of `dunderGetItemNamed` and
`dunderGetItemIndexed` with an added argument and `nb::object` as return
type, because they can now return other types than just `PyAttribute`.
Was unsure if I should refactor this to make `dunderGetItem...` use the
new `getWithDefault...` or if a separate method is preferred. Kept it as
a copy for simplicitys sake for now.
Even though the `OpAttributeMap` supports indexing by `int` and `str`,
Python does not allow to register it as a `Sequence` and a `Mapping` at
the same time. If it is registered as a Sequence it only returns the
attribute names as string, not as `NamedAttribute`. It is technically
possible to also use integer keys for the `dict`-like match, but it
doesn't provide any constraints on the number of attributes, etc., so
probably not recommended.
<details><summary>Example</summary>
```python
from mlir.ir import Context, Module, OpAttributeMap
from collections.abc import Sequence
ctx = Context()
ctx.allow_unregistered_dialects = True
module = Module.parse(
r"""
"some.op"() { some.attribute = 1 : i8,
other.attribute = 3.0,
dependent = "text" } : () -> ()
""",
ctx,
)
op = module.body.operations[0]
def test(attr):
match attr:
case [*args]:
print("matched a Sequence", args)
case _:
print("Didn't match as Sequence")
match attr:
case {"some.attribute": a, "other.attribute": b, "dependent": c}:
print("Matched as Mapping individually", a, b, c)
case _:
print("Didn't match a Mapping")
match attr:
case {0: a, 1: b}:
print("Matched as Mapping with 2 int keys", a, b)
case _:
print("Didn't match as Mapping with 2 int keys")
print("Registered as Mapping only:")
test(op.attributes)
print("\nAfter additonally registering as Sequence:")
Sequence.register(OpAttributeMap)
test(op.attributes)
```
Output:
```
Registered as Mapping only:
Didn't match as Sequence
Matched as Mapping individually 1 : i8 3.000000e+00 : f64 "text"
Matched as Mapping with 2 int keys NamedAttribute(dependent="text") NamedAttribute(other.attribute=3.000000e+00 : f64)
After additonally registering as Sequence:
matched a Sequence ['dependent', 'other.attribute', 'some.attribute']
Didn't match a Mapping
Didn't match as Mapping with 2 int keys
```
</details>
makslevental Would be great if you could take a look again ā¤ļø
---------
Co-authored-by: Maksim Levental <maksim.levental at gmail.com>
Commit: 9bcf43c0f38145932791a3788845f2562e774e87
https://github.com/llvm/llvm-project/commit/9bcf43c0f38145932791a3788845f2562e774e87
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/include/clang/Interpreter/Interpreter.h
M clang/lib/Interpreter/IncrementalExecutor.cpp
M clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
Log Message:
-----------
[clang-repl] Simplify the logic around out of process execution. NFC (#175322)
cc: @aaronj0, @Vipul-Cariappa
Commit: 5d501d1a8d287b9c410aa46ffb5534859e518a8a
https://github.com/llvm/llvm-project/commit/5d501d1a8d287b9c410aa46ffb5534859e518a8a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
Log Message:
-----------
InstCombine: Handle minimumnum/maximumnum in SimplifyDemandedFPClass (#173977)
Commit: 41079dac98ece04a3ee555049c5dd1d50523bb61
https://github.com/llvm/llvm-project/commit/41079dac98ece04a3ee555049c5dd1d50523bb61
Author: Kim GrƤsman <kim.grasman at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/AST/DeclPrinter.cpp
M clang/test/SemaCXX/cxx11-attr-print.cpp
Log Message:
-----------
Control spacing for attribute printing (#174197)
This was motivated by the decl printing for the alignas() keyword
attribute:
class alignas(1) Foo;
would be printed as:
class alignas(1) Foo;
with two spaces before class name.
Rather than trying to help `prettyPrintAttributes` guess what the caller
wants in terms of leading and trailing spaces, have it return an
`optional<string>` which is either the pretty-printed attributes for
Pos,
or `nullopt` if no attributes were found.
That way callers can compose and only print desired prefix/suffix if
they know there are attributes to print.
Add simple test cases for alignas.
Commit: 696946f897db90d07dbfb981ad8e75fd872a1d35
https://github.com/llvm/llvm-project/commit/696946f897db90d07dbfb981ad8e75fd872a1d35
Author: tcottin <timcottin at gmx.de>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-templates.cpp
M clang/test/CXX/temp/temp.pre/p6.cpp
Log Message:
-----------
[clang] Add a valid begin source location for abbreviated function templates (#174723)
The begin source location for function templates is determined by the
source location of the template keyword.
Pure abbreviated function templates do not have the template keyword.
This results in an invalid begin source location for abbreviated
function templates.
Without a valid begin source location, comments cannot be attached to
the function template which leads to the bug described in
clangd/clangd#2565.
This patch introduces new begin locations for abbreviated function
templates (begin of the templated function) and generic lambdas (begin
of the introducer `[...]`) when creating the template parameter lists in
Sema.
Commit: 35ce17b6f6ca5dd321af8e6763554b10824e4ac4
https://github.com/llvm/llvm-project/commit/35ce17b6f6ca5dd321af8e6763554b10824e4ac4
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/AggressiveInstCombine/X86/sqrt.ll
M llvm/test/Transforms/Attributor/nofpclass-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-nan-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fast-math.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/unittests/Analysis/ValueTrackingTest.cpp
Log Message:
-----------
ValueTracking: Check if fmul operand could be undef (#174458)
In the special case for the same value for both operands,
ensure the value isn't undef.
Commit: cd5d07e65cfd92d276bd1b704bcda12952065161
https://github.com/llvm/llvm-project/commit/cd5d07e65cfd92d276bd1b704bcda12952065161
Author: Mythreya Kuricheti <git at mythreya.dev>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
Log Message:
-----------
[clangd] Add designator hints for parenthesis aggregate initialization (#170642)
Fixes clangd/clangd#2540
Commit: e63ae7701a054d891171db8a7c6ec009c3327150
https://github.com/llvm/llvm-project/commit/e63ae7701a054d891171db8a7c6ec009c3327150
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp
Log Message:
-----------
[NFC] Add missing `override` on function. (#173701)
Commit: d593bcdc54981e84b5bf17a110d9f809bd883c41
https://github.com/llvm/llvm-project/commit/d593bcdc54981e84b5bf17a110d9f809bd883c41
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/Driver/ToolChains/Flang.cpp
M flang/docs/Aliasing.md
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
M flang/test/Driver/unsafe-cray-pointers.f90
M flang/test/Transforms/tbaa-cray-pointer.fir
Log Message:
-----------
[flang] Changes to "unsafe Cray pointers" option (#175223)
Reserve "-funsafe-cray-pointers" (with "f") for the driver. In the
fir-alias-analysis use "-unsafe-cray-pointers" (without "f").
This prevents conflicts with how certain kinds of tools use the "unsafe
Cray pointers" options.
Commit: 4f90ce4e6ec20db592836421ce309aaab134c353
https://github.com/llvm/llvm-project/commit/4f90ce4e6ec20db592836421ce309aaab134c353
Author: Owen Pan <owenpiano at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
Log Message:
-----------
[clang-format][NFC] Minor cleanups of RemoveParentheses
Commit: f3b7710b6b9d619a8afea49c648b340faede8707
https://github.com/llvm/llvm-project/commit/f3b7710b6b9d619a8afea49c648b340faede8707
Author: Lane0218 <laneljc at qq.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
Log Message:
-----------
[clang-format] Correctly annotate C compound literal braces (#173771)
Fixes https://github.com/llvm/llvm-project/issues/173583
clang-format mis-formats C compound literals used in macro bodies, e.g.
`#define getAddr(v, type) &(type){v}`, treating `{...}` as a
block/function body
and reflowing the macro with backslashes and spaces.
This change:
- Recognizes `&( ... ){ ... }` patterns in macro bodies and marks the
brace as a braced-init.
- Improves parsing stability for braced lists in macro bodies.
Tests:
- FormatTests
---------
Co-authored-by: owenca <owenpiano at gmail.com>
Commit: 0e4be262f4d0e74462b3f3d75e638e4ba3c56a4f
https://github.com/llvm/llvm-project/commit/0e4be262f4d0e74462b3f3d75e638e4ba3c56a4f
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M mlir/lib/Bindings/Python/DialectIRDL.cpp
M mlir/lib/Bindings/Python/DialectLLVM.cpp
M mlir/lib/Bindings/Python/DialectLinalg.cpp
M mlir/lib/Bindings/Python/DialectQuant.cpp
M mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Bindings/Python/IRTypes.cpp
M mlir/lib/Bindings/Python/TransformInterpreter.cpp
M mlir/test/python/lib/PythonTestModuleNanobind.cpp
Log Message:
-----------
[mlir][Python] fix dialect extensions which bind C types (#175405)
Fix some dialect bindings I missed in https://github.com/llvm/llvm-project/pull/174156 so they don't bind C structs (because that leads to multiple registration in the case when multiple packages are used simultaneously).
Commit: 9bd910dae4758c148df6675c8139183dc7272019
https://github.com/llvm/llvm-project/commit/9bd910dae4758c148df6675c8139183dc7272019
Author: Twice <twice at apache.org>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M mlir/lib/Bindings/Python/Rewrite.cpp
M mlir/test/python/rewrite.py
Log Message:
-----------
[MLIR][Python] Rename `GreedyRewriteDriverConfig` to `GreedyRewriteConfig` (#175409)
This is mainly for two purposes:
1. to keep it consistent with the C++ class name
`mlir::GreedyRewriteConfig`,
2. to make it shorter.
Since this type was only added a few days ago
(654b3e844f21d3f64521e9cb028efdfebbf99bb4), it shouldnāt cause any
obvious compatibility issues.
Commit: a4e434ebaa9c843ea8e4c817b4ebc97899c9fc5d
https://github.com/llvm/llvm-project/commit/a4e434ebaa9c843ea8e4c817b4ebc97899c9fc5d
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Fix Bazel build for 0e4be26 (#175412)
Commit: 00915b22ffa63cc5ed6dc1c701e9bfe30bbbae07
https://github.com/llvm/llvm-project/commit/00915b22ffa63cc5ed6dc1c701e9bfe30bbbae07
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Use static arrays+ArrayRef instead of SmallVector to select P extension vector VTs. NFC (#175390)
Commit: 8b53523163249d41eabf12867a89a05e9d018f8c
https://github.com/llvm/llvm-project/commit/8b53523163249d41eabf12867a89a05e9d018f8c
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M libcxx/test/libcxx/time/nodiscard.verify.cpp
Log Message:
-----------
[libc++][chrono][NFC] Refactor `nodiscard.verify.cpp` (#175411)
A pre-requisite for https://github.com/llvm/llvm-project/pull/174968 -
just moved around a few lines as a first step to splitting the test.
Commit: 62d4aa1ad8fe7ddf881e97f31a8d39aee567da89
https://github.com/llvm/llvm-project/commit/62d4aa1ad8fe7ddf881e97f31a8d39aee567da89
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
Log Message:
-----------
InstCombine: Add fpext SimplifyDemandedFPClass baseline tests (#174848)
Commit: 9466e285f661693942fa28bc914d5859f2349899
https://github.com/llvm/llvm-project/commit/9466e285f661693942fa28bc914d5859f2349899
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M clang/lib/Interpreter/Interpreter.cpp
Log Message:
-----------
[clang-repl] Teach the default orc runtime finder to search in more locations (#175416)
This should resolve a recent solaris failure reported in #175322.
Commit: 6559bdab615442a5e08992bfbe310d94cf6f5be2
https://github.com/llvm/llvm-project/commit/6559bdab615442a5e08992bfbe310d94cf6f5be2
Author: ofri frishman <ofri4321 at gmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.h
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
Log Message:
-----------
[mlir] Remove loop peeling explicit C'tor (#175419)
The SCF dialect loop peeling pass has an explicit C'tor. This creates an
inconvenience to use non default pass options, since they can only be
passed as a string after the pass creation. After removing the explicit
C'tor, the code auto generation creates 2 C'tors, which one of them can
directly receive pass options struct in case non default values are
required.
The explicit C'tor does not match auto generated C'tor convention, so
this change requires any uses of the pass in downstream projects to
update to use the auto generated C'tor.
Commit: 1d4743e1bc7bd19e4d8e4139e878e6421bd303a4
https://github.com/llvm/llvm-project/commit/1d4743e1bc7bd19e4d8e4139e878e6421bd303a4
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
A libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/variant/nodiscard.verify.cpp
R libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
Log Message:
-----------
[libc++][NFC] Refactored `nodiscard.verify.cpp` tests (#175285)
Moved tests to the correct locations.
Removed a redundant test.
Commit: 48a6157eb05186dabad7f3785dfae719a5e8d984
https://github.com/llvm/llvm-project/commit/48a6157eb05186dabad7f3785dfae719a5e8d984
Author: Matthias Springer <me at m-sp.org>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
Log Message:
-----------
[mlir][Interfaces][NFC] Document that `RegionBranchTerminatorOpInterface` is mandatory (#174978)
Document that implementing the `RegionBranchTerminatorOpInterface` is
mandatory. Omitting this interface on a block terminator that models
region branching may lead to invalid/incomplete analyses and
transformations.
This commit does not change the op/interface semantics. It just puts in
writing an assumption that is made throughout the code base. For
example:
- It is baked into the API design of the `RegionBranchOpInterface`. You
cannot query the region successors of block terminators that do not
implement the `RegionBranchTerminatorOpInterface`:
`RegionBranchOpInterface::getSuccessors()` takes a `RegionBranchPoint`
parameter, and such region branch points can be constructed only from
`RegionBranchTerminatorOpInterface` and not arbitrary `Operation *`.
- Helper functions + default interface method implementations enumerate
region branch points by looking for `RegionBranchTerminatorOpInterface`
and ignoring other operations. E.g.,
`RegionBranchOpInterface::getAllRegionBranchPoints`, default
implementation of `RegionBranchOpInterface::getSuccessorRegions(Region
&)`, default implementation of
`RegionBranchOpInterface::getPredecessorValues`.
- Core analyses such as `DeadCodeAnalysis` look for
`RegionBranchTerminatorOpInterface` and misbehave when the interface is
not implemented. The analysis does not (and cannot) query region
successors of a region branching terminator that does not implement the
`RegionBranchTerminatorOpInterface`. In practice, this means that
forgetting to implement the `RegionBranchTerminatorOpInterface` may
incorrectly classify regions as dead.
- Other analyses / transformations that look for and depend on the
implementation of `RegionBranchTerminatorOpInterface`:
`mlir::getControlFlowPredecessors`,
`AbstractDenseBackwardDataFlowAnalysis`, ownership-based buffer
deallocation pass.
Commit: 7e4f390c385f9dd9e8bb0912b35f1361e3d06c83
https://github.com/llvm/llvm-project/commit/7e4f390c385f9dd9e8bb0912b35f1361e3d06c83
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
Log Message:
-----------
InstCombine: Handle fpext in SimplifyDemandedFPClass (#174849)
Commit: 12cccb96de36bdef7bbdd7b77543a9063f7c0ecc
https://github.com/llvm/llvm-project/commit/12cccb96de36bdef7bbdd7b77543a9063f7c0ecc
Author: Maya Amrami <mayaam88 at gmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/MemRef/ops.mlir
Log Message:
-----------
Reapply [mlir][memref]: Allow collapse of strided unit dim even if strides are dynamic (#171039)
Commit: d620ea7657814943748e2368004fad2be44c7272
https://github.com/llvm/llvm-project/commit/d620ea7657814943748e2368004fad2be44c7272
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/epilog-vectorization-reductions.ll
Log Message:
-----------
[LV] Handle live-ins in findRecipe.
Skip live-ins in findRecipe to prevent a crash for cases with degenerate
reductions (where the backedge value is a live-in). Such reductions
should be removed, but this requires further changes.
Fixes https://github.com/llvm/llvm-project/issues/175229.
Commit: 1cb9b790f008dc6b6396d9653abd996640f76102
https://github.com/llvm/llvm-project/commit/1cb9b790f008dc6b6396d9653abd996640f76102
Author: Kunqiu Chen <camsyn at foxmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/keep-label-name.test
M llvm/utils/UpdateTestChecks/common.py
Log Message:
-----------
[UTC] Align label var handling of old lines to new lines (#173850)
BB labels have been treated as variables in newer UTC versions.
However, UTC previously handled BB labels in old lines differently from
new lines, causing incorrect `remap_metavar_names`.
E.g.,
- New lines var `exit:` and `label %exit`: UTC generalized them as
`[[@@]]` and `[[@@]]`.
- Old lines var `[[EXIT]]:` and `label %[[EXIT]]`: UTC generalized them
as `[[@@]]:` and `label %[[@@]]`, which mismatched with the
generalization of new lines.
This mismatch might cause unexpected variable name remappings, even if
the new lines are indeed equivalent to the old lines.
This PR aligns label var handling of old lines to new lines, i.e.,
generalizes `[[EXIT]]:` and `label %[[EXIT]]` as `[[@@]]` and `[[@@]]`.
Commit: 99ab1dd145dd4e9a3a149568e65d3901b4245d4b
https://github.com/llvm/llvm-project/commit/99ab1dd145dd4e9a3a149568e65d3901b4245d4b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
Log Message:
-----------
InstCombine: Implement SimplifyDemandedFPClass for sqrt (#173883)
Commit: 3920bc61ca5d35009a34673fb2f4914cc1d2205d
https://github.com/llvm/llvm-project/commit/3920bc61ca5d35009a34673fb2f4914cc1d2205d
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/AVR/AVRISelLowering.h
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/Sparc/SparcISelLowering.h
M llvm/lib/Target/SystemZ/SystemZISelLowering.h
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
Log Message:
-----------
[TargetLowering] Change the `softPromoteHalfType` default to `true` (#175149)
The default `f16` lowering has some issues that result in incorrect
float behavior, so over time most targets have switched to use
`softPromoteHalfType`. Swap to soft promotion by default and add
overrides for SystemZ and AMDGPU, which are the two remaining backends
that still depend on this behavior.
All basic `f16` op tests now pass on all remaining experimental arches.
Fixes: https://github.com/llvm/llvm-project/issues/97981
Fixes: https://github.com/llvm/llvm-project/issues/97975
Commit: 362b653c69be12a4d444acf26c14165e1bb52537
https://github.com/llvm/llvm-project/commit/362b653c69be12a4d444acf26c14165e1bb52537
Author: Aryan Kadole <aryankadole95 at gmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/umin_cttz_ctlz.ll
Log Message:
-----------
[InstCombine] Fold Minimum over trailing or leading zeros (#173768)
Add support for
`umin(clz(x), clz(y)) => clz(x | y)`
`umin(ctz(x), ctz(y)) => ctz(x | y)`
[C++ source](https://godbolt.org/z/E8abbjT7G)
[alive proof](https://alive2.llvm.org/ce/z/mh94_n)
Fixes #173691
Commit: 76ce0349778b27d70871f2d4ade45a1d5d5d6545
https://github.com/llvm/llvm-project/commit/76ce0349778b27d70871f2d4ade45a1d5d5d6545
Author: MichaŠGórny <mgorny at gentoo.org>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M clang/unittests/Basic/CMakeLists.txt
Log Message:
-----------
[clang] [unittest] Fix linking against dylib (#175317)
Fix a regression introduced in #174513 that would cause `BasicTests` to
link directly to static `LLVMTargetParser` library instead of using the
component linking, to respect dylib.
Signed-off-by: MichaŠGórny <mgorny at gentoo.org>
Commit: a779fdffe9bf6f2b15e558a56ae18061ffd48deb
https://github.com/llvm/llvm-project/commit/a779fdffe9bf6f2b15e558a56ae18061ffd48deb
Author: Aviral Garg <gargaviral99 at gmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/KnownBits.h
M llvm/unittests/Support/KnownBitsTest.cpp
Log Message:
-----------
[Support] Add KnownBits::isNonPositive() helper and exhaustive test coverage for sign predicates (#175284)
This patch adds:
1. KnownBits::isNonPositive() - Returns true if this value is known to
be non-positive (i.e., the signed maximum value is <= 0). This is
implemented using getSignedMaxValue().isNonPositive().
2. SignPredicatesExhaustive test - An exhaustive test that validates the
correctness of isNegative(), isNonNegative(), isStrictlyPositive(),
isNonPositive(), and isNonZero() by iterating through all possible
KnownBits combinations for 1-bit and 4-bit widths and verifying that the
predicates return true if and only if all possible values represented by
the KnownBits satisfy the predicate.
Fixes #175203
Commit: 363903eb3ed34f64164632266140ba3d609bdb81
https://github.com/llvm/llvm-project/commit/363903eb3ed34f64164632266140ba3d609bdb81
Author: Andrzej WarzyÅski <andrzej.warzynski at arm.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
A clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
Log Message:
-----------
[CIR][AArch64] Add lowering for unpredicated svdup builtins (#174433)
This PR adds CIR lowering support for unpredicated `svdup` SVE builtins.
The corresponding ACLE intrinsics are documented at:
* https://developer.arm.com/architectures/instruction-sets/intrinsics
(search for svdup).
Since LLVM provides a direct intrinsic for svdup with a 1:1 mapping, CIR
lowers these builtins by emitting a call to the corresponding LLVM
intrinsic.
DESIGN NOTES
------------
With this change, ACLE intrinsics that have a corresponding LLVM intrinsic can
generally be lowered by CIR by reusing LLVM intrinsic metadata, avoiding
duplicated intrinsic-name definitions, unless codegen-relevant SVETypeFlags are
involved. As a consequence, CIR may no longer emit NYI diagnostics for
intrinsics that (a) have a known LLVM intrinsic mapping and (b) do not use such
codegen-relevant `SVETypeFlag`s; these intrinsics are lowered directly.
IMPLEMENTATION NOTES
--------------------
* Intrinsic discovery logic mirrors the approach in
CodeGen/TargetBuiltins/ARM.cpp, but is simplified since CIR only
requires the intrinsic name.
* Test inputs are copied from the existing svdup tests:
tests/CodeGen/AArch64/sve-intrinsics/acle_sve_dup.c.
* The LLVM IR produced _with_ and _without_ `-fclangir` is identical,
modulo basic block labels, SROA, and function attributes.
EXAMPLE LOWERING
----------------
Input:
```C
svint8_t test_svdup_n_s8(int8_t op)
{
return svdup_n_s8(op);
}
```
OUTPUT 1 (default):
```llvm
define dso_local <vscale x 16 x i8> @test_svdup_n_s8(i8 noundef %op) #0 {
entry:
%op.addr = alloca i8, align 1
store i8 %op, ptr %op.addr, align 1
%0 = load i8, ptr %op.addr, align 1
%1 = call <vscale x 16 x i8> @llvm.aarch64.sve.dup.x.nxv16i8(i8 %0)
ret <vscale x 16 x i8> %1
}
```
OUTPUT 2 (via `-fclangir`):
```llvm
define dso_local <vscale x 16 x i8> @test_svdup_n_s8(i8 %0) #0 {
%2 = alloca i8, i64 1, align 1
%3 = alloca <vscale x 16 x i8>, i64 1, align 16
store i8 %0, ptr %2, align 1
%4 = load i8, ptr %2, align 1
%5 = call <vscale x 16 x i8> @llvm.aarch64.sve.dup.x.nxv16i8(i8 %4)
store <vscale x 16 x i8> %5, ptr %3, align 16
%6 = load <vscale x 16 x i8>, ptr %3, align 16
ret <vscale x 16 x i8> %6
}
```
Commit: f25ddef03618e263c2a545b3a870b592fa9532a7
https://github.com/llvm/llvm-project/commit/f25ddef03618e263c2a545b3a870b592fa9532a7
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M clang/lib/Interpreter/Interpreter.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
Log Message:
-----------
[clang-repl] Fix OrcRuntime lookup for Solaris and unit tests. (#175435)
The out-of-process execution in the interpreter depends on the orc
runtime. It is generally easy to discover as it is in the clang runtime
path. However, the clang runtime path is relative to clang's resource
directory which is relative to the clang binary. That does not work well
if clang is linked into a different binary which can be in a random
place in the build directory structure.
This patch performs a conservative approach to detect the common
directory structure and correctly infer the paths. That fixes the
out-of-process execution unittests. The patch also contains a small
adjustment for solaris.
Another take on trying to fix the issue uncovered by #175322.
Commit: 3448695896a1acec8f0b8d09fe8a8b3890be077a
https://github.com/llvm/llvm-project/commit/3448695896a1acec8f0b8d09fe8a8b3890be077a
Author: hev <wangrui at loongson.cn>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
M llvm/test/tools/llvm-readobj/ELF/reloc-types-loongarch64.test
M llvm/unittests/Object/ELFTest.cpp
Log Message:
-----------
[llvm][LoongArch] Add reloc types for LA32R/LA32S (#175352)
This patch introduces the relocation types added in la-abi-sepcs v2.50.
Link: https://github.com/loongson/la-abi-specs/pull/16
Commit: 88774913887a156abd607d7d90f7c639659a8d4b
https://github.com/llvm/llvm-project/commit/88774913887a156abd607d7d90f7c639659a8d4b
Author: Valeriy Savchenko <vsavchenko at apple.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/KnownBits.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Support/KnownBits.cpp
A llvm/test/Transforms/InstCombine/vector-reduce-add-known-bits.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/udotabd.ll
M llvm/unittests/Support/KnownBitsTest.cpp
Log Message:
-----------
[ValueTracking] Support horizontal vector add in computeKnownBits (#174410)
Alive2 proofs:
* Leading zeros - [4vi32](https://alive2.llvm.org/ce/z/w--S2D),
[16vi8](https://alive2.llvm.org/ce/z/hEdVks)
* Leading ones - [4vi16](https://alive2.llvm.org/ce/z/RyPdBS),
[16vi8](https://alive2.llvm.org/ce/z/UTFFt9)
Commit: e7f23b410b4123f125b269ed67794e4bb451d233
https://github.com/llvm/llvm-project/commit/e7f23b410b4123f125b269ed67794e4bb451d233
Author: Trevor Gross <tg at trevorgross.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZISelLowering.h
M llvm/test/CodeGen/SystemZ/fmuladd-soft-float.ll
Log Message:
-----------
[SystemZ] Remove the `softPromoteHalfType` override (#175410)
`softPromoteHalfType` is being phased out because it is prone to
miscompilations (further context at [1]). SystemZ is one of the few
remaining platforms to override the default, so remove it here.
This only affects SystemZ when the `soft-float` option is used.
[1]: https://github.com/llvm/llvm-project/pull/175149
Commit: 1c0c9aeae681dbed90fcb19edd8a41e10a17f867
https://github.com/llvm/llvm-project/commit/1c0c9aeae681dbed90fcb19edd8a41e10a17f867
Author: Vedran MiletiÄ <vedran at miletic.net>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/include/llvm/CAS/OnDiskGraphDB.h
Log Message:
-----------
[llvm][CAS] Fixed build with -D_LIBCPP_REMOVE_TRANSITIVE_INCLUDES (#173797)
Commit: f987bbddda6724e2f127d199b92af1979fed4126
https://github.com/llvm/llvm-project/commit/f987bbddda6724e2f127d199b92af1979fed4126
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
Log Message:
-----------
InstCombine: Add fptrunc SimplifyDemandedFPClass baseline tests (#175420)
Also llvm.fptrunc.round, which should be the same.
Commit: 3ad028173bb773dfb05bf11cbd99218f64ab530b
https://github.com/llvm/llvm-project/commit/3ad028173bb773dfb05bf11cbd99218f64ab530b
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/lib/Support/KnownFPClass.cpp
M llvm/test/Transforms/Attributor/nofpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/unittests/Analysis/ValueTrackingTest.cpp
Log Message:
-----------
ValueTracking: sqrt never returns subnormal (#174846)
Commit: eba79bc33552aac6fe90a045082a3a2404f0eb13
https://github.com/llvm/llvm-project/commit/eba79bc33552aac6fe90a045082a3a2404f0eb13
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/test/CodeGen/X86/fixup-bw-copy.mir
M llvm/test/CodeGen/X86/fixup-bw-inst.mir
M llvm/test/DebugInfo/MIR/InstrRef/x86-fixup-bw-inst-subreb.mir
Log Message:
-----------
[X86][NewPM] Port x86-fixup-bw-insts to NPM (#175399)
Similar to other pass portings. Refactor into an implementation class,
rename the old pass, and add a wrapper around the implementation for the
new pass manager. Handle PSI/MBFI similar to other backend passes.
Commit: c6db8f4229d70169949430185e156fb2e6e4150e
https://github.com/llvm/llvm-project/commit/c6db8f4229d70169949430185e156fb2e6e4150e
Author: David Green <david.green at arm.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
Log Message:
-----------
[AArch64] Remove dead tuimm5sN tablegen Operands. NFC (#174735)
I believe these were last used in https://reviews.llvm.org/D71773.
Commit: 2f7e218017db69454ea84e1849fcb9a11b1f7fef
https://github.com/llvm/llvm-project/commit/2f7e218017db69454ea84e1849fcb9a11b1f7fef
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
Log Message:
-----------
[VPlan] Add missing sext(sub) SCEV fold to getSCEVExprForVPValue.
SCEV has a manual fold when doing SCEV construction from IR, that is not
integrated in the regular SCEV construction functions. Mirror the
behavior in getSCEVExprForVPValue, to match results when constructing
SCEVs from IR.
Fixes https://github.com/llvm/llvm-project/issues/174622.
Commit: c726fff61cb3bd5a3a98c52bb63b99fcb3b25524
https://github.com/llvm/llvm-project/commit/c726fff61cb3bd5a3a98c52bb63b99fcb3b25524
Author: Alan Zhao <ayzhao at google.com>
Date: 2026-01-11 (Sun, 11 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/and.ll
M llvm/test/Transforms/InstCombine/binop-cast.ll
M llvm/test/Transforms/InstCombine/conditional-negation.ll
M llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
M llvm/test/Transforms/InstCombine/xor-ashr.ll
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
[InstCombine][profcheck] Add unknown branch weights to selects created in InstCombineAndOrXor.cpp (#175269)
These select instructions were created from combinations of bitwise
operators which have no branch weight information.
Tracking issue: #147390
Commit: bc51c9d5f2fecc5237fe24cbee42dd036c338b8d
https://github.com/llvm/llvm-project/commit/bc51c9d5f2fecc5237fe24cbee42dd036c338b8d
Author: CarvedCoder <shreyansbehera84 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libc/shared/math.h
A libc/shared/math/log.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/log.h
A libc/src/__support/math/log_range_reduction.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log2.cpp
R libc/src/math/generic/log_range_reduction.h
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor log to header-only shared math (#175395)
Refactors log to a header-only shared math implementation.
Fixes #175369
Commit: f091be6d53e447391ca23142cf9d49b2654116d7
https://github.com/llvm/llvm-project/commit/f091be6d53e447391ca23142cf9d49b2654116d7
Author: Vedran MiletiÄ <vedran at miletic.net>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
Log Message:
-----------
[ORC] Fixed incorrect additional header dirs (#175193)
The CMake ADDITIONAL_HEADER_DIRS directive for two Orc libraries,
specifically Shared and TargetProcess, used incorrect values that
pointed to its parent library include directory instead of its own. This
is now fixed.
Commit: 282f8f79d7844af8952a444535e7bae204d28836
https://github.com/llvm/llvm-project/commit/282f8f79d7844af8952a444535e7bae204d28836
Author: Sudharsan Veeravalli <svs at qti.qualcomm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
Log Message:
-----------
[RISCV] Add support for QC.E.LI in RISCVMergeBaseOffset (#175310)
When we have `Xqcili` enabled and it is the `small code model`, we use
the `QC.E.LI` instruction to materialize addresses. Add support for
`QC.E.LI` in the `RISCVMergeBaseOffset` pass to merge the offset of the
address calculation into the offset field in a global address lowering
sequence.
Commit: dcf8ae80289fd5e343b6ca172073388b6d227b62
https://github.com/llvm/llvm-project/commit/dcf8ae80289fd5e343b6ca172073388b6d227b62
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
Reapply "[ORC] Add utilities for limited symbolication of JIT backtra⦠(#175469)
ā¦ces"
This reapplies 906b48616c03948a4df62a5a144f7108f3c455e8, which was
reverted in c11df52f9b847170b766fb71defd2a9222d95a8d due to bot
failures.
The testcase has been dropped from this recommit as it failed on several
bots (possbly due to differing backtrace formats or failure modes). I'll
re-introduce the testcase in a follow-up commit so that it cane be
iterated on (and re-reverted if necessary) without affecting the options
introduced by this commit. (Since these options are best-effort
debugging tools it's ok if they live in-tree without a test for now).
Commit: 81d5b36f34cd0e7f10e3bc90dd82d36452ab08a6
https://github.com/llvm/llvm-project/commit/81d5b36f34cd0e7f10e3bc90dd82d36452ab08a6
Author: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libc/shared/math/log.h
M libc/src/__support/math/CMakeLists.txt
M libc/src/__support/math/log.h
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log2.cpp
Log Message:
-----------
[libc][math] Fix GPU build fails (#175474)
Commit: ee8a4bc9d76fd69a65d4186a329914df3bd750cf
https://github.com/llvm/llvm-project/commit/ee8a4bc9d76fd69a65d4186a329914df3bd750cf
Author: Wenju He <wenju.he at intel.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libclc/clc/lib/amdgcn/SOURCES
A libclc/clc/lib/amdgcn/math/clc_ldexp.cl
R libclc/clc/lib/amdgcn/math/clc_ldexp_override.cl
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_sqrt.cl
R libclc/clc/lib/amdgpu/math/clc_sqrt_fp64.cl
M libclc/clc/lib/r600/SOURCES
A libclc/clc/lib/r600/math/clc_rsqrt.cl
R libclc/clc/lib/r600/math/clc_rsqrt_override.cl
M libclc/cmake/modules/AddLibclc.cmake
Log Message:
-----------
[libclc] Remove llvm-link --override flag and make implementation self-contained (#175134)
Revert --override flag added in 28d9255aa7c0 and avoid defining the same
symbol across multiple files of a target, simplifying the build and
easing the transition to CMake add_library for libclc.
amdgcn ldexp now uses __builtin_elementwise_ldexp.
No functional changes to clc_sqrt or clc_rsqrt.
Commit: cd2caf658071157b35471f54a4afe2aa8f86b473
https://github.com/llvm/llvm-project/commit/cd2caf658071157b35471f54a4afe2aa8f86b473
Author: Elvis Wang <elvis.wang at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/early_exit_costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/scalable-tailfold.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/pr43166-fold-tail-by-masking.ll
Log Message:
-----------
[LV] Simplify extract-lane with scalar operand to the scalar value itself. (#174534)
This patch simplifies extract-lane(%lane_num, %X) to %X when %X is a
scalar value. Extracting from a scalar is redundant since there is only
one value to extract.
Commit: 458a983df422df85363ec40b1f1556f55b238aac
https://github.com/llvm/llvm-project/commit/458a983df422df85363ec40b1f1556f55b238aac
Author: Icenowy Zheng <uwu at icenowy.me>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
Log Message:
-----------
[RuntimeDyld][MIPS] Use AT for stub function instead of T9 (#174354)
The stub function is generated for R_MIPS_26 relocation, which could be
used for local jumping inside a function, and do not expect any
temporary register to be clobbered.
Use AT instead of T9 for the stub function, otherwise functions using T9
will be messed up.
Signed-off-by: Icenowy Zheng <uwu at icenowy.me>
Commit: 79be97d90a5aa1bfe8667ce494c30ed4c4dcccf6
https://github.com/llvm/llvm-project/commit/79be97d90a5aa1bfe8667ce494c30ed4c4dcccf6
Author: mitchell <mitchell.xu2 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libc/shared/math.h
A libc/shared/math/ilogbf16.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/ilogbf16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/ilogbf16.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Refactor ilogbf16 implementation to header-only in src/__support/math folder. (#175450)
Closes [#175346](https://github.com/llvm/llvm-project/issues/175346),
Part of #175344
Commit: 91dafc7f40541ca18943c0370e4408578e60cb64
https://github.com/llvm/llvm-project/commit/91dafc7f40541ca18943c0370e4408578e60cb64
Author: Anthonin Bonnefoy <anthonin.bonnefoy at datadoghq.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
Log Message:
-----------
[ORC][JITLink] Fix unitialised JIT dump header (#175204)
When trying to perf inject JIT dump generatd through the perf plugin,
perf fails with the following error:
```
jitdump file contains invalid or unsupported flags 0xf5880666c26c
0x2b750 [0xa8]: failed to process type: 10 [Operation not permitted]
```
It turns out that Header's Flags field was never initialized, so the
value could be random.
This patch fixes the issue by initialising all Header's fields.
Co-authored-by: Lang Hames <lhames at gmail.com>
Commit: 187ca8609ab838516bbc5e96d7cb9e65e82e95a3
https://github.com/llvm/llvm-project/commit/187ca8609ab838516bbc5e96d7cb9e65e82e95a3
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
A llvm/test/ExecutionEngine/JITLink/AArch64/backtrace-symbolication.s
Log Message:
-----------
Reapply "[llvm-jitlink] Replace IR backtrace symbolication test..." (⦠(#175476)
ā¦#175242)
This reapplies 451ca458cf51d553f5c49e67d841280e8166f933, which was
reverted in 25976e83606f1a7615e3725e6038bb53ee96c3d5 due to bot
failures.
The REQUIRES line has been further constrained to try to address the
failures.
Commit: bdc6a6778df049b618afff73e2e5001d639057a7
https://github.com/llvm/llvm-project/commit/bdc6a6778df049b618afff73e2e5001d639057a7
Author: Haohai Wen <haohai.wen at intel.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/test/CodeGen/X86/pseudo-probe-desc-check.ll
Log Message:
-----------
[PseudoProbe] Add switch to control illegal guid warnings (#174927)
Do not verify GUID existence in pseudo probe desc by default since it
generates false positive warnings with ThinLTO.
User can use -pseudo-probe-verify-guid-existence-in-desc to verify it
explicitly.
Commit: e0cf581ad42a624940f58b8304d92ff6163edc1a
https://github.com/llvm/llvm-project/commit/e0cf581ad42a624940f58b8304d92ff6163edc1a
Author: Haocong Lu <haoconglu at qq.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/CodeGen/TargetBuiltins/X86.cpp
M clang/test/CodeGen/X86/keylocker.c
Log Message:
-----------
[Clang][X86] Remove useless `extractvalue` on aesencwide/aesdecwide builtin CodeGen (#175113)
This is a pre-commit of CIR codegen for `aesencwide/aesdecwide` builtin,
remove useless `extractvalue` on clang CodeGen for this builtin.
Commit: a3ca7caa74808e8726c58b483d7c69391d01dbce
https://github.com/llvm/llvm-project/commit/a3ca7caa74808e8726c58b483d7c69391d01dbce
Author: Wenju He <wenju.he at intel.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libclc/cmake/modules/AddLibclc.cmake
Log Message:
-----------
[libclc][NFC] Remove unused builtins_opt_lib_tgt (#175479)
It was left behind after f07988ff3ec8.
Commit: 564f2be43f813409cf10c110508eb4e621e26278
https://github.com/llvm/llvm-project/commit/564f2be43f813409cf10c110508eb4e621e26278
Author: Pengcheng Wang <wangpengcheng.pp at bytedance.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/CMakeLists.txt
A llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
Log Message:
-----------
[RISCV] Add a custom pre-ra scheduler
Currently we do nothing RISC-V specific in this scheduler.
This is a part of vtype-based scheduling.
Reviewers: BeMg, mshockwave, lukel97, preames, topperc
Pull Request: https://github.com/llvm/llvm-project/pull/172613
Commit: 67601a43b57a2df9c9b51463b84b3610878556ab
https://github.com/llvm/llvm-project/commit/67601a43b57a2df9c9b51463b84b3610878556ab
Author: Pengcheng Wang <wangpengcheng.pp at bytedance.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.h
Log Message:
-----------
[RISCV][NFC] Add RISCVVSETVLIInfoAnalysis
This can be reused by #95924.
Reviewers: BeMg, topperc, lukel97, preames, mshockwave
Reviewed By: mshockwave, topperc
Pull Request: https://github.com/llvm/llvm-project/pull/172615
Commit: 79a1b80af8567431113815f9ee3ba167ca45160a
https://github.com/llvm/llvm-project/commit/79a1b80af8567431113815f9ee3ba167ca45160a
Author: Pengcheng Wang <wangpengcheng.pp at bytedance.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
M llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/test/CodeGen/RISCV/features-info.ll
A llvm/test/CodeGen/RISCV/rvv/rvv-vtype-based-scheduler.ll
Log Message:
-----------
[RISCV] Schedule RVV instructions with compatible vtype/vl first
This can reduce some vsetvli toggles.
This can be done in pre-ra scheduling as we have moved insertion of
vsetvli after the first RA.
Currently, we override `tryCandidate` and add a new heuristic based
on comparison of `vtype`/`vl`.
Reviewers: asb, preames, topperc, lukel97, mshockwave, BeMg
Reviewed By: mshockwave, lukel97
Pull Request: https://github.com/llvm/llvm-project/pull/95924
Commit: f114d9592697707c1cd58be0075a6b53bcd39040
https://github.com/llvm/llvm-project/commit/f114d9592697707c1cd58be0075a6b53bcd39040
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
Log Message:
-----------
[ORC] Simplify zero initializer. NFCI. (#175482)
Based on suggestion from @macdice on
https://github.com/llvm/llvm-project/pull/175204. Thanks @macdice!
Commit: ba6a59c8750c61287a70a4562fd54a16d086b695
https://github.com/llvm/llvm-project/commit/ba6a59c8750c61287a70a4562fd54a16d086b695
Author: aokblast <aokblast at FreeBSD.org>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
Log Message:
-----------
[JITLink] Set correct triple instead of hard-code the value to linux (#175404)
Commit: f827c20ccf73bf5a26a579465a634a8db95abdb6
https://github.com/llvm/llvm-project/commit/f827c20ccf73bf5a26a579465a634a8db95abdb6
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[llvm-jitlink] Remove redundant ExecutorAddr constructor calls. NFCI. (#175488)
These ExecutorAddr calls were legacy from pre-ExecutorSymbolDef code.
The getAddress method already returns an ExecutorAddr, so there's no
need for them anymore.
Commit: 145e28d061ae560f5b61c3fc2b9d487632d2ab43
https://github.com/llvm/llvm-project/commit/145e28d061ae560f5b61c3fc2b9d487632d2ab43
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV][llvm] Support logical comparison codegen for P extension (#174626)
Result type of P extension's comparison instructions is same as operands
and the result bits are all 1s or 0s so we need to set
ZeroOrNegativeOneBooleanContent to make sext(setcc) auto combined.
Commit: 743f0a4fdbef8886d46a5a80a29a814491bd5000
https://github.com/llvm/llvm-project/commit/743f0a4fdbef8886d46a5a80a29a814491bd5000
Author: Himadhith <79003240+Himadhith at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/test/CodeGen/PowerPC/compare-vector-with-zero.ll
M llvm/test/CodeGen/PowerPC/pr61315.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
Log Message:
-----------
[PowerPC] Optimize not equal compares against zero vectors (#150422)
This patch is for special cases involving 0 vectors. During the
comparison of vector operands, current code generation checks with
`vcmpequh (vector compare equal unsigned halfword)` followed by a
negation `xxlnor (VSX Vector Logical NOR XX3-form)`.
This means that for the special case, instead of using `vcmpequh` and
then negating the result, we can directly use `vcmpgtuh (vector compare
greater than unsigned halfword)`.
As a result the negation is avoided since the only condition where this
will be false is for 0 as it is an `unsigned halfword`.
---------
Co-authored-by: himadhith <himadhith.v at ibm.com>
Commit: 3575501b5a7f92cb9285e6e9232d04df47b56495
https://github.com/llvm/llvm-project/commit/3575501b5a7f92cb9285e6e9232d04df47b56495
Author: killcerr <kill_cerr at outlook.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/Interpreter/Interpreter.cpp
Log Message:
-----------
[clang] fix warning (#174587)
```shell
input_line_0:10:30: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
```
Commit: 1f1dee3b2e9e552e3eebdb1c5aacfdc53c4ed0c8
https://github.com/llvm/llvm-project/commit/1f1dee3b2e9e552e3eebdb1c5aacfdc53c4ed0c8
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
Log Message:
-----------
Fix gcc name shadow warning. (#175490)
Addresses comment in #175322
Commit: 966c95f6d489ddd34ad90d067c58814ebda3d493
https://github.com/llvm/llvm-project/commit/966c95f6d489ddd34ad90d067c58814ebda3d493
Author: Amina Chabane <amina.chabane at arm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/test/tools/llvm-mca/AArch64/Cortex/A710-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-basic-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-bf16-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-complxnum-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fp16fml-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fptoint-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-i8mm-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-mte-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-neon-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-rcpc-immo-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
Log Message:
-----------
[AArch64] Update NZCV flag-setting instructions' throughput for Neoverse N2 (#174740)
According to the [N2
SWOG](https://developer.arm.com/documentation/109914/latest/),
flag-setting instructions for arithmetic/logical instructions should
have a throughput of 3.
[Similar to the V2
model](https://github.com/llvm/llvm-project/pull/113542).
Commit: 43138d627290271b7decd5daf0b5ec23a4171b8d
https://github.com/llvm/llvm-project/commit/43138d627290271b7decd5daf0b5ec23a4171b8d
Author: Philipp Tomsich <philipp.tomsich at vrull.eu>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/test/Driver/aarch64-mcpu.c
A clang/test/Driver/print-enabled-extensions/aarch64-ampere1c.c
M clang/test/Misc/target-invalid-cpu-note/aarch64.c
M llvm/docs/ReleaseNotes.md
M llvm/lib/Target/AArch64/AArch64Processors.td
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/TargetParser/Host.cpp
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/unittests/TargetParser/Host.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[Aarch64] Add support for Ampere1C core (#175442)
This patch adds initial support for the ARMv9.2+ Ampere1C core.
Commit: a5fa2464356ced456e93ac1033e7460355d4eeaf
https://github.com/llvm/llvm-project/commit/a5fa2464356ced456e93ac1033e7460355d4eeaf
Author: moorabbit <moorabbit at proton.me>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/docs/LanguageExtensions.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/Builtins.td
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGen/builtin-stackaddress.c
A clang/test/CodeGenCXX/builtin-stackaddress.cpp
M clang/test/Sema/builtin-stackaddress.c
M llvm/docs/LangRef.rst
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
A llvm/test/CodeGen/AArch64/stackaddress.ll
A llvm/test/CodeGen/ARM/stackaddress.ll
A llvm/test/CodeGen/NVPTX/stackaddress.ll
A llvm/test/CodeGen/SPARC/stackaddress.ll
A llvm/test/CodeGen/X86/stackaddress.ll
Log Message:
-----------
[Clang] Add `__builtin_stack_address` (#148281)
Add support for `__builtin_stack_address` builtin. The semantics match
those of GCC's builtin with the same name.
`__builtin_stack_address` returns the starting address of the stack
region that may be used by called functions. It may or may not include
the space used for on-stack arguments passed to a callee (See [GCC
Bug/121013](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121013)).
Fixes #82632.
Commit: 9725cb8ede9de6b006398e46b1360dc86e5d866f
https://github.com/llvm/llvm-project/commit/9725cb8ede9de6b006398e46b1360dc86e5d866f
Author: Nathan Gauƫr <brioche at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/test/CodeGen/SPIRV/vk-pushconstant-access.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-layout.ll
Log Message:
-----------
[SPIR-V] Fix Linkage capability with pushconstant (#175192)
When the SPIR-V backend handles a push constant, a new global with a
target-specific is generated. This global should have the same
visibility as the source, but turns out it was not the case: linkage was
still external, but visibility went from hidden to visible.
This causes the later passes to generate a Linkage decoration, adding
the Linkage capability, which is not compatible with Vulkan. Fixing
this.
Commit: e5b6833e49d2752466612aa0ac71f185b1d4afc7
https://github.com/llvm/llvm-project/commit/e5b6833e49d2752466612aa0ac71f185b1d4afc7
Author: Sam Parker <sam.parker at arm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/test/CodeGen/WebAssembly/memory-interleave.ll
M llvm/test/CodeGen/WebAssembly/simd-pr61780.ll
M llvm/test/Transforms/LoopVectorize/WebAssembly/memory-interleave.ll
Log Message:
-----------
[WebAssembly] vi8 mul cost modelling. (#175177)
We've already optimised these, so update the cost model to reflect it.
And skip the isBeforeLegalize check when lowering i8 muls, because it
then misses the cases where, say v32i8, has been type legalised into 2x
v16i8.
Also explicitly disable memory interleaving for any factor other than
two or four.
Commit: 19317ad1d91e669e8791cbf0c6c304274ebcbb00
https://github.com/llvm/llvm-project/commit/19317ad1d91e669e8791cbf0c6c304274ebcbb00
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
A clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.h
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
M clang/tools/clang-repl/ClangRepl.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
Log Message:
-----------
[clang-repl] Rework layering of incremental executors. (#175448)
The original Interpreter implementation had a hard dependency on ORC and
grew organically with the addition of out-of-process JIT support. This
tightly coupled the Interpreter to a specific execution engine and
leaked ORC-specific assumptions (runtime layout, symbol lookup,
exception model) into higher layers.
The WebAssembly integration demonstrated that incremental execution can
be implemented without ORC, exposing the need for a cleaner abstraction
boundary.
This change introduces an IncrementalExecutor interface and moves
ORC-based execution behind a concrete implementation. The Interpreter
now depends only on the abstract executor, improving layering and
encapsulation.
In addition, the Interpreter can be configured with user-provided
incremental executor implementations, enabling ORC-independent
execution, easier testing, and future extensions without modifying the
core Interpreter.
Commit: fcff5b076543773ad910cb97348390f67d5b75d2
https://github.com/llvm/llvm-project/commit/fcff5b076543773ad910cb97348390f67d5b75d2
Author: hev <wangrui at loongson.cn>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
A llvm/test/CodeGen/LoongArch/lsx/issue174606.ll
Log Message:
-----------
[LoongArch] Disable strict node mutation to fix strict FP lowering crash (#175484)
The patch disables strict node mutation for LoongArch by setting
IsStrictFPEnabled to true.
This change fixes the current strict FP lowering crash only.
ISD::STRICT_FSETCC and ISD::STRICT_FSETCCS can be further improved.
Fixes #174606
Commit: e51f25a3ca027800a458db6d77fa3151171400a7
https://github.com/llvm/llvm-project/commit/e51f25a3ca027800a458db6d77fa3151171400a7
Author: DaKnig <37626476+DaKnig at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
Log Message:
-----------
[SDAG] Combine select into ABD?, for const (#173581)
(select (setcc ...) (sub a, b) (sub b, a))
When b is const, the `sub a, b` becomes `add a, -b` which we take care of in this patch with the m_SpecificNeg() matcher.
Commit: 6bde19f4bbe63a48d6d3ee4649c58f6ed8cc04c2
https://github.com/llvm/llvm-project/commit/6bde19f4bbe63a48d6d3ee4649c58f6ed8cc04c2
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py
Log Message:
-----------
[lldb] Disable flaky TestDetachResumes.py on Windows/AArch64
This patch marks TestDetachResumes.py skipped on Windows/AArch64.
It has been failing intermittently on Windows AArch64 buildbot:
https://lab.llvm.org/buildbot/#/builders/141/
This extends the prior change that disabled the same test on Windows
x86_64 (commit 6d8d4cf9a46b3729732736ffe288f6b722d85121 by Dmitry
Vasilyev, 2025-06-23). See #144891 for background and original
discussion.
Commit: 9a632fd684e1729b93f9f5272ad6b5798f38ba77
https://github.com/llvm/llvm-project/commit/9a632fd684e1729b93f9f5272ad6b5798f38ba77
Author: Nerixyz <nerixdev at outlook.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlVariant.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/TestDataFormatterStdVariant.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/main.cpp
Log Message:
-----------
[LLDB] Fix MS STL `variant` with non-trivial types (#171489)
When using `std::variant` with non-trivial types, we need to go through
multiple bases to find the `_Which` member. The MSVC STL implements this
in `xsmf_control.h` which conditionally adds/deletes copy/move
constructors/operators.
We now go to `_Variant_base` (the holder of `_Which`). This inherits
from `_Variant_storage`, which is our entry point to finding the n-th
storage (going through `_Tail`).
Commit: b646209ddc940275b9b1381b67c9be0bcc022419
https://github.com/llvm/llvm-project/commit/b646209ddc940275b9b1381b67c9be0bcc022419
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[AArch64][llvm] Add extra dependencies for recently added features (#175215)
Commit: 91268a50f246676479452b0bec36bab88bfe0dcd
https://github.com/llvm/llvm-project/commit/91268a50f246676479452b0bec36bab88bfe0dcd
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libcxx/include/scoped_allocator
R libcxx/test/libcxx/diagnostics/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/allocator.adaptor/scoped_allocator.nodiscard.verify.cpp
Log Message:
-----------
[libc++][scoped_allocator] Applied `[[nodiscard]]` (#175291)
`[[nodiscard]]` should be applied to functions where discarding the
return value is most likely a correctness issue.
- https://libcxx.llvm.org/CodingGuidelines.html
- https://wg21.link/allocator.adaptor
Towards #172124
Commit: 4cec62299dadbcb44035c14228c834c0be990d73
https://github.com/llvm/llvm-project/commit/4cec62299dadbcb44035c14228c834c0be990d73
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/IncrementalExecutor.cpp
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
Log Message:
-----------
[clang-repl] Move the produced temporary files in wasm in a temp folder. (#175508)
This patch avoids bloating the current folder with temporary files
created by wasm and moves them in a separate tmp directory. This patch
is a version of a downstream one resolving this issue.
Co-authored with Anutosh Bhat.
Commit: f0982d5d44272f0e612fd1f2a64e7e49ed7d20c1
https://github.com/llvm/llvm-project/commit/f0982d5d44272f0e612fd1f2a64e7e49ed7d20c1
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/cxx23.cpp
Log Message:
-----------
[clang][bytecode] Fix calling lambdas with broken instance pointers (#175511)
Clang will make the instance pointer be of type 'int' if it is invalid,
which trips up later logic. Mark functions as invalid if any of their
parameters is and compile + check them early in CallPtr.
Fixes https://github.com/llvm/llvm-project/issues/175425
Commit: ac62f12192c2f516b9aa3131d5192152b7f02b3e
https://github.com/llvm/llvm-project/commit/ac62f12192c2f516b9aa3131d5192152b7f02b3e
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
M mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/test/Dialect/AMDGPU/canonicalize.mlir
Log Message:
-----------
[mlir][amdgpu] Remove redundant barriers (#175436)
Commit: 2a8be8bd73b49776ed370a10861d7da3e1b9794f
https://github.com/llvm/llvm-project/commit/2a8be8bd73b49776ed370a10861d7da3e1b9794f
Author: Hans Wennborg <hans at hanshq.net>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Sema.h
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaChecking.cpp
R clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
Log Message:
-----------
Revert "[Clang] Warn when `std::atomic_thread_fence` is used with `fsanitize=thread`" (#175520)
Reverts llvm/llvm-project#166542
It caused clang to assert with: `!isa<CXXDestructorDecl>(D) && "Use
other ctor with dtor decls!"`
see comment on the PR.
Commit: a6378b66fe7c021a98ade55bb6f829bf4a3388a0
https://github.com/llvm/llvm-project/commit/a6378b66fe7c021a98ade55bb6f829bf4a3388a0
Author: Mikhail Gudim <mgudim at qti.qualcomm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
Log Message:
-----------
[ReachingDefAnalysis][NFC] Use named constants. (#175075)
Commit: 3dfb782333bf929945f63e5b0b1cad378b0bd87a
https://github.com/llvm/llvm-project/commit/3dfb782333bf929945f63e5b0b1cad378b0bd87a
Author: Pankaj Dwivedi <pankajkumar.divedi at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Options/Options.td
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
A llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
Log Message:
-----------
[AMDGPU][SIInsertWaitcnt] Implement Waitcnt Expansion for Profiling (#169345)
Reference issue: https://github.com/ROCm/llvm-project/issues/67
This patch adds support for expanding s_waitcnt instructions into
sequences with decreasing counter values, enabling PC-sampling profilers
to identify which specific memory operation is causing a stall.
This is controlled via:
Clang flag: -mamdgpu-expand-waitcnt-profiling /
-mno-amdgpu-expand-waitcnt-profiling
Function attribute: "amdgpu-expand-waitcnt-profiling"
When enabled, instead of emitting a single waitcnt, the pass generates a
sequence that waits for each outstanding operation individually. For
example, if there are 5 outstanding memory operations and the target is
to wait until 2 remain:
**Original**:
s_waitcnt vmcnt(2)
**Expanded**:
s_waitcnt vmcnt(4)
s_waitcnt vmcnt(3)
s_waitcnt vmcnt(2)
The expansion starts from (Outstanding - 1) down to the target value,
since waitcnt(Outstanding) would be a no-op (the counter is already at
that value).
- Uses ScoreBrackets to determine the actual number of outstanding
operations
- Only expands when operations complete in-order
- Skips expansion for mixed event types (e.g., LDS+SMEM on same counter)
- Skips expansion for scalar memory (always out-of-order)
Releated previous work for Reference
- **PR**: llvm/llvm-project#79236 (related `-amdgpu-waitcnt-forcezero`)
---------
Co-authored-by: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
Commit: b574f44a7d5ce968d9fe8e3c3329a1b8062090e2
https://github.com/llvm/llvm-project/commit/b574f44a7d5ce968d9fe8e3c3329a1b8062090e2
Author: Nerixyz <nerixdev at outlook.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/docs/use/lldbdap.md
Log Message:
-----------
[LLDB] Increase level of headings in lldb-dap docs (#175519)
The lldb-dap docs had more than one top-level heading (one `#`). All top
level headings are shown in the "Using LLDB" list on the left side. In
this case, "Supported Features" and "Configuration Settings Reference"
showed up there.
With this PR, these headings are increased by one level. This also
increases the level of "Debug Console" (child of "Supported Features")
and "Common/Launch/Attach configurations" (child of "Configuration
Settings Reference").
Commit: 4415ea5bd34e2228e92dddb529d706006b5d404e
https://github.com/llvm/llvm-project/commit/4415ea5bd34e2228e92dddb529d706006b5d404e
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
Log Message:
-----------
[lldb] Fix TestFrameVarDILCast.py build on Windows AArch64
This patch adds <cstddef> to main.cpp in TestFrameVarDILCast.py so that
std::nullptr_t is properly declared. It fixes the TestFrameVarDILCast.py
compile failure observed on the LLDB Windows AArch64 buildbot:
https://lab.llvm.org/buildbot/#/builders/141
The issue was introduced by commit 539cf92 in #170332.
Commit: 8f182526de1ac3def68272feb24870297f2b46f3
https://github.com/llvm/llvm-project/commit/8f182526de1ac3def68272feb24870297f2b46f3
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
A llvm/test/Transforms/LoopVectorize/X86/predicated-udiv.ll
Log Message:
-----------
[VPlan] Don't fold UDiv in replicate regions. (#175460)
The UDiv fold added in d12e993 (#174581) is currently also applied to
replicate regions, which means we may end up with VPInstructions in
replicate regions, which is currently nots supported.
Fixes https://github.com/llvm/llvm-project/issues/175295.
PR: https://github.com/llvm/llvm-project/pull/175460
Commit: 424998c5e5d1aade0e36a0f1510ab3544a258b7f
https://github.com/llvm/llvm-project/commit/424998c5e5d1aade0e36a0f1510ab3544a258b7f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
Log Message:
-----------
[InstCombine][X86] Move simplifyX86FPMaxMin handling from simplifyDemandedVectorEltsIntrinsic to instCombineIntrinsic (#175441)
My fault for missing this when reviewing #174806 - technically we might
benefit from demanded elts handling for these intrinsics some day, but
the base implementation should be in instCombineIntrinsic
Noticed while reviewing #175375 which I recommended reuses more of the
simplifyX86FPMaxMin handling.
Commit: 4790a1419907cef0466ca3e34e0e6f1b2ba0360f
https://github.com/llvm/llvm-project/commit/4790a1419907cef0466ca3e34e0e6f1b2ba0360f
Author: Qihan Cai <caiqihan021 at hotmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/test/CodeGen/X86/avx512-ext.ll
M llvm/test/CodeGen/X86/avx512-insert-extract.ll
M llvm/test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/masked_compressstore.ll
M llvm/test/CodeGen/X86/masked_expandload.ll
M llvm/test/CodeGen/X86/masked_gather_scatter.ll
M llvm/test/CodeGen/X86/masked_gather_scatter_widen.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
A llvm/test/CodeGen/X86/pr174871.ll
M llvm/test/CodeGen/X86/pr77459.ll
M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
Log Message:
-----------
[X86] Allow EVEX compression for VPMOV*2M + KMOV pattern (#175219)
This patch extends the X86CompressEVEX pass to recognize and compress
multi-instruction masking patterns. It also adds relevant tests for the
new pattern.
Fixes #171746
Fixes #174871
Commit: ff005aaa48de3442ca79dc7a724c1b732ae0bb7e
https://github.com/llvm/llvm-project/commit/ff005aaa48de3442ca79dc7a724c1b732ae0bb7e
Author: Karlo Basioli <basioli at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
Log Message:
-----------
Fix bazel test failures caused in #175435 (#175533)
Commit: ce4fcfc9e4b391c24d89f24d9ef1fc1f6ed230ee
https://github.com/llvm/llvm-project/commit/ce4fcfc9e4b391c24d89f24d9ef1fc1f6ed230ee
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_zero_sized_symbols_with_show_addrs.s
A llvm/test/ExecutionEngine/JITLink/Generic/llvm-jitlink-option-show-addrs.test
M llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[llvm-jitlink] Make -show-addrs work without -check, fix fallout. (#175491)
Ensures that the address scraping passes are added to the JIT linker pipeline
if either of the -check or -show-addrs are passed. Prior to this commit we only
considered -check, so passing -show-addrs on its own was printing an empty
(unpopulated) symbol table.
This change exposed bugs in RuntimeDyldChecker's `MemoryRegionInfo` type, aned
llvm-jitlink's symbol printing code:
- `MemoryRegionInfo` was assuming that zero-sized symbols wouldn't be defined
and was using Size == 0 as a proxy for "region info uninitialized". This was
triggering assertions for valid LinkGraphs containing zero-sized symbols.
- llvm-jitlink's symbol printing code was assuming that all defined symbols
contained content, and was not correctly handling zero-fill / absolute
symbols. This triggered assertions about requesting content addresses for
non-content symbols.
This commit fixes the issues above, and adds both a generic testcase for the
-show-addrs option, and an ELF-specific testcase with a zero-sized symbol to
check that the option works for such symbols.
Commit: 0275c9fa5fec375a4362e9f315dfba5284ad91f4
https://github.com/llvm/llvm-project/commit/0275c9fa5fec375a4362e9f315dfba5284ad91f4
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/ExecutionEngine/JITLink/AArch64/backtrace-symbolication.s
Log Message:
-----------
[llvm-jitlink] Remove build_version directive. (#175523)
Fixes a warning on some bots.
Commit: 8380b57b7ec4adc715c7e4458dedb07e586b9477
https://github.com/llvm/llvm-project/commit/8380b57b7ec4adc715c7e4458dedb07e586b9477
Author: Oleksandr T. <oleksandr.tarasiuk at outlook.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaOverload.cpp
M clang/test/Sema/constexpr.c
Log Message:
-----------
[Clang] prevent an assertion failure caused by C++ constant expression checks in C23 floating conversions (#174113)
Fixes #173847
---
This patch addresses an assertion failure during compilation of C23 code
involving floating-point conversions.
As part of the C23 constexpr support introduced in PR #73099, Clang
began reusing parts of the C++ constant evaluation and narrowing logic.
In C23 mode, a failed constant evaluation caused the condition to
proceed to C++ constant-expression checks, resulting in an assertion
failure.
This change evaluates constants using `EvaluateAsRValue` in C23 mode and
restricts C++ constant-expression checks to C++ mode.
Commit: 51ee583b1a02b6a4dce86dbe36af91ec60d45137
https://github.com/llvm/llvm-project/commit/51ee583b1a02b6a4dce86dbe36af91ec60d45137
Author: kadir Ƨetinkaya <kadircet at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
Log Message:
-----------
[include-cleaner] Report refs from macro-concat'd tokens as ambigious (#175532)
Previously we completely ignored these references as we couldn't detect
whether some pieces of concat'd token originated from main file and we
wanted to prevent false positives. Unfortunately these are resulting in
false negatives in certain cases and are breaking builds.
After this change, include-cleaner will treat such references as
ambigious to prevent deletion of likely-used headers (if they're already
directly included), while still giving user the opportunity to
explicitly delete them.
Commit: e66123080cf164b374937766eaf7b7587c4a1673
https://github.com/llvm/llvm-project/commit/e66123080cf164b374937766eaf7b7587c4a1673
Author: David Spickett <david.spickett at arm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
Log Message:
-----------
[lldb][test] Remove unused imports in TestFrameVarDILLocalVars.py (#175541)
Commit: 14e97d649b72a404ab3d2738dca58708dd2a23f3
https://github.com/llvm/llvm-project/commit/14e97d649b72a404ab3d2738dca58708dd2a23f3
Author: Nick Kreeger <nick.kreeger at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Shape/Transforms/OutlineShapeComputation.cpp
Log Message:
-----------
[mlir][Shape] Fix Yoda condition in OutlineShapeComputation (#174146)
Change `nullptr != inpDefOp` to `inpDefOp != nullptr` for better
readability and consistency with LLVM coding standards.
Commit: b983b0e92a77970a81efda0f99d64127b21efc62
https://github.com/llvm/llvm-project/commit/b983b0e92a77970a81efda0f99d64127b21efc62
Author: zhijian lin <zhijian at ca.ibm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
Log Message:
-----------
[PowerPC] using milicode call for strcpy instead of lib call (#174782)
AIX has "millicode" routines, which are functions loaded at boot time
into fixed addresses in kernel memory. This allows them to be customized
for the processor. The __strcpy routine is a millicode implementation;
we use millicode for the strcpy function instead of a library call to
improve performance.
---------
Co-authored-by: Matt Arsenault <arsenm2 at gmail.com>
Commit: 2220c00d6d33dac55385cd3c2aaac1bf9f8eddc2
https://github.com/llvm/llvm-project/commit/2220c00d6d33dac55385cd3c2aaac1bf9f8eddc2
Author: lonely eagle <2020382038 at qq.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
Log Message:
-----------
[mlir][dataflow] Use OpWithFlags skipRegions to replace opName when print op in SparseAnalysis.cpp (NFC) (#175418)
Commit: 263802c56b4db3fc9b6ed9fd313499cb03ca44da
https://github.com/llvm/llvm-project/commit/263802c56b4db3fc9b6ed9fd313499cb03ca44da
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/test/Lower/Intrinsics/show_descriptor.f90
Log Message:
-----------
[flang] Enhance show_descriptor intrinsic to avoid extra descriptor copies (#173461)
Originally, the argument to show_descriptor() intrinsic was declared
with the passing mechanism of "asBox". This resulted in `fir.load`
instruction to be emitted to pass descriptor "asBox", which resulted in
extra llvm.memcpy in LLVM IR. The current change eliminates this, so
that show_descriptor() prints information about the original descriptor,
not about its copy.
The current change modifies the passing mechanism of the argument to
show_intrinsic() to "asInquired". The lowering of show_descriptor() now
passes the reference to a descriptor directly to the runtime routine. If
descriptor is passed as a value in SSA register, then it's spilled on
the stack and its address is passed to the runtime routine. If a
non-descriptor value is passed to show_descriptor(), then this value is
spilled to the stack, wrapped into a descriptor that is also spilled to
the stack, and the resulting descriptor pointer is passed to
show_descriptor().
show_descriptor() LIT test was modified to correspond to the new
implementation and additional test cases were added to it.
Commit: 185f078a6fbb7ff4d1a7f9ac5d0416a8964e1006
https://github.com/llvm/llvm-project/commit/185f078a6fbb7ff4d1a7f9ac5d0416a8964e1006
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libc/src/__support/GPU/allocator.cpp
Log Message:
-----------
[libc] Improve SIMT control flow in the GPU allocator
Summary:
The Volta independent thread scheduling is very difficult to work with.
This is a first attempt to make the logic more sound when lanes execute
independently. This isn't all that's required, but it ends up improving
control flow for AMDGPU as well.
Commit: 3b2d14ba1c9e0c2089b193ea40de465a13f83263
https://github.com/llvm/llvm-project/commit/3b2d14ba1c9e0c2089b193ea40de465a13f83263
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
Log Message:
-----------
[AMDGPU] Inline two helpers in SIInsertWaitcnts. NFC. (#174557)
Commit: 03e1a4329dd6a92467eeb5cc1522afd0123dca30
https://github.com/llvm/llvm-project/commit/03e1a4329dd6a92467eeb5cc1522afd0123dca30
Author: Rose Hudson <rose.hudson at sony.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/test/Driver/ps5-linker.c
Log Message:
-----------
[PS5][Driver] forward -ffat-lto-objects to the linker (#172854)
When clang is driving the linker and is passed -ffat-lto-objects, pass
it on to the linker as --fat-lto-objects.
Commit: 46016e63b710f3a9b9742bb4c6540f1dde1bd451
https://github.com/llvm/llvm-project/commit/46016e63b710f3a9b9742bb4c6540f1dde1bd451
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libcxx/include/string
Log Message:
-----------
[libc++] Make basic_string::__erase_external_with_move noexcept (#171591)
`__erase_external_with_move` is in the dylib, so the compiler doesn't
see the definition. Marking it `noexcept` sometimes allows clang to
remove exceptions related code, improving code size slightly.
Commit: 48a5c1dc5c07875c8b69556fc4e1ecf96ad38ede
https://github.com/llvm/llvm-project/commit/48a5c1dc5c07875c8b69556fc4e1ecf96ad38ede
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/dl-insts-err.s
M llvm/test/MC/AMDGPU/elf-header-cov.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_ds.s
M llvm/test/MC/AMDGPU/gfx1250_asm_operands.s
M llvm/test/MC/AMDGPU/gfx950-unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/hsa-gfx1250-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1251-v4.s
M llvm/test/MC/AMDGPU/hsa-sym-expr-failure.s
M llvm/test/MC/AMDGPU/invalid-instructions-spellcheck.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/isa-version-pal.s
M llvm/test/MC/AMDGPU/isa-version-unk.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx950.s
M llvm/test/MC/AMDGPU/mcexpr_amd_err.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
Log Message:
-----------
[AMDGPU] Use -filetype=null for MC tests that do not check stdout (#175543)
Commit: 27074aa31aca7651ad6d2f4edcdb34d422509a1a
https://github.com/llvm/llvm-project/commit/27074aa31aca7651ad6d2f4edcdb34d422509a1a
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
A llvm/test/CodeGen/AMDGPU/waitcnt-debug-output-crash.ll
Log Message:
-----------
[AMDGPU] Fix crash in SIInsertWaitcnts debug output (#175518)
In some cases we were accessing `OldWaitcntInstr.getParent()->end()`
after `OldWaitcntInstr` had already been erased from its parent.
Commit: a823a2ab6d9032be7cf037ec2e1db3ec501659db
https://github.com/llvm/llvm-project/commit/a823a2ab6d9032be7cf037ec2e1db3ec501659db
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/Basic/Targets/SPIR.h
M clang/test/Sema/spirv-address-space.c
Log Message:
-----------
[SPIR-V] Do not allow AS(2) to convert to generic (#175275)
Summary:
The original logic permitted this, while it's not permitted by the
standard.
---------
Co-authored-by: Dmitry Sidorov <18708689+MrSidims at users.noreply.github.com>
Commit: 52d6170c9f2d64ae78ae301d454e216aa865f248
https://github.com/llvm/llvm-project/commit/52d6170c9f2d64ae78ae301d454e216aa865f248
Author: NagaChaitanya Vellanki <pnagato at protonmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsX86.td
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/Headers/avx512fintrin.h
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/lib/Headers/avx512vlintrin.h
M clang/lib/Headers/avxintrin.h
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/xmmintrin.h
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
Log Message:
-----------
[X86][Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - Allow SSE/AVX FP MAX/MIN intrinsics to be used in constexpr (#171966)
* Implemented a generic function interp__builtin_elementwise_fp_binop
* NaN, Infinity, Denormal cases can be integrated into the lambda in
future. For, now these cases are hardcoded in the generic function
Resolves: #169991
Commit: 670ecd7c358e3f29f852b564a0edfbe8a4e1734a
https://github.com/llvm/llvm-project/commit/670ecd7c358e3f29f852b564a0edfbe8a4e1734a
Author: Fabrice de Gans <Steelskin at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M .github/workflows/issue-write.yml
Log Message:
-----------
GHA: Add the "Check LLVM ABI" flow to issue-write (#175549)
This is needed to properly test that #172673 is working as expected.
Commit: b04cf3b0fdbfb504066c7f358098ff518daa20ee
https://github.com/llvm/llvm-project/commit/b04cf3b0fdbfb504066c7f358098ff518daa20ee
Author: Luke Lau <luke at igalia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
A llvm/test/Transforms/LoopVectorize/RISCV/cse.ll
Log Message:
-----------
[VPlan] Remove verifier check that EVL can only be used by VPInstruction with one use (#175502)
Fixes #175028
We have a VPlanVerifier assertion that a VPInstruction that uses EVL
only has one use. This used to hold until we implemented CSE, but now we
can run into the case where e.g. a multiply from an expanded
VPWidenPointerInductionRecipe gets cse'd, causing it to have multiple
uses:
EMIT ir<%0> = WIDEN-POINTER-INDUCTION ir<%.pre3>, ir<6>, vp<%5>
EMIT ir<%1> = WIDEN-POINTER-INDUCTION ir<%.pre>, ir<6>, vp<%5>
EMIT-SCALAR vp<%5> = EXPLICIT-VECTOR-LENGTH vp<%avl>
-->
EMIT-SCALAR vp<%10> = EXPLICIT-VECTOR-LENGTH vp<%avl>
EMIT vp<%11> = mul ir<6>, vp<%10>
EMIT vp<%ptr.ind> = ptradd vp<%pointer.phi>, vp<%11>
EMIT vp<%12> = mul ir<6>, vp<%10>
EMIT vp<%ptr.ind>.1 = ptradd vp<%pointer.phi>.1, vp<%12>
-->
EMIT-SCALAR vp<%5> = EXPLICIT-VECTOR-LENGTH vp<%avl>
EMIT vp<%6> = mul ir<6>, vp<%5>
EMIT vp<%ptr.ind> = ptradd vp<%pointer.phi>, vp<%6>
EMIT vp<%ptr.ind>.1 = ptradd vp<%pointer.phi>.1, vp<%6>
This removes the check, as I'm not sure it's that useful anymore now
that we have CSE. Coincidentally, this crash only happened on RV32
because RV64 requires zexting the EVL, which sidesteps a lot of the
checks to begin with.
Commit: 194a4d2e933fc1bfbfb7662013a4d05e828dd5e4
https://github.com/llvm/llvm-project/commit/194a4d2e933fc1bfbfb7662013a4d05e828dd5e4
Author: Alex Bradbury <asb at igalia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
Log Message:
-----------
[RISCV] Fix ReplaceNodeResults of Intrinsic::experimental_cttz_elts for RV32 (#174992)
The test case added in this patch crashes on rv32v without this fix. We
attempt to trunc the i32 type of the select produced by lowerCttzElts to
i64, which asserts. Use getZExtOrTrunc instead.
Commit: 26e10cda55d14c1d9ebe6ce4fc36c62eb650ae82
https://github.com/llvm/llvm-project/commit/26e10cda55d14c1d9ebe6ce4fc36c62eb650ae82
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M openmp/cmake/modules/LibompHandleFlags.cmake
M openmp/runtime/CMakeLists.txt
M openmp/runtime/src/CMakeLists.txt
A openmp/runtime/test/Unit/lit.cfg.py
A openmp/runtime/test/Unit/lit.site.cfg.py.in
M openmp/runtime/test/lit.cfg
A openmp/runtime/unittests/CMakeLists.txt
A openmp/runtime/unittests/README.md
A openmp/runtime/unittests/String/CMakeLists.txt
A openmp/runtime/unittests/String/TestKmpStr.cpp
Log Message:
-----------
[OpenMP] Add libomp unit test infrastructure (#168063)
(The tests in `TestKmpStr.cpp` are an automatically generated POC to
make sure things work.)
Commit: 128731fbd32150d512cc912ec891e5c55fe605dd
https://github.com/llvm/llvm-project/commit/128731fbd32150d512cc912ec891e5c55fe605dd
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Handle all PtrtoIntExpr construction in CastSinkingRewriter (NFC) (#174435)
Move SCEVPtrToIntSinkingRewriter out of getLosslessPtrToIntExpr to be
re-used for PtrToAddr. Also streamline code in getLosslessPtrToIntExpr
by moving zero handling to the rewriter and removing special handling
for SCEVUnknown in getLosslessPtrToIntExpr. Instead, always use the
rewriter, which will automatically handle the case where the expression
is a SCEVUnknown.
This makes it slightly easier to add support for PtrToAddr as follow-up
to https://github.com/llvm/llvm-project/pull/158032
PR: https://github.com/llvm/llvm-project/pull/174435
Commit: b9859d05fdf28503fe303c479848ea0ee60c75b3
https://github.com/llvm/llvm-project/commit/b9859d05fdf28503fe303c479848ea0ee60c75b3
Author: Guilherme oliveira de campos <oliveira.gui at hotmail.com.br>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
A llvm/test/Transforms/InstCombine/X86/x86-scalar-max-min.ll
Log Message:
-----------
[X86] InstCombine: Generalize scalar SSE MAX/MIN intrinsics (#175375)
Fixes #175162
This patch handles x86_sse_max_ss/min_ss and related intrinsics. It
check if is known to be safe to convert them to llvm.maxnum/minnum.
These intrinsics can be converted to `@llvm.maxnum` and `@llvm.minnum`.
This optimization can be done if the inputs are free of: NaN, Inf,
Subnormal, and NegZero. If it is not sure to be free of these, the
instructions remain the same.
Commit: f73f43cf5086b884bd3df7e1a1b60bd5a0626655
https://github.com/llvm/llvm-project/commit/f73f43cf5086b884bd3df7e1a1b60bd5a0626655
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
M llvm/utils/lldbDataFormatters.py
Log Message:
-----------
[llvm][formatters] Add LLDB formatter for llvm::PointerUnion (#175218)
We make use of the fact that the `PointerUnion` element is a
`PointerIntPair`, for which we have a synthetic provider already. We get
the `Int` portion of the pair (which is the index into the template
parameter pack of the union) to get the active type and the `Pointer`
portion of the pair to get the actual pointer value.
Before:
```
(lldb) (lldb) v -T z_float
(llvm::PointerUnion<Z *, float *>) z_float = {
(llvm::pointer_union_detail::PointerUnionMembers<llvm::PointerUnion<Z *, float *>, llvm::PointerIntPair<void *, 1, int, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *> >, 0, Z *, float *>) llvm::pointer_union_detail::PointerUnionMembers<llvm::PointerUnion<Z *, float *>, llvm::PointerIntPair<void *, 1, int, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *>, llvm::PointerIntPairInfo<void *, 1, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *> > >, 0, Z *, float *> = {
(llvm::pointer_union_detail::PointerUnionMembers<llvm::PointerUnion<Z *, float *>, llvm::PointerIntPair<void *, 1, int, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *> >, 1, float *>) llvm::pointer_union_detail::PointerUnionMembers<llvm::PointerUnion<Z *, float *>, llvm::PointerIntPair<void *, 1, int, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *>, llvm::PointerIntPairInfo<void *, 1, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *> > >, 1, float *> = {
(llvm::pointer_union_detail::PointerUnionMembers<llvm::PointerUnion<Z *, float *>, llvm::PointerIntPair<void *, 1, int, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *> >, 2>) llvm::pointer_union_detail::PointerUnionMembers<llvm::PointerUnion<Z *, float *>, llvm::PointerIntPair<void *, 1, int, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *>, llvm::PointerIntPairInfo<void *, 1, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *> > >, 2> = {
(llvm::PointerIntPair<void *, 1, int, llvm::pointer_union_detail::PointerUnionUIntTraits<Z *, float *> >) Val = {...}
}
}
}
}
```
After:
```
(llvm::PointerUnion<Z *, float *>) z_float = {
(float *) Pointer = 0x000000016fdfebb0
}
```
Commit: f2ba54ad4f01f66c56eda0ade9636d4978e72e5b
https://github.com/llvm/llvm-project/commit/f2ba54ad4f01f66c56eda0ade9636d4978e72e5b
Author: Mikhail Gudim <mgudim at qti.qualcomm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
A llvm/test/CodeGen/RISCV/rda-liveins.mir
Log Message:
-----------
[ReachingDefAnalysis] Test RDA on live-in registers. (#175389)
We plan to track live-in registers in RDA. Precommit a test for that.
Commit: b22c149770afa90556c91e8519d0f46dd93baad5
https://github.com/llvm/llvm-project/commit/b22c149770afa90556c91e8519d0f46dd93baad5
Author: Nerixyz <nerixdev at outlook.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/docs/ReleaseNotes.md
Log Message:
-----------
[LLDB] Mention MSVC STL formatters in release notes (#175527)
We already had a few MSVC STL formatters at the last release, but we
postponed the release note entry until they support PDB. The formatters
now support PDB.
There are still some left (see
https://github.com/llvm/llvm-project/issues/24834#issuecomment-3049291996),
but the most common types are formatted.
Commit: 527d0afcb73e6af89d0a2ddd5044e4d0febc63d7
https://github.com/llvm/llvm-project/commit/527d0afcb73e6af89d0a2ddd5044e4d0febc63d7
Author: eiytoq <eiytoq at outlook.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libcxx/include/__numeric/midpoint.h
Log Message:
-----------
[libc++] Removed unused internal helper functions from the midpoint.h header (#175514)
Commit: 16078f07c44a1155aac5f25a6c9fdf123041a693
https://github.com/llvm/llvm-project/commit/16078f07c44a1155aac5f25a6c9fdf123041a693
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/JSON.h
M llvm/lib/Support/JSON.cpp
Log Message:
-----------
[Support][NFC] Move JSON::dump out-of-line (#175558)
Prevents redundant compilation into all objects that include the header.
Commit: 3c45c54156eb699eff643c4bc7f642a0fabf048c
https://github.com/llvm/llvm-project/commit/3c45c54156eb699eff643c4bc7f642a0fabf048c
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
Log Message:
-----------
[CMake] Move RTTI flag calculation to AddLLVM.cmake (#175553)
This should help users who use AddLLVM.cmake without HandleLLVMOptions.
Note that remains MSVC is unlikely to work.
Follow up of #174084.
Commit: 04e5bc7dfbd0a5b4c00470ccea4cc43dcfc2d38a
https://github.com/llvm/llvm-project/commit/04e5bc7dfbd0a5b4c00470ccea4cc43dcfc2d38a
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsAArch64.def
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/Headers/arm_acle.h
M clang/lib/Sema/SemaARM.cpp
M clang/test/CodeGen/arm_acle.c
M clang/test/CodeGen/builtins-arm64.c
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Sema/builtins-arm64.c
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
A llvm/test/CodeGen/AArch64/range-prefetch.ll
A llvm/test/Verifier/AArch64/intrinsic-immarg.ll
Log Message:
-----------
[AArch64] Add support for range prefetch intrinsic (#170490)
This patch adds support in Clang for the RPRFM instruction, by adding
the following intrinsics:
```
void __pldx_range(unsigned int *access_kind*, unsigned int retention_policy,
signed int length*, unsigned int count, signed int stride,
size_t reuse distance, void const *addr);
void __pld_range(unsigned int access_kind*, unsigned int retention_policy,
uint64_t metadata, void const *addr);
```
The `__ARM_PREFETCH_RANGE` macro can be used to test whether these
intrinsics are implemented. If the RPRFM instruction is not available, this
instruction is a NOP.
This implements the following ACLE proposal:
https://github.com/ARM-software/acle/pull/423
Commit: 123b6a2766f14d95254c72f7c2bea37a6e9cd9c9
https://github.com/llvm/llvm-project/commit/123b6a2766f14d95254c72f7c2bea37a6e9cd9c9
Author: Luke Lau <luke at igalia.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Give VPInstruction::ExplicitVectorLength name. NFC (#175493)
This makes it a tad easier to read VPlan dumps, e.g.
WIDEN vp.store vp<%7>, ir<%val>, vp<%5>
->
WIDEN vp.store vp<%7>, ir<%val>, vp<%evl>
Commit: 68239d53c5fedc51bd9a5cded637cc6c3edd4a65
https://github.com/llvm/llvm-project/commit/68239d53c5fedc51bd9a5cded637cc6c3edd4a65
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/cmake/modules/AddLLVM.cmake
Log Message:
-----------
[CMake][NFC] Drop unnecessary GTest RTTI define (#175555)
gtest automatically determines GTEST_HAS_RTTI from pre-defined compiler
macros, there is no need to explicitly define this and especially no
need to define this for every single source file.
Commit: e531f48fc473c93742775102efa0faef3d5c2e93
https://github.com/llvm/llvm-project/commit/e531f48fc473c93742775102efa0faef3d5c2e93
Author: Alex Voicu <alexandru.voicu at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
A llvm/test/CodeGen/SPIRV/instructions/zext_sext_deduce_type.ll
Log Message:
-----------
[SPIRV] Deduce result type for `G_SEXT` and `G_ZEXT` (#175401)
During legalisation we can fold / combine `sext` followed by a widening
via `zext`. Unfortunately, this yields a new result register with no
SPIRV Type, which leads to incorrect behaviour during post legalisation
when we end up deducing the (narrower) type from the operand. This patch
corrects the behaviour in that it ensures that we use the (widened) type
of the result to yield the SPIRV Type for the register.
Commit: fd90b7cd1fd3f1477094efc5fc53898edc0a77db
https://github.com/llvm/llvm-project/commit/fd90b7cd1fd3f1477094efc5fc53898edc0a77db
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/Frontend/ModuleDependencyCollector.cpp
Log Message:
-----------
[clang] Bypass sandbox in `ModuleDependencyCollector` (#175220)
This PR disables the sandbox for file collection within
`ModuleDependencyCollector`. This is typically only invoked when the
`-module-dependency-dir` option is specified for generating a crash
report, where the sandbox is not as crucial as for regular compilation.
Commit: a698f7ebdf3bac1abc1a176ffc886b940f64b237
https://github.com/llvm/llvm-project/commit/a698f7ebdf3bac1abc1a176ffc886b940f64b237
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/CrossTU/CrossTranslationUnit.cpp
Log Message:
-----------
[clang] Prevent sandbox violations in `CrossTranslationUnitContext` (#175097)
This uses the VFS to load a file instead of using
`MemoryBuffer::getBufferForFile()` directly to avoid sandbox violation.
Sandbox is then disabled for `CreateASTUnitFromCommandLine()` which
invokes the driver which is not expected to be free of sandbox
violations.
Commit: 98640226ba2e1ea8821240d84bb893fb4470f1e4
https://github.com/llvm/llvm-project/commit/98640226ba2e1ea8821240d84bb893fb4470f1e4
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M llvm/tools/bugpoint-passes/CMakeLists.txt
M offload/unittests/Conformance/lib/CMakeLists.txt
Log Message:
-----------
[CMake][NFC] Don't use uninitialized LLVM_REQUIRES_* (#175554)
LLVM_REQUIRES_* are per-target flags that are never set globally. Yet,
some files used these (undefined) flags for some logic. This patch
emoves these dead checks/unconditionally executes the logic. Note that
the referenced *.exports files are empty, so there is no need to make
related logic conditional on MSVC.
Commit: 9c5708c257c447a90edc66cbc0e78bc990ce6de6
https://github.com/llvm/llvm-project/commit/9c5708c257c447a90edc66cbc0e78bc990ce6de6
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/atomic-fadd-insts.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-packed.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-unpacked.s
M llvm/test/MC/AMDGPU/cpol-err.s
M llvm/test/MC/AMDGPU/dpp-err.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds.s
M llvm/test/MC/AMDGPU/ds_swizzle.s
M llvm/test/MC/AMDGPU/exp-err.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx9.s
M llvm/test/MC/AMDGPU/expressions.s
M llvm/test/MC/AMDGPU/fixup64.s
M llvm/test/MC/AMDGPU/flat-gfx10.s
M llvm/test/MC/AMDGPU/flat-gfx9.s
M llvm/test/MC/AMDGPU/flat-global.s
M llvm/test/MC/AMDGPU/flat-scratch-instructions.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/flat-scratch.s
M llvm/test/MC/AMDGPU/flat.s
M llvm/test/MC/AMDGPU/fma-mix.s
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_sdwa.s
M llvm/test/MC/AMDGPU/gfx10_err_pos.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat_errs.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_wmma.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_load_tr.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_unsupported.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1250_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_global_load_tr.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w64.s
M llvm/test/MC/AMDGPU/gfx12_err.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_err_pos.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_err_pos.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx908_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_asm_features.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_asm_features.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_err_pos.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_err_pos.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct-gfx10.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literalv216-err.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/mad-mix.s
M llvm/test/MC/AMDGPU/mai-err.s
M llvm/test/MC/AMDGPU/mai-gfx950-err.s
M llvm/test/MC/AMDGPU/mai.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mtbuf-gfx10.s
M llvm/test/MC/AMDGPU/mtbuf.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf.s
M llvm/test/MC/AMDGPU/out-of-range-registers.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/reg-syntax-extra.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smem.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/smrd.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop1.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sop2.s
M llvm/test/MC/AMDGPU/sopc-err.s
M llvm/test/MC/AMDGPU/sopc.s
M llvm/test/MC/AMDGPU/sopk-err.s
M llvm/test/MC/AMDGPU/sopk.s
M llvm/test/MC/AMDGPU/sopp-err.s
M llvm/test/MC/AMDGPU/sopp.s
M llvm/test/MC/AMDGPU/trap.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop1.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop2.s
M llvm/test/MC/AMDGPU/vop3-convert.s
M llvm/test/MC/AMDGPU/vop3-errs.s
M llvm/test/MC/AMDGPU/vop3-gfx9.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3.s
M llvm/test/MC/AMDGPU/vop3p-err.s
M llvm/test/MC/AMDGPU/vop_dpp.s
M llvm/test/MC/AMDGPU/vop_sdwa.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/wave32.s
M llvm/test/MC/AMDGPU/xdl-insts-err.s
M llvm/test/MC/AMDGPU/xnack-mask.s
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_buffer_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w64.txt
Log Message:
-----------
[AMDGPU] Use -filetype=null for more MC tests. NFCI. (#175567)
Following on from #175543 which did the same only for tests not using
`FileCheck -implicit-check-not=error:` or similar.
Commit: 9ad052edbf549384182509e3de6f2eaf90e0e09d
https://github.com/llvm/llvm-project/commit/9ad052edbf549384182509e3de6f2eaf90e0e09d
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/hsa-diag-v4.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
Log Message:
-----------
[AMDGPU] Remove unneeded -show-encoding option from MC tests. NFC. (#175569)
Commit: 669d71be6fd3e4a91de671788c8c522a7a937774
https://github.com/llvm/llvm-project/commit/669d71be6fd3e4a91de671788c8c522a7a937774
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass.ll
Log Message:
-----------
ValueTracking: Fix handling of fadd with mixed denormal modes (#175454)
Fix case where the input mode is IEEE, the output flushes, and the
input could be subnormal. Also improves accuracy with positive zero
case.
Commit: 48d163684c9ad5b416913d83e6b11fb32d0c0998
https://github.com/llvm/llvm-project/commit/48d163684c9ad5b416913d83e6b11fb32d0c0998
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/monotonic_buffer_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
M libcxx/include/__memory_resource/synchronized_pool_resource.h
M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
R libcxx/test/libcxx/diagnostics/memory_resource.nodiscard.verify.cpp
M libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
Log Message:
-----------
[libc++][memory_resource] Applied `[[nodiscard]]` (#172134)
`[[nodiscard]]` should be applied to functions where discarding the
return value is most likely a correctness issue.
- https://libcxx.llvm.org/CodingGuidelines.html
- https://wg21.link/mem.res
Towards #172124
---------
Co-authored-by: Hristo Hristov <zingam at outlook.com>
Co-authored-by: Nikolas Klauser <nikolasklauser at berlin.de>
Commit: 01e089ee5e6c87f3be0668e1e2a145fc3906ff6b
https://github.com/llvm/llvm-project/commit/01e089ee5e6c87f3be0668e1e2a145fc3906ff6b
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/include/flang/Parser/parse-tree-visitor.h
Log Message:
-----------
[flang] Remove unnecessary overloads of Walk in parse tree visitor (#175563)
These actions are now performed by the trait-based Walk functions.
Commit: d5e610a6dc8491a9fd6908fb10e4fae65691ed95
https://github.com/llvm/llvm-project/commit/d5e610a6dc8491a9fd6908fb10e4fae65691ed95
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/GenericList.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
Log Message:
-----------
[lldb][Formatters] Remove broken/redundant lookup into anonymous child when extracting from compressed pairs (#175564)
(brought to my attention in
https://github.com/llvm/llvm-project/pull/155153#discussion_r2682666325)
This patch removes the `anon_struct_idx` of
`GetValueOrOldCompressedPair`.
The latest `_LIBCPP_COMPRESSED_PAIR` wraps the members in an anonymous
structure. Around the time of the original patch that introduced
`GetValueOrOldCompressedPair`
(https://github.com/llvm/llvm-project/pull/155153),
`GetChildMemberWithName` wasn't capable of "seeing through" anonymous
structures when searching for children. However, around the same time as
https://github.com/llvm/llvm-project/pull/155153 landed, the
`GetChildMemberWithName` behaviour was fixed (in
https://github.com/llvm/llvm-project/pull/138487). So regardless of
whether the the compressed pair is wrapped in an anonymous structure,
simply calling `GetChildMemberWithName` is the right thing to do.
We weren't even using the result of `GetChildAtIndex`, so we were always
calling `GetChildMemberWithName` with the root ValueObject anyways.
Our `libcxx-simulators` already test both compressed pair layouts, so no
extra coverage is needed here.
Commit: 01e9c20aa292126aa19b1a082ed960a8cee5201a
https://github.com/llvm/llvm-project/commit/01e9c20aa292126aa19b1a082ed960a8cee5201a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/test/CodeGen/X86/isint.ll
Log Message:
-----------
[X86] isint.ll - ensure have test coverage for all x86-64 cpu levels (#175574)
Commit: 02bc04f726b1046e0ddf7985b37f3c7c80b4e071
https://github.com/llvm/llvm-project/commit/02bc04f726b1046e0ddf7985b37f3c7c80b4e071
Author: Fang He <hf.enigma at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
Log Message:
-----------
Fix typo in 'clang/test/CodeGen/AArch64/sve2p2-intriniscs' folder name (#175481)
Fixes #175480.
Tests are merged with the correct
[sve2p2-intrinsics](https://github.com/llvm/llvm-project/tree/main/clang/test/CodeGen/AArch64/sve2p2-intrinsics)
folder.
Commit: f6d0a512972a74ef100723b9526a6a0ddb23f894
https://github.com/llvm/llvm-project/commit/f6d0a512972a74ef100723b9526a6a0ddb23f894
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86FixupInstTuning.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
Log Message:
-----------
[X86][NewPM] Port x86-fixup-inst-tuning (#175576)
Port x86-fixup-inst-tuning to the new pass manager. Standard porting
with refactoring of the pass to an impl, renaming the legacy pass, and
adding a NewPM wrapper around the impl. No test coverage added for now
as there are no MIR->MIR tests exercising this pass and we do not have
enough ported to run any end to end tests.
Commit: de9120dd3b8efe4281a3614d7b8d5127eeb9eec2
https://github.com/llvm/llvm-project/commit/de9120dd3b8efe4281a3614d7b8d5127eeb9eec2
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
A llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-add-sdot-i16-i32.ll
Log Message:
-----------
[AArch64] Define cost of i16->i32 udot/sdot instructions (#174102)
i16 -> i32 dot-product operations are natively supported with SVE2p1 and
SME2. This updates the cost-model so that those operations are
recognized as cheap by the LoopVectorizer.
Commit: ab34189878802ce137bee6c9515c7817fc3fe2b4
https://github.com/llvm/llvm-project/commit/ab34189878802ce137bee6c9515c7817fc3fe2b4
Author: anoopkg6 <anoop.kumar6 at ibm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_call_pic.s
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_plt.s
Log Message:
-----------
[JITLink] Add GOT indirection optimization for SystemZ (#171919)
Optimize the GOT and Stub relocations if the edge target address is in
range from call site - Indirect jump by plt stub can be replaced with
direct jump to target in post-allocation optimization.
Commit: e289b2e765ed279e57e4643a4f602d2328ac4af4
https://github.com/llvm/llvm-project/commit/e289b2e765ed279e57e4643a4f602d2328ac4af4
Author: Nick Kreeger <nick.kreeger at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
A mlir/include/mlir/Dialect/Utils/VerificationUtils.h
M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/lib/Dialect/Utils/CMakeLists.txt
A mlir/lib/Dialect/Utils/VerificationUtils.cpp
M mlir/test/Dialect/Bufferization/invalid.mlir
M mlir/test/Dialect/GPU/invalid.mlir
M mlir/test/Dialect/MemRef/invalid.mlir
M mlir/test/Dialect/Tensor/invalid.mlir
Log Message:
-----------
[mlir][Utils] Add VerificationUtils (NFC) (#174336)
Introduces `VerificationUtils` to consolidate common operation
verification patterns in MLIR. This initial implementation provides
`verifyDynamicDimensionCount()` to reduce code duplication across
dialect verifiers.
This is an NFC (No Functional Change) refactoring that improves code
maintainability by extracting reusable verification logic into a shared
utility.
Commit: 6ff416cabc8cead5bdd1c1845cf8f28808ec4a68
https://github.com/llvm/llvm-project/commit/6ff416cabc8cead5bdd1c1845cf8f28808ec4a68
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/test/CodeGen/AArch64/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-extract-last-active.ll
Log Message:
-----------
[ISel] Implement operand widening for VECTOR_FIND_LAST_ACTIVE. (#174389)
Implement WidenVecOp_VECTOR_FIND_LAST_ACTIVE to properly widen the
vector operand for @llvm.experimental.vector.extract.last.active.
Currently lowering crashes when widening of the operand is needed:
WidenVectorOperand op #0: t15: i64 = find_last_active t14
LLVM ERROR: Do not know how to widen this operator's operand!
Depends on github.com/https://github.com/llvm/llvm-project/pull/174384
to avoid infinite cycles in the X86 tests.
PR: https://github.com/llvm/llvm-project/pull/174389
Commit: f4217fd4a333ce073fdfd75b5479be35886f3599
https://github.com/llvm/llvm-project/commit/f4217fd4a333ce073fdfd75b5479be35886f3599
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV] Add Zbb to P extension SIMD tests. NFC (#175378)
It's likely the P extension will depend on Zbb and this improves the
code.
Commit: 50c1a69db0f551d204d2cb29abd8dabb185a8392
https://github.com/llvm/llvm-project/commit/50c1a69db0f551d204d2cb29abd8dabb185a8392
Author: Deric C. <cheung.deric at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/test/CodeGenHLSL/BoolMatrix.hlsl
Log Message:
-----------
[HLSL][Matrix] Load and store ConstantMatrixBoolTypes as i32 FixedVectorTypes (#175245)
Fixes #175236
This pull request improves support for HLSL constant matrix types with
boolean elements in Clang's code generation. The main changes ensure
that boolean (i1) matrices are correctly represented and stored as i32
vectors in LLVM IR. This includes updates to both the code generation
logic and related tests.
### Code generation improvements for HLSL boolean matrices
* Updated `convertTypeForLoadStore` in `CodeGenTypes.cpp` to represent
constant matrix types with boolean elements as `FixedVectorType` of
integers, ensuring atomic load/store operations and correct element type
conversion for HLSL.
* Modified `EmitToMemory` in `CGExpr.cpp` to handle both
`ExtVectorBoolType` and `ConstantMatrixBoolType`, improving the handling
of boolean matrices during memory emission.
### Test updates for boolean matrix codegen
* Adjusted test expectations in `BoolMatrix.hlsl` to reflect the new
representation, showing stores and loads of `<N x i32>` instead of `<N x
i1>` for boolean matrices, and added zero-extension where necessary.
* Added a new test for a 4x4 boolean matrix function to verify correct
code generation for initial stores to boolean matrix parameter
declaration allocas.
Commit: 2cfa9b258ecad0c095568d19174489e04c88ccc2
https://github.com/llvm/llvm-project/commit/2cfa9b258ecad0c095568d19174489e04c88ccc2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
Log Message:
-----------
InstCombine: SimplifyDemandedFPClass multiple use support for select (#175548)
Commit: ad38c3987f8ecee618c46202173360cbc89f2021
https://github.com/llvm/llvm-project/commit/ad38c3987f8ecee618c46202173360cbc89f2021
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/CommandLine.h
Log Message:
-----------
[Support][NFC] Drop unnecessary default lambdas (#175577)
These lambdas must be instantiated and code-generated in multiple CUs;
instead use the null/default state of std::function as default state.
Very minor compile-time improvement of Clang/LLVM.
Commit: 7676471c708535f7533b1d766bb02e9698c1bb29
https://github.com/llvm/llvm-project/commit/7676471c708535f7533b1d766bb02e9698c1bb29
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
M llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
M llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp
Log Message:
-----------
[Support][NFC] Make unicode tables constant (#175573)
There's no reason that these large tables are mutable.
Commit: effa813844a6a52613cc6e59c19cb35eeb08b6b6
https://github.com/llvm/llvm-project/commit/effa813844a6a52613cc6e59c19cb35eeb08b6b6
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M mlir/cmake/modules/AddMLIRPython.cmake
Log Message:
-----------
[mlir][Python] don't build libnanobind if module only has "pure" sources (#175090)
Like IREE's
[`IREECompilerBuildPythonModules`](https://github.com/iree-org/iree/blob/47fe908217caef04be21608cfcf45d44410f8dad/compiler/bindings/python/CMakeLists.txt#L300-L305).
Note, setting `MLIR_BINDINGS_PYTHON_NB_DOMAIN` on
`add_mlir_python_modules` explicitly would also workaround issues
related to this (and is generally recommended for projects building
multiple bindings packages).
---------
Co-authored-by: Rahul Kayaith <rkayaith at amd.com>
Commit: 47910d62fe8c3324ef1a2c708b17d3d4ca0ff6b6
https://github.com/llvm/llvm-project/commit/47910d62fe8c3324ef1a2c708b17d3d4ca0ff6b6
Author: Sudharsan Veeravalli <svs at qti.qualcomm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
Log Message:
-----------
[RISCV] Detect QC_E_ADDAI and fold in RISCVMergeBaseOffset (#175496)
Commit: 619a9c1e81ff8d4ee57bf152cf045e50708b91e7
https://github.com/llvm/llvm-project/commit/619a9c1e81ff8d4ee57bf152cf045e50708b91e7
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/include/mlir/Bindings/Python/Nanobind.h
M mlir/include/mlir/Bindings/Python/NanobindUtils.h
M mlir/lib/Bindings/Python/IRAffine.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/test/python/dialects/python_test.py
M mlir/test/python/dialects/rocdl.py
M mlir/test/python/dialects/ub.py
M mlir/test/python/ir/value.py
Log Message:
-----------
[mlir][Python] downcast Value to BlockArgument or OpResult (#175264)
This PR adds "downcasting" of `ir.Value` to either `BlockArgument` or
`OpResult` (and then potentially further down if a user-registered
"value caster" exists). Also this PR changes `__str__` to return the
correct thing (`OpResult(...)` or `BlockArgument(...)` instead of
generic `Value(...)`).
Commit: 4191b0cd0f56f76568313eef6809151a1fec86c4
https://github.com/llvm/llvm-project/commit/4191b0cd0f56f76568313eef6809151a1fec86c4
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/source/Plugins/Platform/WebAssembly/CMakeLists.txt
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.h
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.cpp
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
Log Message:
-----------
[lldb] Make PlatformWasm a RemoteAwarePlatform (#175263)
This PR makes `PlatformWasm` a `RemoteAwarePlatform` that can connect to
a remote GDB platform server. `PlatformWasmRemoteGDBServer` inherits
from `PlatformRemoteGDBServer`, with the only difference that it picks
the correct Process plugin when launching and attaching. The approach is
identical to the one taken by `PlatformAndroid`.
The context is that we're working on a platform based approach for
discovering and attaching Wasm processes running under JSC with the
[newly added debugging
support](https://github.com/WebKit/WebKit/pull/51462).
Commit: 7e7d9dc0ee8209d8d1f0b254e2386ec70b4847e5
https://github.com/llvm/llvm-project/commit/7e7d9dc0ee8209d8d1f0b254e2386ec70b4847e5
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/Maintainers.md
Log Message:
-----------
[lldb] Nominate John Harrison and Ebuka Ezike as lldb-dap maintainers (#175031)
As the lead maintainer, I've been asked by the project council to
confirm that we have an up-to-date list of active maintainers for LLDB.
In light of that, I'd like to nominate Ebuka and John as lldb-dap
maintainer and replace Greg, who hasn't been active in this area
recently. I did not move Greg to "former maintainer" as he's still
listed for other components.
As a reminder, our community policies regarding the responsibilities of
maintainers can be found here:
https://llvm.org/docs/DeveloperPolicy.html#maintainers.
Commit: 9057744221afaf14e8a71449e660293db763577c
https://github.com/llvm/llvm-project/commit/9057744221afaf14e8a71449e660293db763577c
Author: khaki3 <47756807+khaki3 at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/test/Fir/convert-to-llvm.fir
A flang/test/Integration/select-case-pointer-assign.f90
Log Message:
-----------
[flang] Fix SelectCaseOpConversion to convert block signatures (#175298)
When `fir.select_case` branches to blocks with arguments that have FIR
types (e.g., `!fir.ref`), the block signature must be converted to LLVM
types before creating the branch. Otherwise, the branch passes LLVM
types (`!llvm.ptr`) but the block expects FIR types, causing a type
mismatch error.
This adds block signature conversion similar to what
`SelectOpConversionBase` already does for `fir.select` and
`fir.select_rank`.
Commit: ccbe36f16d88fc6608efb381ecfc8904a1f55437
https://github.com/llvm/llvm-project/commit/ccbe36f16d88fc6608efb381ecfc8904a1f55437
Author: khaki3 <47756807+khaki3 at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Semantics/check-acc-structure.cpp
R flang/test/Lower/OpenACC/Todo/acc-cache.f90
A flang/test/Lower/OpenACC/acc-cache.f90
M flang/test/Semantics/OpenACC/acc-cache-validity.f90
Log Message:
-----------
[flang][acc] Implement cache directive lowering (#174897)
The `acc.cache` operation is currently defined to be associated with a
loop. However, this implementation generates `acc.cache` as a standalone
data entry operation inside the loop body. The `acc.cache` operation
definition should be updated in a future change to reflect this usage.
Key implementation details:
- Add semantic checks to validate cache-specific constraints: at least
one bound must be specified for array sections, and only unit stride
is supported
- Use the shared `gatherDataOperandAddrAndBounds` infrastructure to
generate `acc.bounds` for cache operands, handling single elements
(`arr(i)`), full ranges (`arr(l:u)`), and partial ranges with missing
bounds (`arr(l:)` or `arr(:u)`)
- Set the data clause to `acc_cache` with the `readonly` modifier via
the `modifiers` attribute when the `readonly` clause is present
- Update the symbol map so subsequent lowering uses the cache result
- Insert cache operations after loop iterator setup
- Add symbol scope management for constructs inside `acc.loop`
Commit: e6691b08c8f75af6d5f1bd93db54927d918171d6
https://github.com/llvm/llvm-project/commit/e6691b08c8f75af6d5f1bd93db54927d918171d6
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/InterleavedRange.h
Log Message:
-----------
[LLVM][Support] Minor code cleanup in `InterleavedRange` (#175237)
Remove redundant empty checks for prefix/suffix strings and flush() for
raw_string_ostream.
Commit: 88f4c0a1036204808940bddab788ee923c7df8b1
https://github.com/llvm/llvm-project/commit/88f4c0a1036204808940bddab788ee923c7df8b1
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
Log Message:
-----------
[NFC][LLVM][AArch64] Simplify `checkPartialMappingIdx` (#173050)
Remove `First` check by skipping iterating over first element.
Commit: d28daddd2bf23dd5fde76173ffd9820e7dd43337
https://github.com/llvm/llvm-project/commit/d28daddd2bf23dd5fde76173ffd9820e7dd43337
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[llvm][RISCV] Support rounding mulh for P extension codegen (#171593)
In p extension spec, rounding is performed by adding 1 << (elt_bits - 1)
to its result.
Stack on: #171581
Commit: 9f3551154cde91ae39f251773240ea8d45cd837c
https://github.com/llvm/llvm-project/commit/9f3551154cde91ae39f251773240ea8d45cd837c
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/tools/llvm-ir2vec/llvm-ir2vec.cpp
Log Message:
-----------
[NFC][LLVM] Namespace cleanup in llvm-ir2vec.cpp (#175252)
- Add "using namespace" at top of the file.
- Make some file-local functions static
Commit: 8e8a5502cbc08eec5b929d2d93adf7e898c24359
https://github.com/llvm/llvm-project/commit/8e8a5502cbc08eec5b929d2d93adf7e898c24359
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/tools/llvm-dis/llvm-dis.cpp
Log Message:
-----------
[NFC][LLVM] Minor namespace cleanup in llvm-dis.cpp (#175254)
Move static function `printDebugLoc` out of anonymous namespace.
Commit: d0235a150df2048e34136f894ccaa304230f5209
https://github.com/llvm/llvm-project/commit/d0235a150df2048e34136f894ccaa304230f5209
Author: Fabrice de Gans <Steelskin at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
A .github/workflows/ids-check.yml
A llvm/utils/git/ids-check-helper.py
M llvm/utils/git/requirements.txt
M llvm/utils/git/requirements.txt.in
Log Message:
-----------
[ci] Add ids workflow for checking llvm apis have been annotated with LLVM_ABI (#172673)
This PR adds a workflow which checks that llvm apis have been annotated
with LLVM_ABI.
Co-authored-by: mcbarton <matthew.c.barton at hotmail.co.uk>
Commit: 774ea531eaeed8771ef8318e67873575f79c05b6
https://github.com/llvm/llvm-project/commit/774ea531eaeed8771ef8318e67873575f79c05b6
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libcxx/docs/ImplementationDefinedBehavior.rst
M libcxx/include/fstream
A libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/close.dont-get-rid-of-buffer.pass.cpp
Log Message:
-----------
[libc++] Fix filebuf resetting its underlying buffer upon close() (#168947)
When closing a filebuf, we would previously call setbuf(0, 0). Not only
does this get rid of any underlying buffer set by the user, but it also
sets the unbuffered mode.
This means that if the filebuf is then reopened to keep writing to a
file, it would have lost track of the original user-provided buffer (or
the default one which has a size of 4096), and instead it would use the
unbuffered mode, which is terribly slow.
This led to a bug report where users were complaining that closing and
reopening the filebuf led to a significantly worse performance than
using it without having closed and reopened. While this is a slightly
unusual usage pattern, it should definitely work.
rdar://161833214
Commit: e8cceccea19473e2eb717178da179d2ce86b4d8a
https://github.com/llvm/llvm-project/commit/e8cceccea19473e2eb717178da179d2ce86b4d8a
Author: Ramkumar Ramachandra <artagnon at tenstorrent.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-decreasing.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
Log Message:
-----------
[IVDesc] Fix off-by-one error in FindFirstIV ranges (#174441)
ConstantRange::getNonEmpty was excluding MAX and MAX - 1 in FindFirstIV
vectorization, and this was discovered in an i1 miscompile, where it
returns the full range: fix it to exclude MAX only. The change has also
necessitated fixing a test that's not supposed to be vectorized.
Fixes #173459.
Co-authored-by: Nikita Popov <npopov at redhat.com>
Commit: 05c769e062986d1628323c7120d97ddec2454ec5
https://github.com/llvm/llvm-project/commit/05c769e062986d1628323c7120d97ddec2454ec5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
Log Message:
-----------
InstCombine: Add SimplifyDemandedFPClass tests for round (#174841)
Add tests for the family of rounding intrinsics
Commit: c80d20daa13dfcc8c792b1dcfadad0d5f7f3e77f
https://github.com/llvm/llvm-project/commit/c80d20daa13dfcc8c792b1dcfadad0d5f7f3e77f
Author: Nico Weber <thakis at chromium.org>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/Common/BUILD.gn
Log Message:
-----------
[gn] port 13055d60bb9f
Commit: 0a45652bc3e58534f48f7f81dfae8b2b991f591a
https://github.com/llvm/llvm-project/commit/0a45652bc3e58534f48f7f81dfae8b2b991f591a
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/test/Driver/crash-ir-repro.cpp
Log Message:
-----------
[Clang][Driver] Disable crash-ir-repro.cpp on HWAasan
Similar to 964f9c0754937730953b5d6e0cfd9c352010fd16.
Commit: 8821654715dcebf45ffd1e467b0ce2daf6946195
https://github.com/llvm/llvm-project/commit/8821654715dcebf45ffd1e467b0ce2daf6946195
Author: anoopkg6 <anoop.kumar6 at ibm.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/include/clang/Basic/TargetInfo.h
Log Message:
-----------
Fix #173673 assertion "Output operand lower bound is not zero" with asm output operand with '+Kr' constarint (#175470)
Fix #173673: Add flag output operand info to ConstraintInfo enum to
distinguish getOutputOperandBounds for flag output operand bounds.
Commit: 5f9092a19b9f56f5ad084993df1f0cdb703c7cd8
https://github.com/llvm/llvm-project/commit/5f9092a19b9f56f5ad084993df1f0cdb703c7cd8
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M mlir/lib/Support/TypeID.cpp
Log Message:
-----------
[MLIR][NFC] Fix ambiguity between const char* and Twine (#175600)
This only shows up once Twine gets included, e.g. through a pre-compiled
header. Avoid this ambiguity with an explicit cast.
Commit: 21aa00b916e00e635423c684e3be60e6028b7781
https://github.com/llvm/llvm-project/commit/21aa00b916e00e635423c684e3be60e6028b7781
Author: Nico Weber <thakis at chromium.org>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/compiler-rt/test/asan/BUILD.gn
Log Message:
-----------
[gn] port 305c413c92acfdd1
Not sure if this is everything; looks like only asan tests might be
hooked up in the GN build.
Commit: dbd52bd55854f484d4393f86a33044f10cbbfe70
https://github.com/llvm/llvm-project/commit/dbd52bd55854f484d4393f86a33044f10cbbfe70
Author: Alex Duran <alejandro.duran at intel.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M offload/include/Shared/Debug.h
M offload/include/Shared/Profile.h
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[OFFLOAD][OpenMP] Remove old style REPORT support (#175607)
Fix the few remaining usages and remove the support for the old REPORT
macro.
Commit: acfc31a4a790774bf22864b10a67392f828634aa
https://github.com/llvm/llvm-project/commit/acfc31a4a790774bf22864b10a67392f828634aa
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
Log Message:
-----------
InstCombine: Handle rounding intrinsics in SimplifyDemandedFPClass (#174842)
Commit: 501416a755d1b85ca10507301aac273843a15a39
https://github.com/llvm/llvm-project/commit/501416a755d1b85ca10507301aac273843a15a39
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Log Message:
-----------
[Transforms][NFC] Remove unused include in LoopUtils (#175601)
This avoids pulling in LoopAccessAnalysis, which is a rather heavy header
that is rarely needed, in ~45 source files.
Commit: 8042c93a58341cbaa80d7ff2a7a681dc840dffa4
https://github.com/llvm/llvm-project/commit/8042c93a58341cbaa80d7ff2a7a681dc840dffa4
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/test/clang-doc/json/namespace.cpp
Log Message:
-----------
[clang-doc] Add variables to the namespace HTML template (#175226)
Commit: d7ee9f21413b4f09db7facff7f857f4cb9f957bd
https://github.com/llvm/llvm-project/commit/d7ee9f21413b4f09db7facff7f857f4cb9f957bd
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV] Add isel patterns for ANDN/ORN/XNOR with P+Zbb. (#175384)
Commit: 8fb1200c95e49144d7ca7162c8cde7e97ec6f05e
https://github.com/llvm/llvm-project/commit/8fb1200c95e49144d7ca7162c8cde7e97ec6f05e
Author: Raul Tambre <raul at tambre.ee>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/test/Shell/helper/toolchain.py
Log Message:
-----------
[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#172358)
Implementation files using the Intel syntax typically explicitly specify it.
Do the same for the few files using AT&T syntax.
This enables building LLVM with `-mllvm -x86-asm-syntax=intel` in one's Clang config files
(i.e. a global preference for Intel syntax).
Unreverts: 14c69497b31038b37c273417f43bd2cfe169c86f
Commit: 5db5782da16b546d0f515c5d5cc4c7a3bc0b7f5e
https://github.com/llvm/llvm-project/commit/5db5782da16b546d0f515c5d5cc4c7a3bc0b7f5e
Author: Petr Hosek <phosek at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/config/baremetal/aarch64/headers.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/headers.txt
M libc/hdr/CMakeLists.txt
A libc/hdr/elf_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/Elf32_Addr.h
A libc/hdr/types/Elf32_Chdr.h
A libc/hdr/types/Elf32_Dyn.h
A libc/hdr/types/Elf32_Ehdr.h
A libc/hdr/types/Elf32_Half.h
A libc/hdr/types/Elf32_Lword.h
A libc/hdr/types/Elf32_Nhdr.h
A libc/hdr/types/Elf32_Off.h
A libc/hdr/types/Elf32_Phdr.h
A libc/hdr/types/Elf32_Rel.h
A libc/hdr/types/Elf32_Rela.h
A libc/hdr/types/Elf32_Shdr.h
A libc/hdr/types/Elf32_Sword.h
A libc/hdr/types/Elf32_Sym.h
A libc/hdr/types/Elf32_Verdaux.h
A libc/hdr/types/Elf32_Verdef.h
A libc/hdr/types/Elf32_Vernaux.h
A libc/hdr/types/Elf32_Verneed.h
A libc/hdr/types/Elf32_Versym.h
A libc/hdr/types/Elf32_Word.h
A libc/hdr/types/Elf64_Addr.h
A libc/hdr/types/Elf64_Chdr.h
A libc/hdr/types/Elf64_Dyn.h
A libc/hdr/types/Elf64_Ehdr.h
A libc/hdr/types/Elf64_Half.h
A libc/hdr/types/Elf64_Lword.h
A libc/hdr/types/Elf64_Nhdr.h
A libc/hdr/types/Elf64_Off.h
A libc/hdr/types/Elf64_Phdr.h
A libc/hdr/types/Elf64_Rel.h
A libc/hdr/types/Elf64_Rela.h
A libc/hdr/types/Elf64_Shdr.h
A libc/hdr/types/Elf64_Sword.h
A libc/hdr/types/Elf64_Sxword.h
A libc/hdr/types/Elf64_Sym.h
A libc/hdr/types/Elf64_Verdaux.h
A libc/hdr/types/Elf64_Verdef.h
A libc/hdr/types/Elf64_Vernaux.h
A libc/hdr/types/Elf64_Verneed.h
A libc/hdr/types/Elf64_Versym.h
A libc/hdr/types/Elf64_Word.h
A libc/hdr/types/Elf64_Xword.h
M libc/include/CMakeLists.txt
M libc/include/elf.yaml
A libc/include/link.h.def
M libc/include/link.yaml
M libc/include/llvm-libc-macros/elf-macros.h
M libc/include/llvm-libc-macros/link-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/Elf32_Addr.h
A libc/include/llvm-libc-types/Elf32_Chdr.h
A libc/include/llvm-libc-types/Elf32_Dyn.h
A libc/include/llvm-libc-types/Elf32_Ehdr.h
A libc/include/llvm-libc-types/Elf32_Half.h
A libc/include/llvm-libc-types/Elf32_Lword.h
A libc/include/llvm-libc-types/Elf32_Nhdr.h
A libc/include/llvm-libc-types/Elf32_Off.h
A libc/include/llvm-libc-types/Elf32_Phdr.h
A libc/include/llvm-libc-types/Elf32_Rel.h
A libc/include/llvm-libc-types/Elf32_Rela.h
A libc/include/llvm-libc-types/Elf32_Shdr.h
A libc/include/llvm-libc-types/Elf32_Sword.h
A libc/include/llvm-libc-types/Elf32_Sym.h
A libc/include/llvm-libc-types/Elf32_Verdaux.h
A libc/include/llvm-libc-types/Elf32_Verdef.h
A libc/include/llvm-libc-types/Elf32_Vernaux.h
A libc/include/llvm-libc-types/Elf32_Verneed.h
A libc/include/llvm-libc-types/Elf32_Versym.h
A libc/include/llvm-libc-types/Elf32_Word.h
A libc/include/llvm-libc-types/Elf64_Addr.h
A libc/include/llvm-libc-types/Elf64_Chdr.h
A libc/include/llvm-libc-types/Elf64_Dyn.h
A libc/include/llvm-libc-types/Elf64_Ehdr.h
A libc/include/llvm-libc-types/Elf64_Half.h
A libc/include/llvm-libc-types/Elf64_Lword.h
A libc/include/llvm-libc-types/Elf64_Nhdr.h
A libc/include/llvm-libc-types/Elf64_Off.h
A libc/include/llvm-libc-types/Elf64_Phdr.h
A libc/include/llvm-libc-types/Elf64_Rel.h
A libc/include/llvm-libc-types/Elf64_Rela.h
A libc/include/llvm-libc-types/Elf64_Shdr.h
A libc/include/llvm-libc-types/Elf64_Sword.h
A libc/include/llvm-libc-types/Elf64_Sxword.h
A libc/include/llvm-libc-types/Elf64_Sym.h
A libc/include/llvm-libc-types/Elf64_Verdaux.h
A libc/include/llvm-libc-types/Elf64_Verdef.h
A libc/include/llvm-libc-types/Elf64_Vernaux.h
A libc/include/llvm-libc-types/Elf64_Verneed.h
A libc/include/llvm-libc-types/Elf64_Versym.h
A libc/include/llvm-libc-types/Elf64_Word.h
A libc/include/llvm-libc-types/Elf64_Xword.h
M libc/src/__support/OSUtil/linux/CMakeLists.txt
M libc/src/__support/OSUtil/linux/vdso.cpp
M libc/startup/linux/CMakeLists.txt
M libc/startup/linux/do_start.cpp
Log Message:
-----------
[libc] Provide a minimal implementation of elf.h (#172766)
Some of the baremetal users of libc use elf.h to generate coredumps and
we would like to support this use case without needing Linux elf.h.
Commit: bbcab0bf573ef3c95ca1fa6753c3a30f6f60a5d1
https://github.com/llvm/llvm-project/commit/bbcab0bf573ef3c95ca1fa6753c3a30f6f60a5d1
Author: Justin Lebar <justin.lebar at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/test/Transforms/InstCombine/saturating-add-sub.ll
Log Message:
-----------
[InstCombine] Fix i1 ssub.sat compare folding (#173742)
For every type other than i1, ssub.sat x, y = 0 implies x == y. But
ssub.sat.i1 0, -1 = 0 (because the result of 1 saturates to 0).
The changes to instcombine are not strictly necessary. Instcombine
canonicalizes the ssub.sat.i1 before we arrive at these pattern-matches.
The real fix is in ValueTracking.
Nonetheless we agreed in review it makes sense to add these checks to
instcombine, even though they're currently unreachable:
https://github.com/llvm/llvm-project/pull/173742#issuecomment-3696631396
This was found by a fuzzer I'm working on!
Commit: c208e42225b660e05cd4060b62201e8e2f455e39
https://github.com/llvm/llvm-project/commit/c208e42225b660e05cd4060b62201e8e2f455e39
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fadd.ll
Log Message:
-----------
InstCombine: Add baseline tests for fadd SimplifyDemandedFPClass handling (#174852)
Commit: 150c8b022ccaf0f2e80cd08411bd4b1273c0a6d0
https://github.com/llvm/llvm-project/commit/150c8b022ccaf0f2e80cd08411bd4b1273c0a6d0
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/test/tools/llvm-profdata/sample-nametable.test
Log Message:
-----------
[ProfData] Temporarily disable sample-nametable.test on hwasan
Similar to 0a45652bc3e58534f48f7f81dfae8b2b991f591a to get the hwasan
bot unblocked for now.
Commit: 21b3b37dbb0c352dfeadcf27472992ebcbf954d8
https://github.com/llvm/llvm-project/commit/21b3b37dbb0c352dfeadcf27472992ebcbf954d8
Author: Justin Fargnoli <jfargnoli at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/NVPTX.h
M clang/test/CodeGen/builtins-nvptx-ptx60.cu
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/nvptx_attributes.c
M clang/test/CodeGenCUDA/convergent.cu
M clang/test/CodeGenSYCL/kernel-caller-entry-point.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/test/Lower/OpenMP/target_cpu_features.f90
M llvm/lib/Target/NVPTX/NVPTX.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
M llvm/test/CodeGen/NVPTX/convert-sm100a.ll
M llvm/test/CodeGen/NVPTX/convert-sm103a.ll
M llvm/test/CodeGen/NVPTX/f32-ex2.ll
M llvm/test/CodeGen/NVPTX/fexp2.ll
M llvm/test/CodeGen/NVPTX/flog2.ll
M llvm/test/CodeGen/NVPTX/i128.ll
M llvm/test/CodeGen/NVPTX/nvvm-reflect-arch-O0.ll
A llvm/test/CodeGen/NVPTX/ptx-version-validation.ll
M llvm/test/CodeGen/NVPTX/rsqrt.ll
M llvm/test/CodeGen/NVPTX/sm-version.ll
M llvm/test/CodeGen/NVPTX/surf-tex.py
R llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
Log Message:
-----------
[NVPTX] Validate user-specified PTX version against SM version (#174834)
When users explicitly specify a PTX version via `-mattr=+ptxNN` that's
insufficient for their target SM, we now emit a fatal error. Previously,
we silently upgraded the PTX version to the minimum required for the
target SM.
When no SM or PTX version is specified, we now use PTX 3.2 (the minimum
for the default SM 3.0) instead of PTX 6.0.
Commit: 6b674e5605d511ca5b8a7359a648b99506cacf03
https://github.com/llvm/llvm-project/commit/6b674e5605d511ca5b8a7359a648b99506cacf03
Author: Deric C. <cheung.deric at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
A llvm/test/tools/dxil-dis/switch.ll
Log Message:
-----------
[DirectX] Update DXILValueEnumerator for the new SwitchInst format (#174672)
Fixes #174485
This PR replicates the changes to
`llvm/lib/Bitcode/Writer/ValueEnumerator.cpp` from #170984 into
`llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp` to support
the changes made to the SwitchInst format.
This PR also adds a new dxil-dis test to ensure that SwitchInst is being
successfully written to DXIL.
Commit: 123259903226125f5e70f3bd6dae4fd799bfe50c
https://github.com/llvm/llvm-project/commit/123259903226125f5e70f3bd6dae4fd799bfe50c
Author: fineg74 <61437305+fineg74 at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M offload/liboffload/API/Memory.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/plugins-nextgen/level_zero/include/L0Device.h
M offload/unittests/OffloadAPI/CMakeLists.txt
A offload/unittests/OffloadAPI/memory/olMemRegister.cpp
Log Message:
-----------
[OFFLOAD] Add memory data locking API for libomptarget migration (#173138)
Add liboffload memory data locking API for libomptarget migration
This PR adds liboffload memory data locking API that needed to make
libomptarget to use liboffload
Commit: fbde9240e929c841e96eb03daf057204035bac99
https://github.com/llvm/llvm-project/commit/fbde9240e929c841e96eb03daf057204035bac99
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libcxx/test/benchmarks/algorithms/lexicographical_compare.bench.cpp
M libcxx/test/benchmarks/bitset.bench.cpp
M libcxx/test/benchmarks/to_chars.bench.cpp
Log Message:
-----------
[libc++] Remove some low value benchmarks (#175178)
This patch removes some of the benchmarks in our suite that are
relatively low value. Specifically:
- `lexicographical_compare` isn't benchmarked with every number of
elements between 1 and 8 anymore
- `bitset` isn't benchmarked with as many sizes anymore. Instead, only
some representative sizes are benchmarked.
- `to_chars` isn't benchmarked for every possible base anymore, but only
2, 8, 10, 16 and 23 (so we have an uncommon base as well)
Commit: b595849e7c50a37ae96ca939ff29cb82c2281789
https://github.com/llvm/llvm-project/commit/b595849e7c50a37ae96ca939ff29cb82c2281789
Author: Teja Alaghari <teja.alaghari at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
A llvm/test/Transforms/AMDGPU/mbcnt-negative-cases.ll
A llvm/test/Transforms/AMDGPU/mbcnt-wave32-optimizations.ll
A llvm/test/Transforms/AMDGPU/mbcnt-wave64-optimizations.ll
Log Message:
-----------
[AMDGPU]: Rewrite mbcnt_lo/mbcnt_hi to work item ID where applicable (#160496)
This PR aims to optimize `llvm.amdgcn.mbcnt.lo` and
`llvm.amdgcn.mbcnt.hi` intrinsic patterns into simpler `workitem.id.x`
operations when work group sizes are known at compile time for
**improving performance of lane ID calculations**.
**visitMbcntLo:**
- Simple replacement: When `workgroup_size == wave_size` ā Replace with
`workitem.id.x`
- Bitmask optimization: When work group evenly splits into waves ā
Replace with `workitem.id.x & (wave_size - 1)`
**visitMbcntHi:**
- Copy optimization: On wave32, `mbcnt.hi(mask, val)` ā `val` (upper 32
bits are always 0)
- Full pattern optimization: `mbcnt.hi(~0, mbcnt.lo(~0, 0))` ā Replace
with `workitem.id.x`
**Example 1: Simple Replacement**
```llvm
; Before:
%a = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0); With workgroup_size = 32
; After:
%a = call i32 @llvm.amdgcn.workitem.id.x()
```
**Example 2: Bitmask Optimization**
```llvm
; Before:
%a = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0); With workgroup_size = 64 (2 waves)
; After:
%tid = call i32 @llvm.amdgcn.workitem.id.x()
%a = and i32 %tid, 31
```
**Example 3: Copy Optimization**
```llvm
; Before:
%a = call i32 @llvm.amdgcn.mbcnt.hi(i32 -1, i32 %val); With workgroup_size = 32
ret i32 %a
; After:
ret i32 %val
```
**Example 4: Full Pattern Optimization**
```llvm
; Before:
%a = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0)
%b = call i32 @llvm.amdgcn.mbcnt.hi(i32 -1, i32 %a); With workgroup_size = 64
; After:
%b = call i32 @llvm.amdgcn.workitem.id.x()
; Before:
%a = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0)
%b = call i32 @llvm.amdgcn.mbcnt.hi(i32 -1, i32 %a); With workgroup_size = 48 (Partial mask)
; After:
%tid = call i32 @llvm.amdgcn.workitem.id.x()
%b = and i32 %tid, 31
```
Commit: 9007f1dd459e76c2818a8b32e8661dad90a60e70
https://github.com/llvm/llvm-project/commit/9007f1dd459e76c2818a8b32e8661dad90a60e70
Author: Petr Hosek <phosek at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libc/include/elf.yaml
Log Message:
-----------
[libc] Fix a typo in DT_BIND_NOW macro name (#175619)
This was accidentally introduced in #172766.
Commit: acf82c10836e2cbd101249645bbc6e85d6ac812b
https://github.com/llvm/llvm-project/commit/acf82c10836e2cbd101249645bbc6e85d6ac812b
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Check for store group once in VPInterleaveBase() (NFC)
Avoid repeated check as suggeted independently in
https://github.com/llvm/llvm-project/pull/172758.
Commit: 9f0d0bbaf4f43578dcd07531bf04ad63c61feecb
https://github.com/llvm/llvm-project/commit/9f0d0bbaf4f43578dcd07531bf04ad63c61feecb
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/test/DebugInfo/X86/x86fixupsetcc-debug-instr-num.mir
Log Message:
-----------
[X86][NewPM] Port x86-fixup-setcc (#175609)
Similar to other portings, except this time we do not refactor to an
impl since there is a single runOnMachineFunction definition that can
easily be made static. Test coverage added.
Commit: b4df4695f747dee93218f30a4bd519f928e1945d
https://github.com/llvm/llvm-project/commit/b4df4695f747dee93218f30a4bd519f928e1945d
Author: Artem Belevich <tra at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/include/clang/Basic/Cuda.h
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
A clang/test/Driver/cuda-arch-list.cu
Log Message:
-----------
[CUDA] Implement __CUDA_ARCH_LIST__ macro and refactor architecture helpers (#175260)
Closes #172937
https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/#virtual-architecture-macros
> The architecture list macro `__CUDA_ARCH_LIST__` is a list of
comma-separated `__CUDA_ARCH__` values for each of the virtual
architectures specified in the compiler invocation. The list is sorted
in numerically ascending order.
Note that unlike NVCC which defines the macro for all C/C++/CUDA
compilations done with nvcc, clang defines the macro *only* for CUDA
compilations.
Commit: 0c9919d7ea520a0ba9391c96e99a6959997e805d
https://github.com/llvm/llvm-project/commit/0c9919d7ea520a0ba9391c96e99a6959997e805d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
R llvm/test/Transforms/AMDGPU/mbcnt-negative-cases.ll
R llvm/test/Transforms/AMDGPU/mbcnt-wave32-optimizations.ll
R llvm/test/Transforms/AMDGPU/mbcnt-wave64-optimizations.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-negative-cases.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave32-optimizations.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave64-optimizations.ll
Log Message:
-----------
AMDGPU: Move test to correct place
Fixes test location from b595849e7c50a37ae96ca939ff29cb82c2281789
Commit: 496824017e04b0452c8491aaed5656a909f04c3d
https://github.com/llvm/llvm-project/commit/496824017e04b0452c8491aaed5656a909f04c3d
Author: Kim GrƤsman <kim.grasman at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/AST/DeclPrinter.cpp
Log Message:
-----------
Remove CXXRecordDecl printer FIXME (#175397)
It suggested it would be better to print attributes before the decl
kind, to be consistent with value declarations.
But attributes are not accepted by the language before the decl kind:
[[deprecated]] class A;
__attribute__((deprecated)) class A;
__declspec(deprecated) class A;
are all invalid or ignored. The only way to put an attribute before the
decl kind is with something like:
[[deprecated]] struct A {} a;
But that declares a variable, not a record tyoe, and will be correctly
handled by the variable decl printer.
Commit: 47f744ac15bfda664e11fda0b45152780948274e
https://github.com/llvm/llvm-project/commit/47f744ac15bfda664e11fda0b45152780948274e
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
Log Message:
-----------
[X86][NewPM] Port x86-lower-tile-copy (#175625)
Similar to other portings. No specific test coverage as there are no
MIR->MIR tests that exercise this pass.
Commit: 9f6f16563f4c62ec3a997a4478ab8c8ccdab7d35
https://github.com/llvm/llvm-project/commit/9f6f16563f4c62ec3a997a4478ab8c8ccdab7d35
Author: Nico Weber <thakis at chromium.org>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
Log Message:
-----------
[gn] port 19317ad1d91e
Commit: dbe3e9b019237f381081a90966df514dfd0d9407
https://github.com/llvm/llvm-project/commit/dbe3e9b019237f381081a90966df514dfd0d9407
Author: Nico Weber <thakis at chromium.org>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
Log Message:
-----------
[gn] Skip most interpreter tests for now
A recent change made it so that the orc runtime is required now.
This is likely to be addressed (since it also breaks CMake users
that don't build the orc runtime), so this disabling quite a few
tests seems alright.
Commit: 7d96b39c4f15d34c452a64a2d4f5e53eee757e27
https://github.com/llvm/llvm-project/commit/7d96b39c4f15d34c452a64a2d4f5e53eee757e27
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
M llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
M llvm/lib/DebugInfo/GSYM/LineTable.cpp
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/lib/MC/MCInstPrinter.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/tools/llvm-config/llvm-config.cpp
M llvm/tools/llvm-exegesis/lib/Analysis.cpp
M llvm/utils/TableGen/Common/PredicateExpander.cpp
Log Message:
-----------
[NFC][LLVM] Adopt ListSeparator/interleaved in more places (#172909)
Adopt `ListSeparator` and `interleaved` in various places instead of
manual code to print separators between loop iterations.
Commit: b76c84e70f4fb420b26b3887d9270fdb90d41933
https://github.com/llvm/llvm-project/commit/b76c84e70f4fb420b26b3887d9270fdb90d41933
Author: Krish Gupta <krishom70 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/lib/Semantics/check-omp-loop.cpp
M flang/test/Semantics/OpenMP/cray-pointer-usage.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
M flang/test/Semantics/OpenMP/linear-iter.f90
A flang/test/Semantics/OpenMP/simd-linear-array.f90
Log Message:
-----------
[flang][OpenMP] Fix crash when arrays used in LINEAR clause (#175383)
Closes #171007
Found this crash while testing OpenMP code - turns out putting an array
in a LINEAR clause on SIMD directives causes the compiler to blow up
with "unknown LLVM dialect type" and hit an UNREACHABLE.
The issue is that LINEAR clauses only accept scalar variables (rank 0),
but we weren't checking for that early enough. The invalid array type
would slip through semantic analysis and then crash during MLIR to LLVM
IR translation when it tried to convert the type.
**What changed:**
- Added a rank check in the LINEAR clause validation to catch arrays up
front
- Made an exception for `declare simd` with the REF modifier since
that's actually allowed per spec
- Added tests covering different array types (1D, multi-dim,
assumed-shape)
- Updated existing tests that now catch the new error
Tested with the original reproducer and it now fails cleanly with a
proper error message instead of crashing.
Commit: d514b32c239570e3eeb8ca0cca43338923904c99
https://github.com/llvm/llvm-project/commit/d514b32c239570e3eeb8ca0cca43338923904c99
Author: mcbarton <matthew.c.barton at hotmail.co.uk>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M .github/workflows/ids-check.yml
Log Message:
-----------
Fix syntax error in ids-check.yml workflow (#175629)
[petrhosek](https://github.com/petrhosek) commented on this PR went in
https://github.com/llvm/llvm-project/pull/172673#issuecomment-3740109442
that the ids check workflow has a syntax error in it. After looking at
the workflow, it appears to be missing - on the uses lines. After this
change and having looked at the file in Githubs file editor, no syntax
error red lines are now appearing so this should fix it.
Commit: dae3b49cba8d5831ccd93397c36af0c8e51e7ab1
https://github.com/llvm/llvm-project/commit/dae3b49cba8d5831ccd93397c36af0c8e51e7ab1
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M offload/include/Shared/Debug.h
M offload/include/Shared/EnvironmentVar.h
M offload/plugins-nextgen/common/include/MemoryManager.h
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/GlobalHandler.cpp
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/plugins-nextgen/host/dynamic_ffi/ffi.cpp
M offload/plugins-nextgen/host/src/rtl.cpp
M offload/plugins-nextgen/level_zero/include/L0Trace.h
M offload/plugins-nextgen/level_zero/src/L0Context.cpp
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
M offload/plugins-nextgen/level_zero/src/L0DynWrapper.cpp
M offload/plugins-nextgen/level_zero/src/L0Kernel.cpp
M offload/plugins-nextgen/level_zero/src/L0Memory.cpp
M offload/plugins-nextgen/level_zero/src/L0Options.cpp
M offload/plugins-nextgen/level_zero/src/L0Plugin.cpp
M offload/plugins-nextgen/level_zero/src/L0Program.cpp
Log Message:
-----------
[Offload] Update debug message printig in the plugins (#175205)
* Prepare a set of debug types in llvm::offload::debug to be used in
plugin code
* Update debug messages in the plugins
Commit: 38cb7ddca295f46ad0962be8aae9f8e58c0d68f8
https://github.com/llvm/llvm-project/commit/38cb7ddca295f46ad0962be8aae9f8e58c0d68f8
Author: Julian Pokrovsky <raventid at users.noreply.github.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/X86/shuffle-of-fma-const.ll
Log Message:
-----------
[VectorCombine] foldPermuteOfIntrinsic - support multiple uses of shuffled ops (#175299)
Fixes #173039
Commit: c152a0b9b08281c3dc9a16da2d5d4d54928eab55
https://github.com/llvm/llvm-project/commit/c152a0b9b08281c3dc9a16da2d5d4d54928eab55
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/test/CodeGen/X86/apx/reloc.mir
Log Message:
-----------
[X86][NewPM] Port x86-suppress-apx-for-relocation (#175634)
Standard porting. No impl class was used as it was easy enough to just
rename the original runOnMachineFunction impl and make it static.
Commit: 564c0c169f8a5bc363dbb076eaa0c05849f375cd
https://github.com/llvm/llvm-project/commit/564c0c169f8a5bc363dbb076eaa0c05849f375cd
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
Log Message:
-----------
[VPlan] Cache other type for VPWidenRecipe with Select opcode (NFC).
Add back caching + assertions after landing
https://github.com/llvm/llvm-project/pull/174234.
Commit: 0815ed34b8109db89330883ecb42dd6dd251b763
https://github.com/llvm/llvm-project/commit/0815ed34b8109db89330883ecb42dd6dd251b763
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/lds_direct-gfx10.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/wave32.s
Log Message:
-----------
[AMDGPU] Generate checks for a few more MC tests (#175640)
Commit: 70bd0e227393b1f4fb31dc4976126bcfdddc4537
https://github.com/llvm/llvm-project/commit/70bd0e227393b1f4fb31dc4976126bcfdddc4537
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
Log Message:
-----------
[X86][NewPM] Port x86-fixup-vector-constants (#175622)
Similar to other portings. No new test coverage because there are no
passes that even start/stop at this pass, much less capture only a
MIR->MIR transformation.
Commit: 57e4ff268143f5ff4d01d4a6e6796e7c0e6cd037
https://github.com/llvm/llvm-project/commit/57e4ff268143f5ff4d01d4a6e6796e7c0e6cd037
Author: Lily Gorsheneva <bgorshenev at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Fix Bazel build for e289b2e (#175642)
Commit: 55ba30bd37c8d8694581cbf0819b0158398f5e7d
https://github.com/llvm/llvm-project/commit/55ba30bd37c8d8694581cbf0819b0158398f5e7d
Author: Anonmiraj <ezzibrahimx at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M libc/src/math/docs/add_math_function.md
Log Message:
-----------
[libc] update add_math_function.md to reflect __support/math refactor (#175500)
Updated the math guide to reflect the recent refactor
closes #175371.
Commit: 5334c5148637dc58ae0e527b7b2c7c0569542271
https://github.com/llvm/llvm-project/commit/5334c5148637dc58ae0e527b7b2c7c0569542271
Author: Kirill Pertsev <kika at kikap.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/IR/BasicBlock.h
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
Log Message:
-----------
[IR][InstCombine] Fix O(n^2) complexity in SliceUpIllegalIntegerPHI (#175468)
Add a hasInsertionPt() helper, which is equivalent to
getFirstInsertionPt() != end(), but performs the check in O(1) instead
of O(n). In particular, this avoids quadratic complexity inside
SliceUpIllegalIntegerPHI().
Fixes #175465.
Should fix https://github.com/rust-lang/rust/issues/129713.
Commit: 3cfae43d07a478cbf75454419842824d62aedd40
https://github.com/llvm/llvm-project/commit/3cfae43d07a478cbf75454419842824d62aedd40
Author: DannyDaoBoYang <daobo.yang41 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
Log Message:
-----------
[CIR] Add support for X86 pmovqd512_mask and pmovwb512_mask builtins (#173802)
-Add CIR support for pmovqd512_mask.
-In addition, I noticed pmovwb512_mask uses identical
truncation-and-selection logic
[X86.cpp.](https://github.com/llvm/llvm-project/blob/main/clang/lib/CodeGen/TargetBuiltins/X86.cpp#L1638),
so I added support for pmovwb512_mask using the same logic.
-Added a new LIT test case in
clang/test/CIR/CodeGen/pmovqd-mask-builtins.c to verify correct CIR
generation for both builtins.
-Added a type cast fix in CirGenCleanup.cpp where std::max encountered a
type mismatch between size_t and unsigned long on Win64. This caused
compile error on Windows for me while building it. Edit: This fix has
been moved to here https://github.com/llvm/llvm-project/pull/174519
This is my first request to this repo. If you noticed anything wrong
please comment and I'm looking forward for corrections.
Addresses #167765
Commit: ba76e02d671157c438aa725b0d550c7c31972909
https://github.com/llvm/llvm-project/commit/ba76e02d671157c438aa725b0d550c7c31972909
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
Log Message:
-----------
[SelectionDAGISel] Remove unused opcodes. NFC (#175621)
Nodes with 0 results should always have OPFL_Chain. We don't need other
CompressedNodeInfo opcodes for 0 results.
Commit: a76dbdd2685553e5a219c06f06e40438c9dad9ad
https://github.com/llvm/llvm-project/commit/a76dbdd2685553e5a219c06f06e40438c9dad9ad
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/include/lldb/API/SBSymbol.h
M lldb/include/lldb/Symbol/Symbol.h
M lldb/include/lldb/lldb-defines.h
M lldb/source/API/SBSymbol.cpp
Log Message:
-----------
[lldb] Change SBSymbol::GetID() to return LLDB_INVALID_SYMBOL_ID for invalid symbols (#175545)
Return UINT32_MAX instead of 0 when SBSymbol has no underlying symbol,
since 0 is a valid symbol ID.
This makes it possible to distinguish between a valid symbol with ID 0
and an invalid/uninitialised symbol.
From
https://github.com/llvm/llvm-project/pull/172687#discussion_r2628319927
Commit: 7275248f41c95229c000af18bb44d15ac3c36d1d
https://github.com/llvm/llvm-project/commit/7275248f41c95229c000af18bb44d15ac3c36d1d
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Log Message:
-----------
[gn build] Port 27cbe6e8f6c7
Commit: 9cd7908d5f8beceb1756a32cd8b7f3946a29d428
https://github.com/llvm/llvm-project/commit/9cd7908d5f8beceb1756a32cd8b7f3946a29d428
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
Log Message:
-----------
[gn build] Port 564f2be43f81
Commit: 37ac7842a35096e54016614dfc962984c4d881a2
https://github.com/llvm/llvm-project/commit/37ac7842a35096e54016614dfc962984c4d881a2
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
Log Message:
-----------
[gn build] Port 5c4324326d77
Commit: 0fedcf9fbcadff47c8e747c844b2ec3bbab53bfb
https://github.com/llvm/llvm-project/commit/0fedcf9fbcadff47c8e747c844b2ec3bbab53bfb
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
Log Message:
-----------
[gn build] Port 67601a43b57a
Commit: e4d2e4c27bb81f45c6e2385e87caff29b0e61da5
https://github.com/llvm/llvm-project/commit/e4d2e4c27bb81f45c6e2385e87caff29b0e61da5
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
Log Message:
-----------
[gn build] Port c6e0e7d4c0e6
Commit: be518278fdb8c46a0d25268afe81e04370f49cc2
https://github.com/llvm/llvm-project/commit/be518278fdb8c46a0d25268afe81e04370f49cc2
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
Log Message:
-----------
[gn build] Port dcf8ae80289f
Commit: a062249932f8b41f9c188ef9189d5a11552ab1b8
https://github.com/llvm/llvm-project/commit/a062249932f8b41f9c188ef9189d5a11552ab1b8
Author: hidekisaito <hidekido at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-ds-prefetch-pattern.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-opt.mir
Log Message:
-----------
[AMDGPU] Add DS loop waitcnt optimization for GFX12+ (#172728)
Add support for flushing DS_CNT in loop preheaders when the loop uses
values that were DS-loaded outside the loop. This is similar to the
existing VMEM loop optimization.
Assisted-by: Cursor / claude-4.5-opus-high
Commit: 62c97aa5194bf93e771d14f86efeedb5353035d2
https://github.com/llvm/llvm-project/commit/62c97aa5194bf93e771d14f86efeedb5353035d2
Author: Sirraide <aeternalmail at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/include/clang/CodeGen/ModuleBuilder.h
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/CodeGen/ModuleBuilder.cpp
M clang/tools/clang-import-test/clang-import-test.cpp
M clang/unittests/CodeGen/TestCompiler.h
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
Log Message:
-----------
[Clang] Improve CodeGenerator API a bit (#175239)
Essentially, figuring out how to use `CodeGenerator` was very confusing
to me and I figured the API could be improved a bit, so:
- the `CodeGenerator` ctor is now protected since an instance of
`CodeGenerator` that is not a `CodeGeneratorImpl` is a bit useless (and
deriving from it and implementing it yourself honestly just defeats the
point of using this to begin with);
- `ReleaseModule()` releases ownership of the module, so it should
return a `unique_ptr`;
- `CreateLLVMCodeGen()` also returns a `unique_ptr` now;
- added a `CreateLLVMCodeGen()` overload that takes a
`CompilerInstance&` and uses some of its state instead of requiring the
user to pass everything in manually; this is consistent w/ other parts
of our API, and most uses of this function in the codebase can be
refactored to use that overload instead (and a code search I did also
showed that a lot of people that use this API also just use the state
from a `CompilerInstance`).
I should have liked to replace `CreateLLVMCodeGen` w/
`CodeGenerator::Create`, but there are a lot of uses of
`CreateLLVMCodeGen()` in the wild, so the only thing we could do is keep
`CreateLLVMCodeGen()` and deprecate it, and at that point I donāt think
itās really worth it; I added a comment to the `CodeGenerator()`
constructor declaration that points to it though.
Fixes #172169.
Commit: d07062acd4bb10c5c5664c85af04f0822184b971
https://github.com/llvm/llvm-project/commit/d07062acd4bb10c5c5664c85af04f0822184b971
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
Log Message:
-----------
[Clang] Fix warning on device debugging when passing `-O0` (#175628)
Summary:
CUDA's Toolchain doesn't support debug information with optimizations,
so we warn on this. The logic was printing this even if you pass `-O0`
yourself. Also fix not passing `-g`.
Commit: c259ed51a38277c4d22ab2ac8260327170aa0700
https://github.com/llvm/llvm-project/commit/c259ed51a38277c4d22ab2ac8260327170aa0700
Author: Leonard Grey <leonard at leonardgrey.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
Log Message:
-----------
[lldb][NativePDB] NFC: Remove Clang-specific typedef handling (#175623)
Missed this one in https://github.com/llvm/llvm-project/pull/173111
Also tweaks `PdbAstBuilder::ToCompilerType` to make it more clear that
the change is correct and take advantage of asserts in `TypeSystemClang`
This is part of the work to allow language-agnostic `PdbAstBuilder` (see
RFC:
https://discourse.llvm.org/t/rfc-lldb-make-pdbastbuilder-language-agnostic/89117)
Commit: b491241734137ee6b6b8e483fceb7d755b200639
https://github.com/llvm/llvm-project/commit/b491241734137ee6b6b8e483fceb7d755b200639
Author: Petr Hosek <phosek at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/git/github-automation.py
Log Message:
-----------
[utils][git] Skip subscribers for PRs labeled as skip-precommit-approval (#174819)
skip-precommit-approval label is intended for simple PR that don't
require approval. To reduce the volume of notifications, avoid sending
notifications to subscribers for PRs labeled as such.
Commit: 71293e4495589e3ab1f8a9ff625a139da4ed3f1f
https://github.com/llvm/llvm-project/commit/71293e4495589e3ab1f8a9ff625a139da4ed3f1f
Author: Thurston Dang <thurston at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
Log Message:
-----------
[lsan] Fix flaky test in swapcontext.cpp (#175635)
LSan, by design, can have false negatives, making it unreliable to check
that the leak was found in the stack-allocated case:
```
==123685==Scanning STACK range 0x7ffe6e554ca0-0x7ffe6e557000.
==123685==0x7ffe6e554de0: found 0x51e0000009f0 pointing into chunk 0x51e000000000-0x51e000000c00 of size 3072.
==123685==0x7ffe6e554e30: found 0x51e000000c00 pointing into chunk 0x51e000000c00-0x51e000001668 of size 2664. <- this prevented the leak from being found
```
This has led to flakiness on the buildbots e.g.,
https://lab.llvm.org/buildbot/#/builders/66/builds/24669
```
# | /home/b/sanitizer-x86_64-linux/build/llvm-project/compiler-rt/test/lsan/TestCases/swapcontext.cpp:44:11: error: CHECK: expected string not found in input
# | // CHECK: SUMMARY: {{.*}}Sanitizer: 2664 byte(s) leaked in 1 allocation(s)
...
Failed Tests (2):
LeakSanitizer-HWAddressSanitizer-x86_64 :: TestCases/swapcontext.cpp
LeakSanitizer-Standalone-x86_64 :: TestCases/swapcontext.cpp
```
This patch fixes the issue by clearing the buffer, as suggested by
Vitaly.
Commit: 12131c9f8dfa98282886872db5859c319d590092
https://github.com/llvm/llvm-project/commit/12131c9f8dfa98282886872db5859c319d590092
Author: Leonard Grey <leonard at leonardgrey.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
Log Message:
-----------
[lldb][NativePDB] NFC: Add language-agnostic hooks for AST population (#175624)
Currently, `SymbolFileNativePDB` calls several `PdbAstBuilder` methods
for side-effects to ensure the AST is populated.
This change adds new void-returning methods for `SymbolFileNativePDB` to
use as a hook instead, so that it doesn't depend on Clang-specific parts
of `PdbAstBuilder`'s interface.
This is part of the work to allow language-agnostic `PdbAstBuilder` (see
RFC:
https://discourse.llvm.org/t/rfc-lldb-make-pdbastbuilder-language-agnostic/89117)
Commit: 55e7a89fd31778ebbae4184f8141901dbb93d3a4
https://github.com/llvm/llvm-project/commit/55e7a89fd31778ebbae4184f8141901dbb93d3a4
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
M llvm/test/CodeGen/X86/AMX/amx-greedy-ra.ll
Log Message:
-----------
[X86][NewPM] Port x86-tile-config (#175647)
Standard porting. Use callbacks to get the needed analyses to make the
pass portable between Legacy/New PMs and to prevent computing anything
if we do not have any AMX registers in the function. No test coverage
for now as amx-greedy-ra.ll is the only test that references this pass
and needs pass pipeline setup in order to work which I plan on getting
to this week.
Commit: f9a80960670ea3752795de082def5aa9ec19ab36
https://github.com/llvm/llvm-project/commit/f9a80960670ea3752795de082def5aa9ec19ab36
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Merge Select with previous cases in ::computeCost (NFC).
Merge cases calling the same helper, as suggested post-commit in
https://github.com/llvm/llvm-project/pull/174234
Commit: fa36b0cdb0aa47a42357672a33ca5b3467c557b5
https://github.com/llvm/llvm-project/commit/fa36b0cdb0aa47a42357672a33ca5b3467c557b5
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
Log Message:
-----------
[lldb][TypeSystemClang] Simplify TypeSystemClang::IsEnumerationType implementation (#175560)
We were calling into `IsIntegerType` to determine the signedness of the
enum. Calling the relevant `clang::Type` API is simpler.
This shouldn't have any observable behaviour change.
We were lacking unit-test coverage for this. Added some tests that pass
before and after this change.
Commit: 5c764b4e3c4255d85dffefa441f2fa456b19dfde
https://github.com/llvm/llvm-project/commit/5c764b4e3c4255d85dffefa441f2fa456b19dfde
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/KnownFPClass.h
Log Message:
-----------
KnownFPClass: Make LLVM_ABI checker happy (#175654)
Warned on PRs that happened to touch nearby lines.
Commit: 496729fe7e711a99056465e59bf8a0d6c254b62b
https://github.com/llvm/llvm-project/commit/496729fe7e711a99056465e59bf8a0d6c254b62b
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M offload/plugins-nextgen/level_zero/src/L0Memory.cpp
Log Message:
-----------
[Offload] Fix level_zero plugin build (#175664)
Build has been broken when OMPTARGET_DEBUG is undefined.
Commit: 0828533645b2d80ed1abb875367c696e8827c6e5
https://github.com/llvm/llvm-project/commit/0828533645b2d80ed1abb875367c696e8827c6e5
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
Log Message:
-----------
[X86][NewPM] Port x86-pre-tile-config (#175649)
Standard pass porting. Used callbacks to get MLI so we do not compute it
in the common case where we have no AMX registers. Also moved the call
to releaseMemory into runOnMachineFunction through a scope exit rather
than calling it through the pass manager so we can get consistent
behavior across both PMs. No test coverage added in this one as we also
need x86-tile-config to be able to run any tests.
Commit: 1023f91d3d85161fed9a71aa6630c8cd9a0f0e27
https://github.com/llvm/llvm-project/commit/1023f91d3d85161fed9a71aa6630c8cd9a0f0e27
Author: Chenguang Wang <w3cing at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[llvm][RISCV] Suppress unused `IsMulH` warning. (#175653)
Introduced in commit d28daddd. `IsMulH` is only used in assert(), and
triggers unused variable warnings in non-debug builds.
Commit: 44df98e963d7853274a2225140dcdc3acb2fcb49
https://github.com/llvm/llvm-project/commit/44df98e963d7853274a2225140dcdc3acb2fcb49
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/test/CIR/CodeGen/basic.c
M clang/test/CIR/CodeGen/basic.cpp
M clang/test/CIR/CodeGen/bitfields_be.c
M clang/test/CIR/CodeGen/goto.cpp
M clang/test/CIR/CodeGen/pointers.cpp
M clang/test/CIR/CodeGen/switch.cpp
M clang/test/CIR/CodeGen/ternary.cpp
M clang/test/CIR/Lowering/goto.cir
M clang/test/CIR/Transforms/canonicalize.cir
Log Message:
-----------
[CIR] Implement simple folding for unary operations (#174882)
This extends the UnaryOp folder to handle plus, minus, and not
operations on constant operands.
This is in preparation for a change that will attempt to fold these
unary operations as they are generated, but this change only performs
the folding via the cir-canonicalize pass.
Commit: 014d2b9d9f187eb071d8d8f84782c5616e9d0e11
https://github.com/llvm/llvm-project/commit/014d2b9d9f187eb071d8d8f84782c5616e9d0e11
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
Log Message:
-----------
[lldb][TypeSystem] Call Type::isIntegralType from TypeSystemClang::IsIntegerType (#175669)
Instead of re-implementing `Type::isIntegralType`, call it explicitly.
This means we get support for `BitIntType` out-of-the-box.
We don't use `IsIntegerType` here because we want to abide by the
language-specific notions of an integer type (which differ between C++
and C).
The slight behaviour change here is that `IsIntegerType` will now treat
complete enumerations as integers in C. This is correct according to the
C standard.
Commit: 1c8627fbf32c2ecc3500b66e9ebf574d935650c1
https://github.com/llvm/llvm-project/commit/1c8627fbf32c2ecc3500b66e9ebf574d935650c1
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/CMakeLists.txt
M flang/lib/Evaluate/fold-real.cpp
M llvm/include/llvm/ADT/SmallVector.h
Log Message:
-----------
[llvm][flang] Silence warning, resume -Werror builds of flang (#175053)
Add (void) uses of two parameters to dodge a C++ compiler warning that
has broken -Werror builds of flang since 9-28-25, and restore that
option as the default for flang builds.
Commit: 3fe94ab4d6aa936c4f8a4bbdd25d1da47d112265
https://github.com/llvm/llvm-project/commit/3fe94ab4d6aa936c4f8a4bbdd25d1da47d112265
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/docs/Extensions.md
Log Message:
-----------
[flang][NFC] Document that the integrity of parentheses is not violated (#175071)
Add language to flang/docs/Extensions.md to explain why "A+(B*C)" must
round the result of the multiplication, when REAL and the -ffast-math
option is not used.
Commit: 3874c4541a2e7fe044f02cda962657be35314deb
https://github.com/llvm/llvm-project/commit/3874c4541a2e7fe044f02cda962657be35314deb
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Semantics/bug175207.f90
Log Message:
-----------
[flang] Handle useless NAMELIST in interface block (#175214)
NAMELIST has no useful purpose in an interface block, but it's allowed.
Fix a crash due to our deferred handling of NAMELIST groups in the
execution part (which doesn't exist in an interface block).
Fixes https://github.com/llvm/llvm-project/issues/175207.
Commit: a8ba9c4fa2ae1ae80738e7848c28c19a9aa564da
https://github.com/llvm/llvm-project/commit/a8ba9c4fa2ae1ae80738e7848c28c19a9aa564da
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang-rt/lib/runtime/sum.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang/include/flang/Evaluate/complex.h
M flang/include/flang/Evaluate/real.h
M flang/lib/Evaluate/complex.cpp
M flang/lib/Evaluate/fold-matmul.h
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/fold-reduction.h
M flang/lib/Evaluate/real.cpp
A flang/test/Evaluate/bug89528.f90
Log Message:
-----------
[flang] Fix spurious NaN result from infinite Kahan summation (#175373)
There are six instances of Kahan's extended precision summation
algorithm in flang/flang-rt, and they share a bug: the calculation of
the correction value produces a Nan due to the subtraction Inf-Inf after
the accumulation saturates to Inf. This leads to the surprising Nan
result from SUM([Inf, 0.]).
This bug doesn't affect run-time calculation of SUM when optimization is
enabled -- lowering emits an open-coded SUM that lacks Kahan summation
-- but it does affect compilation-time folding and -O0 runtime results.
Fix the one instance of Kahan summation in the runtime, and consolidate
the other five instances in Evaluate into one new member function, also
corrected.
Fixes https://github.com/llvm/llvm-project/issues/89528.
Commit: 5e256017baf909fa66177fcd71bc00cb6d5dbc1c
https://github.com/llvm/llvm-project/commit/5e256017baf909fa66177fcd71bc00cb6d5dbc1c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/lib/Semantics/mod-file.cpp
A flang/test/Semantics/modfile82.f90
Log Message:
-----------
[flang] Add missing module file hashes (#175636)
The compiler emits "!need$" lines to module files only for modules
needed by the module's outermost scope, but misses dependences on other
modules that might be USE'd in inner scopes.
Fixes https://github.com/llvm/llvm-project/issues/175611.
Commit: af4427d5a4296d5a00795b76e3114bee546c8339
https://github.com/llvm/llvm-project/commit/af4427d5a4296d5a00795b76e3114bee546c8339
Author: Tom Stellard <tstellar at redhat.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M .github/workflows/commit-access-review.yml
A .github/workflows/commit-create-issue.py
Log Message:
-----------
workflows/commit-access-review: Automatically create the issue (#175400)
We had been doing this manually, and this will be a lot more convenient.
Commit: 552a696a711a48d4fea2027322cdd866f03b80cf
https://github.com/llvm/llvm-project/commit/552a696a711a48d4fea2027322cdd866f03b80cf
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
R llvm/test/ExecutionEngine/JITLink/AArch64/backtrace-symbolication.s
Log Message:
-----------
[llvm-jitlink] Remove flaky testcase. (#175680)
On some systems, backtraces contain addresses with their high bits set*.
These high bits prevent symbolication using the JIT symbol table. Since
this test is for a best-effort debugging / diagnosis tool it seems best
to remove the test until/unless we can get it passing on all systems, or
find some way to identify systems that will fail.
See discussion in https://github.com/llvm/llvm-project/pull/175537.
* Note that the test does not use PAC or pointer tagging -- the high
bits are coming from somewhere else. Possibly libunwind, but that is
just speculation.
Commit: 393ba8c0dc98781ea2ada8e16c6c1f77d22008f7
https://github.com/llvm/llvm-project/commit/393ba8c0dc98781ea2ada8e16c6c1f77d22008f7
Author: mitchell <mitchell.xu2 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Tooling/Tooling.cpp
M clang/unittests/Tooling/ToolingTest.cpp
Log Message:
-----------
[clang][Tooling] Fix assertion failure when processing CUDA files (#173762)
Running clang-tidy on CUDA files without specifying `--cuda-host-only`
or `--cuda-device-only` would trigger an assertion failure in
`Actions.size() > 1`, a related discussion:
https://github.com/llvm/llvm-project/pull/173699#discussion_r2649279975.
This occurred because the Clang Driver generates a single top-level
`OffloadAction` in `-fsyntax-only`, `-E`, `-M`. This commit removes the
overly strict assertions.
Closes #173777
Commit: 998e0aed7b132a60a63176ba056df522c296a68a
https://github.com/llvm/llvm-project/commit/998e0aed7b132a60a63176ba056df522c296a68a
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/test/Semantics/OpenMP/linear-clause01.f90
Log Message:
-----------
[flang] Temporarily disabled a check in a test that was breaking buildbots (#175684)
PR https://github.com/llvm/llvm-project/pull/175383 had breaking test
Semantics/OpenMP/linear-clause01.f90
I disabled problematic part of the test for now to let the builds pass.
I will file the issue for PR author to fix the test.
Commit: 12ecbfb59b865ab98d1cecd78282e640420617c7
https://github.com/llvm/llvm-project/commit/12ecbfb59b865ab98d1cecd78282e640420617c7
Author: Andrew Haberlandt <ahaberlandt at apple.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M compiler-rt/test/lit.common.cfg.py
Log Message:
-----------
[Darwin] [compiler-rt] Normalize DYLD_LIBRARY_PATH to workaround LD bug (#175685)
There is an issue in certain versions of LD which causes the wrong
libLTO to be used if the DYLD_LIBRARY_PATH is not normalized.
Will fix these failures:
```
AddressSanitizer-x86_64-darwin.TestCases/Darwin.odr-lto.cpp
AddressSanitizer-x86_64h-darwin.TestCases/Darwin.odr-lto.cpp
```
https://green.lab.llvm.org/job/llvm.org/job/clang-stage1-cmake-RA-incremental/13428/
rdar://168024431
Commit: 30596a0b037b4010fa18cd1db64706c018007d7a
https://github.com/llvm/llvm-project/commit/30596a0b037b4010fa18cd1db64706c018007d7a
Author: Shilei Tian <i at tianshilei.me>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/Basic/Targets/AMDGPU.h
A clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
M llvm/include/llvm/Support/AMDGPUAddrSpace.h
Log Message:
-----------
[Clang][AMDGPU] Get correct nullptr value for AS3 and AS5 (#175610)
Commit: 9596c9242f9511dfb08db3508883b3367c757cd9
https://github.com/llvm/llvm-project/commit/9596c9242f9511dfb08db3508883b3367c757cd9
Author: Sudharsan Veeravalli <svs at qti.qualcomm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/test/CodeGen/RISCV/zdinx-spill.ll
A llvm/test/CodeGen/RISCV/zilsd-spill.ll
Log Message:
-----------
[RISCV] Use LD_RV32/SD_RV32 for spills and reloads when Zilsd is enabled (#153595)
We are currently only using `PseudoRV32ZdinxSD/LD` for spills and
reloads when the register class is `GPRPairRegClass` . However, we can
use `LD_RV32/SD_RV32` when the `Zilsd` extension is enabled and certain
alignment requirements are met.
Commit: 1b69dfeaf88106340937c9950f758792259a9fc4
https://github.com/llvm/llvm-project/commit/1b69dfeaf88106340937c9950f758792259a9fc4
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M flang/CMakeLists.txt
M flang/include/flang/Semantics/expression.h
Log Message:
-----------
[flang] Turn -Werror back off for Flang build (#175689)
Different build environments are picking up warnings that my testing
didn't expose; turn -Werror back off.
(And also delete an unused data member that was triggering some MSVC
warnings.)
Commit: e4b22017df885aa19e2104c3ec60d4db16321473
https://github.com/llvm/llvm-project/commit/e4b22017df885aa19e2104c3ec60d4db16321473
Author: Shilei Tian <i at tianshilei.me>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
Log Message:
-----------
[FIX] Add target requirement in `clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp`
Commit: c6fc6adb7e32bf6fd77e3e73ad74752881e131fb
https://github.com/llvm/llvm-project/commit/c6fc6adb7e32bf6fd77e3e73ad74752881e131fb
Author: Vishruth Thimmaiah <vishruththimmaiah at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
Log Message:
-----------
[CIR][X86] Add support for `intersect` builtins (#172554)
adds support for the
`__builtin_ia32_vp2intersect_d`/`__builtin_ia32_vp2intersect_q` x86
builtins.
Part of #167765
---------
Signed-off-by: vishruth-thimmaiah <vishruththimmaiah at gmail.com>
Commit: 587bac637cd8b8de6a0c0dc793dfbcd19901d106
https://github.com/llvm/llvm-project/commit/587bac637cd8b8de6a0c0dc793dfbcd19901d106
Author: Sudharsan Veeravalli <svs at qti.qualcomm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
M llvm/test/CodeGen/RISCV/make-compressible-xqci.mir
Log Message:
-----------
[RISCV] Adjust base cost for Xqcilo loads/stores in RISCVMakeCompressible (#175572)
We only need two uses in Xqcilo load/store instructions for the base
adjustment to be profitable as compared to three uses in the base
load/store instructions.
Commit: a9037dc95712236065a38bddc2037d8e28a6df49
https://github.com/llvm/llvm-project/commit/a9037dc95712236065a38bddc2037d8e28a6df49
Author: Lang Hames <lhames at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A orc-rt/Maintainers.md
Log Message:
-----------
[orc-rt] Add Maintainers.md. (#175691)
Commit: 26624d51d136716dcea1786dc6ddac56a34e866e
https://github.com/llvm/llvm-project/commit/26624d51d136716dcea1786dc6ddac56a34e866e
Author: Shoreshen <372660931 at qq.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/test/CodeGenOpenCL/amdgpu-cluster-dims.cl
M clang/test/CodeGenOpenCL/amdgpu-features.cl
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/TargetParser/TargetParser.cpp
Log Message:
-----------
[AMDGPU]Add specific instruction feature for multicast load (#175503)
Commit: f9c561b56130db8c41311778b8501683ddd0c1d3
https://github.com/llvm/llvm-project/commit/f9c561b56130db8c41311778b8501683ddd0c1d3
Author: Mircea Trofin <mtrofin at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/check-prof-info.ll
M llvm/test/Transforms/LoopVectorize/branch-weights.ll
M llvm/unittests/Transforms/Utils/LoopUtilsTest.cpp
Log Message:
-----------
[profcheck] Fix encoding of 0 loopEstimatedTrip count (#174896)
We currently encode an estimated trip count of 0 as the latch having branch probabilities 0-0. That's an invalid pair of weights. The probability of a branch is computed as a fraction of its corresponding weight and the sum of the weights. In fact, `BranchProbabilityInfo::calcMetadataWeights` will convert this to a 1-1, meaning 50% - 50%, which isn't quite what we want. To indicate the loop is never taken, we just need to initialize the exit probability to non-zero (hence, 1)
Related: https://reviews.llvm.org/D67905
Issue #147390
Commit: 2329d0436f5eeda7e73f37b9cfc1dcbce6edd8ff
https://github.com/llvm/llvm-project/commit/2329d0436f5eeda7e73f37b9cfc1dcbce6edd8ff
Author: Mircea Trofin <mtrofin at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
Log Message:
-----------
Remove cleanup of incorrect output in test dir (#171256)
This follows #171255 , removing the cleanup line.
Commit: 438f887080b6710029d09200ef0e102ea3541cbb
https://github.com/llvm/llvm-project/commit/438f887080b6710029d09200ef0e102ea3541cbb
Author: Reid Kleckner <rnk at llvm.org>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
[cmake] Make CMAKE_BUILD_TYPE=Release the default (#174520)
Currently, we report a fatal error if the user leaves CMAKE_BUILD_TYPE
blank. This was implemented in https://reviews.llvm.org/D124153 /
350bdf9227ceb , based on this RFC:
https://discourse.llvm.org/t/rfc-select-a-better-linker-by-default-or-warn-about-using-bfd/61899/1
Tom Stellard mentioned that he'd like to revisit this on Discord, and
Aiden, myself, and apparently most people on the original RFC agree, so
I'm proposing we do it. However, on the review, several folks objected
and insisted that Debug was a better default. I want to reopen the
question.
I think we've made the wrong tradeoff. I wish Debug builds worked out of
the box on most systems, but they don't, and LLVM has only gotten bigger
over the last four years, making the build scalability problems of Debug
builds worse. I think we should optimize our build configuration for new
developers, not experienced longtime contributors who are invested
enough to tweak the build to their liking.
With this PR, we emit a warning, and set the build type to Release,
which has a higher likelihood of success for first-time users. Making
the build work out of the box is very important for making LLVM
development more accessible to new contributors, so it seems worth
smoothing over this rough edge.
A separate possible improvement would be to set
LLVM_ENABLE_ASSERTIONS=ON, but that is out of scope for this PR.
Commit: ed9f5c93dcbbfba53086648db37ca58596802aba
https://github.com/llvm/llvm-project/commit/ed9f5c93dcbbfba53086648db37ca58596802aba
Author: Min-Yih Hsu <min.hsu at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vector-fp.s
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
Log Message:
-----------
[RISCV] Add the missing SEW search table field to vector FMA instructions (#175646)
We split vector floating point FMA (pseudo) instructions' opcodes by SEW
since c6b7944be4dfbb1fb35301c670812726845acaa7 , but forgot to populate
their `SEW` field, which is used by various search tables. This results
in incorrect pseudo instruction opcodes lookup -- and to a larger
extent, incorrect scheduling class lookups -- in llvm-mca. This patch
fixes such issue.
Commit: a01b7c23c4c22a236a57e037f8ecb0bc88ecbda8
https://github.com/llvm/llvm-project/commit/a01b7c23c4c22a236a57e037f8ecb0bc88ecbda8
Author: Daniil Fukalov <dfukalov at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .gitignore
Log Message:
-----------
[LLVM] Ignore two Cursor specific files. (#175683)
Commit: 13cd7003adb8472dcd478ec592f1a204298f8537
https://github.com/llvm/llvm-project/commit/13cd7003adb8472dcd478ec592f1a204298f8537
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M offload/plugins-nextgen/level_zero/src/L0Memory.cpp
Log Message:
-----------
[NFC][Offload] Rename a function (#175673)
Renamed a function as suggested in #175664.
Commit: 77613aa7ead051471a32c679ffc2e6ce60751a2f
https://github.com/llvm/llvm-project/commit/77613aa7ead051471a32c679ffc2e6ce60751a2f
Author: Zhen Wang <37195552+wangzpgi at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
A flang/test/Lower/CUDA/cuda-gpu-managed.cuf
M flang/tools/bbc/bbc.cpp
Log Message:
-----------
[flang][CUDA] Apply implicit managed attribute when `-gpu=mem:managed` is used. (#175648)
When `-gpu=mem:managed` is used, allocatable arrays without explicit
CUDA data attributes are implicitly treated as managed. The
`-gpu=mem:managed` flag to enable this feature is currently only
supported in `bbc`.
Commit: da94edf535e7850f431510c52d503545eaa6c77b
https://github.com/llvm/llvm-project/commit/da94edf535e7850f431510c52d503545eaa6c77b
Author: Sameer Sahasrabuddhe <sameer.sahasrabuddhe at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/GenericUniformityImpl.h
A llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/reducible-subgraph.ll
Log Message:
-----------
[UniformityAnalysis] Jump over reducible cycles when locating join blocks (#174938)
When locating the join blocks of a divergent block, the algorithm relies
on pseudo-edges from the header of a reducible cycle to the cycle exits.
This was missed in the actual traversal, producing unnecessary joins
inside the reducible cycle. This caused an assert in the included test,
which expected that if a join existed in a reducible cycle for a
divergent branch outside the cycle, then it must be header.
This fixes the reverted commit from #174117
Commit: ee3f4bc92f8477c420c3f236609851eda7294c82
https://github.com/llvm/llvm-project/commit/ee3f4bc92f8477c420c3f236609851eda7294c82
Author: Mel Chen <mel.chen at sifive.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
Log Message:
-----------
[LV][NFC] Follow-up fix for #173262 (#175513)
Commit: 9e1606026c561ae285c5862e59a690ec0f3a9e20
https://github.com/llvm/llvm-project/commit/9e1606026c561ae285c5862e59a690ec0f3a9e20
Author: Christudasan Devadasan <christudasan.devadasan at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.h
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb1InstrInfo.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.h
M llvm/lib/Target/BPF/BPFInstrInfo.cpp
M llvm/lib/Target/BPF/BPFInstrInfo.h
M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
M llvm/lib/Target/CSKY/CSKYInstrInfo.h
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.h
M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
M llvm/lib/Target/MSP430/MSP430InstrInfo.h
M llvm/lib/Target/Mips/MipsInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
M llvm/lib/Target/Sparc/SparcInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.h
M llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.h
Log Message:
-----------
[CodeGen][InlineSpiller] Add SubReg argument to loadRegFromStackSlot for subreg-reload (#175581)
This preparatory patch introduces an additional argument to the target hook
loadRegFromStackSlot. Ths is essential for targets to handle subregister-specific
reload in the future. See how this is used for AMDGPU target with PR #175002.
Commit: bb008e74179328175eb24f9bb35bfd10af6ad548
https://github.com/llvm/llvm-project/commit/bb008e74179328175eb24f9bb35bfd10af6ad548
Author: Petr Hosek <phosek at google.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/utils/git-llvm-push
Log Message:
-----------
[llvm][utils] Make git-llvm-push set the skip-precommit-approval label (#174833)
skip-precommit-approval label is intended for simple PR that don't
require approval. To reduce the volume of notifications, label all PRs
created using the git-llvm-push script with the skip-precommit-approval
label.
Fixes #174825
Commit: bd28c6ac9a838b000220ada7cb84e27f61c4b5b6
https://github.com/llvm/llvm-project/commit/bd28c6ac9a838b000220ada7cb84e27f61c4b5b6
Author: Liu Ke <liuke.gehry at bytedance.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/IR/DebugInfoFlags.def
M llvm/test/Assembler/debug-info.ll
M llvm/test/Assembler/disubprogram.ll
Log Message:
-----------
[DebugInfo] Add a new DI flag to record if the name of a template function/type has been simplified (1/3). (#175130)
This flag is used during debug info generation in the LLVM backend to
guide the selective generation of template parameters in the skeleton
CU. As described in [this
RFC](https://discourse.llvm.org/t/rfc-debuginfo-selectively-generate-template-parameters-in-the-skeleton-cu/89395).
Commit: e4b8d8a474c493f02baff5e11fb9a74d70c02a54
https://github.com/llvm/llvm-project/commit/e4b8d8a474c493f02baff5e11fb9a74d70c02a54
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/include/istream
M libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
Log Message:
-----------
[libc++][istream] Removed `[[nodiscard]]` from `peek()` (#175591)
Calling `peek()` after constructing a stream is something one can use to
make the stream ignore empty inputs:
```
#include <sstream>
int main() {
std::istringstream s;
s.peek();
while (s && !s.eof()) {
char c;
s >> c;
printf("not eof; read \'%c\' (%d)\n", c, c);
}
}
```
as discussed in
https://github.com/llvm/llvm-project/pull/173754#discussion_r2669631585
this patch removes the `[[nodiscard]]` annotation.
Commit: a0e0775d91859d6ca32efc5fb8644b6281e98593
https://github.com/llvm/llvm-project/commit/a0e0775d91859d6ca32efc5fb8644b6281e98593
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
Log Message:
-----------
[RISCV] Add isCommutable=1 to some binary P extension instructions. (#175692)
This allows MachineCSE to commute these instructions if it would allow
CSE.
Commit: 2b839f66ae0191039fb82049ec515bcbd726f612
https://github.com/llvm/llvm-project/commit/2b839f66ae0191039fb82049ec515bcbd726f612
Author: hev <wangrui at loongson.cn>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
A llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/tail-calls.ll
Log Message:
-----------
[LoongArch] Enable tail calls for sret and byval functions (#168506)
Allow tail calls for functions returning via sret when the caller's sret
pointer can be reused. Also support tail calls for byval arguments.
The previous restriction requiring exact match of caller and callee
arguments is relaxed: tail calls are allowed as long as the callee does
not use more stack space than the caller.
Fixes #168152
Commit: 124cb2ec9d413145e295ae21adc1c34bf7c8e53c
https://github.com/llvm/llvm-project/commit/124cb2ec9d413145e295ae21adc1c34bf7c8e53c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
Log Message:
-----------
[RISCV] Merge the 'f' and 'r' field argument of the RVPPairBase class. (#175694)
I don't think the spec ever calls this field 'r' for any of the
instructions that use this class. The bit is either a constant 0/1 or
part of 'f'. Make it a 4-bit 'f' and make the derived classes
concatenate the 0/1 when they need to widen from 3 bits to 4.
Commit: dc257a4609166a9240678f255c866c9280cb9cde
https://github.com/llvm/llvm-project/commit/dc257a4609166a9240678f255c866c9280cb9cde
Author: Erick Velez <erickvelez7 at gmail.com>
Date: 2026-01-12 (Mon, 12 Jan 2026)
Changed paths:
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
Log Message:
-----------
[clang-doc] Fix misnamed, mismatched, or incorrect tags (#175112)
This is mostly a chore patch that fixes misnamed, mismatched,
or non-existant tags. That includes renaming the function tags in the
class template to `Has*Methods` instead of `Has*Functions`. The "method"
style was already preferred in the template HTML.
Some extraneous tags were removed from the enum template. All templates
should use
`Description` for rendering comments, but it was still using an old tag
name. Also, the JSON generator currently doesn't serialize individual
enum value comments, so that tag was removed. Same for public members.
`Description` is removed for friends due to the way Mustache handles
missing
tags. If `Description` isn't present, it will use the parent's
description which is undesirable.
Commit: ef2ec1fbaca4c8194a66d1659428bd55728d5eae
https://github.com/llvm/llvm-project/commit/ef2ec1fbaca4c8194a66d1659428bd55728d5eae
Author: Jinjie Huang <huangjinjie at bytedance.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
Log Message:
-----------
[CSSPGO][NFC] Remove unused code in finalizeWeightPropagation() (#175521)
Remove unused code since the usage of `EntryWeight` was dropped in
[D134756](https://reviews.llvm.org/D134756).
Commit: af98aadc63637ac674d403c77ccba42b05a3d11c
https://github.com/llvm/llvm-project/commit/af98aadc63637ac674d403c77ccba42b05a3d11c
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lld/MachO/Arch/ARM64Common.cpp
M lld/MachO/Arch/ARM64Common.h
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/BPSectionOrderer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/EhFrame.cpp
M lld/MachO/EhFrame.h
M lld/MachO/ICF.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MarkLive.cpp
M lld/MachO/ObjC.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/UnwindInfoSection.cpp
M lld/MachO/Writer.cpp
Log Message:
-----------
[LLD][MachO][NFC] Rename Reloc to Relocation (#175586)
Due to heavy use of using namespace llvm, Reloc is often ambiguous with
llvm::Reloc, the relocation model. Previously, this was sometimes
disambiguated with macho::Reloc. This ambiguity is even more problematic
when using pre-compiled headers, where it's no longer "obvious" whether
it should be Reloc or macho::Reloc.
Therefore, rename Reloc to Relocation. This is also consistent with
lld/ELF, where the type is also named Relocation.
Commit: 2001da6fd33c188d10f07e4478f7a6303e65ae17
https://github.com/llvm/llvm-project/commit/2001da6fd33c188d10f07e4478f7a6303e65ae17
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/test/CodeGen/AArch64/arm64-addrmode.ll
M llvm/test/CodeGen/AArch64/preserve_nonecc_varargs_darwin.ll
M llvm/test/CodeGen/AArch64/register-coalesce-update-subranges-remat.mir
A llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
Log Message:
-----------
[AArch64] Disable coalescing of SUBREG_TO_REG with subreg liveness. (#174185)
Handling of SUBREG_TO_REG is currently broken, see #168353 for details.
Commit: dc1a886fb9df0754dc80c908b227094c14866b77
https://github.com/llvm/llvm-project/commit/dc1a886fb9df0754dc80c908b227094c14866b77
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/test/AST/ByteCode/complex.cpp
Log Message:
-----------
[clang][bytecode] Fix CK_ToVoid casts for Complex values (#175709)
We need to remove the pointer to the local variable we've created
specifically for this complex binary operator.
Fixes https://github.com/llvm/llvm-project/issues/175670
Commit: c4750d0575e6d7297dc297e2dc64e9190cd8dadb
https://github.com/llvm/llvm-project/commit/c4750d0575e6d7297dc297e2dc64e9190cd8dadb
Author: Matthias Springer <me at m-sp.org>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
M mlir/test/Dialect/SCF/canonicalize.mlir
M mlir/test/Transforms/remove-dead-values.mlir
Log Message:
-----------
[mlir] Consolidate patterns into `RegionBranchOpInterface` patterns (#174094)
Instead of op-specific cleanup patterns for region branch ops to remove
unused results / block arguments, etc., add a set of patterns that can
handle all `RegionBranchOpInterface` ops. These patterns are enabled
only for selected SCF dialect ops at the moment:
* `scf.execute_region`
* `scf.for`
* `scf.if`
* `scf.index_switch`
* `scf.while`
It is currently not possible to register canoncalization patterns for op
interfaces and some ops have incorrect interface implementations. In
follow-up PRs, the set of ops will be gradually extended within the SCF
dialect (`scf.forall`) and across other dialects
(`gpu.warp_execute_on_lane0`, (maybe) various affine dialect ops, ...),
and maybe eventually to apply to all `RegionBranchOpInterface` ops.
This commit removes many similar canonicalization patterns from the SCF
dialect. The newly added canonicalization patterns allow users to get
the same canonicalizations for free for their own ops. And even a few
additional new canonicalizations
([example](https://github.com/llvm/llvm-project/pull/174094/files#diff-54318cd685386d5519c42be49818e388b09d934edcbe4280548baa3601802977R2241),
[example](https://github.com/llvm/llvm-project/pull/174094/files#diff-54318cd685386d5519c42be49818e388b09d934edcbe4280548baa3601802977R1101),
...).
Implementation outline: This commit adds 3 canonicalization patterns.
* `MakeRegionBranchOpSuccessorInputsDead`: Remove uses of successor
inputs, by swapping them for successor operand values.
* `RemoveDuplicateSuccessorInputUses`: Remove uses of successor inputs
that are duplicates. (Similar to `WhileRemoveDuplicatedResults` in the
SCF dialect.)
* `RemoveDeadRegionBranchOpSuccessorInputs`: Remove dead successor
inputs if all of their "tied" successor inputs are also dead. (Similar
to `WhileUnusedResult` in the SCF dialect.)
Commit: 6cbf9cef587df6a4e9bba0ec99b3549d0f4b5032
https://github.com/llvm/llvm-project/commit/6cbf9cef587df6a4e9bba0ec99b3549d0f4b5032
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Interp.h
M clang/test/AST/ByteCode/c.c
Log Message:
-----------
[clang][bytecode] Check for non-block pointers in CopyArray (#175710)
Fixes https://github.com/llvm/llvm-project/issues/175674
Commit: e3156c531da5aa4ec604605ed4e19638879d773c
https://github.com/llvm/llvm-project/commit/e3156c531da5aa4ec604605ed4e19638879d773c
Author: Piyou Chen <piyou.chen at sifive.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/Basic/Targets/RISCV.h
M clang/test/CodeGen/RISCV/bitint.c
M clang/test/CodeGen/ext-int-cc.c
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
Log Message:
-----------
[RISCV] Support RISCV BitInt larger than 128 (#175515)
fa57074d146925a303263905af415cc78f58f353 constraint the RISCV BitInt
with 128 bits.
It is due to fp <-> int convension will crash in backend.
(https://godbolt.org/z/9o1qr4rje)
This patch enable larger than 128 bits BitInt type by
`setMaxLargeFPConvertBitWidthSupported`.
Commit: afd7d13d147d3ac92c987cb2d1d27fb6ee9b9dad
https://github.com/llvm/llvm-project/commit/afd7d13d147d3ac92c987cb2d1d27fb6ee9b9dad
Author: nataliakokoromyti <126305457+nataliakokoromyti at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Program.cpp
M clang/test/AST/ByteCode/codegen.cpp
Log Message:
-----------
[clang][bytecode] Fix crash on arrays with excessive size (#175402)
The bytecode interpreter was crashing when seeing arrays with sizes that
exceed Descriptor::MaxArrayElemBytes. The bounds check in
Program::createDescriptor was using std::numeric_limits<unsigned>::max()
instead of the correct limit Descriptor::MaxArrayElemBytes.
This caused the check to pass for sizes that would later fail the
assertion in the Descriptor constructor.
Fixes #175293
Commit: e9f758a59b2f887acb07e26e2d480c7369a72009
https://github.com/llvm/llvm-project/commit/e9f758a59b2f887acb07e26e2d480c7369a72009
Author: Luke Lau <luke at igalia.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
A llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction-rv32.ll
Log Message:
-----------
[VPlan] Allow VPInstruction::PtrAdd as a user of EVL (#175506)
Fixes #175058
Similar to #175028, on RV64 we insert a zext in between most uses of EVL
so most of the VPlanVerifier EVL checks don't fire unless we're
compiling for RV32.
In this case, we're experiencing a crash because we can have a PtrAdd
that uses EVL. This fixes it by adding PtrAdd to the list of allowed
instructions
Commit: b685bf0032176b36d5f160025da21407b5ca03d8
https://github.com/llvm/llvm-project/commit/b685bf0032176b36d5f160025da21407b5ca03d8
Author: Oleksandr T. <oleksandr.tarasiuk at outlook.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/test/Sema/constexpr.c
Log Message:
-----------
[Clang] add long double test to cover constant expression evaluation (#175645)
Fixes
https://github.com/llvm/llvm-project/pull/174113#discussion_r2683013358
---
This patch adds a test to cover the `long double` case during constant
expression evaluation
Commit: b598dcbd757e18f257552d3208ab9734ef40d86d
https://github.com/llvm/llvm-project/commit/b598dcbd757e18f257552d3208ab9734ef40d86d
Author: Utkarsh Saxena <usx at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
Log Message:
-----------
[LifetimeSafety] Add support for derived-to-base conversions (#175631)
Add support for derived-to-base conversions in lifetime analysis.
Added handling for `CK_UncheckedDerivedToBase` and `CK_DerivedToBase` cast kinds in the `FactsGenerator::VisitImplicitCastExpr` method. These cast kinds are now treated similarly to other conversions by flowing origins from source to destination.
Added a unit test `DerivedToBaseThisArg` that verifies lifetime information is correctly propagated through derived-to-base conversions when using member functions inherited from a base class.
Commit: 620e479d231aef04fa06dfba854622d3201c50ce
https://github.com/llvm/llvm-project/commit/620e479d231aef04fa06dfba854622d3201c50ce
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
Log Message:
-----------
[RISCV] Sync Inst{30-27} assignment into RVPWideningBase. NFC (#175705)
2 of the 3 subclases can pass 'f' straight through from their
instantiations. The third case just needs to concatenate 1b1 to widen f
to 4 bits.
Commit: e884a44cdd6fe90324dbae331730ec4d6f6404bc
https://github.com/llvm/llvm-project/commit/e884a44cdd6fe90324dbae331730ec4d6f6404bc
Author: Georgiy Samoylov <g.samoylov at syntacore.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/include/lldb/Target/Platform.h
M lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.h
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
M lldb/source/Target/RegisterContextUnwind.cpp
Log Message:
-----------
[lldb][RISCV] Implement trap handler unwind plan (#166531)
This patch introduces special unwind plan for trap handling for RISC-V
and fixes `TestHandleAbort`
Commit: ef90ba684d012790c86ac1b5e7c6b325abe78803
https://github.com/llvm/llvm-project/commit/ef90ba684d012790c86ac1b5e7c6b325abe78803
Author: Utkarsh Saxena <usx at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/attr-lifetimebound.cpp
Log Message:
-----------
[LifetimeSafety] Merge lifetimebound attribute on implicit 'this' across method redeclarations (#172146)
Followup on https://github.com/llvm/llvm-project/pull/107627
Fixes https://github.com/llvm/llvm-project/issues/62072
Fixes https://github.com/llvm/llvm-project/issues/172013
Fixes https://github.com/llvm/llvm-project/issues/175391
This PR adds support for merging the `lifetimebound` attribute on the implicit `this` parameter when merging method declarations. Previously, if a method was declared with `lifetimebound` on its function type (which represents the implicit `this` parameter), this attribute would not be propagated to the method definition, causing lifetime safety warnings to be missed.
The implementation adds helper functions to extract the `lifetimebound` attribute from a function type and to merge this attribute from an old method declaration to a new one when appropriate.
Commit: b0445a1ee6d1c7166408180bd8471e43493beb3b
https://github.com/llvm/llvm-project/commit/b0445a1ee6d1c7166408180bd8471e43493beb3b
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/test/AST/ByteCode/cxx11.cpp
Log Message:
-----------
[clang][bytecode] Diagnose regular CK_LValueBitCast cast nodes (#175721)
We already do this similarly for CXXReinterpretCastExprs, except in that
case we try harder to make things work.
Commit: 9339d419ff164c1532b66c1eba9dd3254fa72736
https://github.com/llvm/llvm-project/commit/9339d419ff164c1532b66c1eba9dd3254fa72736
Author: Teja Alaghari <teja.alaghari at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
Log Message:
-----------
[TwoAddressInstruction] Track MadeChange when eliminating REG_SEQUENCE (#173535)
When `eliminateRegSequence()` is called, the pass modifies the
`MachineFunction` but `MadeChange` was not being set to true.
This causes the pass to incorrectly return `PreservedAnalyses::all()`
even though changes were made.
Commit: 4ef3f8dbc1c3ac4e15731d43b2ae350dc52d6c0f
https://github.com/llvm/llvm-project/commit/4ef3f8dbc1c3ac4e15731d43b2ae350dc52d6c0f
Author: David Green <david.green at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
A llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
Log Message:
-----------
[MIR] Add parsing for ehscope_entry. (#175592)
This makes sure that IsEHScopeEntry is written and can be re-parsed.
Commit: 8aa9c717f6bf6a8844c109742d520805c50003ab
https://github.com/llvm/llvm-project/commit/8aa9c717f6bf6a8844c109742d520805c50003ab
Author: Matej KoÅ”Ćk <m4tej.kosik at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py
Log Message:
-----------
[lldb] Make sure that the "TypeSystemClang::GetBuiltinTypeByName" method returns the correct value also for "_BitInt(...)" types. (#165857)
When trying to get the `SBType` object corresponding to the
`_BitInt(...)` type name, we have noticed that the
`SBTarget::FindFirstType` metod returns `nil`. This branch proposes:
- some test that demonstrate that the problem exists
- a possible fix
---------
Co-authored-by: Matej KoÅ”Ćk <matej.kosik at codasip.com>
Co-authored-by: Michael Buch <michaelbuch12 at gmail.com>
Commit: 85c3c83ae54c9e81924f1ca048cfddc8d36bbb02
https://github.com/llvm/llvm-project/commit/85c3c83ae54c9e81924f1ca048cfddc8d36bbb02
Author: David Green <david.green at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/Analysis.cpp
A llvm/test/CodeGen/AArch64/seh-unreachable-loop.mir
Log Message:
-----------
[SEH] Ensure unreachable blocks are placed in EHScopeMembership (#175550)
The tests function has an unreachable block bb.2 leading to an
unreachable infinite loop bb.3. As BlockFolding removes the unreachable
bb.2, bb.3 is left only referencing itself. This block is then not
marked as unreachable and so left out of EHScopeMembership, leading to
an assert that FallThroughEHScope != EHScopeMembership.end(). This patch
makes sure that blocks not otherwise collected are added to
EHScopeMembership in the same way as unreachable blocks.
Commit: 822a45f4b4909289f84d119f1e5891b486d74f5e
https://github.com/llvm/llvm-project/commit/822a45f4b4909289f84d119f1e5891b486d74f5e
Author: David Spickett <david.spickett at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .github/workflows/release-tasks.yml
M llvm/utils/release/github-upload-release.py
Log Message:
-----------
[llvm][release] Reveal download links based on uploaded assets (#167688)
For the 21.x release, download links were supposed to be revealed once
all the release builds had completed successfully. In reality, MacOS
never had a successful build so I had to hand edit the release messages.
This PR fixes this by focusing instead on what is in the release assets
after the release build step has finished (in whatever state that might
be).
1. Links are now built from a format string, with the linked files being
format arguments for that string. This is a balance between ease of
editing the format, and having the file names for use later (I tried
regex-ing file names out of the final links, which can work but is error
prone and will be hard to debug in production).
Here's an example line:
```
<!-- LINUX_X86 * [Linux x86_64](https://github.com/llvm/llvm-project/releases/download/llvmorg-vX.Y.Z-1/LLVM-vX.Y.Z-1-Linux-X64.tar.xz) ([signature](https://github.com/llvm/llvm-project/releases/download/llvmorg-vX.Y.Z-1/LLVM-vX.Y.Z-1-Linux-X64.tar.xz.jsonl)) -->
```
2. `uncomment_download_links` now looks at the release assets to decide
whether to reveal a given link line. If all the files that line links to
are present, it will be revealed. This means we can run this at the end
of release-tasks.yml, where it will be atomic.
This process is done for all assets we would like to link to, not just
the ones currently built in GitHub. So if some become automatically
built, they will "just work". If we want to hand edit the links in,
that's still an option because the full links are in the release
message, but hidden from view.
As we are looking for `<!-- SOME_TAG`, the script can be run multiple
times on the same release and it will not try to edit anything already
revealed.
As it's possible no link lines have all their files, the text
immediately after the links has been updated to make sense when there
are no links.
Initially I was going to accumulate the statuses from the release build
matrix job, but this does not seem to be possible
(https://github.com/orgs/community/discussions/17245). Workarounds for
this often include uploading artifacts from each job, which for us, is
the same as checking the release's assets.
Commit: 1546138e6f18f2e7d0ca90eebe0ffc18c2364bf6
https://github.com/llvm/llvm-project/commit/1546138e6f18f2e7d0ca90eebe0ffc18c2364bf6
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV][llvm] Support min/max codegen for P extension (#175494)
Commit: bd6bfba3e50343c112a04b639394ab85be17c29b
https://github.com/llvm/llvm-project/commit/bd6bfba3e50343c112a04b639394ab85be17c29b
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M cmake/Modules/LLVMVersion.cmake
M libcxx/include/__config
M llvm/utils/gn/secondary/llvm/version.gni
M llvm/utils/lit/lit/__init__.py
M llvm/utils/mlgo-utils/mlgo/__init__.py
Log Message:
-----------
Bump version to 23.0.0-git
Commit: 752d7f590e45fdf50825b1a3674bedc1e13e6ca4
https://github.com/llvm/llvm-project/commit/752d7f590e45fdf50825b1a3674bedc1e13e6ca4
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang-tools-extra/docs/ReleaseNotes.rst
M clang/docs/ReleaseNotes.rst
M flang/docs/ReleaseNotes.md
M lld/docs/ReleaseNotes.rst
M llvm/docs/ReleaseNotes.md
Log Message:
-----------
Clear release notes
Commit: 8b5185984e57df12878ea026febb414769c54b03
https://github.com/llvm/llvm-project/commit/8b5185984e57df12878ea026febb414769c54b03
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/include/__filesystem/path.h
A libcxx/test/libcxx/input.output/filesystems/class.path/lifetimebound.verify.cpp
Log Message:
-----------
[libc++] Annotate filesystem::path with [[clang::lifetimebound]] (#175507)
Fixes #175379
Commit: be0889030e28230268b309ec01fec712f72b507d
https://github.com/llvm/llvm-project/commit/be0889030e28230268b309ec01fec712f72b507d
Author: halbi2 <hehiralbi at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
Log Message:
-----------
[libc++][NFC] Remove unused __key_equiv from flat_multimap and flat_multiset (#175612)
Commit: b6131f37ae7a11db80ff30c8dd807a47675f9ec6
https://github.com/llvm/llvm-project/commit/b6131f37ae7a11db80ff30c8dd807a47675f9ec6
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
Log Message:
-----------
[libc++] Remove empty container benchmarks that are meaningless from the associative containers (#175180)
We generally try to benchmark the empty container case in the
associcative containers, since there are some case where we previously
ran calculations for significant amounts of time, even though they were
really not needed. However, there are some benchmarks where trying to
run with an empty container doesn't make sense (e.g. when benchmarking
collisions). We've worked around this a bit in the benchmarks by not
actually benchmarking the empty case. This patch removes these
meaningless benchmarks instead to speed up running the benchmarks.
Commit: 4b8a8e5f14ef0b8b1fa098895d3f491e4f2794be
https://github.com/llvm/llvm-project/commit/4b8a8e5f14ef0b8b1fa098895d3f491e4f2794be
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
Log Message:
-----------
[SeparateConstOffsetFromGEP] Allow truncation of offset
It's okay if the offset calculation overflows and we have to
truncate.
However, this should really be doing all the offset calculations on
correctly-sized APInts. For the case where the overflow occurs
on 64-bit indices, this would trigger signed integer overflow UB.
Fixes issue reported at:
https://github.com/llvm/llvm-project/pull/171456#issuecomment-3741522625
Commit: 4ccf926e7f075724e3206f92623c8e00d1d34417
https://github.com/llvm/llvm-project/commit/4ccf926e7f075724e3206f92623c8e00d1d34417
Author: Maya Amrami <mayaam88 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/test/Dialect/MemRef/canonicalize.mlir
Log Message:
-----------
[mlir] Compose expand of collapse to cast (#172864)
In some cases `y = expand(collapse(x))` cannot be folded into x, since x
and y have different types.
In that case, we check if the two types are cast compatible.
If they are, it means the two types have compatible shape and layout and
y can be folded into cast(x).
This causes a change in memref::CastOp::areCastCompatible, where now a
dim of size 1 may have different strides.
Commit: e259175995f1ec4f8d8646f66cd90ac377361fa5
https://github.com/llvm/llvm-project/commit/e259175995f1ec4f8d8646f66cd90ac377361fa5
Author: Aniket Singh <122245575+Aniketsingh54 at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
A mlir/test/Conversion/SCFToOpenMP/vector-reduction.mlir
Log Message:
-----------
[MLIR][SCFToOpenMP] Fix crash when lowering vector reductions (#173978)
This patch fixes a crash in the SCF to OpenMP conversion pass when
encountering scf.parallel with vector reductions.
- Extracts scalar element types for bitwidth calculations.
- Uses DenseElementsAttr for vector splat initializers.
- Bypasses llvm.atomicrmw for vector types (not supported in LLVM IR).
Fixes #173860
---------
Co-authored-by: Aniket Singh <amiket.singh.3200.00 at gmail.com>
Commit: 6189512f73a343b364f1907b742659bae3bd5b56
https://github.com/llvm/llvm-project/commit/6189512f73a343b364f1907b742659bae3bd5b56
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/find_if.h
A libcxx/include/__memory/valid_range.h
M libcxx/include/__utility/is_pointer_in_range.h
R libcxx/include/__utility/is_valid_range.h
M libcxx/include/module.modulemap.in
M libcxx/include/streambuf
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/libcxx/utilities/is_valid_range.pass.cpp
Log Message:
-----------
[libc++] Optimize std::find_if (#167697)
```
Benchmark 4ecfaa602f56 80d5ac247d34 Difference % Difference
---------------------------- -------------- -------------- ------------ --------------
bm_find_if_autovectorization 1901.51 306.12 -1595.39 -83.90%
```
Commit: 1e72f290fa3fbe87858045017cc2ac5c2682f0d9
https://github.com/llvm/llvm-project/commit/1e72f290fa3fbe87858045017cc2ac5c2682f0d9
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Log Message:
-----------
[gn build] Port 6189512f73a3
Commit: f0054a48966e684df26e589f2fc803932e03aba4
https://github.com/llvm/llvm-project/commit/f0054a48966e684df26e589f2fc803932e03aba4
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/.clang-format
M libcxx/include/__config
M libcxx/src/experimental/tzdb.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/new.cpp
M libcxx/src/verbose_abort.cpp
M libcxxabi/src/stdlib_new_delete.cpp
Log Message:
-----------
[libc++] Replace uses of _LIBCPP_WEAK with [[gnu::weak]] (#171798)
Using `_LIBCPP_WEAK` doesn't give us anything that using `[[gnu::weak]]`
directly couldn't, so we can just expand the macro.
As a drive-by this also refactors `_LIBCPP_OVERRIDABLE_FUNCTION`.
Commit: f0028f808b21a6d2768bae877d306bc3053942a5
https://github.com/llvm/llvm-project/commit/f0028f808b21a6d2768bae877d306bc3053942a5
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/writelane_m0.s
Log Message:
-----------
[AMDGPU] Generate checks for writelane_m0.s
Commit: 5cc742e4b4db3698faa712563ccbdcf1f6faaa4f
https://github.com/llvm/llvm-project/commit/5cc742e4b4db3698faa712563ccbdcf1f6faaa4f
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/gfx1150_asm_features-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_features.s
Log Message:
-----------
[AMDGPU] Generate checks for some MC features tests
The update script removes some empty "//" comment lines in these files.
Commit: bc057afad61d3dc3cd1a940c2c8745545583cc2c
https://github.com/llvm/llvm-project/commit/bc057afad61d3dc3cd1a940c2c8745545583cc2c
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/reg-syntax-extra.s
Log Message:
-----------
[AMDGPU] Generate checks for reg-syntax-extra.s
This just required tweaking a check prefix.
Commit: 1562161cd20cf13386b03556ba2c3deafa26f4fe
https://github.com/llvm/llvm-project/commit/1562161cd20cf13386b03556ba2c3deafa26f4fe
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/include/mlir/Interfaces/LoopLikeInterface.td
M mlir/lib/Dialect/Arith/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Interfaces/LoopLikeInterface.cpp
M mlir/test/Dialect/Arith/int-range-narrowing.mlir
M mlir/test/Dialect/SCF/invalid.mlir
Log Message:
-----------
[mlir] IntRangeNarrowing: Narrow loop induction variables. (#175455)
There are 2 parts:
* Update `LoopLikeOpInterface` to check the supported induction var type
and to update the loop bounds.
* Implement `NarrowLoopBounds` pattern which tries to narrow loop
induction var and bounds using this new interface.
Commit: ed36bff24662737c9c7a3b9ab3c0ecaf46587e42
https://github.com/llvm/llvm-project/commit/ed36bff24662737c9c7a3b9ab3c0ecaf46587e42
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
Log Message:
-----------
[SeparateConstOffsetFromGEP] Perform offset calculations on APInt (#175732)
In general, GEP offset calculations are allowed to overflow (if no
poison flags are set). Using int64_t for this purpose can result in C
level signed integer overflow, which is UB. It also means that we
incorrectly model whether some offsets are zero, and thus generate
redundant zero-index GEPs.
Change the code to track offsets in APInts of the pointer index size,
like we do in other places (like accumulateConstantOffset etc).
Commit: fc4273f45d8ffeba8d5aad646bc0172c0c1e348c
https://github.com/llvm/llvm-project/commit/fc4273f45d8ffeba8d5aad646bc0172c0c1e348c
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
Log Message:
-----------
[cross-project-tests][formatters] Add test for printing dynamic pointer type in llvm::PointerUnion
Make sure we show the concrete type of the pointer.
Commit: 8246257cac48457b5dc90d8b20c1fe6b7537d790
https://github.com/llvm/llvm-project/commit/8246257cac48457b5dc90d8b20c1fe6b7537d790
Author: Pankaj Dwivedi <pankajkumar.divedi at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
A llvm/test/Transforms/VectorCombine/AMDGPU/combine-scalar-selects.ll
Log Message:
-----------
Reapply "[VectorCombine] Fold scalar selects from bitcast into vector select" (#174762)
Reapply https://github.com/llvm/llvm-project/pull/173990 with fixes for
post-commit review comments.
---------
Co-authored-by: padivedi <padivedi at amd.com>
Co-authored-by: Christudasan Devadasan <christudasan.devadasan at amd.com>
Commit: 5cbd2f1ecb4bf661a4191244ada0d0979d127316
https://github.com/llvm/llvm-project/commit/5cbd2f1ecb4bf661a4191244ada0d0979d127316
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/CodeGen/X86/masked_gather.ll
Log Message:
-----------
[X86] masked_gather.ll - add mask from scalar value and test coverage for "fast-gather" avx2 targets (#175736)
Test coverage to help #175385
Commit: 75006cd90a8cbfda45d1b10820709df31716010e
https://github.com/llvm/llvm-project/commit/75006cd90a8cbfda45d1b10820709df31716010e
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
Log Message:
-----------
[AMDGPU] Generate checks for *_asm_vop3-fake16.s
Commit: 3d418e5a42cad496923f1bd5d37cf8f9dc7689f0
https://github.com/llvm/llvm-project/commit/3d418e5a42cad496923f1bd5d37cf8f9dc7689f0
Author: Fabrice de Gans <Steelskin at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .github/workflows/ids-check.yml
Log Message:
-----------
ids-check: Specify path input for `changed-files` (#175723)
This was causing issues when running the workflow.
https://github.com/llvm/llvm-project/actions/runs/20948190719/job/60195336123
Commit: bf260af290461e813489d5b4e3dab437b32517cf
https://github.com/llvm/llvm-project/commit/bf260af290461e813489d5b4e3dab437b32517cf
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
Log Message:
-----------
[llvm-exegesis] Fix non-existent lit substitution in setReg_init_check.s (#175547)
According to [1] there is no '%d' substitution. Not sure if it was
intended as a substitution but it's confusing, so I've updated the test
to dump the object file to '%t.o', i.e.:
<build_dir>/test/tools/llvm-exegesis/AArch64/Output/setReg_init_check.s.tmp.o
[1] https://llvm.org/docs/CommandGuide/lit.html#substitutions
Commit: 98925a06aa05c69d26792ebb2682431f0f1b2e3f
https://github.com/llvm/llvm-project/commit/98925a06aa05c69d26792ebb2682431f0f1b2e3f
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
Log Message:
-----------
[lldb] Fix crash in lldb when unique pointer is not valid (#175737)
check if the internal pointer is not null.
Commit: 6aaa7fd7fbd9981d8947f6d13441bcd9d2052fc1
https://github.com/llvm/llvm-project/commit/6aaa7fd7fbd9981d8947f6d13441bcd9d2052fc1
Author: Lucas Ramirez <11032120+lucas-rami at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
A llvm/test/CodeGen/AMDGPU/machine-scheduler-rematerialization-scoring.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-attr.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-debug.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats.mir
M llvm/test/CodeGen/AMDGPU/mfma-loop.ll
Log Message:
-----------
[AMDGPU][Scheduler] Scoring system for rematerializations (#175050)
This is a significant refactoring of the scheduler's rematerialization
stage meant to improve rematerialization capabilities and lay strong
foundations for future improvements.
As before, the stage identifies scheduling regions in which RP must be
reduced (so-called "target regions"), then rematerializes registers to
try and achieve the desired reduction. All regions affected by
rematerializations are re-scheduled, and, if the MIR is deemed worse
than before, rematerializations are rolled back to leave the MIR in its
pre-stage state.
The core contribution is a scoring system to estimate the benefit of
each rematerialization candidate. This score favors rematerializing
candidates which, in order, would
1. (if the function is spilling) reduce RP in highest-frequency target
regions,
2. be rematerialized to lowest-frequency target regions, and
3. reduce RP in the highest number of target regions.
All rematerialization opportunities are initially scored and
rematerialized in decreasing score order until RP objectives are met or
pre-computed scores diverge from reality; in the latter case remaining
candidates are re-scored and the process repeats. New tests in
`machine-scheduler-rematerialization-scoring.mir` showcase how the
scoring system dictates which rematerialization are the most beneficial
and therefore performed first
A minor contribution included in this PR following previous feedback is
that rollback now happens in-place i.e., without having to re-create the
rematerialized MI. This leaves original slot indices and registers
untouched. We achieve this by temporarily switching the opcode of
rollback-able instructions to a debug opcode during re-scheduling so
that they are ignored.
Commit: 762512f92f63ff00e2cf98b71d15d0209159eed6
https://github.com/llvm/llvm-project/commit/762512f92f63ff00e2cf98b71d15d0209159eed6
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
Log Message:
-----------
[lldb][tests] Add signed-ness tests for _BitInt
We have special logic for creating `_BitInt` types by name. This patch adds tests to ensure we create the types with the correct signed-ness.
Commit: 25b4d1e1de765982d6c3ca552e8fae1631714ddd
https://github.com/llvm/llvm-project/commit/25b4d1e1de765982d6c3ca552e8fae1631714ddd
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/test/AST/ByteCode/builtins.cpp
M clang/test/Parser/MicrosoftExtensions.c
Log Message:
-----------
[clang][bytecode] Don't evaluate builtin_assume argument (#175740)
This is what the current interpreter does.
Commit: 6e04d71ac91c36b927e01d043af302dfc35a68a2
https://github.com/llvm/llvm-project/commit/6e04d71ac91c36b927e01d043af302dfc35a68a2
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M flang/test/Lower/array-elemental-subroutines.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/array-expression-slice-2.f90
M flang/test/Lower/array-expression-subscript.f90
M flang/test/Lower/array-substring.f90
Log Message:
-----------
[flang][NFC] Converted five tests from old lowering to new lowering (part 5) (#175008)
Tests converted in Lower: array-elemental-subroutines.f90,
array-expression-slice-1.f90, array-expression-slice-2.f90,
array-expression-subscript.f90, array-substring.f90
Commit: 7c40b0e865dc4784c3a5b720e43d89edaa0c30a2
https://github.com/llvm/llvm-project/commit/7c40b0e865dc4784c3a5b720e43d89edaa0c30a2
Author: Karlo Basioli <basioli at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Fix Bazel build for 1562161 (#175751)
Co-authored-by: Pranav Kant <prka at google.com>
Commit: c8843dc7dfb96f9b0016238db83a71f5640c7c55
https://github.com/llvm/llvm-project/commit/c8843dc7dfb96f9b0016238db83a71f5640c7c55
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
Log Message:
-----------
[X86] Add test coverage showing AVX1/2 poor handling of scalar -> bool vectors for masked load/store (#175746)
Test coverage to help #175385
Commit: aa0ba7e01d48639890c54de66c96d777a102e66a
https://github.com/llvm/llvm-project/commit/aa0ba7e01d48639890c54de66c96d777a102e66a
Author: ZhaoQi <zhaoqi01 at loongson.cn>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/test/Driver/loongarch-relax-features.c
M llvm/docs/ReleaseNotes.md
A llvm/test/DebugInfo/LoongArch/relax_dwo_ranges.ll
Log Message:
-----------
[LoongArch][Driver] Allow `-gsplit-dwarf` and `-mrelax` to be used together (#175727)
Benefit from https://github.com/llvm/llvm-project/pull/166597 and
https://github.com/llvm/llvm-project/pull/164813, DWARF fission is now
compatible with linker relaxation.
Similar to RISC-V, this commit allows `-gsplit-dwarf` and `-mrelax` to
be used together.
A new test `relax_dwo_ranges.ll` same as RISC-V is also added.
Commit: c745e9b67dd1e549ae8b79bb994da8a77643d816
https://github.com/llvm/llvm-project/commit/c745e9b67dd1e549ae8b79bb994da8a77643d816
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
A lldb/test/API/tools/lldb-dap/launch/io/Makefile
A lldb/test/API/tools/lldb-dap/launch/io/TestDAP_launch_io.py
A lldb/test/API/tools/lldb-dap/launch/io/main.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/JSONUtils.cpp
M lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
M lldb/tools/lldb-dap/README.md
M lldb/tools/lldb-dap/extension/package.json
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
Log Message:
-----------
[lldb-dap] Add testcases for stdio redirection on different console types. (#175048)
There are some bugs when launching in terminal with args and stdio
redirection.
- lldb-dap `--stdio` args is passed to the debuggee (should we change
this to use `--` to separate debuggee args from lldb-dap args, similar
to how we handle the `--client` args? ).
#### It also changes the behaviour of stdio redirection.
If a redirection is not specified, it uses to lldb default value. e.g.
```jsonc
"stdio": ["./stdin"]`
// now becomes
"stdio", ["./stdio", "./default_stdout", "./default_stderr"]
// instead of
"stdio", ["./stdin", "./stdin", "./stdin"]
// took quite some time to figure out where my output is going to.
```
Fixes [#174445](https://github.com/llvm/llvm-project/issues/174445)
Other bug I noticed but should be in a different PR.
- debuggee args that contains newline are not properly escaped when sent
to the terminal.
Commit: 56398ed96de017342da41b3f2d280e92234bd6bf
https://github.com/llvm/llvm-project/commit/56398ed96de017342da41b3f2d280e92234bd6bf
Author: Fabrice de Gans <Steelskin at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .github/workflows/ids-check.yml
Log Message:
-----------
ids-check: Disable workflow on push (#175752)
The workflow is only meant to run on PRs.
Commit: 566b7dbcfcec7460b1ce6ab8533ebde0fd929a89
https://github.com/llvm/llvm-project/commit/566b7dbcfcec7460b1ce6ab8533ebde0fd929a89
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .github/new-prs-labeler.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/MCDCState.h
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/init.c
M clang/test/Profile/c-mcdc-not.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/test/CMakeLists.txt
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/HLFIR/prefetch.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/lit.site.cfg.py.in
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/docs/hand_in_hand.rst
M libc/shared/math.h
A libc/shared/math/expm1f16.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expm1f16.h
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/custom_reloc.s
A llvm/test/MC/RISCV/hex-imm-macho.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
A llvm/test/MC/RISCV/macho-local-symbol.s
A llvm/test/MC/RISCV/macho.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/rv32-relaxation-xqci.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/vendor-symbol.s
M llvm/test/MC/RISCV/xandesperf-relocation.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
M llvm/test/MC/RISCV/xqcilb-relocations.s
M llvm/test/MC/RISCV/xqcili-linker-relaxation.s
M llvm/test/MC/RISCV/xqcili-relocations.s
A llvm/test/MC/Sparc/sparc-natural-instructions.s
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
A llvm/test/Other/debugcounter-multi-intervals.ll
A llvm/test/Other/functionpropertiesanalysis.ll
A llvm/test/Other/opt-bisect-ranges.ll
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/test/ThinLTO/X86/memprof-icp.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fma.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/CodeGenPrepare/ARM/sink-negative-scale.ll
M llvm/test/Transforms/CodeGenPrepare/Mips/pr35209.ll
A llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
M llvm/test/Transforms/DeadStoreElimination/atomic.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
M llvm/test/Transforms/GVN/condprop.ll
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
A llvm/test/Transforms/InstCombine/AArch64/neon-shift-intrinsics.ll
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
M llvm/test/Transforms/InstCombine/binop-select.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fcmp-select.ll
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
M llvm/test/Transforms/InstCombine/icmp-srem.ll
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/narrow-switch.ll
M llvm/test/Transforms/InstCombine/ptrtoaddr.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
A llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/InstSimplify/ptrtoaddr.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
A llvm/test/Transforms/LoopFusion/pr166356.ll
M llvm/test/Transforms/LoopVectorize/AArch64/clamped-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/divs-with-scalable-vfs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/eliminate-tail-predication.ll
M llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
M llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/invalid-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/load-cast-context.ll
M llvm/test/Transforms/LoopVectorize/AArch64/low_trip_count_predicates.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked_ldst_sme.ll
M llvm/test/Transforms/LoopVectorize/AArch64/optsize_minsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/outer_loop_prefer_scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-constant-ops.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-mixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-incomplete-chains.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
M llvm/test/Transforms/LoopVectorize/AArch64/pr60831-sve-inv-store-crash.ll
M llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-struct-return.ll
M llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/store-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-inloop-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-strict-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vscale-fixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-fneg.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inv-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-live-out-pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-low-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-multiexit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-predicated-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-optsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-vscale-based-trip-counts.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
M llvm/test/Transforms/LoopVectorize/AArch64/tail-folding-styles.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVectorize/AArch64/wider-VF-for-callinst.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/divrem.ll
M llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll
M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/RISCV/fminimumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/mask-index-type.ll
M llvm/test/Transforms/LoopVectorize/RISCV/masked_gather_scatter.ll
M llvm/test/Transforms/LoopVectorize/RISCV/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr87378-vpinstruction-or-drop-poison-generating-flags.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr88802.ll
M llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-bin-unary-ops-args.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-call-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cast-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cond-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-intermediate-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-iv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-masked-loadstore.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-ordered-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reverse-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-safe-dep-distance.ll
M llvm/test/Transforms/LoopVectorize/RISCV/transform-narrow-interleave-to-widen-memory.ll
M llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vectorize-vp-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/SystemZ/scalar-steps-with-users-demanding-all-lanes-and-first-lane-only.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-constant-known-via-scev.ll
M llvm/test/Transforms/LoopVectorize/X86/divs-with-tail-folding.ll
A llvm/test/Transforms/LoopVectorize/X86/end-pointer-signed.ll
M llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-inductions.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-step.ll
M llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
M llvm/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
M llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
M llvm/test/Transforms/LoopVectorize/expand-scev-after-invoke.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-reduction.ll
M llvm/test/Transforms/LoopVectorize/induction-step.ll
M llvm/test/Transforms/LoopVectorize/induction.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/load-deref-pred-align.ll
A llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
M llvm/test/Transforms/LoopVectorize/nested-loops-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
M llvm/test/Transforms/LoopVectorize/outer_loop_scalable.ll
M llvm/test/Transforms/LoopVectorize/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/predicatedinst-loop-invariant.ll
M llvm/test/Transforms/LoopVectorize/scalable-assume.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/scalable-inductions.ll
M llvm/test/Transforms/LoopVectorize/scalable-iv-outside-user.ll
M llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
M llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll
M llvm/test/Transforms/LoopVectorize/scalable-predication.ll
M llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
M llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
M llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
A llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
M llvm/test/Transforms/LoopVectorize/step-vector-i1-wrapping.ll
A llvm/test/Transforms/LoopVectorize/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1_div_urem.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll
M llvm/test/Transforms/LoopVectorize/vectorize-force-tail-with-evl.ll
M llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVersioning/add-phi-update-users.ll
A llvm/test/Transforms/LowerTypeTests/import-32bit.ll
A llvm/test/Transforms/MergeFunc/merge-calling-conv.ll
M llvm/test/Transforms/PGOProfile/Inputs/cspgo_bar_sample.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/unique_values.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
A llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
M llvm/test/Verifier/invalid-splice.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
M llvm/test/lit.cfg.py
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/test/tools/llvm-cov/mcdc-const.test
M llvm/test/tools/llvm-cov/mcdc-export-json.test
M llvm/test/tools/llvm-cov/mcdc-general.test
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Neoverse/Inputs/sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s
A llvm/test/tools/llvm-mca/AArch64/mcpu-help.test
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vle-vse-vlm.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlse-vsse.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlseg-vsseg.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/atomic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/integer.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/arithmetic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/bitwise.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/comparison.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/conversion.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fma.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fp.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mask.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/minmax.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/permutation.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/reduction.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vle-vse-vlm.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlse-vsse.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlseg-vsseg.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/zvbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zba.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbb.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbs.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfh.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfhmin.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zicond.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/div.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/floating-point.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/integer.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/load.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-cpop.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlxe-vsxe.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbc.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkg.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkned.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvknhb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksed.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vislide-vx.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlxe-vsxe.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vmv.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vreduce.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vrgather.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vshift-vmul.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zba.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zfhmin.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbc.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkned.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvknhb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksed.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/mul-div.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-arithmetic.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-bitwise.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-comparison.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-conversion.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fma.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fp.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mask.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-minmax.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/minmax.test
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/mcdc/nest/expect
Conflicts:
clang/include/clang/AST/IgnoreExpr.h
clang/lib/CodeGen/CodeGenFunction.cpp
Commit: 560881ed568f0eb26e99ad0488683880980ca196
https://github.com/llvm/llvm-project/commit/560881ed568f0eb26e99ad0488683880980ca196
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .ci/compute_projects.py
M .github/workflows/commit-access-review.yml
A .github/workflows/commit-create-issue.py
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .github/workflows/get-llvm-version/action.yml
A .github/workflows/ids-check.yml
M .github/workflows/issue-write.yml
M .github/workflows/release-binaries.yml
M .github/workflows/release-sources.yml
M .github/workflows/release-tasks.yml
M .gitignore
M bolt/lib/Core/DebugNames.cpp
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
A clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers-constinit.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers.hpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/docs/LanguageExtensions.rst
M clang/docs/ReleaseNotes.rst
M clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAArch64.def
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsX86.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/Cuda.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CodeGen/ModuleBuilder.h
A clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Program.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AMDGPU.h
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/NVPTX.h
M clang/lib/Basic/Targets/RISCV.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/lib/CodeGen/ModuleBuilder.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/CodeGen/TargetBuiltins/X86.cpp
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/Flang.cpp
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/lib/Frontend/ModuleDependencyCollector.cpp
M clang/lib/Headers/arm_acle.h
M clang/lib/Headers/avx512fintrin.h
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/lib/Headers/avx512vlintrin.h
M clang/lib/Headers/avxintrin.h
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/xmmintrin.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.h
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaARM.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Tooling/Tooling.cpp
M clang/test/AST/ByteCode/c.c
M clang/test/AST/ByteCode/codegen.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/invalid.cpp
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-templates.cpp
M clang/test/CIR/CodeGen/basic.c
M clang/test/CIR/CodeGen/basic.cpp
M clang/test/CIR/CodeGen/bitfields_be.c
M clang/test/CIR/CodeGen/goto.cpp
M clang/test/CIR/CodeGen/pointers.cpp
M clang/test/CIR/CodeGen/switch.cpp
M clang/test/CIR/CodeGen/ternary.cpp
A clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
M clang/test/CIR/Lowering/goto.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CXX/temp/temp.pre/p6.cpp
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
A clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
M clang/test/CodeGen/RISCV/bitint.c
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
M clang/test/CodeGen/X86/keylocker.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
M clang/test/CodeGen/arm_acle.c
A clang/test/CodeGen/builtin-stackaddress.c
M clang/test/CodeGen/builtins-arm64.c
M clang/test/CodeGen/builtins-nvptx-ptx60.cu
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/ext-int-cc.c
M clang/test/CodeGen/nvptx_attributes.c
M clang/test/CodeGenCUDA/convergent.cu
A clang/test/CodeGenCXX/builtin-stackaddress.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx908.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx942.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx950.hip
M clang/test/CodeGenHLSL/BoolMatrix.hlsl
M clang/test/CodeGenOpenCL/amdgpu-cluster-dims.cl
M clang/test/CodeGenOpenCL/amdgpu-features.cl
M clang/test/CodeGenSYCL/kernel-caller-entry-point.cpp
M clang/test/Driver/aarch64-mcpu.c
M clang/test/Driver/crash-ir-repro.cpp
A clang/test/Driver/cuda-arch-list.cu
A clang/test/Driver/print-enabled-extensions/aarch64-ampere1c.c
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Driver/ps5-linker.c
M clang/test/Misc/target-invalid-cpu-note/aarch64.c
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Sema/builtin-stackaddress.c
M clang/test/Sema/builtins-arm64.c
M clang/test/Sema/constexpr.c
M clang/test/Sema/spirv-address-space.c
M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/attr-lifetimebound.cpp
M clang/test/SemaCXX/cxx11-attr-print.cpp
R clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
M clang/test/SemaTemplate/deduction.cpp
M clang/tools/clang-import-test/clang-import-test.cpp
M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/CodeGen/TestCompiler.h
M clang/unittests/Format/TokenAnnotatorTest.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
M clang/unittests/Tooling/ToolingTest.cpp
M cmake/Modules/LLVMVersion.cmake
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
M flang-rt/lib/runtime/sum.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang/docs/Aliasing.md
M flang/docs/Extensions.md
M flang/docs/ReleaseNotes.md
M flang/include/flang/Evaluate/complex.h
M flang/include/flang/Evaluate/real.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Semantics/expression.h
M flang/lib/Evaluate/complex.cpp
M flang/lib/Evaluate/fold-matmul.h
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/fold-reduction.h
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
M flang/test/Driver/unsafe-cray-pointers.f90
A flang/test/Evaluate/bug89528.f90
M flang/test/Fir/convert-to-llvm.fir
A flang/test/Integration/select-case-pointer-assign.f90
A flang/test/Lower/CUDA/cuda-gpu-managed.cuf
M flang/test/Lower/Intrinsics/show_descriptor.f90
R flang/test/Lower/OpenACC/Todo/acc-cache.f90
A flang/test/Lower/OpenACC/acc-cache.f90
M flang/test/Lower/OpenMP/target_cpu_features.f90
M flang/test/Semantics/OpenACC/acc-cache-validity.f90
M flang/test/Semantics/OpenMP/cray-pointer-usage.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
M flang/test/Semantics/OpenMP/linear-iter.f90
A flang/test/Semantics/OpenMP/simd-linear-array.f90
A flang/test/Semantics/bug175207.f90
A flang/test/Semantics/modfile82.f90
M flang/test/Transforms/tbaa-cray-pointer.fir
M flang/tools/bbc/bbc.cpp
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/baremetal/aarch64/headers.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/headers.txt
M libc/hdr/CMakeLists.txt
A libc/hdr/elf_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/Elf32_Addr.h
A libc/hdr/types/Elf32_Chdr.h
A libc/hdr/types/Elf32_Dyn.h
A libc/hdr/types/Elf32_Ehdr.h
A libc/hdr/types/Elf32_Half.h
A libc/hdr/types/Elf32_Lword.h
A libc/hdr/types/Elf32_Nhdr.h
A libc/hdr/types/Elf32_Off.h
A libc/hdr/types/Elf32_Phdr.h
A libc/hdr/types/Elf32_Rel.h
A libc/hdr/types/Elf32_Rela.h
A libc/hdr/types/Elf32_Shdr.h
A libc/hdr/types/Elf32_Sword.h
A libc/hdr/types/Elf32_Sym.h
A libc/hdr/types/Elf32_Verdaux.h
A libc/hdr/types/Elf32_Verdef.h
A libc/hdr/types/Elf32_Vernaux.h
A libc/hdr/types/Elf32_Verneed.h
A libc/hdr/types/Elf32_Versym.h
A libc/hdr/types/Elf32_Word.h
A libc/hdr/types/Elf64_Addr.h
A libc/hdr/types/Elf64_Chdr.h
A libc/hdr/types/Elf64_Dyn.h
A libc/hdr/types/Elf64_Ehdr.h
A libc/hdr/types/Elf64_Half.h
A libc/hdr/types/Elf64_Lword.h
A libc/hdr/types/Elf64_Nhdr.h
A libc/hdr/types/Elf64_Off.h
A libc/hdr/types/Elf64_Phdr.h
A libc/hdr/types/Elf64_Rel.h
A libc/hdr/types/Elf64_Rela.h
A libc/hdr/types/Elf64_Shdr.h
A libc/hdr/types/Elf64_Sword.h
A libc/hdr/types/Elf64_Sxword.h
A libc/hdr/types/Elf64_Sym.h
A libc/hdr/types/Elf64_Verdaux.h
A libc/hdr/types/Elf64_Verdef.h
A libc/hdr/types/Elf64_Vernaux.h
A libc/hdr/types/Elf64_Verneed.h
A libc/hdr/types/Elf64_Versym.h
A libc/hdr/types/Elf64_Word.h
A libc/hdr/types/Elf64_Xword.h
M libc/include/CMakeLists.txt
M libc/include/elf.yaml
A libc/include/link.h.def
M libc/include/link.yaml
M libc/include/llvm-libc-macros/elf-macros.h
M libc/include/llvm-libc-macros/link-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/Elf32_Addr.h
A libc/include/llvm-libc-types/Elf32_Chdr.h
A libc/include/llvm-libc-types/Elf32_Dyn.h
A libc/include/llvm-libc-types/Elf32_Ehdr.h
A libc/include/llvm-libc-types/Elf32_Half.h
A libc/include/llvm-libc-types/Elf32_Lword.h
A libc/include/llvm-libc-types/Elf32_Nhdr.h
A libc/include/llvm-libc-types/Elf32_Off.h
A libc/include/llvm-libc-types/Elf32_Phdr.h
A libc/include/llvm-libc-types/Elf32_Rel.h
A libc/include/llvm-libc-types/Elf32_Rela.h
A libc/include/llvm-libc-types/Elf32_Shdr.h
A libc/include/llvm-libc-types/Elf32_Sword.h
A libc/include/llvm-libc-types/Elf32_Sym.h
A libc/include/llvm-libc-types/Elf32_Verdaux.h
A libc/include/llvm-libc-types/Elf32_Verdef.h
A libc/include/llvm-libc-types/Elf32_Vernaux.h
A libc/include/llvm-libc-types/Elf32_Verneed.h
A libc/include/llvm-libc-types/Elf32_Versym.h
A libc/include/llvm-libc-types/Elf32_Word.h
A libc/include/llvm-libc-types/Elf64_Addr.h
A libc/include/llvm-libc-types/Elf64_Chdr.h
A libc/include/llvm-libc-types/Elf64_Dyn.h
A libc/include/llvm-libc-types/Elf64_Ehdr.h
A libc/include/llvm-libc-types/Elf64_Half.h
A libc/include/llvm-libc-types/Elf64_Lword.h
A libc/include/llvm-libc-types/Elf64_Nhdr.h
A libc/include/llvm-libc-types/Elf64_Off.h
A libc/include/llvm-libc-types/Elf64_Phdr.h
A libc/include/llvm-libc-types/Elf64_Rel.h
A libc/include/llvm-libc-types/Elf64_Rela.h
A libc/include/llvm-libc-types/Elf64_Shdr.h
A libc/include/llvm-libc-types/Elf64_Sword.h
A libc/include/llvm-libc-types/Elf64_Sxword.h
A libc/include/llvm-libc-types/Elf64_Sym.h
A libc/include/llvm-libc-types/Elf64_Verdaux.h
A libc/include/llvm-libc-types/Elf64_Verdef.h
A libc/include/llvm-libc-types/Elf64_Vernaux.h
A libc/include/llvm-libc-types/Elf64_Verneed.h
A libc/include/llvm-libc-types/Elf64_Versym.h
A libc/include/llvm-libc-types/Elf64_Word.h
A libc/include/llvm-libc-types/Elf64_Xword.h
M libc/shared/math.h
A libc/shared/math/ilogbf16.h
A libc/shared/math/log.h
A libc/shared/math/sin.h
M libc/src/__support/GPU/allocator.cpp
M libc/src/__support/OSUtil/linux/CMakeLists.txt
M libc/src/__support/OSUtil/linux/vdso.cpp
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/ilogbf16.h
A libc/src/__support/math/log.h
A libc/src/__support/math/log_range_reduction.h
A libc/src/__support/math/sin.h
M libc/src/math/docs/add_math_function.md
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/ilogbf16.cpp
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log2.cpp
R libc/src/math/generic/log_range_reduction.h
M libc/src/math/generic/sin.cpp
M libc/startup/linux/CMakeLists.txt
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libclc/clc/lib/amdgcn/SOURCES
A libclc/clc/lib/amdgcn/math/clc_ldexp.cl
R libclc/clc/lib/amdgcn/math/clc_ldexp_override.cl
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_sqrt.cl
R libclc/clc/lib/amdgpu/math/clc_sqrt_fp64.cl
M libclc/clc/lib/r600/SOURCES
A libclc/clc/lib/r600/math/clc_rsqrt.cl
R libclc/clc/lib/r600/math/clc_rsqrt_override.cl
M libclc/cmake/modules/AddLibclc.cmake
M libcxx/.clang-format
M libcxx/docs/ImplementationDefinedBehavior.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/find_if.h
M libcxx/include/__config
M libcxx/include/__filesystem/path.h
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
M libcxx/include/__mdspan/layout_stride.h
M libcxx/include/__mdspan/mdspan.h
A libcxx/include/__memory/valid_range.h
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/monotonic_buffer_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
M libcxx/include/__memory_resource/synchronized_pool_resource.h
M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__utility/is_pointer_in_range.h
R libcxx/include/__utility/is_valid_range.h
M libcxx/include/any
M libcxx/include/fstream
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/scoped_allocator
M libcxx/include/streambuf
M libcxx/include/string
M libcxx/modules/std/optional.inc
M libcxx/src/experimental/tzdb.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/new.cpp
M libcxx/src/verbose_abort.cpp
M libcxx/test/benchmarks/algorithms/lexicographical_compare.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/bitset.bench.cpp
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
M libcxx/test/benchmarks/to_chars.bench.cpp
A libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/close.dont-get-rid-of-buffer.pass.cpp
A libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory_resource.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/class.path/lifetimebound.verify.cpp
M libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
M libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
M libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/allocator.adaptor/scoped_allocator.nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/is_valid_range.pass.cpp
A libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/variant/nodiscard.verify.cpp
R libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
M libcxx/test/support/MinSequenceContainer.h
M libcxx/utils/ci/docker/docker-compose.yml
M libcxx/utils/ci/images/libcxx_next_runners.txt
M libcxx/utils/ci/images/libcxx_runners.txt
M libcxxabi/src/stdlib_new_delete.cpp
M lld/MachO/Arch/ARM64Common.cpp
M lld/MachO/Arch/ARM64Common.h
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/BPSectionOrderer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/EhFrame.cpp
M lld/MachO/EhFrame.h
M lld/MachO/ICF.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MarkLive.cpp
M lld/MachO/ObjC.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/UnwindInfoSection.cpp
M lld/MachO/Writer.cpp
M lld/docs/ReleaseNotes.rst
M lld/test/ELF/loongarch-relax-align.s
M lld/test/ELF/loongarch-relax-emit-relocs.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12-got-symbols.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12.s
M lld/test/ELF/loongarch-relocatable-align.s
M lld/test/ELF/loongarch-tls-gd-edge-case.s
M lld/test/ELF/loongarch-tls-gd.s
M lld/test/ELF/loongarch-tls-ie.s
M lld/test/ELF/loongarch-tls-ld.s
M lld/test/ELF/loongarch-tlsdesc.s
M lldb/Maintainers.md
M lldb/docs/use/lldbdap.md
M lldb/include/lldb/API/SBSymbol.h
M lldb/include/lldb/API/SBValue.h
M lldb/include/lldb/Symbol/Symbol.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/lldb-defines.h
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/source/API/SBSymbol.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/Language/CPlusPlus/GenericList.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlVariant.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.h
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
M lldb/source/Plugins/Platform/WebAssembly/CMakeLists.txt
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.h
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.cpp
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Target/RegisterContextUnwind.cpp
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
M lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/TestDataFormatterStdVariant.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/main.cpp
M lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py
M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
M lldb/test/API/tools/lldb-dap/evaluate/main.cpp
M lldb/test/Shell/helper/toolchain.py
M lldb/tools/lldb-dap/Handler/RequestHandler.h
M lldb/tools/lldb-dap/JSONUtils.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M llvm/CMakeLists.txt
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/LangRef.rst
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/ADT/GenericUniformityImpl.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
M llvm/include/llvm/IR/BasicBlock.h
M llvm/include/llvm/IR/DebugInfoFlags.def
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/include/llvm/Support/AMDGPUAddrSpace.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/InterleavedRange.h
M llvm/include/llvm/Support/JSON.h
M llvm/include/llvm/Support/KnownBits.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
M llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/CodeGen/Analysis.cpp
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
M llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
M llvm/lib/DebugInfo/GSYM/LineTable.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/MC/MCInstPrinter.cpp
M llvm/lib/Support/JSON.cpp
M llvm/lib/Support/KnownBits.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
M llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64Processors.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.h
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb1InstrInfo.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/AVR/AVRISelLowering.h
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.h
M llvm/lib/Target/BPF/BPFInstrInfo.cpp
M llvm/lib/Target/BPF/BPFInstrInfo.h
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
M llvm/lib/Target/CSKY/CSKYInstrInfo.h
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
M llvm/lib/Target/MSP430/MSP430InstrInfo.h
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/lib/Target/Mips/MipsInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTX.td
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.h
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.h
M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
M llvm/lib/Target/Sparc/SparcInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86FixupInstTuning.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.h
M llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.h
M llvm/lib/TargetParser/Host.cpp
M llvm/lib/TargetParser/TargetParser.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
A llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/reducible-subgraph.ll
M llvm/test/Assembler/debug-info.ll
M llvm/test/Assembler/disubprogram.ll
M llvm/test/CodeGen/AArch64/arm64-addrmode.ll
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/test/CodeGen/AArch64/preserve_nonecc_varargs_darwin.ll
A llvm/test/CodeGen/AArch64/range-prefetch.ll
M llvm/test/CodeGen/AArch64/register-coalesce-update-subranges-remat.mir
A llvm/test/CodeGen/AArch64/seh-unreachable-loop.mir
A llvm/test/CodeGen/AArch64/stackaddress.ll
A llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/vector-extract-last-active.ll
A llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-debug-output-crash.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-ds-prefetch-pattern.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-opt.mir
A llvm/test/CodeGen/ARM/stackaddress.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
A llvm/test/CodeGen/LoongArch/lsx/issue174606.ll
A llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/tail-calls.ll
A llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
M llvm/test/CodeGen/NVPTX/convert-sm100a.ll
M llvm/test/CodeGen/NVPTX/convert-sm103a.ll
M llvm/test/CodeGen/NVPTX/f32-ex2.ll
M llvm/test/CodeGen/NVPTX/fexp2.ll
M llvm/test/CodeGen/NVPTX/flog2.ll
M llvm/test/CodeGen/NVPTX/i128.ll
M llvm/test/CodeGen/NVPTX/nvvm-reflect-arch-O0.ll
A llvm/test/CodeGen/NVPTX/ptx-version-validation.ll
M llvm/test/CodeGen/NVPTX/rsqrt.ll
M llvm/test/CodeGen/NVPTX/sm-version.ll
A llvm/test/CodeGen/NVPTX/stackaddress.ll
M llvm/test/CodeGen/NVPTX/surf-tex.py
R llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/PowerPC/compare-vector-with-zero.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/pr61315.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
M llvm/test/CodeGen/PowerPC/widen-vec-correctly-be.ll
M llvm/test/CodeGen/RISCV/attributes-qc.ll
A llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
M llvm/test/CodeGen/RISCV/make-compressible-xqci.mir
M llvm/test/CodeGen/RISCV/pr148084.ll
M llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
A llvm/test/CodeGen/RISCV/rda-liveins.mir
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/rvv-vtype-based-scheduler.ll
M llvm/test/CodeGen/RISCV/xqccmp-additional-stack.ll
M llvm/test/CodeGen/RISCV/xqccmp-callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/xqccmp-cm-popretz.mir
M llvm/test/CodeGen/RISCV/xqccmp-cm-push-pop.mir
M llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
M llvm/test/CodeGen/RISCV/xqccmp-with-float.ll
M llvm/test/CodeGen/RISCV/xqccmp_mvas_mvsa.mir
M llvm/test/CodeGen/RISCV/zdinx-spill.ll
A llvm/test/CodeGen/RISCV/zilsd-spill.ll
A llvm/test/CodeGen/SPARC/stackaddress.ll
A llvm/test/CodeGen/SPIRV/instructions/zext_sext_deduce_type.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-access.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-layout.ll
M llvm/test/CodeGen/SystemZ/fmuladd-soft-float.ll
M llvm/test/CodeGen/WebAssembly/memory-interleave.ll
M llvm/test/CodeGen/WebAssembly/simd-pr61780.ll
M llvm/test/CodeGen/X86/AMX/amx-greedy-ra.ll
M llvm/test/CodeGen/X86/apx/reloc.mir
M llvm/test/CodeGen/X86/avx512-ext.ll
M llvm/test/CodeGen/X86/avx512-insert-extract.ll
M llvm/test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fixup-bw-copy.mir
M llvm/test/CodeGen/X86/fixup-bw-inst.mir
M llvm/test/CodeGen/X86/fshl.ll
M llvm/test/CodeGen/X86/funnel-shift.ll
M llvm/test/CodeGen/X86/isint.ll
M llvm/test/CodeGen/X86/masked_compressstore.ll
M llvm/test/CodeGen/X86/masked_expandload.ll
M llvm/test/CodeGen/X86/masked_gather_scatter.ll
M llvm/test/CodeGen/X86/masked_gather_scatter_widen.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
M llvm/test/CodeGen/X86/pr162812.ll
A llvm/test/CodeGen/X86/pr174871.ll
M llvm/test/CodeGen/X86/pr77459.ll
M llvm/test/CodeGen/X86/pseudo-probe-desc-check.ll
M llvm/test/CodeGen/X86/select.ll
A llvm/test/CodeGen/X86/stackaddress.ll
M llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-fixup-bw-inst-subreb.mir
M llvm/test/DebugInfo/RISCV/relax_dwo_ranges.ll
M llvm/test/DebugInfo/X86/x86fixupsetcc-debug-instr-num.mir
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_zero_sized_symbols_with_show_addrs.s
A llvm/test/ExecutionEngine/JITLink/Generic/llvm-jitlink-option-show-addrs.test
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_call_pic.s
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_plt.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/atomic-fadd-insts.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-packed.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-unpacked.s
M llvm/test/MC/AMDGPU/cpol-err.s
M llvm/test/MC/AMDGPU/dl-insts-err.s
M llvm/test/MC/AMDGPU/dpp-err.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds.s
M llvm/test/MC/AMDGPU/ds_swizzle.s
M llvm/test/MC/AMDGPU/elf-header-cov.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-err.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx9.s
M llvm/test/MC/AMDGPU/expressions.s
M llvm/test/MC/AMDGPU/fixup64.s
M llvm/test/MC/AMDGPU/flat-gfx10.s
M llvm/test/MC/AMDGPU/flat-gfx9.s
M llvm/test/MC/AMDGPU/flat-global.s
M llvm/test/MC/AMDGPU/flat-scratch-instructions.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/flat-scratch.s
M llvm/test/MC/AMDGPU/flat.s
M llvm/test/MC/AMDGPU/fma-mix.s
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_sdwa.s
M llvm/test/MC/AMDGPU/gfx10_err_pos.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat_errs.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_wmma.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_ds.s
M llvm/test/MC/AMDGPU/gfx1250_asm_load_tr.s
M llvm/test/MC/AMDGPU/gfx1250_asm_operands.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_unsupported.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1250_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_global_load_tr.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w64.s
M llvm/test/MC/AMDGPU/gfx12_err.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_err_pos.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_err_pos.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx908_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_asm_features.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_asm_features.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_err_pos.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950-unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_err_pos.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/hsa-diag-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1250-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1251-v4.s
M llvm/test/MC/AMDGPU/hsa-sym-expr-failure.s
M llvm/test/MC/AMDGPU/invalid-instructions-spellcheck.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/isa-version-pal.s
M llvm/test/MC/AMDGPU/isa-version-unk.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct-gfx10.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literalv216-err.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/mad-mix.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-err.s
M llvm/test/MC/AMDGPU/mai-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx950-err.s
M llvm/test/MC/AMDGPU/mai-gfx950.s
M llvm/test/MC/AMDGPU/mai.s
M llvm/test/MC/AMDGPU/mcexpr_amd_err.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mtbuf-gfx10.s
M llvm/test/MC/AMDGPU/mtbuf.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/mubuf.s
M llvm/test/MC/AMDGPU/out-of-range-registers.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/reg-syntax-extra.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smem.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/smrd.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop1.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sop2.s
M llvm/test/MC/AMDGPU/sopc-err.s
M llvm/test/MC/AMDGPU/sopc.s
M llvm/test/MC/AMDGPU/sopk-err.s
M llvm/test/MC/AMDGPU/sopk.s
M llvm/test/MC/AMDGPU/sopp-err.s
M llvm/test/MC/AMDGPU/sopp.s
M llvm/test/MC/AMDGPU/trap.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop1.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop2.s
M llvm/test/MC/AMDGPU/vop3-convert.s
M llvm/test/MC/AMDGPU/vop3-errs.s
M llvm/test/MC/AMDGPU/vop3-gfx9.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3.s
M llvm/test/MC/AMDGPU/vop3p-err.s
M llvm/test/MC/AMDGPU/vop_dpp.s
M llvm/test/MC/AMDGPU/vop_sdwa.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/wave32.s
M llvm/test/MC/AMDGPU/writelane_m0.s
M llvm/test/MC/AMDGPU/xdl-insts-err.s
M llvm/test/MC/AMDGPU/xnack-mask.s
M llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_buffer_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/RISCV/xqccmp-invalid-rlist.txt
M llvm/test/MC/RISCV/rv32e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-valid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-valid.s
M llvm/test/MC/RISCV/rv64xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64xqccmp-valid.s
M llvm/test/Transforms/AggressiveInstCombine/X86/sqrt.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-nan-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-sqrt.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-negative-cases.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave32-optimizations.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave64-optimizations.ll
A llvm/test/Transforms/InstCombine/X86/x86-scalar-max-min.ll
M llvm/test/Transforms/InstCombine/and.ll
M llvm/test/Transforms/InstCombine/binop-cast.ll
M llvm/test/Transforms/InstCombine/conditional-negation.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fast-math.ll
M llvm/test/Transforms/InstCombine/saturating-add-sub.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fadd.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
M llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
M llvm/test/Transforms/InstCombine/umin_cttz_ctlz.ll
A llvm/test/Transforms/InstCombine/vector-reduce-add-known-bits.ll
M llvm/test/Transforms/InstCombine/xor-ashr.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/LoopVectorize/AArch64/check-prof-info.ll
M llvm/test/Transforms/LoopVectorize/AArch64/early_exit_costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
A llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-add-sdot-i16-i32.ll
A llvm/test/Transforms/LoopVectorize/RISCV/cse.ll
A llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction-rv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/scalable-tailfold.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/WebAssembly/memory-interleave.ll
A llvm/test/Transforms/LoopVectorize/X86/predicated-udiv.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var-width-4.ll
M llvm/test/Transforms/LoopVectorize/branch-weights.ll
M llvm/test/Transforms/LoopVectorize/epilog-vectorization-reductions.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-decreasing.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr43166-fold-tail-by-masking.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/udotabd.ll
M llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
A llvm/test/Transforms/VectorCombine/AMDGPU/combine-scalar-selects.ll
M llvm/test/Transforms/VectorCombine/X86/shuffle-of-fma-const.ll
A llvm/test/Verifier/AArch64/intrinsic-immarg.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/keep-label-name.test
A llvm/test/tools/dxil-dis/switch.ll
M llvm/test/tools/llvm-mca/AArch64/Cortex/A710-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-basic-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-bf16-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-complxnum-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fp16fml-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fptoint-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-i8mm-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-mte-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-neon-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-rcpc-immo-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vector-fp.s
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
M llvm/test/tools/llvm-profdata/sample-nametable.test
M llvm/test/tools/llvm-readobj/ELF/reloc-types-loongarch64.test
M llvm/tools/bugpoint-passes/CMakeLists.txt
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/LinkUtils.h
M llvm/tools/dsymutil/MachOUtils.cpp
M llvm/tools/dsymutil/MachOUtils.h
M llvm/tools/dsymutil/Options.td
M llvm/tools/dsymutil/dsymutil.cpp
M llvm/tools/llvm-config/llvm-config.cpp
M llvm/tools/llvm-dis/llvm-dis.cpp
M llvm/tools/llvm-exegesis/lib/Analysis.cpp
M llvm/tools/llvm-ir2vec/llvm-ir2vec.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
M llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp
M llvm/unittests/Analysis/ValueTrackingTest.cpp
M llvm/unittests/Object/ELFTest.cpp
M llvm/unittests/Support/KnownBitsTest.cpp
M llvm/unittests/TargetParser/Host.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
M llvm/unittests/Transforms/Utils/LoopUtilsTest.cpp
M llvm/utils/TableGen/CMakeLists.txt
M llvm/utils/TableGen/Common/CMakeLists.txt
R llvm/utils/TableGen/Common/DAGISelMatcher.cpp
R llvm/utils/TableGen/Common/DAGISelMatcher.h
M llvm/utils/TableGen/Common/PredicateExpander.cpp
M llvm/utils/TableGen/DAGISelEmitter.cpp
A llvm/utils/TableGen/DAGISelMatcher.cpp
A llvm/utils/TableGen/DAGISelMatcher.h
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
M llvm/utils/TableGen/DAGISelMatcherGen.cpp
M llvm/utils/TableGen/DAGISelMatcherOpt.cpp
M llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp
M llvm/utils/UpdateTestChecks/common.py
M llvm/utils/git-llvm-push
M llvm/utils/git/github-automation.py
A llvm/utils/git/ids-check-helper.py
M llvm/utils/git/requirements.txt
M llvm/utils/git/requirements.txt.in
M llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
M llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
M llvm/utils/gn/secondary/compiler-rt/test/asan/BUILD.gn
M llvm/utils/gn/secondary/libcxx/include/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/Common/BUILD.gn
M llvm/utils/gn/secondary/llvm/version.gni
M llvm/utils/lit/lit/__init__.py
M llvm/utils/lldbDataFormatters.py
M llvm/utils/mlgo-utils/mlgo/__init__.py
M llvm/utils/profcheck-xfail.txt
M llvm/utils/release/export.sh
M llvm/utils/release/github-upload-release.py
M mlir/cmake/modules/AddMLIRPython.cmake
M mlir/docs/Bindings/Python.md
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/include/mlir/Bindings/Python/IRAttributes.h
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/include/mlir/Bindings/Python/Nanobind.h
M mlir/include/mlir/Bindings/Python/NanobindUtils.h
M mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.h
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
M mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
A mlir/include/mlir/Dialect/Utils/VerificationUtils.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/include/mlir/Interfaces/LoopLikeInterface.td
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
M mlir/lib/Bindings/Python/DialectIRDL.cpp
M mlir/lib/Bindings/Python/DialectLLVM.cpp
M mlir/lib/Bindings/Python/DialectLinalg.cpp
M mlir/lib/Bindings/Python/DialectQuant.cpp
M mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
M mlir/lib/Bindings/Python/IRAffine.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Bindings/Python/IRTypes.cpp
M mlir/lib/Bindings/Python/Rewrite.cpp
M mlir/lib/Bindings/Python/TransformInterpreter.cpp
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
M mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
M mlir/lib/Dialect/Arith/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp
M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
M mlir/lib/Dialect/Shape/Transforms/OutlineShapeComputation.cpp
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/lib/Dialect/Utils/CMakeLists.txt
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
A mlir/lib/Dialect/Utils/VerificationUtils.cpp
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
M mlir/lib/Interfaces/LoopLikeInterface.cpp
M mlir/lib/Support/TypeID.cpp
M mlir/python/mlir/_mlir_libs/__init__.py
A mlir/test/Conversion/SCFToOpenMP/vector-reduction.mlir
M mlir/test/Dialect/AMDGPU/canonicalize.mlir
M mlir/test/Dialect/Arith/int-range-narrowing.mlir
M mlir/test/Dialect/Bufferization/invalid.mlir
M mlir/test/Dialect/GPU/invalid.mlir
M mlir/test/Dialect/MemRef/canonicalize.mlir
M mlir/test/Dialect/MemRef/invalid.mlir
M mlir/test/Dialect/MemRef/ops.mlir
M mlir/test/Dialect/SCF/canonicalize.mlir
M mlir/test/Dialect/SCF/invalid.mlir
M mlir/test/Dialect/Tensor/invalid.mlir
M mlir/test/Transforms/remove-dead-values.mlir
M mlir/test/python/dialects/python_test.py
M mlir/test/python/dialects/rocdl.py
M mlir/test/python/dialects/ub.py
M mlir/test/python/ir/attributes.py
M mlir/test/python/ir/operation.py
M mlir/test/python/ir/value.py
M mlir/test/python/lib/PythonTestModuleNanobind.cpp
M mlir/test/python/rewrite.py
M offload/include/Shared/Debug.h
M offload/include/Shared/EnvironmentVar.h
M offload/include/Shared/Profile.h
M offload/liboffload/API/Memory.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/common/include/MemoryManager.h
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/GlobalHandler.cpp
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
M offload/plugins-nextgen/host/dynamic_ffi/ffi.cpp
M offload/plugins-nextgen/host/src/rtl.cpp
M offload/plugins-nextgen/level_zero/include/L0Device.h
M offload/plugins-nextgen/level_zero/include/L0Trace.h
M offload/plugins-nextgen/level_zero/src/L0Context.cpp
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
M offload/plugins-nextgen/level_zero/src/L0DynWrapper.cpp
M offload/plugins-nextgen/level_zero/src/L0Kernel.cpp
M offload/plugins-nextgen/level_zero/src/L0Memory.cpp
M offload/plugins-nextgen/level_zero/src/L0Options.cpp
M offload/plugins-nextgen/level_zero/src/L0Plugin.cpp
M offload/plugins-nextgen/level_zero/src/L0Program.cpp
M offload/unittests/Conformance/lib/CMakeLists.txt
M offload/unittests/OffloadAPI/CMakeLists.txt
A offload/unittests/OffloadAPI/memory/olMemRegister.cpp
M openmp/cmake/modules/LibompHandleFlags.cmake
M openmp/runtime/CMakeLists.txt
M openmp/runtime/src/CMakeLists.txt
A openmp/runtime/test/Unit/lit.cfg.py
A openmp/runtime/test/Unit/lit.site.cfg.py.in
M openmp/runtime/test/lit.cfg
A openmp/runtime/unittests/CMakeLists.txt
A openmp/runtime/unittests/README.md
A openmp/runtime/unittests/String/CMakeLists.txt
A openmp/runtime/unittests/String/TestKmpStr.cpp
A orc-rt/Maintainers.md
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
M utils/bazel/llvm-project-overlay/compiler-rt/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Merge branch 'main' into users/chapuni/mcdc/nest/expect
Commit: 7af6abd6a48fde095a1373f8d47676c8f14dee18
https://github.com/llvm/llvm-project/commit/7af6abd6a48fde095a1373f8d47676c8f14dee18
Author: Abhinav Garg <39309352+abhigargrepo at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
Log Message:
-----------
[AMDGPU][GlobalISel] Add RegBankLegalize support for amd_gcn_end_cf (#175118)
Commit: 017a27cb1ac8ae0ff8ac2549293c2f95989d8469
https://github.com/llvm/llvm-project/commit/017a27cb1ac8ae0ff8ac2549293c2f95989d8469
Author: Pankaj Dwivedi <pankajkumar.divedi at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/docs/AMDGPUUsage.rst
Log Message:
-----------
[AMDGPU][Docs] Document amdgpu-expand-waitcnt-profiling attribute (#175750)
Commit: 2757a0d380b8c6836ef712334dc651b1d8d30441
https://github.com/llvm/llvm-project/commit/2757a0d380b8c6836ef712334dc651b1d8d30441
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .github/new-prs-labeler.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/init.c
M clang/test/Profile/c-mcdc-not.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
A clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/test/CMakeLists.txt
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/HLFIR/prefetch.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/lit.site.cfg.py.in
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/docs/hand_in_hand.rst
M libc/shared/math.h
A libc/shared/math/expm1f16.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expm1f16.h
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
M libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
M llvm/test/CodeGen/RISCV/zilsd.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
M llvm/test/MC/AMDGPU/gfx8_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx8_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx8_asm_smem.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx8_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx8_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx8_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_dlops.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx950_xdlops.s
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_asm_exp.s
M llvm/test/MC/AMDGPU/gfx9_asm_flat.s
M llvm/test/MC/AMDGPU/gfx9_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx9_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx9_asm_smem.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx9_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop2_features.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx9_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx9_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/inline-imm-inv2pi.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/labels-branch-err.s
M llvm/test/MC/AMDGPU/lds_direct-ci.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literal16.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx90a.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg-gfx90a.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mubuf-gfx10.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sopp-gfx10.s
M llvm/test/MC/AMDGPU/sopp-gfx9.s
M llvm/test/MC/AMDGPU/sym_kernel_scope.s
M llvm/test/MC/AMDGPU/sym_kernel_scope_agpr.s
M llvm/test/MC/AMDGPU/sym_option.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/v_illegal-atomics.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vintrp.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop3-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3-modifiers.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/vopc.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx1011-gfx1012.s
M llvm/test/MC/AMDGPU/xdl-insts-gfx908.s
M llvm/test/MC/Disassembler/AMDGPU/bf16_imm.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_packed_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/buf_fmt_unpacked_d16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-null-reg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop2be-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1011_dlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1150_dasm_salu_float.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_ldsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vinterp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_wmma.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_operands.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vopd3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1251_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_global_load_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vbuffer_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vdsdir.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vflat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vimage_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopc_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopcx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vopd_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vsample.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-literal16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mtbuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-aperture-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-bool-regs.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-lds_direct.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9-trap.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-atomic-fadd-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-dl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908-xdl-insts.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a-dpp64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx90a_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx942_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_ds_read_tr.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_dasm_xdlops.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx950_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_ds.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_exp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_flat.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mimg_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_mubuf.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sdwa_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_smem_features.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopk.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_sopp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vintrp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_dpp.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop2_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3p_opsel.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopc_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vopcx_sdwa.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_wave32_feature.txt
M llvm/test/MC/Disassembler/AMDGPU/mad_mix.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/AMDGPU/vinterp.txt
M llvm/test/MC/Mips/macro-ddiv.s
M llvm/test/MC/Mips/macro-ddivu.s
M llvm/test/MC/Mips/macro-div.s
M llvm/test/MC/Mips/macro-divu.s
M llvm/test/MC/Mips/macro-drem.s
M llvm/test/MC/Mips/macro-dremu.s
M llvm/test/MC/Mips/macro-rem.s
M llvm/test/MC/Mips/macro-remu.s
M llvm/test/MC/RISCV/Relocations/expr.s
M llvm/test/MC/RISCV/Relocations/relocations.s
M llvm/test/MC/RISCV/align.s
M llvm/test/MC/RISCV/compressed-relocations.s
M llvm/test/MC/RISCV/custom_reloc.s
A llvm/test/MC/RISCV/hex-imm-macho.s
M llvm/test/MC/RISCV/linker-relaxation.s
M llvm/test/MC/RISCV/long-conditional-jump.s
A llvm/test/MC/RISCV/macho-local-symbol.s
A llvm/test/MC/RISCV/macho.s
M llvm/test/MC/RISCV/option-relax.s
M llvm/test/MC/RISCV/rv32-relaxation-xqci.s
M llvm/test/MC/RISCV/tlsdesc.s
M llvm/test/MC/RISCV/vendor-symbol.s
M llvm/test/MC/RISCV/xandesperf-relocation.s
M llvm/test/MC/RISCV/xqcibi-linker-relaxation.s
M llvm/test/MC/RISCV/xqcibi-relocations.s
M llvm/test/MC/RISCV/xqcilb-relocations.s
M llvm/test/MC/RISCV/xqcili-linker-relaxation.s
M llvm/test/MC/RISCV/xqcili-relocations.s
A llvm/test/MC/Sparc/sparc-natural-instructions.s
M llvm/test/MachineVerifier/copy-scalable.mir
M llvm/test/MachineVerifier/generic-vreg-undef-use.mir
M llvm/test/MachineVerifier/live-ins-01.mir
M llvm/test/MachineVerifier/live-ins-02.mir
M llvm/test/MachineVerifier/live-ins-03.mir
M llvm/test/MachineVerifier/stack-protector-offset.mir
M llvm/test/MachineVerifier/test_abd_su.mir
M llvm/test/MachineVerifier/test_adjustsstack.mir
M llvm/test/MachineVerifier/test_copy.mir
M llvm/test/MachineVerifier/test_copy_mismatch_types.mir
M llvm/test/MachineVerifier/test_copy_physregs_x86.mir
M llvm/test/MachineVerifier/test_g_add.mir
M llvm/test/MachineVerifier/test_g_addrspacecast.mir
M llvm/test/MachineVerifier/test_g_assert_align.mir
M llvm/test/MachineVerifier/test_g_assert_sext.mir
M llvm/test/MachineVerifier/test_g_assert_sext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_assert_zext.mir
M llvm/test/MachineVerifier/test_g_assert_zext_register_bank_class.mir
M llvm/test/MachineVerifier/test_g_brindirect_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_brjt.mir
M llvm/test/MachineVerifier/test_g_brjt_is_indirect_branch.mir
M llvm/test/MachineVerifier/test_g_bswap.mir
M llvm/test/MachineVerifier/test_g_build_vector.mir
M llvm/test/MachineVerifier/test_g_build_vector_trunc.mir
M llvm/test/MachineVerifier/test_g_bzero.mir
M llvm/test/MachineVerifier/test_g_concat_vectors.mir
M llvm/test/MachineVerifier/test_g_constant.mir
M llvm/test/MachineVerifier/test_g_constant_pool.mir
M llvm/test/MachineVerifier/test_g_dyn_stackalloc.mir
M llvm/test/MachineVerifier/test_g_extract.mir
M llvm/test/MachineVerifier/test_g_extract_subvector.mir
M llvm/test/MachineVerifier/test_g_fcmp.mir
M llvm/test/MachineVerifier/test_g_fconstant.mir
M llvm/test/MachineVerifier/test_g_icmp.mir
M llvm/test/MachineVerifier/test_g_insert.mir
M llvm/test/MachineVerifier/test_g_insert_subvector.mir
M llvm/test/MachineVerifier/test_g_inttoptr.mir
M llvm/test/MachineVerifier/test_g_invoke_region_start.mir
M llvm/test/MachineVerifier/test_g_is_fpclass.mir
M llvm/test/MachineVerifier/test_g_jump_table.mir
M llvm/test/MachineVerifier/test_g_llround.mir
M llvm/test/MachineVerifier/test_g_load.mir
M llvm/test/MachineVerifier/test_g_lround.mir
M llvm/test/MachineVerifier/test_g_memcpy.mir
M llvm/test/MachineVerifier/test_g_memcpy_inline.mir
M llvm/test/MachineVerifier/test_g_memmove.mir
M llvm/test/MachineVerifier/test_g_memset.mir
M llvm/test/MachineVerifier/test_g_merge_values.mir
M llvm/test/MachineVerifier/test_g_minmax.mir
M llvm/test/MachineVerifier/test_g_phi.mir
M llvm/test/MachineVerifier/test_g_prefetch.mir
M llvm/test/MachineVerifier/test_g_ptr_add.mir
M llvm/test/MachineVerifier/test_g_ptrmask.mir
M llvm/test/MachineVerifier/test_g_ptrtoint.mir
M llvm/test/MachineVerifier/test_g_rotr_rotl.mir
M llvm/test/MachineVerifier/test_g_select.mir
M llvm/test/MachineVerifier/test_g_sext_inreg.mir
M llvm/test/MachineVerifier/test_g_sextload.mir
M llvm/test/MachineVerifier/test_g_shift.mir
M llvm/test/MachineVerifier/test_g_shuffle_vector.mir
M llvm/test/MachineVerifier/test_g_splat_vector.mir
M llvm/test/MachineVerifier/test_g_store.mir
M llvm/test/MachineVerifier/test_g_trunc.mir
M llvm/test/MachineVerifier/test_g_ubfx_sbfx.mir
M llvm/test/MachineVerifier/test_g_ubsantrap.mir
M llvm/test/MachineVerifier/test_g_unmerge_values.mir
M llvm/test/MachineVerifier/test_g_vscale.mir
M llvm/test/MachineVerifier/test_g_zextload.mir
M llvm/test/MachineVerifier/test_insert_subreg.mir
M llvm/test/MachineVerifier/test_multiple_errors.mir
M llvm/test/MachineVerifier/test_phis_precede_nonphis.mir
M llvm/test/MachineVerifier/test_step-vector.mir
M llvm/test/MachineVerifier/test_uscmp.mir
M llvm/test/MachineVerifier/test_vector_reductions.mir
M llvm/test/MachineVerifier/verifier-generic-extend-truncate.mir
M llvm/test/MachineVerifier/verifier-generic-types-1.mir
M llvm/test/MachineVerifier/verifier-generic-types-2.mir
M llvm/test/MachineVerifier/verifier-phi-fail0.mir
M llvm/test/MachineVerifier/verifier-phi.mir
M llvm/test/MachineVerifier/verifier-statepoint.mir
M llvm/test/MachineVerifier/verify-inlineasmbr.mir
M llvm/test/MachineVerifier/verify-regbankselected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-regbankselected.mir
M llvm/test/MachineVerifier/verify-regops.mir
M llvm/test/MachineVerifier/verify-selected-dbg-undef-use.mir
M llvm/test/MachineVerifier/verify-selected.mir
A llvm/test/Other/debugcounter-multi-intervals.ll
A llvm/test/Other/functionpropertiesanalysis.ll
A llvm/test/Other/opt-bisect-ranges.ll
M llvm/test/TableGen/CPtrWildcard.td
M llvm/test/TableGen/RegClassByHwMode.td
A llvm/test/TableGen/RegClassByHwModeCompressPat.td
M llvm/test/TableGen/dag-isel-regclass-emit-enum.td
A llvm/test/TableGen/getsetdagop.td
R llvm/test/TableGen/getsetop.td
M llvm/test/TableGen/multiple-type-casts-patfrags.td
M llvm/test/ThinLTO/X86/memprof-icp.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fma.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/CodeGenPrepare/ARM/sink-negative-scale.ll
M llvm/test/Transforms/CodeGenPrepare/Mips/pr35209.ll
A llvm/test/Transforms/DeadStoreElimination/atomic-todo.ll
M llvm/test/Transforms/DeadStoreElimination/atomic.ll
A llvm/test/Transforms/FunctionSpecialization/function-specialization-implicit-ref.ll
M llvm/test/Transforms/GVN/condprop.ll
A llvm/test/Transforms/IRCE/loop-guarded-bounds.ll
A llvm/test/Transforms/Inline/inline-ref-metadata.ll
M llvm/test/Transforms/InstCombine/2012-05-28-select-hang.ll
A llvm/test/Transforms/InstCombine/AArch64/neon-shift-intrinsics.ll
A llvm/test/Transforms/InstCombine/WebAssembly/fold-swizzle.ll
A llvm/test/Transforms/InstCombine/WebAssembly/lit.local.cfg
A llvm/test/Transforms/InstCombine/X86/x86-maxmin.ll
M llvm/test/Transforms/InstCombine/binop-select.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fcmp-select.ll
A llvm/test/Transforms/InstCombine/hyperbolic-functions.ll
M llvm/test/Transforms/InstCombine/icmp-srem.ll
A llvm/test/Transforms/InstCombine/instcombine-dominance-fixup.ll
M llvm/test/Transforms/InstCombine/intrinsic-select.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/narrow-switch.ll
M llvm/test/Transforms/InstCombine/ptrtoaddr.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-log.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-shufflevector.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
A llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
M llvm/test/Transforms/InstSimplify/ConstProp/WebAssembly/dot.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/InstSimplify/ptrtoaddr.ll
M llvm/test/Transforms/InstSimplify/select-icmp.ll
A llvm/test/Transforms/LoopFusion/pr166356.ll
M llvm/test/Transforms/LoopVectorize/AArch64/clamped-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
M llvm/test/Transforms/LoopVectorize/AArch64/divs-with-scalable-vfs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/eliminate-tail-predication.ll
M llvm/test/Transforms/LoopVectorize/AArch64/epilogue-vectorization-fix-scalar-resume-values.ll
M llvm/test/Transforms/LoopVectorize/AArch64/first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/AArch64/gather-do-not-vectorize-addressing.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-load-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/interleaving-reduction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/invalid-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/load-cast-context.ll
M llvm/test/Transforms/LoopVectorize/AArch64/low_trip_count_predicates.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/masked_ldst_sme.ll
M llvm/test/Transforms/LoopVectorize/AArch64/optsize_minsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/outer_loop_prefer_scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-constant-ops.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-epilogue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product-mixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-incomplete-chains.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-sub.ll
M llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce.ll
M llvm/test/Transforms/LoopVectorize/AArch64/pr60831-sve-inv-store-crash.ll
M llvm/test/Transforms/LoopVectorize/AArch64/reduction-recurrence-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-avoid-scalarization.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll
M llvm/test/Transforms/LoopVectorize/AArch64/scalable-struct-return.ll
M llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/store-costs-sve.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-inloop-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect-strict-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vect.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-epilog-vscale-fixed.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-fneg.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inv-store.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-live-out-pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-low-trip-count.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-multiexit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-predicated-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-runtime-check-size-based-threshold.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-forced.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-option.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-optsize.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-unroll.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-vscale-based-trip-counts.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-wide-lane-mask.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-extractvalue.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-phi.ll
M llvm/test/Transforms/LoopVectorize/AArch64/tail-folding-styles.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/transform-narrow-interleave-to-widen-memory-with-wide-ops-chained.ll
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-zext-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/veclib-intrinsic-calls.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVectorize/AArch64/wider-VF-for-callinst.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-gather-scatter-tailpred.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-icmpcost.ll
M llvm/test/Transforms/LoopVectorize/ARM/mve-selectandorcost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/blocks-with-dead-instructions.ll
M llvm/test/Transforms/LoopVectorize/RISCV/dead-ops-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/divrem.ll
M llvm/test/Transforms/LoopVectorize/RISCV/evl-compatible-loops.ll
M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/RISCV/fminimumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/gather-scatter-cost.ll
M llvm/test/Transforms/LoopVectorize/RISCV/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/RISCV/inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/mask-index-type.ll
M llvm/test/Transforms/LoopVectorize/RISCV/masked_gather_scatter.ll
M llvm/test/Transforms/LoopVectorize/RISCV/partial-reduce-dot-product.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr87378-vpinstruction-or-drop-poison-generating-flags.ll
M llvm/test/Transforms/LoopVectorize/RISCV/pr88802.ll
M llvm/test/Transforms/LoopVectorize/RISCV/reg-usage-prune-vf.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/RISCV/strided-accesses.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-bin-unary-ops-args.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-call-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cast-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-cond-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-fixed-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-inloop-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-interleave.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-intermediate-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-iv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-masked-loadstore.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-ordered-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reduction.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-reverse-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-safe-dep-distance.ll
M llvm/test/Transforms/LoopVectorize/RISCV/transform-narrow-interleave-to-widen-memory.ll
M llvm/test/Transforms/LoopVectorize/RISCV/truncate-to-minimal-bitwidth-evl-crash.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vectorize-vp-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/SystemZ/scalar-steps-with-users-demanding-all-lanes-and-first-lane-only.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-constant-known-via-scev.ll
M llvm/test/Transforms/LoopVectorize/X86/divs-with-tail-folding.ll
A llvm/test/Transforms/LoopVectorize/X86/end-pointer-signed.ll
M llvm/test/Transforms/LoopVectorize/X86/epilog-vectorization-inductions.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/X86/induction-step.ll
M llvm/test/Transforms/LoopVectorize/X86/uniform_mem_op.ll
M llvm/test/Transforms/LoopVectorize/X86/vector-scalar-select-cost.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var.ll
M llvm/test/Transforms/LoopVectorize/create-induction-resume.ll
M llvm/test/Transforms/LoopVectorize/expand-scev-after-invoke.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-scalable-vf1.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-reduction.ll
M llvm/test/Transforms/LoopVectorize/induction-step.ll
M llvm/test/Transforms/LoopVectorize/induction.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/load-deref-pred-align.ll
A llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/narrow-to-single-scalar-widen-gep-scalable.ll
M llvm/test/Transforms/LoopVectorize/nested-loops-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization.ll
M llvm/test/Transforms/LoopVectorize/outer_loop_scalable.ll
M llvm/test/Transforms/LoopVectorize/pointer-induction.ll
M llvm/test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr58811-scev-expansion.ll
M llvm/test/Transforms/LoopVectorize/predicatedinst-loop-invariant.ll
M llvm/test/Transforms/LoopVectorize/scalable-assume.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
M llvm/test/Transforms/LoopVectorize/scalable-inductions.ll
M llvm/test/Transforms/LoopVectorize/scalable-iv-outside-user.ll
M llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
M llvm/test/Transforms/LoopVectorize/scalable-loop-unpredicated-body-scalar-tail.ll
M llvm/test/Transforms/LoopVectorize/scalable-predication.ll
M llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
M llvm/test/Transforms/LoopVectorize/scalable-trunc-min-bitwidth.ll
M llvm/test/Transforms/LoopVectorize/scev-predicate-reasoning.ll
A llvm/test/Transforms/LoopVectorize/select-min-max-last-index-epilogue.ll
M llvm/test/Transforms/LoopVectorize/step-vector-i1-wrapping.ll
A llvm/test/Transforms/LoopVectorize/tail-folding-div.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction1_div_urem.ll
M llvm/test/Transforms/LoopVectorize/uniform_across_vf_induction2.ll
M llvm/test/Transforms/LoopVectorize/vectorize-force-tail-with-evl.ll
M llvm/test/Transforms/LoopVectorize/vplan-iv-transforms.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/vplan-sink-scalars-and-merge.ll
M llvm/test/Transforms/LoopVectorize/widen-gep-all-indices-invariant.ll
M llvm/test/Transforms/LoopVersioning/add-phi-update-users.ll
A llvm/test/Transforms/LowerTypeTests/import-32bit.ll
A llvm/test/Transforms/MergeFunc/merge-calling-conv.ll
M llvm/test/Transforms/PGOProfile/Inputs/cspgo_bar_sample.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/sve-interleave-vectorization.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/externally-used-copyables.ll
A llvm/test/Transforms/SLPVectorizer/AArch64/unique_values.ll
M llvm/test/Transforms/SLPVectorizer/RISCV/strided-stores-vectorized.ll
A llvm/test/Transforms/SLPVectorizer/X86/associate-copyable-non-copyable-op.ll
A llvm/test/Transforms/SLPVectorizer/X86/extractelements-subnodes-same-index.ll
M llvm/test/Transforms/SLPVectorizer/X86/insert-subvector.ll
A llvm/test/Transforms/SLPVectorizer/X86/multi-parent-instr-copyable-regular.ll
A llvm/test/Transforms/SLPVectorizer/X86/non-schedulable-node-with-non-schedulable-parent.ll
A llvm/test/Transforms/SampleProfile/Inputs/coro-annotate.prof
A llvm/test/Transforms/SampleProfile/coro-annotate.ll
A llvm/test/Transforms/SampleProfile/pseudo-probe-coro-debug-fix.ll
A llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
M llvm/test/Verifier/invalid-splice.ll
A llvm/test/Verifier/ref-func.ll
A llvm/test/Verifier/ref.ll
M llvm/test/lit.cfg.py
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s
M llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_asm.s.expected
M llvm/test/tools/llvm-cov/mcdc-const.test
M llvm/test/tools/llvm-cov/mcdc-export-json.test
M llvm/test/tools/llvm-cov/mcdc-general.test
M llvm/test/tools/llvm-exegesis/AArch64/all-opcodes.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Cyclone-register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/Inputs/neon-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-basic-instructions.s
A llvm/test/tools/llvm-mca/AArch64/Apple/M1-neon-instructions.s
R llvm/test/tools/llvm-mca/AArch64/Cyclone/register-offset.s
A llvm/test/tools/llvm-mca/AArch64/Neoverse/Inputs/sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V2-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/V3AE-sve-instructions.s
A llvm/test/tools/llvm-mca/AArch64/mcpu-help.test
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vle-vse-vlm.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlse-vsse.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlseg-vsseg.s
M llvm/test/tools/llvm-mca/RISCV/Andes45/rvv-vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/atomic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/integer.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/arithmetic.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/bitwise.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/comparison.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/conversion.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fma.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/fp.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mask.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/minmax.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/mul-div.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/permutation.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/reduction.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vle-vse-vlm.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlse-vsse.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlseg-vsseg.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/vlxe-vsxe.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/rvv/zvbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zba.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbb.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbc.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zbs.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfh.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zfhmin.s
A llvm/test/tools/llvm-mca/RISCV/Inputs/zicond.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/div.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/floating-point.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/integer.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/load.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-cpop.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/mul-div.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/permutation.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/reduction.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vle-vse-vlm.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlse-vsse.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlseg-vsseg.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/vlxe-vsxe.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvbc.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkg.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvkned.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvknhb.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksed.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/rvv/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vislide-vx.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vle-vse-vlm.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlse-vsse.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlseg-vsseg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vlxe-vsxe.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vmv.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vreduce.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vrgather.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/vshift-vmul.s
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zba.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbb.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zbs.test
A llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zfhmin.test
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvbc.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkg.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvkned.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvknhb.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksed.s
R llvm/test/tools/llvm-mca/RISCV/SiFiveP400/zvksh.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/atomic.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/floating-point.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/integer.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/mul-div.test
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-arithmetic.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-bitwise.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-comparison.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-conversion.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fma.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-fp.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mask.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-minmax.s
R llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv-mul-div.s
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/arithmetic.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/bitwise.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/comparison.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/conversion.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mask.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/minmax.test
A llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/mul-div.test
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/mcdc/nest/covgen
Conflicts:
clang/lib/CodeGen/CoverageMappingGen.cpp
Commit: a3e9c455c987c60cbe1bdade40ff637a3c933549
https://github.com/llvm/llvm-project/commit/a3e9c455c987c60cbe1bdade40ff637a3c933549
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .ci/compute_projects.py
M .github/workflows/commit-access-review.yml
A .github/workflows/commit-create-issue.py
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .github/workflows/get-llvm-version/action.yml
A .github/workflows/ids-check.yml
M .github/workflows/issue-write.yml
M .github/workflows/release-binaries.yml
M .github/workflows/release-sources.yml
M .github/workflows/release-tasks.yml
M .gitignore
M bolt/lib/Core/DebugNames.cpp
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
A clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers-constinit.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers.hpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/docs/LanguageExtensions.rst
M clang/docs/ReleaseNotes.rst
M clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAArch64.def
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsX86.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/Cuda.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CodeGen/ModuleBuilder.h
A clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Program.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AMDGPU.h
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/NVPTX.h
M clang/lib/Basic/Targets/RISCV.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/lib/CodeGen/ModuleBuilder.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/CodeGen/TargetBuiltins/X86.cpp
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/Flang.cpp
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/lib/Frontend/ModuleDependencyCollector.cpp
M clang/lib/Headers/arm_acle.h
M clang/lib/Headers/avx512fintrin.h
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/lib/Headers/avx512vlintrin.h
M clang/lib/Headers/avxintrin.h
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/xmmintrin.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.h
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaARM.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Tooling/Tooling.cpp
M clang/test/AST/ByteCode/c.c
M clang/test/AST/ByteCode/codegen.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/invalid.cpp
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-templates.cpp
M clang/test/CIR/CodeGen/basic.c
M clang/test/CIR/CodeGen/basic.cpp
M clang/test/CIR/CodeGen/bitfields_be.c
M clang/test/CIR/CodeGen/goto.cpp
M clang/test/CIR/CodeGen/pointers.cpp
M clang/test/CIR/CodeGen/switch.cpp
M clang/test/CIR/CodeGen/ternary.cpp
A clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
M clang/test/CIR/Lowering/goto.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CXX/temp/temp.pre/p6.cpp
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
A clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
M clang/test/CodeGen/RISCV/bitint.c
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
M clang/test/CodeGen/X86/keylocker.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
M clang/test/CodeGen/arm_acle.c
A clang/test/CodeGen/builtin-stackaddress.c
M clang/test/CodeGen/builtins-arm64.c
M clang/test/CodeGen/builtins-nvptx-ptx60.cu
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/ext-int-cc.c
M clang/test/CodeGen/nvptx_attributes.c
M clang/test/CodeGenCUDA/convergent.cu
A clang/test/CodeGenCXX/builtin-stackaddress.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx908.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx942.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx950.hip
M clang/test/CodeGenHLSL/BoolMatrix.hlsl
M clang/test/CodeGenOpenCL/amdgpu-cluster-dims.cl
M clang/test/CodeGenOpenCL/amdgpu-features.cl
M clang/test/CodeGenSYCL/kernel-caller-entry-point.cpp
M clang/test/Driver/aarch64-mcpu.c
M clang/test/Driver/crash-ir-repro.cpp
A clang/test/Driver/cuda-arch-list.cu
A clang/test/Driver/print-enabled-extensions/aarch64-ampere1c.c
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Driver/ps5-linker.c
M clang/test/Misc/target-invalid-cpu-note/aarch64.c
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Sema/builtin-stackaddress.c
M clang/test/Sema/builtins-arm64.c
M clang/test/Sema/constexpr.c
M clang/test/Sema/spirv-address-space.c
M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/attr-lifetimebound.cpp
M clang/test/SemaCXX/cxx11-attr-print.cpp
R clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
M clang/test/SemaTemplate/deduction.cpp
M clang/tools/clang-import-test/clang-import-test.cpp
M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/CodeGen/TestCompiler.h
M clang/unittests/Format/TokenAnnotatorTest.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
M clang/unittests/Tooling/ToolingTest.cpp
M cmake/Modules/LLVMVersion.cmake
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
M flang-rt/lib/runtime/sum.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang/docs/Aliasing.md
M flang/docs/Extensions.md
M flang/docs/ReleaseNotes.md
M flang/include/flang/Evaluate/complex.h
M flang/include/flang/Evaluate/real.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Semantics/expression.h
M flang/lib/Evaluate/complex.cpp
M flang/lib/Evaluate/fold-matmul.h
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/fold-reduction.h
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
M flang/test/Driver/unsafe-cray-pointers.f90
A flang/test/Evaluate/bug89528.f90
M flang/test/Fir/convert-to-llvm.fir
A flang/test/Integration/select-case-pointer-assign.f90
A flang/test/Lower/CUDA/cuda-gpu-managed.cuf
M flang/test/Lower/Intrinsics/show_descriptor.f90
R flang/test/Lower/OpenACC/Todo/acc-cache.f90
A flang/test/Lower/OpenACC/acc-cache.f90
M flang/test/Lower/OpenMP/target_cpu_features.f90
M flang/test/Semantics/OpenACC/acc-cache-validity.f90
M flang/test/Semantics/OpenMP/cray-pointer-usage.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
M flang/test/Semantics/OpenMP/linear-iter.f90
A flang/test/Semantics/OpenMP/simd-linear-array.f90
A flang/test/Semantics/bug175207.f90
A flang/test/Semantics/modfile82.f90
M flang/test/Transforms/tbaa-cray-pointer.fir
M flang/tools/bbc/bbc.cpp
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/baremetal/aarch64/headers.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/headers.txt
M libc/hdr/CMakeLists.txt
A libc/hdr/elf_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/Elf32_Addr.h
A libc/hdr/types/Elf32_Chdr.h
A libc/hdr/types/Elf32_Dyn.h
A libc/hdr/types/Elf32_Ehdr.h
A libc/hdr/types/Elf32_Half.h
A libc/hdr/types/Elf32_Lword.h
A libc/hdr/types/Elf32_Nhdr.h
A libc/hdr/types/Elf32_Off.h
A libc/hdr/types/Elf32_Phdr.h
A libc/hdr/types/Elf32_Rel.h
A libc/hdr/types/Elf32_Rela.h
A libc/hdr/types/Elf32_Shdr.h
A libc/hdr/types/Elf32_Sword.h
A libc/hdr/types/Elf32_Sym.h
A libc/hdr/types/Elf32_Verdaux.h
A libc/hdr/types/Elf32_Verdef.h
A libc/hdr/types/Elf32_Vernaux.h
A libc/hdr/types/Elf32_Verneed.h
A libc/hdr/types/Elf32_Versym.h
A libc/hdr/types/Elf32_Word.h
A libc/hdr/types/Elf64_Addr.h
A libc/hdr/types/Elf64_Chdr.h
A libc/hdr/types/Elf64_Dyn.h
A libc/hdr/types/Elf64_Ehdr.h
A libc/hdr/types/Elf64_Half.h
A libc/hdr/types/Elf64_Lword.h
A libc/hdr/types/Elf64_Nhdr.h
A libc/hdr/types/Elf64_Off.h
A libc/hdr/types/Elf64_Phdr.h
A libc/hdr/types/Elf64_Rel.h
A libc/hdr/types/Elf64_Rela.h
A libc/hdr/types/Elf64_Shdr.h
A libc/hdr/types/Elf64_Sword.h
A libc/hdr/types/Elf64_Sxword.h
A libc/hdr/types/Elf64_Sym.h
A libc/hdr/types/Elf64_Verdaux.h
A libc/hdr/types/Elf64_Verdef.h
A libc/hdr/types/Elf64_Vernaux.h
A libc/hdr/types/Elf64_Verneed.h
A libc/hdr/types/Elf64_Versym.h
A libc/hdr/types/Elf64_Word.h
A libc/hdr/types/Elf64_Xword.h
M libc/include/CMakeLists.txt
M libc/include/elf.yaml
A libc/include/link.h.def
M libc/include/link.yaml
M libc/include/llvm-libc-macros/elf-macros.h
M libc/include/llvm-libc-macros/link-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/Elf32_Addr.h
A libc/include/llvm-libc-types/Elf32_Chdr.h
A libc/include/llvm-libc-types/Elf32_Dyn.h
A libc/include/llvm-libc-types/Elf32_Ehdr.h
A libc/include/llvm-libc-types/Elf32_Half.h
A libc/include/llvm-libc-types/Elf32_Lword.h
A libc/include/llvm-libc-types/Elf32_Nhdr.h
A libc/include/llvm-libc-types/Elf32_Off.h
A libc/include/llvm-libc-types/Elf32_Phdr.h
A libc/include/llvm-libc-types/Elf32_Rel.h
A libc/include/llvm-libc-types/Elf32_Rela.h
A libc/include/llvm-libc-types/Elf32_Shdr.h
A libc/include/llvm-libc-types/Elf32_Sword.h
A libc/include/llvm-libc-types/Elf32_Sym.h
A libc/include/llvm-libc-types/Elf32_Verdaux.h
A libc/include/llvm-libc-types/Elf32_Verdef.h
A libc/include/llvm-libc-types/Elf32_Vernaux.h
A libc/include/llvm-libc-types/Elf32_Verneed.h
A libc/include/llvm-libc-types/Elf32_Versym.h
A libc/include/llvm-libc-types/Elf32_Word.h
A libc/include/llvm-libc-types/Elf64_Addr.h
A libc/include/llvm-libc-types/Elf64_Chdr.h
A libc/include/llvm-libc-types/Elf64_Dyn.h
A libc/include/llvm-libc-types/Elf64_Ehdr.h
A libc/include/llvm-libc-types/Elf64_Half.h
A libc/include/llvm-libc-types/Elf64_Lword.h
A libc/include/llvm-libc-types/Elf64_Nhdr.h
A libc/include/llvm-libc-types/Elf64_Off.h
A libc/include/llvm-libc-types/Elf64_Phdr.h
A libc/include/llvm-libc-types/Elf64_Rel.h
A libc/include/llvm-libc-types/Elf64_Rela.h
A libc/include/llvm-libc-types/Elf64_Shdr.h
A libc/include/llvm-libc-types/Elf64_Sword.h
A libc/include/llvm-libc-types/Elf64_Sxword.h
A libc/include/llvm-libc-types/Elf64_Sym.h
A libc/include/llvm-libc-types/Elf64_Verdaux.h
A libc/include/llvm-libc-types/Elf64_Verdef.h
A libc/include/llvm-libc-types/Elf64_Vernaux.h
A libc/include/llvm-libc-types/Elf64_Verneed.h
A libc/include/llvm-libc-types/Elf64_Versym.h
A libc/include/llvm-libc-types/Elf64_Word.h
A libc/include/llvm-libc-types/Elf64_Xword.h
M libc/shared/math.h
A libc/shared/math/ilogbf16.h
A libc/shared/math/log.h
A libc/shared/math/sin.h
M libc/src/__support/GPU/allocator.cpp
M libc/src/__support/OSUtil/linux/CMakeLists.txt
M libc/src/__support/OSUtil/linux/vdso.cpp
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/ilogbf16.h
A libc/src/__support/math/log.h
A libc/src/__support/math/log_range_reduction.h
A libc/src/__support/math/sin.h
M libc/src/math/docs/add_math_function.md
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/ilogbf16.cpp
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log2.cpp
R libc/src/math/generic/log_range_reduction.h
M libc/src/math/generic/sin.cpp
M libc/startup/linux/CMakeLists.txt
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libclc/clc/lib/amdgcn/SOURCES
A libclc/clc/lib/amdgcn/math/clc_ldexp.cl
R libclc/clc/lib/amdgcn/math/clc_ldexp_override.cl
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_sqrt.cl
R libclc/clc/lib/amdgpu/math/clc_sqrt_fp64.cl
M libclc/clc/lib/r600/SOURCES
A libclc/clc/lib/r600/math/clc_rsqrt.cl
R libclc/clc/lib/r600/math/clc_rsqrt_override.cl
M libclc/cmake/modules/AddLibclc.cmake
M libcxx/.clang-format
M libcxx/docs/ImplementationDefinedBehavior.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/find_if.h
M libcxx/include/__config
M libcxx/include/__filesystem/path.h
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
M libcxx/include/__mdspan/layout_stride.h
M libcxx/include/__mdspan/mdspan.h
A libcxx/include/__memory/valid_range.h
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/monotonic_buffer_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
M libcxx/include/__memory_resource/synchronized_pool_resource.h
M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__utility/is_pointer_in_range.h
R libcxx/include/__utility/is_valid_range.h
M libcxx/include/any
M libcxx/include/fstream
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/scoped_allocator
M libcxx/include/streambuf
M libcxx/include/string
M libcxx/modules/std/optional.inc
M libcxx/src/experimental/tzdb.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/new.cpp
M libcxx/src/verbose_abort.cpp
M libcxx/test/benchmarks/algorithms/lexicographical_compare.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/bitset.bench.cpp
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
M libcxx/test/benchmarks/to_chars.bench.cpp
A libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/close.dont-get-rid-of-buffer.pass.cpp
A libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory_resource.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/class.path/lifetimebound.verify.cpp
M libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
M libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
M libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/allocator.adaptor/scoped_allocator.nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/is_valid_range.pass.cpp
A libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/variant/nodiscard.verify.cpp
R libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
M libcxx/test/support/MinSequenceContainer.h
M libcxx/utils/ci/docker/docker-compose.yml
M libcxx/utils/ci/images/libcxx_next_runners.txt
M libcxx/utils/ci/images/libcxx_runners.txt
M libcxxabi/src/stdlib_new_delete.cpp
M lld/MachO/Arch/ARM64Common.cpp
M lld/MachO/Arch/ARM64Common.h
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/BPSectionOrderer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/EhFrame.cpp
M lld/MachO/EhFrame.h
M lld/MachO/ICF.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MarkLive.cpp
M lld/MachO/ObjC.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/UnwindInfoSection.cpp
M lld/MachO/Writer.cpp
M lld/docs/ReleaseNotes.rst
M lld/test/ELF/loongarch-relax-align.s
M lld/test/ELF/loongarch-relax-emit-relocs.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12-got-symbols.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12.s
M lld/test/ELF/loongarch-relocatable-align.s
M lld/test/ELF/loongarch-tls-gd-edge-case.s
M lld/test/ELF/loongarch-tls-gd.s
M lld/test/ELF/loongarch-tls-ie.s
M lld/test/ELF/loongarch-tls-ld.s
M lld/test/ELF/loongarch-tlsdesc.s
M lldb/Maintainers.md
M lldb/docs/use/lldbdap.md
M lldb/include/lldb/API/SBSymbol.h
M lldb/include/lldb/API/SBValue.h
M lldb/include/lldb/Symbol/Symbol.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/lldb-defines.h
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/source/API/SBSymbol.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/Language/CPlusPlus/GenericList.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlVariant.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.h
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
M lldb/source/Plugins/Platform/WebAssembly/CMakeLists.txt
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.h
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.cpp
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Target/RegisterContextUnwind.cpp
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
M lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/TestDataFormatterStdVariant.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/main.cpp
M lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py
M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
M lldb/test/API/tools/lldb-dap/evaluate/main.cpp
M lldb/test/Shell/helper/toolchain.py
M lldb/tools/lldb-dap/Handler/RequestHandler.h
M lldb/tools/lldb-dap/JSONUtils.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M llvm/CMakeLists.txt
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/LangRef.rst
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/ADT/GenericUniformityImpl.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
M llvm/include/llvm/IR/BasicBlock.h
M llvm/include/llvm/IR/DebugInfoFlags.def
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/include/llvm/Support/AMDGPUAddrSpace.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/InterleavedRange.h
M llvm/include/llvm/Support/JSON.h
M llvm/include/llvm/Support/KnownBits.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
M llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/CodeGen/Analysis.cpp
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
M llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
M llvm/lib/DebugInfo/GSYM/LineTable.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/MC/MCInstPrinter.cpp
M llvm/lib/Support/JSON.cpp
M llvm/lib/Support/KnownBits.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
M llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64Processors.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.h
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb1InstrInfo.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/AVR/AVRISelLowering.h
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.h
M llvm/lib/Target/BPF/BPFInstrInfo.cpp
M llvm/lib/Target/BPF/BPFInstrInfo.h
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
M llvm/lib/Target/CSKY/CSKYInstrInfo.h
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
M llvm/lib/Target/MSP430/MSP430InstrInfo.h
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/lib/Target/Mips/MipsInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTX.td
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.h
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.h
M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
M llvm/lib/Target/Sparc/SparcInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86FixupInstTuning.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.h
M llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.h
M llvm/lib/TargetParser/Host.cpp
M llvm/lib/TargetParser/TargetParser.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
A llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/reducible-subgraph.ll
M llvm/test/Assembler/debug-info.ll
M llvm/test/Assembler/disubprogram.ll
M llvm/test/CodeGen/AArch64/arm64-addrmode.ll
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/test/CodeGen/AArch64/preserve_nonecc_varargs_darwin.ll
A llvm/test/CodeGen/AArch64/range-prefetch.ll
M llvm/test/CodeGen/AArch64/register-coalesce-update-subranges-remat.mir
A llvm/test/CodeGen/AArch64/seh-unreachable-loop.mir
A llvm/test/CodeGen/AArch64/stackaddress.ll
A llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/vector-extract-last-active.ll
A llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-debug-output-crash.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-ds-prefetch-pattern.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-opt.mir
A llvm/test/CodeGen/ARM/stackaddress.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
A llvm/test/CodeGen/LoongArch/lsx/issue174606.ll
A llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/tail-calls.ll
A llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
M llvm/test/CodeGen/NVPTX/convert-sm100a.ll
M llvm/test/CodeGen/NVPTX/convert-sm103a.ll
M llvm/test/CodeGen/NVPTX/f32-ex2.ll
M llvm/test/CodeGen/NVPTX/fexp2.ll
M llvm/test/CodeGen/NVPTX/flog2.ll
M llvm/test/CodeGen/NVPTX/i128.ll
M llvm/test/CodeGen/NVPTX/nvvm-reflect-arch-O0.ll
A llvm/test/CodeGen/NVPTX/ptx-version-validation.ll
M llvm/test/CodeGen/NVPTX/rsqrt.ll
M llvm/test/CodeGen/NVPTX/sm-version.ll
A llvm/test/CodeGen/NVPTX/stackaddress.ll
M llvm/test/CodeGen/NVPTX/surf-tex.py
R llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/PowerPC/compare-vector-with-zero.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/pr61315.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
M llvm/test/CodeGen/PowerPC/widen-vec-correctly-be.ll
M llvm/test/CodeGen/RISCV/attributes-qc.ll
A llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
M llvm/test/CodeGen/RISCV/make-compressible-xqci.mir
M llvm/test/CodeGen/RISCV/pr148084.ll
M llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
A llvm/test/CodeGen/RISCV/rda-liveins.mir
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/rvv-vtype-based-scheduler.ll
M llvm/test/CodeGen/RISCV/xqccmp-additional-stack.ll
M llvm/test/CodeGen/RISCV/xqccmp-callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/xqccmp-cm-popretz.mir
M llvm/test/CodeGen/RISCV/xqccmp-cm-push-pop.mir
M llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
M llvm/test/CodeGen/RISCV/xqccmp-with-float.ll
M llvm/test/CodeGen/RISCV/xqccmp_mvas_mvsa.mir
M llvm/test/CodeGen/RISCV/zdinx-spill.ll
A llvm/test/CodeGen/RISCV/zilsd-spill.ll
A llvm/test/CodeGen/SPARC/stackaddress.ll
A llvm/test/CodeGen/SPIRV/instructions/zext_sext_deduce_type.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-access.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-layout.ll
M llvm/test/CodeGen/SystemZ/fmuladd-soft-float.ll
M llvm/test/CodeGen/WebAssembly/memory-interleave.ll
M llvm/test/CodeGen/WebAssembly/simd-pr61780.ll
M llvm/test/CodeGen/X86/AMX/amx-greedy-ra.ll
M llvm/test/CodeGen/X86/apx/reloc.mir
M llvm/test/CodeGen/X86/avx512-ext.ll
M llvm/test/CodeGen/X86/avx512-insert-extract.ll
M llvm/test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fixup-bw-copy.mir
M llvm/test/CodeGen/X86/fixup-bw-inst.mir
M llvm/test/CodeGen/X86/fshl.ll
M llvm/test/CodeGen/X86/funnel-shift.ll
M llvm/test/CodeGen/X86/isint.ll
M llvm/test/CodeGen/X86/masked_compressstore.ll
M llvm/test/CodeGen/X86/masked_expandload.ll
M llvm/test/CodeGen/X86/masked_gather_scatter.ll
M llvm/test/CodeGen/X86/masked_gather_scatter_widen.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
M llvm/test/CodeGen/X86/pr162812.ll
A llvm/test/CodeGen/X86/pr174871.ll
M llvm/test/CodeGen/X86/pr77459.ll
M llvm/test/CodeGen/X86/pseudo-probe-desc-check.ll
M llvm/test/CodeGen/X86/select.ll
A llvm/test/CodeGen/X86/stackaddress.ll
M llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-fixup-bw-inst-subreb.mir
M llvm/test/DebugInfo/RISCV/relax_dwo_ranges.ll
M llvm/test/DebugInfo/X86/x86fixupsetcc-debug-instr-num.mir
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_zero_sized_symbols_with_show_addrs.s
A llvm/test/ExecutionEngine/JITLink/Generic/llvm-jitlink-option-show-addrs.test
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_call_pic.s
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_plt.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/atomic-fadd-insts.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-packed.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-unpacked.s
M llvm/test/MC/AMDGPU/cpol-err.s
M llvm/test/MC/AMDGPU/dl-insts-err.s
M llvm/test/MC/AMDGPU/dpp-err.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds.s
M llvm/test/MC/AMDGPU/ds_swizzle.s
M llvm/test/MC/AMDGPU/elf-header-cov.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-err.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx9.s
M llvm/test/MC/AMDGPU/expressions.s
M llvm/test/MC/AMDGPU/fixup64.s
M llvm/test/MC/AMDGPU/flat-gfx10.s
M llvm/test/MC/AMDGPU/flat-gfx9.s
M llvm/test/MC/AMDGPU/flat-global.s
M llvm/test/MC/AMDGPU/flat-scratch-instructions.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/flat-scratch.s
M llvm/test/MC/AMDGPU/flat.s
M llvm/test/MC/AMDGPU/fma-mix.s
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_sdwa.s
M llvm/test/MC/AMDGPU/gfx10_err_pos.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat_errs.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_wmma.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_ds.s
M llvm/test/MC/AMDGPU/gfx1250_asm_load_tr.s
M llvm/test/MC/AMDGPU/gfx1250_asm_operands.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_unsupported.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1250_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_global_load_tr.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w64.s
M llvm/test/MC/AMDGPU/gfx12_err.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_err_pos.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_err_pos.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx908_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_asm_features.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_asm_features.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_err_pos.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950-unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_err_pos.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/hsa-diag-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1250-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1251-v4.s
M llvm/test/MC/AMDGPU/hsa-sym-expr-failure.s
M llvm/test/MC/AMDGPU/invalid-instructions-spellcheck.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/isa-version-pal.s
M llvm/test/MC/AMDGPU/isa-version-unk.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct-gfx10.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literalv216-err.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/mad-mix.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-err.s
M llvm/test/MC/AMDGPU/mai-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx950-err.s
M llvm/test/MC/AMDGPU/mai-gfx950.s
M llvm/test/MC/AMDGPU/mai.s
M llvm/test/MC/AMDGPU/mcexpr_amd_err.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mtbuf-gfx10.s
M llvm/test/MC/AMDGPU/mtbuf.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/mubuf.s
M llvm/test/MC/AMDGPU/out-of-range-registers.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/reg-syntax-extra.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smem.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/smrd.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop1.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sop2.s
M llvm/test/MC/AMDGPU/sopc-err.s
M llvm/test/MC/AMDGPU/sopc.s
M llvm/test/MC/AMDGPU/sopk-err.s
M llvm/test/MC/AMDGPU/sopk.s
M llvm/test/MC/AMDGPU/sopp-err.s
M llvm/test/MC/AMDGPU/sopp.s
M llvm/test/MC/AMDGPU/trap.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop1.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop2.s
M llvm/test/MC/AMDGPU/vop3-convert.s
M llvm/test/MC/AMDGPU/vop3-errs.s
M llvm/test/MC/AMDGPU/vop3-gfx9.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3.s
M llvm/test/MC/AMDGPU/vop3p-err.s
M llvm/test/MC/AMDGPU/vop_dpp.s
M llvm/test/MC/AMDGPU/vop_sdwa.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/wave32.s
M llvm/test/MC/AMDGPU/writelane_m0.s
M llvm/test/MC/AMDGPU/xdl-insts-err.s
M llvm/test/MC/AMDGPU/xnack-mask.s
M llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_buffer_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/RISCV/xqccmp-invalid-rlist.txt
M llvm/test/MC/RISCV/rv32e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-valid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-valid.s
M llvm/test/MC/RISCV/rv64xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64xqccmp-valid.s
M llvm/test/Transforms/AggressiveInstCombine/X86/sqrt.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-nan-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-sqrt.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-negative-cases.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave32-optimizations.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave64-optimizations.ll
A llvm/test/Transforms/InstCombine/X86/x86-scalar-max-min.ll
M llvm/test/Transforms/InstCombine/and.ll
M llvm/test/Transforms/InstCombine/binop-cast.ll
M llvm/test/Transforms/InstCombine/conditional-negation.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fast-math.ll
M llvm/test/Transforms/InstCombine/saturating-add-sub.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fadd.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
M llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
M llvm/test/Transforms/InstCombine/umin_cttz_ctlz.ll
A llvm/test/Transforms/InstCombine/vector-reduce-add-known-bits.ll
M llvm/test/Transforms/InstCombine/xor-ashr.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/LoopVectorize/AArch64/check-prof-info.ll
M llvm/test/Transforms/LoopVectorize/AArch64/early_exit_costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
A llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-add-sdot-i16-i32.ll
A llvm/test/Transforms/LoopVectorize/RISCV/cse.ll
A llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction-rv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/scalable-tailfold.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/WebAssembly/memory-interleave.ll
A llvm/test/Transforms/LoopVectorize/X86/predicated-udiv.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var-width-4.ll
M llvm/test/Transforms/LoopVectorize/branch-weights.ll
M llvm/test/Transforms/LoopVectorize/epilog-vectorization-reductions.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-decreasing.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr43166-fold-tail-by-masking.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/udotabd.ll
M llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
A llvm/test/Transforms/VectorCombine/AMDGPU/combine-scalar-selects.ll
M llvm/test/Transforms/VectorCombine/X86/shuffle-of-fma-const.ll
A llvm/test/Verifier/AArch64/intrinsic-immarg.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/keep-label-name.test
A llvm/test/tools/dxil-dis/switch.ll
M llvm/test/tools/llvm-mca/AArch64/Cortex/A710-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-basic-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-bf16-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-complxnum-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fp16fml-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fptoint-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-i8mm-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-mte-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-neon-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-rcpc-immo-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vector-fp.s
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
M llvm/test/tools/llvm-profdata/sample-nametable.test
M llvm/test/tools/llvm-readobj/ELF/reloc-types-loongarch64.test
M llvm/tools/bugpoint-passes/CMakeLists.txt
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/LinkUtils.h
M llvm/tools/dsymutil/MachOUtils.cpp
M llvm/tools/dsymutil/MachOUtils.h
M llvm/tools/dsymutil/Options.td
M llvm/tools/dsymutil/dsymutil.cpp
M llvm/tools/llvm-config/llvm-config.cpp
M llvm/tools/llvm-dis/llvm-dis.cpp
M llvm/tools/llvm-exegesis/lib/Analysis.cpp
M llvm/tools/llvm-ir2vec/llvm-ir2vec.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
M llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp
M llvm/unittests/Analysis/ValueTrackingTest.cpp
M llvm/unittests/Object/ELFTest.cpp
M llvm/unittests/Support/KnownBitsTest.cpp
M llvm/unittests/TargetParser/Host.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
M llvm/unittests/Transforms/Utils/LoopUtilsTest.cpp
M llvm/utils/TableGen/CMakeLists.txt
M llvm/utils/TableGen/Common/CMakeLists.txt
R llvm/utils/TableGen/Common/DAGISelMatcher.cpp
R llvm/utils/TableGen/Common/DAGISelMatcher.h
M llvm/utils/TableGen/Common/PredicateExpander.cpp
M llvm/utils/TableGen/DAGISelEmitter.cpp
A llvm/utils/TableGen/DAGISelMatcher.cpp
A llvm/utils/TableGen/DAGISelMatcher.h
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
M llvm/utils/TableGen/DAGISelMatcherGen.cpp
M llvm/utils/TableGen/DAGISelMatcherOpt.cpp
M llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp
M llvm/utils/UpdateTestChecks/common.py
M llvm/utils/git-llvm-push
M llvm/utils/git/github-automation.py
A llvm/utils/git/ids-check-helper.py
M llvm/utils/git/requirements.txt
M llvm/utils/git/requirements.txt.in
M llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
M llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
M llvm/utils/gn/secondary/compiler-rt/test/asan/BUILD.gn
M llvm/utils/gn/secondary/libcxx/include/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/Common/BUILD.gn
M llvm/utils/gn/secondary/llvm/version.gni
M llvm/utils/lit/lit/__init__.py
M llvm/utils/lldbDataFormatters.py
M llvm/utils/mlgo-utils/mlgo/__init__.py
M llvm/utils/profcheck-xfail.txt
M llvm/utils/release/export.sh
M llvm/utils/release/github-upload-release.py
M mlir/cmake/modules/AddMLIRPython.cmake
M mlir/docs/Bindings/Python.md
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/include/mlir/Bindings/Python/IRAttributes.h
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/include/mlir/Bindings/Python/Nanobind.h
M mlir/include/mlir/Bindings/Python/NanobindUtils.h
M mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.h
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
M mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
A mlir/include/mlir/Dialect/Utils/VerificationUtils.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/include/mlir/Interfaces/LoopLikeInterface.td
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
M mlir/lib/Bindings/Python/DialectIRDL.cpp
M mlir/lib/Bindings/Python/DialectLLVM.cpp
M mlir/lib/Bindings/Python/DialectLinalg.cpp
M mlir/lib/Bindings/Python/DialectQuant.cpp
M mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
M mlir/lib/Bindings/Python/IRAffine.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Bindings/Python/IRTypes.cpp
M mlir/lib/Bindings/Python/Rewrite.cpp
M mlir/lib/Bindings/Python/TransformInterpreter.cpp
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
M mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
M mlir/lib/Dialect/Arith/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp
M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
M mlir/lib/Dialect/Shape/Transforms/OutlineShapeComputation.cpp
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/lib/Dialect/Utils/CMakeLists.txt
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
A mlir/lib/Dialect/Utils/VerificationUtils.cpp
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
M mlir/lib/Interfaces/LoopLikeInterface.cpp
M mlir/lib/Support/TypeID.cpp
M mlir/python/mlir/_mlir_libs/__init__.py
A mlir/test/Conversion/SCFToOpenMP/vector-reduction.mlir
M mlir/test/Dialect/AMDGPU/canonicalize.mlir
M mlir/test/Dialect/Arith/int-range-narrowing.mlir
M mlir/test/Dialect/Bufferization/invalid.mlir
M mlir/test/Dialect/GPU/invalid.mlir
M mlir/test/Dialect/MemRef/canonicalize.mlir
M mlir/test/Dialect/MemRef/invalid.mlir
M mlir/test/Dialect/MemRef/ops.mlir
M mlir/test/Dialect/SCF/canonicalize.mlir
M mlir/test/Dialect/SCF/invalid.mlir
M mlir/test/Dialect/Tensor/invalid.mlir
M mlir/test/Transforms/remove-dead-values.mlir
M mlir/test/python/dialects/python_test.py
M mlir/test/python/dialects/rocdl.py
M mlir/test/python/dialects/ub.py
M mlir/test/python/ir/attributes.py
M mlir/test/python/ir/operation.py
M mlir/test/python/ir/value.py
M mlir/test/python/lib/PythonTestModuleNanobind.cpp
M mlir/test/python/rewrite.py
M offload/include/Shared/Debug.h
M offload/include/Shared/EnvironmentVar.h
M offload/include/Shared/Profile.h
M offload/liboffload/API/Memory.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/common/include/MemoryManager.h
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/GlobalHandler.cpp
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
M offload/plugins-nextgen/host/dynamic_ffi/ffi.cpp
M offload/plugins-nextgen/host/src/rtl.cpp
M offload/plugins-nextgen/level_zero/include/L0Device.h
M offload/plugins-nextgen/level_zero/include/L0Trace.h
M offload/plugins-nextgen/level_zero/src/L0Context.cpp
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
M offload/plugins-nextgen/level_zero/src/L0DynWrapper.cpp
M offload/plugins-nextgen/level_zero/src/L0Kernel.cpp
M offload/plugins-nextgen/level_zero/src/L0Memory.cpp
M offload/plugins-nextgen/level_zero/src/L0Options.cpp
M offload/plugins-nextgen/level_zero/src/L0Plugin.cpp
M offload/plugins-nextgen/level_zero/src/L0Program.cpp
M offload/unittests/Conformance/lib/CMakeLists.txt
M offload/unittests/OffloadAPI/CMakeLists.txt
A offload/unittests/OffloadAPI/memory/olMemRegister.cpp
M openmp/cmake/modules/LibompHandleFlags.cmake
M openmp/runtime/CMakeLists.txt
M openmp/runtime/src/CMakeLists.txt
A openmp/runtime/test/Unit/lit.cfg.py
A openmp/runtime/test/Unit/lit.site.cfg.py.in
M openmp/runtime/test/lit.cfg
A openmp/runtime/unittests/CMakeLists.txt
A openmp/runtime/unittests/README.md
A openmp/runtime/unittests/String/CMakeLists.txt
A openmp/runtime/unittests/String/TestKmpStr.cpp
A orc-rt/Maintainers.md
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
M utils/bazel/llvm-project-overlay/compiler-rt/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Merge branch 'main' into users/chapuni/mcdc/nest/covgen
Commit: 50d112c396eaa326df316bc4b920fb721c0bc4f9
https://github.com/llvm/llvm-project/commit/50d112c396eaa326df316bc4b920fb721c0bc4f9
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
Log Message:
-----------
[MC/DC] Prune MCDCLogOpStack and use CGF.isMCDCDecisionExpr. NFC (#125410)
`MCDCLogOpStack` is used only for detection of the Decision root. It can
be detected with `MCDC::State::DecisionByStmt`.
Commit: 8722171013be0abb37e81c6d8e58b86f3e3a3de6
https://github.com/llvm/llvm-project/commit/8722171013be0abb37e81c6d8e58b86f3e3a3de6
Author: David Green <david.green at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/CodeGen/AArch64/load-store-forwarding.ll
Log Message:
-----------
[AArch64][GlobalISel] Add GISel test coverage for load-store-forwarding.ll. NFC
Commit: 125d24af767e11c4f4730f9e9f72aee2dbecec49
https://github.com/llvm/llvm-project/commit/125d24af767e11c4f4730f9e9f72aee2dbecec49
Author: Lucas Ramirez <11032120+lucas-rami at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
Log Message:
-----------
[AMDGPU][Scheduler] Fix compile failure due to const/sort interaction (#175755)
On some configurations sorting `ScoredRemat` objects which contains
const members causes a compile failure due to impossibility of
swapping/moving objects. The problem was introduced in #175050.
This removes const from those fields to address the issue. The design
will soon change anyway to not rely on sorting objects of this type, and
consts were only here for semantic clarity.
Commit: 0055129eb5937fdd335c6bbde19d8eae8dc2c1fd
https://github.com/llvm/llvm-project/commit/0055129eb5937fdd335c6bbde19d8eae8dc2c1fd
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M flang-rt/cmake/modules/HandleLibs.cmake
Log Message:
-----------
[flang-rt] Fix unused flag warning when compiling for the GPU (#175643)
Summary:
Because we link the `cxx` target directly we do not need to use this
flag, that's also why we pass `-nostdinc++` which makes this an unused
command line flag, hence the warning.
Commit: a33654b60bb795dc54fecf6a549382fbc1b6f015
https://github.com/llvm/llvm-project/commit/a33654b60bb795dc54fecf6a549382fbc1b6f015
Author: Rose Hudson <rose.hudson at sony.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A llvm/test/Transforms/SampleProfile/Inputs/fn-alias.prof
A llvm/test/Transforms/SampleProfile/fn-alias.ll
Log Message:
-----------
[SampleProf] test that calls to function aliases get profile info (#169355)
When a call is made to a function alias, in
SampleProfileLoader::generateMDProfMetadata we look up the actual call
target name in the profile to resolve the alias, in the same way as we
do for indirect calls. Add a test for this so we don't lose profile info
on these calls some day.
Commit: 793d9c91f23dd0139c0308a05afaf73c48166d10
https://github.com/llvm/llvm-project/commit/793d9c91f23dd0139c0308a05afaf73c48166d10
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M flang-rt/CMakeLists.txt
Log Message:
-----------
[flang-rt] Disable testing support for the GPU cross build (#175583)
Summary:
We're starting to provide the GPU version of the Fortran runtime with
the GPU cross-build semantics. This does not support tests right now but
will attempt to build the unit tests and fail to find gtest for the GPU.
Disable this for now so it can build.
Commit: c6013a196611f88672537961c8cc90237f353dad
https://github.com/llvm/llvm-project/commit/c6013a196611f88672537961c8cc90237f353dad
Author: Abhinav Pradeep <abhinav.pradeep at oracle.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/Loans.h
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/Loans.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
Log Message:
-----------
[LifetimeSafety] Add support for tracking non-trivially destructed temporary objects (#172007)
Add support for tracking loans to temporary materializations that
require non-trivial destructors. We only support non-trivially
destructed temporaries as they have a nice end-of-life marker via the
`CFGTemporaryDtor`.
This small PR introduces the following changes:
1. AccessPaths can now also represent `MaterializeTemporaryExpr *` via
`llvm::PointerUnion`
3. `FactsGenerator::VisitMaterializeTemporaryExpr` now checks to see if
the temporary materialization is such that it requires a non-trivial
destructor (by checking for a child `CXXBindTemporaryExpr` node when all
implicit casts are stripped away), and if so: creates a Loan whose
AccessPath is a pointer to that `MaterializeTemporaryExpr`, and issues
it to the origin represented by the `MaterializeTemporaryExpr` node we
were called on. When we cannot find a child `CXXBindTemporaryExpr`, we
fall-back to an `OriginFlow` as before.
4. `FactsGenerator::handleTemporaryDtor` is called from
`FactsGenerator::run` when it encounters a `CFGTemporaryDtor`. It then
issues an `ExpireFact` for loan to the corresponding destructed
temporary by matching on `CXXBindTemporaryExpr *`
5. Unit tests are extended via the matcher `HasLoanToATemporary` which
can check if an origin has a loan to at least 1 temporary. This is done
as we are not nicely and reproducibly able to uniquely identify a loan
with `AccessPath` `MaterializeTemporaryExpr *`, so we settle for
checking the presence of at least a loan to a temporary.
6. A lit test is added for the case where an already destructed
temporary is used.
Addresses: [#152514](https://github.com/llvm/llvm-project/issues/152514)
Commit: cad13b0c0d95fc3d4dcf935f89beba1767c2207e
https://github.com/llvm/llvm-project/commit/cad13b0c0d95fc3d4dcf935f89beba1767c2207e
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .ci/compute_projects.py
M .github/workflows/commit-access-review.yml
A .github/workflows/commit-create-issue.py
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .github/workflows/get-llvm-version/action.yml
A .github/workflows/ids-check.yml
M .github/workflows/issue-write.yml
M .github/workflows/release-binaries.yml
M .github/workflows/release-sources.yml
M .github/workflows/release-tasks.yml
M .gitignore
M bolt/lib/Core/DebugNames.cpp
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
A clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers-constinit.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers.hpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/docs/LanguageExtensions.rst
M clang/docs/ReleaseNotes.rst
M clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAArch64.def
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsX86.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/Cuda.h
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CodeGen/ModuleBuilder.h
A clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Program.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AMDGPU.h
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/NVPTX.h
M clang/lib/Basic/Targets/RISCV.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/lib/CodeGen/ModuleBuilder.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/CodeGen/TargetBuiltins/X86.cpp
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/Flang.cpp
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/lib/Frontend/ModuleDependencyCollector.cpp
M clang/lib/Headers/arm_acle.h
M clang/lib/Headers/avx512fintrin.h
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/lib/Headers/avx512vlintrin.h
M clang/lib/Headers/avxintrin.h
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/xmmintrin.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.h
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaARM.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Tooling/Tooling.cpp
M clang/test/AST/ByteCode/builtins.cpp
M clang/test/AST/ByteCode/c.c
M clang/test/AST/ByteCode/codegen.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/invalid.cpp
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-templates.cpp
M clang/test/CIR/CodeGen/basic.c
M clang/test/CIR/CodeGen/basic.cpp
M clang/test/CIR/CodeGen/bitfields_be.c
M clang/test/CIR/CodeGen/goto.cpp
M clang/test/CIR/CodeGen/pointers.cpp
M clang/test/CIR/CodeGen/switch.cpp
M clang/test/CIR/CodeGen/ternary.cpp
A clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
M clang/test/CIR/Lowering/goto.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CXX/temp/temp.pre/p6.cpp
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
A clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
M clang/test/CodeGen/RISCV/bitint.c
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
M clang/test/CodeGen/X86/keylocker.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
M clang/test/CodeGen/arm_acle.c
A clang/test/CodeGen/builtin-stackaddress.c
M clang/test/CodeGen/builtins-arm64.c
M clang/test/CodeGen/builtins-nvptx-ptx60.cu
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/ext-int-cc.c
M clang/test/CodeGen/nvptx_attributes.c
M clang/test/CodeGenCUDA/convergent.cu
A clang/test/CodeGenCXX/builtin-stackaddress.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx908.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx942.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx950.hip
M clang/test/CodeGenHLSL/BoolMatrix.hlsl
M clang/test/CodeGenOpenCL/amdgpu-cluster-dims.cl
M clang/test/CodeGenOpenCL/amdgpu-features.cl
M clang/test/CodeGenSYCL/kernel-caller-entry-point.cpp
M clang/test/Driver/aarch64-mcpu.c
M clang/test/Driver/crash-ir-repro.cpp
A clang/test/Driver/cuda-arch-list.cu
M clang/test/Driver/loongarch-relax-features.c
A clang/test/Driver/print-enabled-extensions/aarch64-ampere1c.c
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Driver/ps5-linker.c
M clang/test/Misc/target-invalid-cpu-note/aarch64.c
M clang/test/Parser/MicrosoftExtensions.c
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Sema/builtin-stackaddress.c
M clang/test/Sema/builtins-arm64.c
M clang/test/Sema/constexpr.c
M clang/test/Sema/spirv-address-space.c
M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/attr-lifetimebound.cpp
M clang/test/SemaCXX/cxx11-attr-print.cpp
R clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
M clang/test/SemaTemplate/deduction.cpp
M clang/tools/clang-import-test/clang-import-test.cpp
M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/CodeGen/TestCompiler.h
M clang/unittests/Format/TokenAnnotatorTest.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
M clang/unittests/Tooling/ToolingTest.cpp
M cmake/Modules/LLVMVersion.cmake
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
M flang-rt/lib/runtime/sum.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang/docs/Aliasing.md
M flang/docs/Extensions.md
M flang/docs/ReleaseNotes.md
M flang/include/flang/Evaluate/complex.h
M flang/include/flang/Evaluate/real.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Semantics/expression.h
M flang/lib/Evaluate/complex.cpp
M flang/lib/Evaluate/fold-matmul.h
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/fold-reduction.h
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
M flang/test/Driver/unsafe-cray-pointers.f90
A flang/test/Evaluate/bug89528.f90
M flang/test/Fir/convert-to-llvm.fir
A flang/test/Integration/select-case-pointer-assign.f90
A flang/test/Lower/CUDA/cuda-gpu-managed.cuf
M flang/test/Lower/Intrinsics/show_descriptor.f90
R flang/test/Lower/OpenACC/Todo/acc-cache.f90
A flang/test/Lower/OpenACC/acc-cache.f90
M flang/test/Lower/OpenMP/target_cpu_features.f90
M flang/test/Lower/array-elemental-subroutines.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/array-expression-slice-2.f90
M flang/test/Lower/array-expression-subscript.f90
M flang/test/Lower/array-substring.f90
M flang/test/Semantics/OpenACC/acc-cache-validity.f90
M flang/test/Semantics/OpenMP/cray-pointer-usage.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
M flang/test/Semantics/OpenMP/linear-iter.f90
A flang/test/Semantics/OpenMP/simd-linear-array.f90
A flang/test/Semantics/bug175207.f90
A flang/test/Semantics/modfile82.f90
M flang/test/Transforms/tbaa-cray-pointer.fir
M flang/tools/bbc/bbc.cpp
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/baremetal/aarch64/headers.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/headers.txt
M libc/hdr/CMakeLists.txt
A libc/hdr/elf_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/Elf32_Addr.h
A libc/hdr/types/Elf32_Chdr.h
A libc/hdr/types/Elf32_Dyn.h
A libc/hdr/types/Elf32_Ehdr.h
A libc/hdr/types/Elf32_Half.h
A libc/hdr/types/Elf32_Lword.h
A libc/hdr/types/Elf32_Nhdr.h
A libc/hdr/types/Elf32_Off.h
A libc/hdr/types/Elf32_Phdr.h
A libc/hdr/types/Elf32_Rel.h
A libc/hdr/types/Elf32_Rela.h
A libc/hdr/types/Elf32_Shdr.h
A libc/hdr/types/Elf32_Sword.h
A libc/hdr/types/Elf32_Sym.h
A libc/hdr/types/Elf32_Verdaux.h
A libc/hdr/types/Elf32_Verdef.h
A libc/hdr/types/Elf32_Vernaux.h
A libc/hdr/types/Elf32_Verneed.h
A libc/hdr/types/Elf32_Versym.h
A libc/hdr/types/Elf32_Word.h
A libc/hdr/types/Elf64_Addr.h
A libc/hdr/types/Elf64_Chdr.h
A libc/hdr/types/Elf64_Dyn.h
A libc/hdr/types/Elf64_Ehdr.h
A libc/hdr/types/Elf64_Half.h
A libc/hdr/types/Elf64_Lword.h
A libc/hdr/types/Elf64_Nhdr.h
A libc/hdr/types/Elf64_Off.h
A libc/hdr/types/Elf64_Phdr.h
A libc/hdr/types/Elf64_Rel.h
A libc/hdr/types/Elf64_Rela.h
A libc/hdr/types/Elf64_Shdr.h
A libc/hdr/types/Elf64_Sword.h
A libc/hdr/types/Elf64_Sxword.h
A libc/hdr/types/Elf64_Sym.h
A libc/hdr/types/Elf64_Verdaux.h
A libc/hdr/types/Elf64_Verdef.h
A libc/hdr/types/Elf64_Vernaux.h
A libc/hdr/types/Elf64_Verneed.h
A libc/hdr/types/Elf64_Versym.h
A libc/hdr/types/Elf64_Word.h
A libc/hdr/types/Elf64_Xword.h
M libc/include/CMakeLists.txt
M libc/include/elf.yaml
A libc/include/link.h.def
M libc/include/link.yaml
M libc/include/llvm-libc-macros/elf-macros.h
M libc/include/llvm-libc-macros/link-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/Elf32_Addr.h
A libc/include/llvm-libc-types/Elf32_Chdr.h
A libc/include/llvm-libc-types/Elf32_Dyn.h
A libc/include/llvm-libc-types/Elf32_Ehdr.h
A libc/include/llvm-libc-types/Elf32_Half.h
A libc/include/llvm-libc-types/Elf32_Lword.h
A libc/include/llvm-libc-types/Elf32_Nhdr.h
A libc/include/llvm-libc-types/Elf32_Off.h
A libc/include/llvm-libc-types/Elf32_Phdr.h
A libc/include/llvm-libc-types/Elf32_Rel.h
A libc/include/llvm-libc-types/Elf32_Rela.h
A libc/include/llvm-libc-types/Elf32_Shdr.h
A libc/include/llvm-libc-types/Elf32_Sword.h
A libc/include/llvm-libc-types/Elf32_Sym.h
A libc/include/llvm-libc-types/Elf32_Verdaux.h
A libc/include/llvm-libc-types/Elf32_Verdef.h
A libc/include/llvm-libc-types/Elf32_Vernaux.h
A libc/include/llvm-libc-types/Elf32_Verneed.h
A libc/include/llvm-libc-types/Elf32_Versym.h
A libc/include/llvm-libc-types/Elf32_Word.h
A libc/include/llvm-libc-types/Elf64_Addr.h
A libc/include/llvm-libc-types/Elf64_Chdr.h
A libc/include/llvm-libc-types/Elf64_Dyn.h
A libc/include/llvm-libc-types/Elf64_Ehdr.h
A libc/include/llvm-libc-types/Elf64_Half.h
A libc/include/llvm-libc-types/Elf64_Lword.h
A libc/include/llvm-libc-types/Elf64_Nhdr.h
A libc/include/llvm-libc-types/Elf64_Off.h
A libc/include/llvm-libc-types/Elf64_Phdr.h
A libc/include/llvm-libc-types/Elf64_Rel.h
A libc/include/llvm-libc-types/Elf64_Rela.h
A libc/include/llvm-libc-types/Elf64_Shdr.h
A libc/include/llvm-libc-types/Elf64_Sword.h
A libc/include/llvm-libc-types/Elf64_Sxword.h
A libc/include/llvm-libc-types/Elf64_Sym.h
A libc/include/llvm-libc-types/Elf64_Verdaux.h
A libc/include/llvm-libc-types/Elf64_Verdef.h
A libc/include/llvm-libc-types/Elf64_Vernaux.h
A libc/include/llvm-libc-types/Elf64_Verneed.h
A libc/include/llvm-libc-types/Elf64_Versym.h
A libc/include/llvm-libc-types/Elf64_Word.h
A libc/include/llvm-libc-types/Elf64_Xword.h
M libc/shared/math.h
A libc/shared/math/ilogbf16.h
A libc/shared/math/log.h
A libc/shared/math/sin.h
M libc/src/__support/GPU/allocator.cpp
M libc/src/__support/OSUtil/linux/CMakeLists.txt
M libc/src/__support/OSUtil/linux/vdso.cpp
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/ilogbf16.h
A libc/src/__support/math/log.h
A libc/src/__support/math/log_range_reduction.h
A libc/src/__support/math/sin.h
M libc/src/math/docs/add_math_function.md
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/ilogbf16.cpp
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log2.cpp
R libc/src/math/generic/log_range_reduction.h
M libc/src/math/generic/sin.cpp
M libc/startup/linux/CMakeLists.txt
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libclc/clc/lib/amdgcn/SOURCES
A libclc/clc/lib/amdgcn/math/clc_ldexp.cl
R libclc/clc/lib/amdgcn/math/clc_ldexp_override.cl
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_sqrt.cl
R libclc/clc/lib/amdgpu/math/clc_sqrt_fp64.cl
M libclc/clc/lib/r600/SOURCES
A libclc/clc/lib/r600/math/clc_rsqrt.cl
R libclc/clc/lib/r600/math/clc_rsqrt_override.cl
M libclc/cmake/modules/AddLibclc.cmake
M libcxx/.clang-format
M libcxx/docs/ImplementationDefinedBehavior.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/find_if.h
M libcxx/include/__config
M libcxx/include/__filesystem/path.h
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
M libcxx/include/__mdspan/layout_stride.h
M libcxx/include/__mdspan/mdspan.h
A libcxx/include/__memory/valid_range.h
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/monotonic_buffer_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
M libcxx/include/__memory_resource/synchronized_pool_resource.h
M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__utility/is_pointer_in_range.h
R libcxx/include/__utility/is_valid_range.h
M libcxx/include/any
M libcxx/include/fstream
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/scoped_allocator
M libcxx/include/streambuf
M libcxx/include/string
M libcxx/modules/std/optional.inc
M libcxx/src/experimental/tzdb.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/new.cpp
M libcxx/src/verbose_abort.cpp
M libcxx/test/benchmarks/algorithms/lexicographical_compare.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/bitset.bench.cpp
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
M libcxx/test/benchmarks/to_chars.bench.cpp
A libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/close.dont-get-rid-of-buffer.pass.cpp
A libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory_resource.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/class.path/lifetimebound.verify.cpp
M libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
M libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
M libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/allocator.adaptor/scoped_allocator.nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/is_valid_range.pass.cpp
A libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/variant/nodiscard.verify.cpp
R libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
M libcxx/test/support/MinSequenceContainer.h
M libcxx/utils/ci/docker/docker-compose.yml
M libcxx/utils/ci/images/libcxx_next_runners.txt
M libcxx/utils/ci/images/libcxx_runners.txt
M libcxxabi/src/stdlib_new_delete.cpp
M lld/MachO/Arch/ARM64Common.cpp
M lld/MachO/Arch/ARM64Common.h
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/BPSectionOrderer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/EhFrame.cpp
M lld/MachO/EhFrame.h
M lld/MachO/ICF.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MarkLive.cpp
M lld/MachO/ObjC.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/UnwindInfoSection.cpp
M lld/MachO/Writer.cpp
M lld/docs/ReleaseNotes.rst
M lld/test/ELF/loongarch-relax-align.s
M lld/test/ELF/loongarch-relax-emit-relocs.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12-got-symbols.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12.s
M lld/test/ELF/loongarch-relocatable-align.s
M lld/test/ELF/loongarch-tls-gd-edge-case.s
M lld/test/ELF/loongarch-tls-gd.s
M lld/test/ELF/loongarch-tls-ie.s
M lld/test/ELF/loongarch-tls-ld.s
M lld/test/ELF/loongarch-tlsdesc.s
M lldb/Maintainers.md
M lldb/docs/use/lldbdap.md
M lldb/include/lldb/API/SBSymbol.h
M lldb/include/lldb/API/SBValue.h
M lldb/include/lldb/Symbol/Symbol.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/lldb-defines.h
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
M lldb/source/API/SBSymbol.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/Language/CPlusPlus/GenericList.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlVariant.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.h
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
M lldb/source/Plugins/Platform/WebAssembly/CMakeLists.txt
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.h
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.cpp
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Target/RegisterContextUnwind.cpp
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
M lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/TestDataFormatterStdVariant.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/main.cpp
M lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py
M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
M lldb/test/API/tools/lldb-dap/evaluate/main.cpp
A lldb/test/API/tools/lldb-dap/launch/io/Makefile
A lldb/test/API/tools/lldb-dap/launch/io/TestDAP_launch_io.py
A lldb/test/API/tools/lldb-dap/launch/io/main.cpp
M lldb/test/Shell/helper/toolchain.py
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
M lldb/tools/lldb-dap/JSONUtils.cpp
M lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
M lldb/tools/lldb-dap/README.md
M lldb/tools/lldb-dap/extension/package.json
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M llvm/CMakeLists.txt
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/LangRef.rst
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/ADT/GenericUniformityImpl.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
M llvm/include/llvm/IR/BasicBlock.h
M llvm/include/llvm/IR/DebugInfoFlags.def
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/include/llvm/Support/AMDGPUAddrSpace.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/InterleavedRange.h
M llvm/include/llvm/Support/JSON.h
M llvm/include/llvm/Support/KnownBits.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
M llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/CodeGen/Analysis.cpp
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
M llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
M llvm/lib/DebugInfo/GSYM/LineTable.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/MC/MCInstPrinter.cpp
M llvm/lib/Support/JSON.cpp
M llvm/lib/Support/KnownBits.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
M llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64Processors.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.h
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb1InstrInfo.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/AVR/AVRISelLowering.h
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.h
M llvm/lib/Target/BPF/BPFInstrInfo.cpp
M llvm/lib/Target/BPF/BPFInstrInfo.h
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
M llvm/lib/Target/CSKY/CSKYInstrInfo.h
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
M llvm/lib/Target/MSP430/MSP430InstrInfo.h
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/lib/Target/Mips/MipsInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTX.td
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
A llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.h
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.h
M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
M llvm/lib/Target/Sparc/SparcInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86FixupInstTuning.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.h
M llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.h
M llvm/lib/TargetParser/Host.cpp
M llvm/lib/TargetParser/TargetParser.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
A llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/reducible-subgraph.ll
M llvm/test/Assembler/debug-info.ll
M llvm/test/Assembler/disubprogram.ll
M llvm/test/CodeGen/AArch64/arm64-addrmode.ll
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/test/CodeGen/AArch64/preserve_nonecc_varargs_darwin.ll
A llvm/test/CodeGen/AArch64/range-prefetch.ll
M llvm/test/CodeGen/AArch64/register-coalesce-update-subranges-remat.mir
A llvm/test/CodeGen/AArch64/seh-unreachable-loop.mir
A llvm/test/CodeGen/AArch64/stackaddress.ll
A llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/vector-extract-last-active.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll
A llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
A llvm/test/CodeGen/AMDGPU/machine-scheduler-rematerialization-scoring.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-attr.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-debug.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats.mir
M llvm/test/CodeGen/AMDGPU/mfma-loop.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-debug-output-crash.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-ds-prefetch-pattern.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-opt.mir
A llvm/test/CodeGen/ARM/stackaddress.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
A llvm/test/CodeGen/LoongArch/lsx/issue174606.ll
A llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/tail-calls.ll
A llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
M llvm/test/CodeGen/NVPTX/convert-sm100a.ll
M llvm/test/CodeGen/NVPTX/convert-sm103a.ll
M llvm/test/CodeGen/NVPTX/f32-ex2.ll
M llvm/test/CodeGen/NVPTX/fexp2.ll
M llvm/test/CodeGen/NVPTX/flog2.ll
M llvm/test/CodeGen/NVPTX/i128.ll
M llvm/test/CodeGen/NVPTX/nvvm-reflect-arch-O0.ll
A llvm/test/CodeGen/NVPTX/ptx-version-validation.ll
M llvm/test/CodeGen/NVPTX/rsqrt.ll
M llvm/test/CodeGen/NVPTX/sm-version.ll
A llvm/test/CodeGen/NVPTX/stackaddress.ll
M llvm/test/CodeGen/NVPTX/surf-tex.py
R llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/PowerPC/compare-vector-with-zero.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/pr61315.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
M llvm/test/CodeGen/PowerPC/widen-vec-correctly-be.ll
M llvm/test/CodeGen/RISCV/attributes-qc.ll
A llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
M llvm/test/CodeGen/RISCV/make-compressible-xqci.mir
M llvm/test/CodeGen/RISCV/pr148084.ll
M llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
A llvm/test/CodeGen/RISCV/rda-liveins.mir
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvv/rvv-vtype-based-scheduler.ll
M llvm/test/CodeGen/RISCV/xqccmp-additional-stack.ll
M llvm/test/CodeGen/RISCV/xqccmp-callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/xqccmp-cm-popretz.mir
M llvm/test/CodeGen/RISCV/xqccmp-cm-push-pop.mir
M llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
M llvm/test/CodeGen/RISCV/xqccmp-with-float.ll
M llvm/test/CodeGen/RISCV/xqccmp_mvas_mvsa.mir
M llvm/test/CodeGen/RISCV/zdinx-spill.ll
A llvm/test/CodeGen/RISCV/zilsd-spill.ll
A llvm/test/CodeGen/SPARC/stackaddress.ll
A llvm/test/CodeGen/SPIRV/instructions/zext_sext_deduce_type.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-access.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-layout.ll
M llvm/test/CodeGen/SystemZ/fmuladd-soft-float.ll
M llvm/test/CodeGen/WebAssembly/memory-interleave.ll
M llvm/test/CodeGen/WebAssembly/simd-pr61780.ll
M llvm/test/CodeGen/X86/AMX/amx-greedy-ra.ll
M llvm/test/CodeGen/X86/apx/reloc.mir
M llvm/test/CodeGen/X86/avx512-ext.ll
M llvm/test/CodeGen/X86/avx512-insert-extract.ll
M llvm/test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fixup-bw-copy.mir
M llvm/test/CodeGen/X86/fixup-bw-inst.mir
M llvm/test/CodeGen/X86/fshl.ll
M llvm/test/CodeGen/X86/funnel-shift.ll
M llvm/test/CodeGen/X86/isint.ll
M llvm/test/CodeGen/X86/masked_compressstore.ll
M llvm/test/CodeGen/X86/masked_expandload.ll
M llvm/test/CodeGen/X86/masked_gather.ll
M llvm/test/CodeGen/X86/masked_gather_scatter.ll
M llvm/test/CodeGen/X86/masked_gather_scatter_widen.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
M llvm/test/CodeGen/X86/pr162812.ll
A llvm/test/CodeGen/X86/pr174871.ll
M llvm/test/CodeGen/X86/pr77459.ll
M llvm/test/CodeGen/X86/pseudo-probe-desc-check.ll
M llvm/test/CodeGen/X86/select.ll
A llvm/test/CodeGen/X86/stackaddress.ll
M llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
A llvm/test/DebugInfo/LoongArch/relax_dwo_ranges.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-fixup-bw-inst-subreb.mir
M llvm/test/DebugInfo/RISCV/relax_dwo_ranges.ll
M llvm/test/DebugInfo/X86/x86fixupsetcc-debug-instr-num.mir
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_zero_sized_symbols_with_show_addrs.s
A llvm/test/ExecutionEngine/JITLink/Generic/llvm-jitlink-option-show-addrs.test
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_call_pic.s
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_plt.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/atomic-fadd-insts.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-packed.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-unpacked.s
M llvm/test/MC/AMDGPU/cpol-err.s
M llvm/test/MC/AMDGPU/dl-insts-err.s
M llvm/test/MC/AMDGPU/dpp-err.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds.s
M llvm/test/MC/AMDGPU/ds_swizzle.s
M llvm/test/MC/AMDGPU/elf-header-cov.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-err.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx9.s
M llvm/test/MC/AMDGPU/expressions.s
M llvm/test/MC/AMDGPU/fixup64.s
M llvm/test/MC/AMDGPU/flat-gfx10.s
M llvm/test/MC/AMDGPU/flat-gfx9.s
M llvm/test/MC/AMDGPU/flat-global.s
M llvm/test/MC/AMDGPU/flat-scratch-instructions.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/flat-scratch.s
M llvm/test/MC/AMDGPU/flat.s
M llvm/test/MC/AMDGPU/fma-mix.s
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_sdwa.s
M llvm/test/MC/AMDGPU/gfx10_err_pos.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat_errs.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_wmma.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_ds.s
M llvm/test/MC/AMDGPU/gfx1250_asm_load_tr.s
M llvm/test/MC/AMDGPU/gfx1250_asm_operands.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_unsupported.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1250_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_global_load_tr.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w64.s
M llvm/test/MC/AMDGPU/gfx12_err.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_err_pos.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_err_pos.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx908_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_asm_features.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_asm_features.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_err_pos.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950-unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_err_pos.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/hsa-diag-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1250-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1251-v4.s
M llvm/test/MC/AMDGPU/hsa-sym-expr-failure.s
M llvm/test/MC/AMDGPU/invalid-instructions-spellcheck.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/isa-version-pal.s
M llvm/test/MC/AMDGPU/isa-version-unk.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct-gfx10.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literalv216-err.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/mad-mix.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-err.s
M llvm/test/MC/AMDGPU/mai-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx950-err.s
M llvm/test/MC/AMDGPU/mai-gfx950.s
M llvm/test/MC/AMDGPU/mai.s
M llvm/test/MC/AMDGPU/mcexpr_amd_err.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mtbuf-gfx10.s
M llvm/test/MC/AMDGPU/mtbuf.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/mubuf.s
M llvm/test/MC/AMDGPU/out-of-range-registers.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/reg-syntax-extra.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smem.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/smrd.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop1.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sop2.s
M llvm/test/MC/AMDGPU/sopc-err.s
M llvm/test/MC/AMDGPU/sopc.s
M llvm/test/MC/AMDGPU/sopk-err.s
M llvm/test/MC/AMDGPU/sopk.s
M llvm/test/MC/AMDGPU/sopp-err.s
M llvm/test/MC/AMDGPU/sopp.s
M llvm/test/MC/AMDGPU/trap.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop1.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop2.s
M llvm/test/MC/AMDGPU/vop3-convert.s
M llvm/test/MC/AMDGPU/vop3-errs.s
M llvm/test/MC/AMDGPU/vop3-gfx9.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3.s
M llvm/test/MC/AMDGPU/vop3p-err.s
M llvm/test/MC/AMDGPU/vop_dpp.s
M llvm/test/MC/AMDGPU/vop_sdwa.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/wave32.s
M llvm/test/MC/AMDGPU/writelane_m0.s
M llvm/test/MC/AMDGPU/xdl-insts-err.s
M llvm/test/MC/AMDGPU/xnack-mask.s
M llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_buffer_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/RISCV/xqccmp-invalid-rlist.txt
M llvm/test/MC/RISCV/rv32e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-valid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-valid.s
M llvm/test/MC/RISCV/rv64xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64xqccmp-valid.s
M llvm/test/Transforms/AggressiveInstCombine/X86/sqrt.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-nan-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-sqrt.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-negative-cases.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave32-optimizations.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave64-optimizations.ll
A llvm/test/Transforms/InstCombine/X86/x86-scalar-max-min.ll
M llvm/test/Transforms/InstCombine/and.ll
M llvm/test/Transforms/InstCombine/binop-cast.ll
M llvm/test/Transforms/InstCombine/conditional-negation.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fast-math.ll
M llvm/test/Transforms/InstCombine/saturating-add-sub.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fadd.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
M llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
M llvm/test/Transforms/InstCombine/umin_cttz_ctlz.ll
A llvm/test/Transforms/InstCombine/vector-reduce-add-known-bits.ll
M llvm/test/Transforms/InstCombine/xor-ashr.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/LoopVectorize/AArch64/check-prof-info.ll
M llvm/test/Transforms/LoopVectorize/AArch64/early_exit_costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
A llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-add-sdot-i16-i32.ll
A llvm/test/Transforms/LoopVectorize/RISCV/cse.ll
A llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction-rv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/scalable-tailfold.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/WebAssembly/memory-interleave.ll
A llvm/test/Transforms/LoopVectorize/X86/predicated-udiv.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var-width-4.ll
M llvm/test/Transforms/LoopVectorize/branch-weights.ll
M llvm/test/Transforms/LoopVectorize/epilog-vectorization-reductions.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-decreasing.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/pr43166-fold-tail-by-masking.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/udotabd.ll
M llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
A llvm/test/Transforms/VectorCombine/AMDGPU/combine-scalar-selects.ll
M llvm/test/Transforms/VectorCombine/X86/shuffle-of-fma-const.ll
A llvm/test/Verifier/AArch64/intrinsic-immarg.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/keep-label-name.test
A llvm/test/tools/dxil-dis/switch.ll
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
M llvm/test/tools/llvm-mca/AArch64/Cortex/A710-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-basic-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-bf16-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-complxnum-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fp16fml-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fptoint-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-i8mm-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-mte-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-neon-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-rcpc-immo-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vector-fp.s
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
M llvm/test/tools/llvm-profdata/sample-nametable.test
M llvm/test/tools/llvm-readobj/ELF/reloc-types-loongarch64.test
M llvm/tools/bugpoint-passes/CMakeLists.txt
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/LinkUtils.h
M llvm/tools/dsymutil/MachOUtils.cpp
M llvm/tools/dsymutil/MachOUtils.h
M llvm/tools/dsymutil/Options.td
M llvm/tools/dsymutil/dsymutil.cpp
M llvm/tools/llvm-config/llvm-config.cpp
M llvm/tools/llvm-dis/llvm-dis.cpp
M llvm/tools/llvm-exegesis/lib/Analysis.cpp
M llvm/tools/llvm-ir2vec/llvm-ir2vec.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
M llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp
M llvm/unittests/Analysis/ValueTrackingTest.cpp
M llvm/unittests/Object/ELFTest.cpp
M llvm/unittests/Support/KnownBitsTest.cpp
M llvm/unittests/TargetParser/Host.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
M llvm/unittests/Transforms/Utils/LoopUtilsTest.cpp
M llvm/utils/TableGen/CMakeLists.txt
M llvm/utils/TableGen/Common/CMakeLists.txt
R llvm/utils/TableGen/Common/DAGISelMatcher.cpp
R llvm/utils/TableGen/Common/DAGISelMatcher.h
M llvm/utils/TableGen/Common/PredicateExpander.cpp
M llvm/utils/TableGen/DAGISelEmitter.cpp
A llvm/utils/TableGen/DAGISelMatcher.cpp
A llvm/utils/TableGen/DAGISelMatcher.h
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
M llvm/utils/TableGen/DAGISelMatcherGen.cpp
M llvm/utils/TableGen/DAGISelMatcherOpt.cpp
M llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp
M llvm/utils/UpdateTestChecks/common.py
M llvm/utils/git-llvm-push
M llvm/utils/git/github-automation.py
A llvm/utils/git/ids-check-helper.py
M llvm/utils/git/requirements.txt
M llvm/utils/git/requirements.txt.in
M llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
M llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
M llvm/utils/gn/secondary/compiler-rt/test/asan/BUILD.gn
M llvm/utils/gn/secondary/libcxx/include/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/Common/BUILD.gn
M llvm/utils/gn/secondary/llvm/version.gni
M llvm/utils/lit/lit/__init__.py
M llvm/utils/lldbDataFormatters.py
M llvm/utils/mlgo-utils/mlgo/__init__.py
M llvm/utils/profcheck-xfail.txt
M llvm/utils/release/export.sh
M llvm/utils/release/github-upload-release.py
M mlir/cmake/modules/AddMLIRPython.cmake
M mlir/docs/Bindings/Python.md
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/include/mlir/Bindings/Python/IRAttributes.h
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/include/mlir/Bindings/Python/Nanobind.h
M mlir/include/mlir/Bindings/Python/NanobindUtils.h
M mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.h
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
M mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
A mlir/include/mlir/Dialect/Utils/VerificationUtils.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/include/mlir/Interfaces/LoopLikeInterface.td
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
M mlir/lib/Bindings/Python/DialectIRDL.cpp
M mlir/lib/Bindings/Python/DialectLLVM.cpp
M mlir/lib/Bindings/Python/DialectLinalg.cpp
M mlir/lib/Bindings/Python/DialectQuant.cpp
M mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
M mlir/lib/Bindings/Python/IRAffine.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Bindings/Python/IRTypes.cpp
M mlir/lib/Bindings/Python/Rewrite.cpp
M mlir/lib/Bindings/Python/TransformInterpreter.cpp
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
M mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
M mlir/lib/Dialect/Arith/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp
M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
M mlir/lib/Dialect/Shape/Transforms/OutlineShapeComputation.cpp
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/lib/Dialect/Utils/CMakeLists.txt
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
A mlir/lib/Dialect/Utils/VerificationUtils.cpp
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
M mlir/lib/Interfaces/LoopLikeInterface.cpp
M mlir/lib/Support/TypeID.cpp
M mlir/python/mlir/_mlir_libs/__init__.py
A mlir/test/Conversion/SCFToOpenMP/vector-reduction.mlir
M mlir/test/Dialect/AMDGPU/canonicalize.mlir
M mlir/test/Dialect/Arith/int-range-narrowing.mlir
M mlir/test/Dialect/Bufferization/invalid.mlir
M mlir/test/Dialect/GPU/invalid.mlir
M mlir/test/Dialect/MemRef/canonicalize.mlir
M mlir/test/Dialect/MemRef/invalid.mlir
M mlir/test/Dialect/MemRef/ops.mlir
M mlir/test/Dialect/SCF/canonicalize.mlir
M mlir/test/Dialect/SCF/invalid.mlir
M mlir/test/Dialect/Tensor/invalid.mlir
M mlir/test/Transforms/remove-dead-values.mlir
M mlir/test/python/dialects/python_test.py
M mlir/test/python/dialects/rocdl.py
M mlir/test/python/dialects/ub.py
M mlir/test/python/ir/attributes.py
M mlir/test/python/ir/operation.py
M mlir/test/python/ir/value.py
M mlir/test/python/lib/PythonTestModuleNanobind.cpp
M mlir/test/python/rewrite.py
M offload/include/Shared/Debug.h
M offload/include/Shared/EnvironmentVar.h
M offload/include/Shared/Profile.h
M offload/liboffload/API/Memory.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/common/include/MemoryManager.h
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/GlobalHandler.cpp
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
M offload/plugins-nextgen/host/dynamic_ffi/ffi.cpp
M offload/plugins-nextgen/host/src/rtl.cpp
M offload/plugins-nextgen/level_zero/include/L0Device.h
M offload/plugins-nextgen/level_zero/include/L0Trace.h
M offload/plugins-nextgen/level_zero/src/L0Context.cpp
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
M offload/plugins-nextgen/level_zero/src/L0DynWrapper.cpp
M offload/plugins-nextgen/level_zero/src/L0Kernel.cpp
M offload/plugins-nextgen/level_zero/src/L0Memory.cpp
M offload/plugins-nextgen/level_zero/src/L0Options.cpp
M offload/plugins-nextgen/level_zero/src/L0Plugin.cpp
M offload/plugins-nextgen/level_zero/src/L0Program.cpp
M offload/unittests/Conformance/lib/CMakeLists.txt
M offload/unittests/OffloadAPI/CMakeLists.txt
A offload/unittests/OffloadAPI/memory/olMemRegister.cpp
M openmp/cmake/modules/LibompHandleFlags.cmake
M openmp/runtime/CMakeLists.txt
M openmp/runtime/src/CMakeLists.txt
A openmp/runtime/test/Unit/lit.cfg.py
A openmp/runtime/test/Unit/lit.site.cfg.py.in
M openmp/runtime/test/lit.cfg
A openmp/runtime/unittests/CMakeLists.txt
A openmp/runtime/unittests/README.md
A openmp/runtime/unittests/String/CMakeLists.txt
A openmp/runtime/unittests/String/TestKmpStr.cpp
A orc-rt/Maintainers.md
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
M utils/bazel/llvm-project-overlay/compiler-rt/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Merge branch 'main' into users/chapuni/mcdc/nest/lnot
Commit: bf5975e2bab0714707baaf454be1cf4146118c53
https://github.com/llvm/llvm-project/commit/bf5975e2bab0714707baaf454be1cf4146118c53
Author: Antonio Frighetto <me at antoniofrighetto.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/Transforms/InstCombine/switch-xor.ll
Log Message:
-----------
[InstCombine] Restrain folding switch condition operation into case to one-use
It may be profitable to simplify the switch condition operation into
their cases if such a condition is used only by the switch.
Commit: 80cc009b49ec2f5494830973fe3c86e969733d25
https://github.com/llvm/llvm-project/commit/80cc009b49ec2f5494830973fe3c86e969733d25
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .ci/compute_projects.py
M .github/new-prs-labeler.yml
M .github/workflows/commit-access-review.yml
A .github/workflows/commit-create-issue.py
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .github/workflows/get-llvm-version/action.yml
A .github/workflows/ids-check.yml
M .github/workflows/issue-write.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
M .github/workflows/release-sources.yml
M .github/workflows/release-tasks.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Core/DebugNames.cpp
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
A clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers-constinit.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/LanguageExtensions.rst
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
M clang/docs/ThreadSanitizer.rst
M clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAArch64.def
M clang/include/clang/Basic/BuiltinsAMDGPU.def
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/BuiltinsX86.td
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/Cuda.h
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/CodeGen/ModuleBuilder.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
A clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/ByteCode/Program.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AMDGPU.h
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/NVPTX.h
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/RISCV.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/ModuleBuilder.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/CodeGen/TargetBuiltins/X86.cpp
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Flang.cpp
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/ModuleDependencyCollector.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/arm_acle.h
M clang/lib/Headers/avx512fintrin.h
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/lib/Headers/avx512vlintrin.h
M clang/lib/Headers/avxintrin.h
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Headers/xmmintrin.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.h
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaARM.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/lib/Tooling/Tooling.cpp
M clang/test/AST/ByteCode/builtins.cpp
M clang/test/AST/ByteCode/c.c
M clang/test/AST/ByteCode/codegen.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/invalid.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/AST/ast-dump-templates.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/basic.c
M clang/test/CIR/CodeGen/basic.cpp
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/bitfields_be.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
M clang/test/CIR/CodeGen/goto.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/pointers.cpp
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/switch.cpp
M clang/test/CIR/CodeGen/ternary.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
A clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
M clang/test/CIR/Lowering/goto.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CXX/temp/temp.pre/p6.cpp
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
A clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
M clang/test/CodeGen/RISCV/bitint.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
M clang/test/CodeGen/X86/keylocker.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
M clang/test/CodeGen/arm_acle.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
A clang/test/CodeGen/builtin-stackaddress.c
M clang/test/CodeGen/builtins-arm64.c
M clang/test/CodeGen/builtins-nvptx-ptx60.cu
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int-cc.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/nvptx_attributes.c
M clang/test/CodeGen/pass-plugins.c
M clang/test/CodeGenCUDA/convergent.cu
A clang/test/CodeGenCXX/builtin-stackaddress.cpp
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx908.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx942.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx950.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
M clang/test/CodeGenHLSL/BoolMatrix.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
M clang/test/CodeGenOpenCL/amdgpu-cluster-dims.cl
M clang/test/CodeGenOpenCL/amdgpu-features.cl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/CodeGenSYCL/kernel-caller-entry-point.cpp
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/aarch64-mcpu.c
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
A clang/test/Driver/cuda-arch-list.cu
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/loongarch-relax-features.c
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/print-enabled-extensions/aarch64-ampere1c.c
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Driver/ps5-linker.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
A clang/test/Misc/cc1as-sframe.s
M clang/test/Misc/target-invalid-cpu-note/aarch64.c
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
M clang/test/Parser/MicrosoftExtensions.c
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Preprocessor/init.c
M clang/test/Profile/c-mcdc-not.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
M clang/test/Sema/builtin-stackaddress.c
M clang/test/Sema/builtins-arm64.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
M clang/test/Sema/constexpr.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M clang/test/SemaCXX/attr-lifetimebound.cpp
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx11-attr-print.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/test/SemaTemplate/deduction.cpp
M clang/tools/clang-import-test/clang-import-test.cpp
M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/CodeGen/TestCompiler.h
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/unittests/Tooling/ToolingTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M cmake/Modules/LLVMVersion.cmake
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/lib/runtime/sum.cpp
M flang-rt/test/CMakeLists.txt
M flang-rt/unittests/Runtime/Reduction.cpp
M flang/docs/Aliasing.md
M flang/docs/Extensions.md
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
M flang/docs/ReleaseNotes.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/complex.h
M flang/include/flang/Evaluate/real.h
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/include/flang/Semantics/expression.h
M flang/lib/Evaluate/complex.cpp
M flang/lib/Evaluate/fold-matmul.h
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/fold-reduction.h
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
M flang/test/Driver/unsafe-cray-pointers.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Evaluate/bug89528.f90
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
M flang/test/Fir/convert-to-llvm.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
A flang/test/Integration/select-case-pointer-assign.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/CUDA/cuda-gpu-managed.cuf
A flang/test/Lower/HLFIR/prefetch.f90
M flang/test/Lower/Intrinsics/show_descriptor.f90
R flang/test/Lower/OpenACC/Todo/acc-cache.f90
A flang/test/Lower/OpenACC/acc-cache.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/OpenMP/target_cpu_features.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
M flang/test/Lower/array-elemental-subroutines.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/array-expression-slice-2.f90
M flang/test/Lower/array-expression-subscript.f90
M flang/test/Lower/array-substring.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
M flang/test/Semantics/OpenACC/acc-cache-validity.f90
M flang/test/Semantics/OpenMP/cray-pointer-usage.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
M flang/test/Semantics/OpenMP/linear-iter.f90
A flang/test/Semantics/OpenMP/simd-linear-array.f90
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug175207.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/modfile82.f90
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/Transforms/tbaa-cray-pointer.fir
M flang/test/lit.site.cfg.py.in
M flang/tools/bbc/bbc.cpp
M libc/.gitignore
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/baremetal/aarch64/headers.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/headers.txt
M libc/docs/hand_in_hand.rst
M libc/hdr/CMakeLists.txt
A libc/hdr/elf_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/Elf32_Addr.h
A libc/hdr/types/Elf32_Chdr.h
A libc/hdr/types/Elf32_Dyn.h
A libc/hdr/types/Elf32_Ehdr.h
A libc/hdr/types/Elf32_Half.h
A libc/hdr/types/Elf32_Lword.h
A libc/hdr/types/Elf32_Nhdr.h
A libc/hdr/types/Elf32_Off.h
A libc/hdr/types/Elf32_Phdr.h
A libc/hdr/types/Elf32_Rel.h
A libc/hdr/types/Elf32_Rela.h
A libc/hdr/types/Elf32_Shdr.h
A libc/hdr/types/Elf32_Sword.h
A libc/hdr/types/Elf32_Sym.h
A libc/hdr/types/Elf32_Verdaux.h
A libc/hdr/types/Elf32_Verdef.h
A libc/hdr/types/Elf32_Vernaux.h
A libc/hdr/types/Elf32_Verneed.h
A libc/hdr/types/Elf32_Versym.h
A libc/hdr/types/Elf32_Word.h
A libc/hdr/types/Elf64_Addr.h
A libc/hdr/types/Elf64_Chdr.h
A libc/hdr/types/Elf64_Dyn.h
A libc/hdr/types/Elf64_Ehdr.h
A libc/hdr/types/Elf64_Half.h
A libc/hdr/types/Elf64_Lword.h
A libc/hdr/types/Elf64_Nhdr.h
A libc/hdr/types/Elf64_Off.h
A libc/hdr/types/Elf64_Phdr.h
A libc/hdr/types/Elf64_Rel.h
A libc/hdr/types/Elf64_Rela.h
A libc/hdr/types/Elf64_Shdr.h
A libc/hdr/types/Elf64_Sword.h
A libc/hdr/types/Elf64_Sxword.h
A libc/hdr/types/Elf64_Sym.h
A libc/hdr/types/Elf64_Verdaux.h
A libc/hdr/types/Elf64_Verdef.h
A libc/hdr/types/Elf64_Vernaux.h
A libc/hdr/types/Elf64_Verneed.h
A libc/hdr/types/Elf64_Versym.h
A libc/hdr/types/Elf64_Word.h
A libc/hdr/types/Elf64_Xword.h
M libc/include/CMakeLists.txt
M libc/include/elf.yaml
A libc/include/link.h.def
M libc/include/link.yaml
M libc/include/llvm-libc-macros/elf-macros.h
M libc/include/llvm-libc-macros/link-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/Elf32_Addr.h
A libc/include/llvm-libc-types/Elf32_Chdr.h
A libc/include/llvm-libc-types/Elf32_Dyn.h
A libc/include/llvm-libc-types/Elf32_Ehdr.h
A libc/include/llvm-libc-types/Elf32_Half.h
A libc/include/llvm-libc-types/Elf32_Lword.h
A libc/include/llvm-libc-types/Elf32_Nhdr.h
A libc/include/llvm-libc-types/Elf32_Off.h
A libc/include/llvm-libc-types/Elf32_Phdr.h
A libc/include/llvm-libc-types/Elf32_Rel.h
A libc/include/llvm-libc-types/Elf32_Rela.h
A libc/include/llvm-libc-types/Elf32_Shdr.h
A libc/include/llvm-libc-types/Elf32_Sword.h
A libc/include/llvm-libc-types/Elf32_Sym.h
A libc/include/llvm-libc-types/Elf32_Verdaux.h
A libc/include/llvm-libc-types/Elf32_Verdef.h
A libc/include/llvm-libc-types/Elf32_Vernaux.h
A libc/include/llvm-libc-types/Elf32_Verneed.h
A libc/include/llvm-libc-types/Elf32_Versym.h
A libc/include/llvm-libc-types/Elf32_Word.h
A libc/include/llvm-libc-types/Elf64_Addr.h
A libc/include/llvm-libc-types/Elf64_Chdr.h
A libc/include/llvm-libc-types/Elf64_Dyn.h
A libc/include/llvm-libc-types/Elf64_Ehdr.h
A libc/include/llvm-libc-types/Elf64_Half.h
A libc/include/llvm-libc-types/Elf64_Lword.h
A libc/include/llvm-libc-types/Elf64_Nhdr.h
A libc/include/llvm-libc-types/Elf64_Off.h
A libc/include/llvm-libc-types/Elf64_Phdr.h
A libc/include/llvm-libc-types/Elf64_Rel.h
A libc/include/llvm-libc-types/Elf64_Rela.h
A libc/include/llvm-libc-types/Elf64_Shdr.h
A libc/include/llvm-libc-types/Elf64_Sword.h
A libc/include/llvm-libc-types/Elf64_Sxword.h
A libc/include/llvm-libc-types/Elf64_Sym.h
A libc/include/llvm-libc-types/Elf64_Verdaux.h
A libc/include/llvm-libc-types/Elf64_Verdef.h
A libc/include/llvm-libc-types/Elf64_Vernaux.h
A libc/include/llvm-libc-types/Elf64_Verneed.h
A libc/include/llvm-libc-types/Elf64_Versym.h
A libc/include/llvm-libc-types/Elf64_Word.h
A libc/include/llvm-libc-types/Elf64_Xword.h
M libc/shared/math.h
A libc/shared/math/expm1f16.h
A libc/shared/math/ilogbf16.h
A libc/shared/math/log.h
A libc/shared/math/sin.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/GPU/allocator.cpp
M libc/src/__support/OSUtil/linux/CMakeLists.txt
M libc/src/__support/OSUtil/linux/vdso.cpp
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/expm1f16.h
A libc/src/__support/math/ilogbf16.h
A libc/src/__support/math/log.h
A libc/src/__support/math/log_range_reduction.h
A libc/src/__support/math/sin.h
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/docs/add_math_function.md
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/ilogbf16.cpp
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/math/generic/log2.cpp
R libc/src/math/generic/log_range_reduction.h
M libc/src/math/generic/sin.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/CMakeLists.txt
M libc/startup/linux/do_start.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/amdgcn/SOURCES
A libclc/clc/lib/amdgcn/math/clc_ldexp.cl
R libclc/clc/lib/amdgcn/math/clc_ldexp_override.cl
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_sqrt.cl
R libclc/clc/lib/amdgpu/math/clc_sqrt_fp64.cl
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/clc/lib/r600/SOURCES
A libclc/clc/lib/r600/math/clc_rsqrt.cl
R libclc/clc/lib/r600/math/clc_rsqrt_override.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/.clang-format
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ImplementationDefinedBehavior.rst
M libcxx/docs/ReleaseNotes/22.rst
M libcxx/docs/Status/Cxx2cIssues.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/find_if.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__filesystem/path.h
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__mdspan/layout_stride.h
M libcxx/include/__mdspan/mdspan.h
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
A libcxx/include/__memory/valid_range.h
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/monotonic_buffer_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
M libcxx/include/__memory_resource/synchronized_pool_resource.h
M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__utility/is_pointer_in_range.h
R libcxx/include/__utility/is_valid_range.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/scoped_allocator
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/string
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/modules/std/optional.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/experimental/tzdb.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
M libcxx/src/verbose_abort.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/lexicographical_compare.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/bitset.bench.cpp
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
M libcxx/test/benchmarks/to_chars.bench.cpp
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/close.dont-get-rid-of-buffer.pass.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory_resource.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/scoped_allocator.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/class.path/lifetimebound.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
M libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/allocator.adaptor/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/is_valid_range.pass.cpp
A libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/variant/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
R libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/test/support/MinSequenceContainer.h
M libcxx/utils/ci/docker/docker-compose.yml
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/ci/images/libcxx_next_runners.txt
M libcxx/utils/ci/images/libcxx_runners.txt
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxxabi/CMakeLists.txt
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MachO/Arch/ARM64Common.cpp
M lld/MachO/Arch/ARM64Common.h
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/BPSectionOrderer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/EhFrame.cpp
M lld/MachO/EhFrame.h
M lld/MachO/ICF.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MarkLive.cpp
M lld/MachO/ObjC.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/UnwindInfoSection.cpp
M lld/MachO/Writer.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/loongarch-relax-align.s
M lld/test/ELF/loongarch-relax-emit-relocs.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12-got-symbols.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12.s
M lld/test/ELF/loongarch-relocatable-align.s
M lld/test/ELF/loongarch-tls-gd-edge-case.s
M lld/test/ELF/loongarch-tls-gd.s
M lld/test/ELF/loongarch-tls-ie.s
M lld/test/ELF/loongarch-tls-ld.s
M lld/test/ELF/loongarch-tlsdesc.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/API/SBSymbol.h
M lldb/include/lldb/API/SBValue.h
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/Symbol/Symbol.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/include/lldb/lldb-defines.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBSymbol.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/GenericList.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlVariant.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.h
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
M lldb/source/Plugins/Platform/WebAssembly/CMakeLists.txt
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.h
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.cpp
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/RegisterContextUnwind.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/TestDataFormatterStdVariant.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/main.cpp
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
M lldb/test/API/tools/lldb-dap/evaluate/main.cpp
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
A lldb/test/API/tools/lldb-dap/launch/io/Makefile
A lldb/test/API/tools/lldb-dap/launch/io/TestDAP_launch_io.py
A lldb/test/API/tools/lldb-dap/launch/io/main.cpp
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
M lldb/test/Shell/helper/toolchain.py
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
M lldb/tools/lldb-dap/JSONUtils.cpp
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M llvm/CMakeLists.txt
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/ADT/GenericUniformityImpl.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/BasicBlock.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/DebugInfoFlags.def
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/AMDGPUAddrSpace.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/FileSystem.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/InterleavedRange.h
M llvm/include/llvm/Support/JSON.h
M llvm/include/llvm/Support/KnownBits.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/Analysis.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
M llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
M llvm/lib/DebugInfo/GSYM/LineTable.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/MC/MCInstPrinter.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/JSON.cpp
M llvm/lib/Support/KnownBits.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
M llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64Processors.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.h
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb1InstrInfo.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/AVR/AVRISelLowering.h
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.h
M llvm/lib/Target/BPF/BPFInstrInfo.cpp
M llvm/lib/Target/BPF/BPFInstrInfo.h
M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
M llvm/lib/Target/CSKY/CSKYInstrInfo.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.h
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
M llvm/lib/Target/MSP430/MSP430InstrInfo.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/lib/Target/Mips/MipsInstrInfo.h
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTX.td
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.h
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
M llvm/lib/Target/Sparc/SparcInstrInfo.h
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86FixupInstTuning.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.h
M llvm/lib/TargetParser/Host.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/TargetParser.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
A llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/reducible-subgraph.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Assembler/debug-info.ll
M llvm/test/Assembler/disubprogram.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-addrmode.ll
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
M llvm/test/CodeGen/AArch64/preserve_nonecc_varargs_darwin.ll
A llvm/test/CodeGen/AArch64/range-prefetch.ll
M llvm/test/CodeGen/AArch64/register-coalesce-update-subranges-remat.mir
A llvm/test/CodeGen/AArch64/seh-unreachable-loop.mir
A llvm/test/CodeGen/AArch64/sink-fneg.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
A llvm/test/CodeGen/AArch64/stackaddress.ll
A llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AArch64/vector-extract-last-active.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
A llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
A llvm/test/CodeGen/AMDGPU/machine-scheduler-rematerialization-scoring.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-attr.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-debug.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats.mir
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
M llvm/test/CodeGen/AMDGPU/mfma-loop.ll
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
A llvm/test/CodeGen/AMDGPU/waitcnt-debug-output-crash.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-ds-prefetch-pattern.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-opt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
A llvm/test/CodeGen/ARM/stackaddress.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
A llvm/test/CodeGen/LoongArch/lsx/issue174606.ll
A llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/tail-calls.ll
A llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/convert-sm100a.ll
M llvm/test/CodeGen/NVPTX/convert-sm103a.ll
M llvm/test/CodeGen/NVPTX/f32-ex2.ll
M llvm/test/CodeGen/NVPTX/fexp2.ll
M llvm/test/CodeGen/NVPTX/flog2.ll
M llvm/test/CodeGen/NVPTX/i128.ll
M llvm/test/CodeGen/NVPTX/nvvm-reflect-arch-O0.ll
A llvm/test/CodeGen/NVPTX/ptx-version-validation.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/rsqrt.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
M llvm/test/CodeGen/NVPTX/sm-version.ll
A llvm/test/CodeGen/NVPTX/stackaddress.ll
M llvm/test/CodeGen/NVPTX/surf-tex.py
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
R llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/compare-vector-with-zero.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/pr61315.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
M llvm/test/CodeGen/PowerPC/widen-vec-correctly-be.ll
M llvm/test/CodeGen/RISCV/attributes-qc.ll
A llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/make-compressible-xqci.mir
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
M llvm/test/CodeGen/RISCV/pr148084.ll
M llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
A llvm/test/CodeGen/RISCV/rda-liveins.mir
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
A llvm/test/CodeGen/RISCV/rvv/rvv-vtype-based-scheduler.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqccmp-additional-stack.ll
M llvm/test/CodeGen/RISCV/xqccmp-callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/xqccmp-cm-popretz.mir
M llvm/test/CodeGen/RISCV/xqccmp-cm-push-pop.mir
M llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
M llvm/test/CodeGen/RISCV/xqccmp-with-float.ll
M llvm/test/CodeGen/RISCV/xqccmp_mvas_mvsa.mir
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zdinx-spill.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
A llvm/test/CodeGen/RISCV/zilsd-spill.ll
M llvm/test/CodeGen/RISCV/zilsd.ll
A llvm/test/CodeGen/SPARC/stackaddress.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
A llvm/test/CodeGen/SPIRV/instructions/zext_sext_deduce_type.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
M llvm/test/CodeGen/SPIRV/store.ll
M llvm/test/CodeGen/SPIRV/transcoding/AtomicCompareExchangeExplicit_cl20.ll
M llvm/test/CodeGen/SPIRV/transcoding/BitReversePref.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange.ll
M llvm/test/CodeGen/SPIRV/transcoding/BuildNDRange_2.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtr.ll
M llvm/test/CodeGen/SPIRV/transcoding/ConvertPtrInGlobalInit.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationAlignment.ll
M llvm/test/CodeGen/SPIRV/transcoding/DecorationMaxByteOffset.ll
M llvm/test/CodeGen/SPIRV/transcoding/DivRem.ll
M llvm/test/CodeGen/SPIRV/transcoding/GlobalFunAnnotate.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpConstantBool.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpDot.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAllAny.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpGroupAsyncCopy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageQuerySize.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageReadMS.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpImageSampleExplicitLod.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpPhi_ArgumentsPlaceholders.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorExtractDynamic.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpVectorInsertDynamic_i16.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_cmpxchg.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/atomic_legacy.ll
M llvm/test/CodeGen/SPIRV/transcoding/OpenCL/sub_group_mask.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperators.ll
M llvm/test/CodeGen/SPIRV/transcoding/RelationalOperatorsFUnord.ll
M llvm/test/CodeGen/SPIRV/transcoding/SampledImage.ll
M llvm/test/CodeGen/SPIRV/transcoding/SpecConstantComposite.ll
M llvm/test/CodeGen/SPIRV/transcoding/TransFNeg.ll
M llvm/test/CodeGen/SPIRV/transcoding/atomic_load_store.ll
M llvm/test/CodeGen/SPIRV/transcoding/bitcast.ll
M llvm/test/CodeGen/SPIRV/transcoding/block_w_struct_return.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_arithmetics.ll
M llvm/test/CodeGen/SPIRV/transcoding/builtin_vars_opt.ll
M llvm/test/CodeGen/SPIRV/transcoding/clk_event_t.ll
M llvm/test/CodeGen/SPIRV/transcoding/enqueue_kernel.ll
M llvm/test/CodeGen/SPIRV/transcoding/explicit-conversions.ll
M llvm/test/CodeGen/SPIRV/transcoding/extract_insert_value.ll
M llvm/test/CodeGen/SPIRV/transcoding/fadd.ll
M llvm/test/CodeGen/SPIRV/transcoding/fclamp.ll
M llvm/test/CodeGen/SPIRV/transcoding/fdiv.ll
M llvm/test/CodeGen/SPIRV/transcoding/fmul.ll
M llvm/test/CodeGen/SPIRV/transcoding/fneg.ll
M llvm/test/CodeGen/SPIRV/transcoding/fp_contract_reassoc_fast_mode.ll
M llvm/test/CodeGen/SPIRV/transcoding/frem.ll
M llvm/test/CodeGen/SPIRV/transcoding/fsub.ll
M llvm/test/CodeGen/SPIRV/transcoding/global_block.ll
M llvm/test/CodeGen/SPIRV/transcoding/group_ops.ll
M llvm/test/CodeGen/SPIRV/transcoding/isequal.ll
M llvm/test/CodeGen/SPIRV/transcoding/ldexp.ll
M llvm/test/CodeGen/SPIRV/transcoding/memory_access.ll
M llvm/test/CodeGen/SPIRV/transcoding/readonly.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_double.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_float.ll
M llvm/test/CodeGen/SPIRV/transcoding/relationals_half.ll
M llvm/test/CodeGen/SPIRV/transcoding/spec_const.ll
M llvm/test/CodeGen/SPIRV/transcoding/spirv-private-array-initialization.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_ballot.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_clustered_reduce.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_extended_types.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_arithmetic.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_non_uniform_vote.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle.ll
M llvm/test/CodeGen/SPIRV/transcoding/sub_group_shuffle_relative.ll
M llvm/test/CodeGen/SPIRV/transcoding/vec8.ll
M llvm/test/CodeGen/SPIRV/uitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-access.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-layout.ll
M llvm/test/CodeGen/SPIRV/zero-length-array.ll
M llvm/test/CodeGen/SystemZ/debuginstr-cgp.mir
M llvm/test/CodeGen/SystemZ/fmuladd-soft-float.ll
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
M llvm/test/CodeGen/SystemZ/zos-ppa2.ll
M llvm/test/CodeGen/Thumb/frame-chain.ll
M llvm/test/CodeGen/VE/Scalar/fp_extload_truncstore.ll
M llvm/test/CodeGen/WebAssembly/f16.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat.ll
M llvm/test/CodeGen/WebAssembly/fpclamptosat_vec.ll
M llvm/test/CodeGen/WebAssembly/libcalls.ll
M llvm/test/CodeGen/WebAssembly/llvm.sincos.ll
M llvm/test/CodeGen/WebAssembly/memory-interleave.ll
M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
M llvm/test/CodeGen/WebAssembly/simd-load-zero-offset.ll
M llvm/test/CodeGen/WebAssembly/simd-pr61780.ll
M llvm/test/CodeGen/WebAssembly/simd-relaxed-fma.ll
M llvm/test/CodeGen/WebAssembly/simd-unsupported.ll
M llvm/test/CodeGen/WebAssembly/varargs.ll
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi2.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-phi4.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig-spill.mir
M llvm/test/CodeGen/X86/AMX/amx-fastconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-fastpreconfig.mir
M llvm/test/CodeGen/X86/AMX/amx-greedy-ra.ll
M llvm/test/CodeGen/X86/AMX/amx-sink-config-after-calls.mir
M llvm/test/CodeGen/X86/apx/ccmp.ll
M llvm/test/CodeGen/X86/apx/ctest.ll
M llvm/test/CodeGen/X86/apx/domain-reassignment.mir
M llvm/test/CodeGen/X86/apx/reloc.mir
M llvm/test/CodeGen/X86/apx/setzucc.ll
M llvm/test/CodeGen/X86/avgceils.ll
M llvm/test/CodeGen/X86/avgceilu.ll
M llvm/test/CodeGen/X86/avx512-ext.ll
M llvm/test/CodeGen/X86/avx512-insert-extract.ll
M llvm/test/CodeGen/X86/avx512-skx-insert-subvec.ll
M llvm/test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll
M llvm/test/CodeGen/X86/avx512fp16-arith.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch-call-terminates-block.ll
A llvm/test/CodeGen/X86/basic-block-sections-code-prefetch.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target-end-to-end.ll
A llvm/test/CodeGen/X86/callbr-asm-different-indirect-target.mir
A llvm/test/CodeGen/X86/clmul-vector.ll
A llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/combine-fma-concat.ll
M llvm/test/CodeGen/X86/combine-fsqrt.ll
M llvm/test/CodeGen/X86/combine-pmadd.ll
M llvm/test/CodeGen/X86/combine-rndscale.ll
R llvm/test/CodeGen/X86/commute-clmul.ll
A llvm/test/CodeGen/X86/commute-pclmul.ll
M llvm/test/CodeGen/X86/conditional-tailcall-samedest.mir
M llvm/test/CodeGen/X86/domain-reassignment.mir
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/fast-isel-fcmp.ll
M llvm/test/CodeGen/X86/fast-isel-select-cmov2.ll
M llvm/test/CodeGen/X86/fixup-bw-copy.mir
M llvm/test/CodeGen/X86/fixup-bw-inst.mir
M llvm/test/CodeGen/X86/fshl.ll
M llvm/test/CodeGen/X86/funnel-shift.ll
M llvm/test/CodeGen/X86/isel-fabs-x87.ll
M llvm/test/CodeGen/X86/isint.ll
M llvm/test/CodeGen/X86/llrint-conv.ll
M llvm/test/CodeGen/X86/llround-conv.ll
M llvm/test/CodeGen/X86/lrint-conv-i32.ll
M llvm/test/CodeGen/X86/lrint-conv-i64.ll
M llvm/test/CodeGen/X86/lround-conv-i32.ll
M llvm/test/CodeGen/X86/lround-conv-i64.ll
M llvm/test/CodeGen/X86/masked_compressstore.ll
M llvm/test/CodeGen/X86/masked_expandload.ll
M llvm/test/CodeGen/X86/masked_gather.ll
M llvm/test/CodeGen/X86/masked_gather_scatter.ll
M llvm/test/CodeGen/X86/masked_gather_scatter_widen.ll
M llvm/test/CodeGen/X86/masked_load.ll
A llvm/test/CodeGen/X86/masked_packss.ll
A llvm/test/CodeGen/X86/masked_packus.ll
M llvm/test/CodeGen/X86/masked_store.ll
M llvm/test/CodeGen/X86/non-value-mem-operand.mir
M llvm/test/CodeGen/X86/packss.ll
M llvm/test/CodeGen/X86/packus.ll
M llvm/test/CodeGen/X86/pr162812.ll
A llvm/test/CodeGen/X86/pr174871.ll
M llvm/test/CodeGen/X86/pr27591.ll
M llvm/test/CodeGen/X86/pr32284.ll
M llvm/test/CodeGen/X86/pr54369.ll
M llvm/test/CodeGen/X86/pr77459.ll
M llvm/test/CodeGen/X86/pseudo-probe-desc-check.ll
M llvm/test/CodeGen/X86/scmp.ll
M llvm/test/CodeGen/X86/select.ll
A llvm/test/CodeGen/X86/stackaddress.ll
M llvm/test/CodeGen/X86/vec_floor.ll
A llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-pcmp.ll
M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
M llvm/test/CodeGen/X86/vector-smax-range.ll
M llvm/test/CodeGen/X86/vector-smin-range.ll
M llvm/test/CodeGen/X86/vector-umax-range.ll
M llvm/test/CodeGen/X86/vector-umin-range.ll
M llvm/test/CodeGen/XCore/llvm.exp10.ll
M llvm/test/CodeGen/XCore/llvm.frexp.ll
M llvm/test/CodeGen/XCore/llvm.sincos.ll
M llvm/test/CodeGen/Xtensa/mul.ll
A llvm/test/DebugInfo/LoongArch/relax_dwo_ranges.ll
M llvm/test/DebugInfo/MIR/InstrRef/x86-cmov-converter.mir
M llvm/test/DebugInfo/MIR/InstrRef/x86-fixup-bw-inst-subreb.mir
M llvm/test/DebugInfo/RISCV/relax_dwo_ranges.ll
A llvm/test/DebugInfo/X86/uefi-no-codeview-crash.ll
M llvm/test/DebugInfo/X86/x86fixupsetcc-debug-instr-num.mir
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_zero_sized_symbols_with_show_addrs.s
A llvm/test/ExecutionEngine/JITLink/Generic/llvm-jitlink-option-show-addrs.test
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_call_pic.s
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_plt.s
M llvm/test/Feature/testalloca.ll
A llvm/test/Instrumentation/BoundsChecking/big-function.ll
M llvm/test/Instrumentation/InstrProfiling/profiling.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/cfg.ll
M llvm/test/Instrumentation/NumericalStabilitySanitizer/memory.ll
A llvm/test/Instrumentation/ThreadSanitizer/tsan_address_space_attr_cast.ll
M llvm/test/LTO/Resolution/X86/comdat.ll
M llvm/test/Linker/2003-08-23-GlobalVarLinking.ll
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/atomic-fadd-insts.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-packed.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-unpacked.s
M llvm/test/MC/AMDGPU/buffer_wbinv1l_vol_vi.s
M llvm/test/MC/AMDGPU/cpol-err.s
M llvm/test/MC/AMDGPU/dl-insts-err.s
M llvm/test/MC/AMDGPU/dpp-err.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds.s
M llvm/test/MC/AMDGPU/ds_gws_sgpr_err.s
M llvm/test/MC/AMDGPU/ds_swizzle.s
M llvm/test/MC/AMDGPU/elf-header-cov.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-err.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/exp-pregfx11.s
M llvm/test/MC/AMDGPU/exp.s
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx9.s
M llvm/test/MC/AMDGPU/expressions.s
M llvm/test/MC/AMDGPU/fixup64.s
M llvm/test/MC/AMDGPU/flat-gfx10.s
M llvm/test/MC/AMDGPU/flat-gfx9.s
M llvm/test/MC/AMDGPU/flat-global.s
M llvm/test/MC/AMDGPU/flat-scratch-gfx942.s
M llvm/test/MC/AMDGPU/flat-scratch-instructions.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/flat-scratch.s
M llvm/test/MC/AMDGPU/flat.s
M llvm/test/MC/AMDGPU/fma-mix.s
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx10-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx1011_dlops.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1013.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_flat.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_sop.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_sdwa.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_err_pos.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat_errs.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_wmma.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_ds.s
M llvm/test/MC/AMDGPU/gfx1250_asm_load_tr.s
M llvm/test/MC/AMDGPU/gfx1250_asm_operands.s
M llvm/test/MC/AMDGPU/gfx1250_asm_salu_lit64.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_unsupported.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vds_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1250_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds.s
M llvm/test/MC/AMDGPU/gfx12_asm_ds_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_exp.s
M llvm/test/MC/AMDGPU/gfx12_asm_global_load_tr.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_sop2_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopk_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vdsdir.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx12_asm_vflat_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx12_asm_vimage_alias.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vsample.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w64.s
M llvm/test/MC/AMDGPU/gfx12_err.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_asm_exp.s
M llvm/test/MC/AMDGPU/gfx7_asm_flat.s
M llvm/test/MC/AMDGPU/gfx7_asm_mimg.s
M llvm/test/MC/AMDGPU/gfx7_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_mubuf.s
M llvm/test/MC/AMDGPU/gfx7_asm_smrd.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_sop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopc.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx7_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vintrp.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx7_asm_vop3_e64.s
M llvm/test/MC/AMDGPU/gfx7_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx7_err_pos.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_asm_exp.s
M llvm/test/MC/AMDGPU/gfx8_asm_flat.s
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/lnot' into users/chapuni/mcdc/nest/logopstack
Commit: 9780d421ce5439ca2e9aa9cb3a29866070d20314
https://github.com/llvm/llvm-project/commit/9780d421ce5439ca2e9aa9cb3a29866070d20314
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/include/clang/AST/IgnoreExpr.h
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
Log Message:
-----------
[MC/DC] Handle __builtin_expect as if parenthses (#125405)
Fixes #124565
Commit: 53ad9cdc32b7e6935bb1f2314acf42e678463104
https://github.com/llvm/llvm-project/commit/53ad9cdc32b7e6935bb1f2314acf42e678463104
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/include/__math/special_functions.h
Log Message:
-----------
[libc++] Fix typo in math special functions
Extracted from #156270
Co-Authored-by: Austin Jiang <austinjiangboyu at gmail.com>
Commit: 1cd8e8756be7fce7bc484056ffd21d16e11e77b2
https://github.com/llvm/llvm-project/commit/1cd8e8756be7fce7bc484056ffd21d16e11e77b2
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86ArgumentStackSlotRebase.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86TargetMachine.cpp
Log Message:
-----------
[X86][NewPM] Port x86-argument-stack-slot (#175659)
Standard porting. Refactor runOnMachineFunction to a static function,
and then wrap it in the legacy/new PMs. Rename the pass to be consistent
with other backend passes.
Commit: ad3e3d809e0b1fae79ba5f1fad1b4cb59688daa1
https://github.com/llvm/llvm-project/commit/ad3e3d809e0b1fae79ba5f1fad1b4cb59688daa1
Author: actink <actink at 163.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll
M llvm/test/CodeGen/X86/known-never-zero.ll
M llvm/test/CodeGen/X86/known-pow2.ll
M llvm/test/CodeGen/X86/pr172046.ll
M llvm/test/CodeGen/X86/pr89877.ll
Log Message:
-----------
[SDAG] fix miss opt: shl nuw + zext adds unnecessary masking (#172046)
close: #171750
Commit: 84bbaa097c591b32e0f20a546ae6397705ba5ceb
https://github.com/llvm/llvm-project/commit/84bbaa097c591b32e0f20a546ae6397705ba5ceb
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/MC/MCGOFFStreamer.h
M llvm/include/llvm/MC/MCObjectStreamer.h
M llvm/lib/MC/GOFFObjectWriter.cpp
M llvm/lib/MC/MCGOFFStreamer.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
A llvm/test/CodeGen/SystemZ/zos-symbol-2.ll
Log Message:
-----------
[SystemZ][z/OS] Handle labels for parts (#175665)
Global data is emitted into parts, which are modelled as a MCSection. A
label (symbol of type LD) is not allowed in a part, which requires
special handling. The approach is to not emit the label at all, and
using the part symbol in relocations.
Commit: 32ec071e3865f7654d4702d14f91272769f84081
https://github.com/llvm/llvm-project/commit/32ec071e3865f7654d4702d14f91272769f84081
Author: Zichen Lu <mikaovo2000 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/IR/Module.cpp
M llvm/unittests/IR/ModuleTest.cpp
Log Message:
-----------
[IR] Fix Module move-assignment missing NamedMDSymTab, ComdatSymTab and Parent update (#175501)
`Module::operator=(Module&&)` had three bugs:
1. `NamedMDSymTab` was not moved, may causing getNamedMetadata() to
fail.
2. `ComdatSymTab` was not moved, may causing getOrInsertComdat() to
fail.
3. `NamedMDNode::Parent` was not updated after splice, may causing
getParent() to return the wrong Module.
Commit: 2e78bffb70772d048270626219bd8757fa0471da
https://github.com/llvm/llvm-project/commit/2e78bffb70772d048270626219bd8757fa0471da
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/Loans.h
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/Loans.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M flang-rt/CMakeLists.txt
M flang-rt/cmake/modules/HandleLibs.cmake
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/CodeGen/AArch64/load-store-forwarding.ll
M llvm/test/Transforms/InstCombine/switch-xor.ll
A llvm/test/Transforms/SampleProfile/Inputs/fn-alias.prof
A llvm/test/Transforms/SampleProfile/fn-alias.ll
Log Message:
-----------
Merge branch 'main' into users/chapuni/mcdc/nest/logopstack
Commit: 666177df8ed8f0754cdf3e10ba70351b61e11c13
https://github.com/llvm/llvm-project/commit/666177df8ed8f0754cdf3e10ba70351b61e11c13
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .github/workflows/ids-check.yml
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/Loans.h
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/Loans.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/test/AST/ByteCode/builtins.cpp
M clang/test/Driver/loongarch-relax-features.c
M clang/test/Parser/MicrosoftExtensions.c
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M flang-rt/CMakeLists.txt
M flang-rt/cmake/modules/HandleLibs.cmake
M flang/test/Lower/array-elemental-subroutines.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/array-expression-slice-2.f90
M flang/test/Lower/array-expression-subscript.f90
M flang/test/Lower/array-substring.f90
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
A lldb/test/API/tools/lldb-dap/launch/io/Makefile
A lldb/test/API/tools/lldb-dap/launch/io/TestDAP_launch_io.py
A lldb/test/API/tools/lldb-dap/launch/io/main.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/JSONUtils.cpp
M lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
M lldb/tools/lldb-dap/README.md
M lldb/tools/lldb-dap/extension/package.json
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/test/CodeGen/AArch64/load-store-forwarding.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
A llvm/test/CodeGen/AMDGPU/machine-scheduler-rematerialization-scoring.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-attr.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-debug.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats.mir
M llvm/test/CodeGen/AMDGPU/mfma-loop.ll
M llvm/test/CodeGen/X86/masked_gather.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
A llvm/test/DebugInfo/LoongArch/relax_dwo_ranges.ll
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/Transforms/InstCombine/switch-xor.ll
A llvm/test/Transforms/SampleProfile/Inputs/fn-alias.prof
A llvm/test/Transforms/SampleProfile/fn-alias.ll
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/logopstack' into users/chapuni/mcdc/nest/expect
Commit: fde0d50aceb52b33388ff44e588a1c70f4d5b65b
https://github.com/llvm/llvm-project/commit/fde0d50aceb52b33388ff44e588a1c70f4d5b65b
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/unittests/ADT/STLForwardCompatTest.cpp
Log Message:
-----------
[ADT] Forward-port constexpr invoke from C++20 (#175690)
I want to use it to simplify https://github.com/llvm/llvm-project/pull/175056
Commit: af39416f8b9a9e8bee8fe7af2c3b7e1f7470a766
https://github.com/llvm/llvm-project/commit/af39416f8b9a9e8bee8fe7af2c3b7e1f7470a766
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/NVPTX.h
M clang/test/CodeGen/builtins-nvptx-ptx60.cu
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/nvptx_attributes.c
M clang/test/CodeGenCUDA/convergent.cu
M clang/test/CodeGenSYCL/kernel-caller-entry-point.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/test/Lower/OpenMP/target_cpu_features.f90
M llvm/lib/Target/NVPTX/NVPTX.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
M llvm/test/CodeGen/NVPTX/convert-sm100a.ll
M llvm/test/CodeGen/NVPTX/convert-sm103a.ll
M llvm/test/CodeGen/NVPTX/f32-ex2.ll
M llvm/test/CodeGen/NVPTX/fexp2.ll
M llvm/test/CodeGen/NVPTX/flog2.ll
M llvm/test/CodeGen/NVPTX/i128.ll
M llvm/test/CodeGen/NVPTX/nvvm-reflect-arch-O0.ll
R llvm/test/CodeGen/NVPTX/ptx-version-validation.ll
M llvm/test/CodeGen/NVPTX/rsqrt.ll
M llvm/test/CodeGen/NVPTX/sm-version.ll
M llvm/test/CodeGen/NVPTX/surf-tex.py
A llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
Log Message:
-----------
Revert "[NVPTX] Validate user-specified PTX version against SM version" (#175760)
Reverts llvm/llvm-project#174834
Bots are broken.
Commit: 496f2ef087e9a182a7aa72fd11f3187baf04272d
https://github.com/llvm/llvm-project/commit/496f2ef087e9a182a7aa72fd11f3187baf04272d
Author: A. Jiang <de34 at live.cn>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A libcxx/test/libcxx/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
Log Message:
-----------
[libc++][test] Move the SFINAE test for return types of `quoted` to `libcxx/test/libcxx/` (#157026)
[quoted.manip] only specifies that `operator<<`/`operator>>` is
well-formed for operands with suitable types, and leaves it undefined
whether they are SFINAE-friendly.
Although it's worthwhile making them SFINAE-friendly, perhaps the
SFINAE-friendliness should be considered as a libc++-specific choice at
this moment.
See LWG4364 for whether this should be considered portable.
Commit: 3bf53844cfedf09f22d2786e57ef81d5d41fe249
https://github.com/llvm/llvm-project/commit/3bf53844cfedf09f22d2786e57ef81d5d41fe249
Author: Matthias Springer <me at m-sp.org>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/test/Analysis/DataFlow/test-dead-code-analysis.mlir
Log Message:
-----------
[mlir][SCF] Fix region branch op interfaces for `scf.forall` and its terminator (#174221)
`scf.forall` does not completely implement the
`RegionBranchOpInterface`: `scf.forall.in_parallel` does not implement
the `RegionBranchTerminatorOpInterface`.
Incomplete interface implementation is a problem for transformations
that try to understand the control flow by querying the
`RegionBranchOpInterface`.
Detailed explanation of what is wrong with the current implementation.
- There is exactly one region branch point: "parent". `in_parallel` is
not a region branch point because it does not implement the
`RegionBranchTerminatorOpInterface`. (Clarified in #174978.)
- `ForallOp::getSuccessorRegions(parent)` returns one region successors:
the region of the `scf.forall` op.
- Since there is no region branch point in the region, there is no way
to leave the region. This means: once you enter the region, you are
stuck in it indefinitely. (It is unspecified what happens once you are
in the region, but we can be sure that you cannot leave it.)
This commit adds the `RegionBranchTerminatorOpInterface` (via
`ReturnLike`) to `scf.forall.in_parallel` to indicate the after leaving
the region, the control flow returns to the parent. (Note: Only block
terminators in directly nested regions can be region branch terminators,
so `in_parallel` is the only possible op. I.e., `parallel_insert_slice`
cannot be a region branch terminator.)
This commit also removes all successor operands / inputs from the
implementation. The number of successor operands and successor inputs
must match, but `scf.forall.in_parallel` has no operands. Therefore, the
region must also have 0 successor inputs. Therefore, the `scf.forall` op
must also have 0 successor operands.
This commit also adds a missing control flow edge from "parent" to
"parent": in case of 0 threads, the region is not entered.
Depends on #174978.
Commit: 88500e5a6b71973c38a26c1e70025918bf9609fc
https://github.com/llvm/llvm-project/commit/88500e5a6b71973c38a26c1e70025918bf9609fc
Author: David Spickett <david.spickett at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/unittests/DAP/ProtocolTypesTest.cpp
Log Message:
-----------
[lldb][test] Fix warning in DAP unit tests
ProtocolTypesTest.cpp:1140:19: warning: loop variable '[value, expected]' creates a copy from type 'std::pair<lldb_dap::protocol::ExceptionBreakMode, llvm::StringRef> const' [-Wrange-loop-construct]
for (const auto [value, expected] : test_cases) {
Not that it matters because the types are lightweight, but the warning
is creating noise in my builds.
Commit: 6889c3863e310fac53b418c2d570ac66e2c4f6ae
https://github.com/llvm/llvm-project/commit/6889c3863e310fac53b418c2d570ac66e2c4f6ae
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/include/__ranges/data.h
A libcxx/test/libcxx/ranges/range.adaptors/range.access/nodiscard.verify.cpp
Log Message:
-----------
[libc++][ranges] Applied `[[nodiscard]]` to Range access (#173550)
`[[nodiscard]]` should be applied to functions where discarding the
return value is most likely a correctness issue.
- https://libcxx.llvm.org/CodingGuidelines.html
- https://wg21.link/range.access
Towards #172124
Commit: dd63117c1a97836d2bd8856457927e3f20149b33
https://github.com/llvm/llvm-project/commit/dd63117c1a97836d2bd8856457927e3f20149b33
Author: Fateme Hosseini <quic_fhossein at quicinc.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
A llvm/test/CodeGen/Hexagon/hvx-constpool-vector-type.ll
Log Message:
-----------
[Hexagon] Fix PIC crash when lowering HVX vector constants (#175413)
Fix a PIC-only crash in Hexagon HVX lowering where we ended up treating
a vector-typed constant-pool reference as an address (e.g. when forming
PC-relative addresses), which triggers a type mismatch during lowering.
Build the constant-pool reference with the target pointer type instead,
then load the HVX vector from that address.
Commit: c88cbaf2b204795c04596ee3071ce3484f0e610a
https://github.com/llvm/llvm-project/commit/c88cbaf2b204795c04596ee3071ce3484f0e610a
Author: hev <wangrui at loongson.cn>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
M llvm/test/MC/LoongArch/Basic/Integer/invalid.s
M llvm/test/MC/LoongArch/Macros/macros-call.s
Log Message:
-----------
[llvm][LoongArch] Add call30 and tail30 macro instruction support (#175356)
Link:
https://sourceware.org/pipermail/binutils/2025-December/146091.html
Commit: ed0eaa4aef5985fbdc591d3a3fad49d191f1ff34
https://github.com/llvm/llvm-project/commit/ed0eaa4aef5985fbdc591d3a3fad49d191f1ff34
Author: azwolski <antoni.zwolski at intel.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
A llvm/test/CodeGen/X86/avx10_2bf16-fma.ll
Log Message:
-----------
[X86] Add bf16 support to isFMAFasterThanFMulAndFAdd for basic FMA optimizations (#172006)
This PR extends `isFMAFasterThanFMulAndFAdd` in `X86ISelLowering` to
handle
bfloat types. This enables basic FMA optimizations for bf16
operations on AVX10.2 targets.
Includes tests for scalar and vector bf16 cases:
- Scalar bf16 FMA lowering (AVX10.2 do not support scalar bf16
operations)
- Vector bf16 FMA fusion for 128-bit, 256-bit, and 512-bit widths
Commit: 7581c7018bc47f07b0acc5e9fa7f24d2085ea016
https://github.com/llvm/llvm-project/commit/7581c7018bc47f07b0acc5e9fa7f24d2085ea016
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/include/__algorithm/unwrap_iter.h
Log Message:
-----------
[libc++] Simplify __unwrap_iter a bit (#175153)
`__unwrap_iter` doesn't need to SFINAE away, so we can just check inside
the function body whether an iterator is copy constructible. This
reduces the overload set, improving compile times a bit.
Commit: 351d06a8191e3ae50a73149c3b67ae2decb49e26
https://github.com/llvm/llvm-project/commit/351d06a8191e3ae50a73149c3b67ae2decb49e26
Author: MaPePeR <MaPePeR at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/lib/Bindings/Python/IRAttributes.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
Log Message:
-----------
[MLIR][Python] Improve Iterator performance. Don't `throw` in `dunderNext` methods. (#175377)
In
https://github.com/llvm/llvm-project/pull/174139#issuecomment-3733259370
I wrote a scuffed benchmark that mostly iterates MLIR Container Types in
Python. My changes from that PR made the performance worse, so I closed
it.
However, when experimetning with that I also saw a large(?) performance
gain by changing the `dunderNext` methods of the various Iterators to
use `PyErr_SetNone(PyExc_StopIteration);` instead of `throw
nb::stop_iteration();`.
<details><summary>Benchmark attempt script</summary>
```python
import timeit
from mlir.ir import Context, Location, Module, InsertionPoint, Block, Region, OpView
from mlir.dialects import func, builtin, scf, arith
def generate_module():
m = Module.create()
with InsertionPoint(m.body):
f = func.FuncOp("main", builtin.FunctionType.get([], []))
with InsertionPoint(f.body.blocks.append()):
generate_ops(10, 2)
func.ReturnOp([])
return m
def generate_ops(count: int, depth: int):
if depth == 0:
return
lower = arith.ConstantOp(builtin.IntegerType.get_signless(64), 0)
upper = arith.ConstantOp(builtin.IntegerType.get_signless(64), 100)
step = arith.ConstantOp(builtin.IntegerType.get_signless(64), 1)
for i in range(count):
forop = scf.ForOp(lower, upper, step)
with InsertionPoint(forop.region.blocks[0]):
generate_ops(count, depth - 1)
scf.YieldOp([])
def walk_module(m: Module):
walk_block(m.body)
def walk_region(region: Region):
for block in region.blocks:
walk_block(block)
def walk_block(block: Block):
for predecessors in block.predecessors:
pass
for successors in block.successors:
pass
for op in block.operations:
walk_op(op)
def walk_op(op: OpView):
for result in op.results:
pass
for successors in op.successors:
pass
for operands in op.operands:
pass
for region in op.regions:
walk_region(region)
with Context(), Location.unknown():
m = generate_module()
# From timeit.main:
t = timeit.Timer(lambda: walk_module(m))
number, _ = t.autorange()
repeats = 5
raw_timings = t.repeat(repeats, number)
timings = [dt / number for dt in raw_timings]
best = min(timings)
print(f"{number} loops, best of {repeats}: {best * 1000:.3g} msecs per loop")
```
</details>
The performance of the benchmark went from
```
50 loops, best of 5: 5.97 msecs per loop
```
to
```
50 loops, best of 5: 5.12 msecs per loop
```
in my setup, which is a ~14% improvement. (Though you should validate
that yourself, probably. My test setup is very scuffed)
The functions were previously set to return a C++ type like `PyRegion`.
Because of the removal of the `throw` they now had to [return a `NULL`
value to
Python](https://github.com/python/cpython/blob/aa8578dc54df2af9daa3353566359e602e5905cf/Objects/call.c#L49-L61),
so I changed the return type to
`nanobind::typed<nanobind::object,PyRegion>` so I could return an
`nb::object()` in case an error was set and otherwise `nb::cast` the
`PyRegion` value to `nb::object` instead of returning it directly.
I'm not a huge fan, that this changes the external "Usage" of the
functions, because now they won't bubble up exceptions, when they are
called from C++ The return type and Python Error State have to be
checked instead.
I couldn't find any location that called them in llvm itself, though.
Maybe these functions should not be public, because they are only
supposed to be called from Python anyway?
---------
Co-authored-by: Maksim Levental <maksim.levental at gmail.com>
Commit: 7c2f49373bceacf224b8160a7300be624ed5914e
https://github.com/llvm/llvm-project/commit/7c2f49373bceacf224b8160a7300be624ed5914e
Author: Alex Duran <alejandro.duran at intel.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[OFFLOAD] Update CUDA and AMD plugins to new debug format (#175757)
This should be the last step before completely removing the DP macro.
Commit: b93e2432ad1615c383125373861ee02208e8a167
https://github.com/llvm/llvm-project/commit/b93e2432ad1615c383125373861ee02208e8a167
Author: mcbarton <matthew.c.barton at hotmail.co.uk>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
Log Message:
-----------
Remove LLVM_ABI from symbolicate declaration in BacktraceTools.h (#175764)
The class is already annotated with LLVM_ABI, so individual members shouldn't be.
Commit: 86e114a9b24f16d7bb305a0be9cb565bca0b5224
https://github.com/llvm/llvm-project/commit/86e114a9b24f16d7bb305a0be9cb565bca0b5224
Author: Alex Duran <alejandro.duran at intel.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
Revert "[OFFLOAD] Update CUDA and AMD plugins to new debug format" (#175786)
Reverts llvm/llvm-project#175757
Commit: 62f629a661cbcdac1e73a1c51179550bce97d2a2
https://github.com/llvm/llvm-project/commit/62f629a661cbcdac1e73a1c51179550bce97d2a2
Author: Mircea Trofin <mtrofin at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/memcpy-inline-non-constant-len.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/memset-inline-non-constant-len.ll
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
[LowerMemIntrinsics] Propagate value profile to branch weights (#174490)
If the mem intrinsics have value profile information associated, we can synthesize branch weights when converting them (the intrinsics) to loops.
Issue #147390
Commit: f8ae05130e4672da9bc617883aa74d7f74604ab7
https://github.com/llvm/llvm-project/commit/f8ae05130e4672da9bc617883aa74d7f74604ab7
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue_view/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.common/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.counted/adaptor.nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.counted/nodiscard.verify.cpp
Log Message:
-----------
[libc++][ranges][NFC] Cleanup `nodiscard.verify.cpp` tests (#175725)
- Removed redundant files
- Renamed files to the common `nodiscard.verify.cpp`
Commit: 4a9a13cb8c8348378a85726a268a34052590c220
https://github.com/llvm/llvm-project/commit/4a9a13cb8c8348378a85726a268a34052590c220
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fadd.ll
Log Message:
-----------
InstCombine: Handle fadd in SimplifyDemandedFPClass (#174853)
Note some of the tests currently fail with alive, but not
due to this patch. Namely, when performing the fadd x, 0 -> x
simplification in functions with non-IEEE denormal handling.
The existing instsimplify ignores the denormals-are-zero hazard by
checking cannotBeNegativeZero instead of isKnownNeverLogicalZero.
Also note the self handling doesn't really do anything yet, other
than propagate consistent known-fpclass information until there is
multiple use support.
This also leaves behind the original ValueTracking support, without
switching to the new KnownFPClass:fadd utility. This will be easier
to clean up after the subsequent fsub support patch.
Commit: 34603dba6987dc9aeb1a52181ed7d291ff5a2283
https://github.com/llvm/llvm-project/commit/34603dba6987dc9aeb1a52181ed7d291ff5a2283
Author: Mircea Trofin <mtrofin at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Utils/CMakeLists.txt
Log Message:
-----------
Fix dependencies after PR #174490 (#175793)
Added the missing direct dependency (it was already an indirect dependency due to `Analysis`)
Commit: 94cc82d742e53a2fcaa5bcb7b42f24907b7ca8b2
https://github.com/llvm/llvm-project/commit/94cc82d742e53a2fcaa5bcb7b42f24907b7ca8b2
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
Log Message:
-----------
[OpenMP] Remove special handling of implicit clauses in decomposition (#174654)
Applying implicit clauses should not cause any issues. The only
exception is that "simd linear(x)" could imply a "firstprivate", and
that clause is not allowed on the simd construct.
Add a check for that specific case, and apply all implicit clauses as if
they were explicit.
Commit: d20f617ab83c69b046640824577d16c61f4a305d
https://github.com/llvm/llvm-project/commit/d20f617ab83c69b046640824577d16c61f4a305d
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/include/llvm/Support/FormatVariadic.h
M llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/ModuloSchedule.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/lib/IR/Mangler.cpp
M llvm/lib/LTO/LTOCodeGenerator.cpp
M llvm/lib/Object/Archive.cpp
M llvm/lib/Object/ArchiveWriter.cpp
M llvm/lib/Object/IRSymtab.cpp
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/WasmEmitter.cpp
M llvm/lib/Remarks/YAMLRemarkParser.cpp
M llvm/lib/Support/Chrono.cpp
M llvm/tools/lli/lli.cpp
M llvm/tools/llvm-cov/TestingSupport.cpp
M llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
M llvm/tools/llvm-ifs/llvm-ifs.cpp
M llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
M llvm/tools/llvm-lipo/llvm-lipo.cpp
M llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
M llvm/tools/llvm-mca/Views/DispatchStatistics.cpp
M llvm/tools/llvm-mca/Views/InstructionView.cpp
M llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
M llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
M llvm/tools/llvm-mca/Views/SummaryView.cpp
M llvm/tools/llvm-mca/llvm-mca.cpp
M llvm/tools/llvm-nm/llvm-nm.cpp
M llvm/tools/llvm-objdump/COFFDump.cpp
M llvm/tools/llvm-objdump/ELFDump.cpp
M llvm/tools/llvm-objdump/MachODump.cpp
M llvm/tools/llvm-objdump/WasmDump.cpp
M llvm/tools/llvm-objdump/XCOFFDump.cpp
M llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
M llvm/tools/llvm-size/llvm-size.cpp
M llvm/tools/obj2yaml/obj2yaml.cpp
M llvm/unittests/Frontend/HLSLRootSignatureDumpTest.cpp
M llvm/unittests/Support/raw_ostream_test.cpp
Log Message:
-----------
[NFCI][LLVM] Remove `raw_string_ostream::flush` calls (#164086)
Remove calls to `flush()` on `raw_string_ostream` objects as they are not needed.
Commit: 5cb4d32e3ddaa891bffc8fd215af985f154d264f
https://github.com/llvm/llvm-project/commit/5cb4d32e3ddaa891bffc8fd215af985f154d264f
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .gitignore
Log Message:
-----------
[NFC] Add tablegen_compile_commands.yml to .gitignore (#175687)
People may want to symlink the autogonerated
tablegen_compile_commands.yml into their source directories by analogy
with compile_commands.json, and so this commit given them similar
.gitignore treatment.
Commit: 2e0e4f6cb3a336b695b18eaec62a844b535b6dbd
https://github.com/llvm/llvm-project/commit/2e0e4f6cb3a336b695b18eaec62a844b535b6dbd
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslate-bf16.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/AMDGPU/bf16.ll
M llvm/test/CodeGen/AMDGPU/constant-address-space-32bit.ll
M llvm/test/CodeGen/AMDGPU/llvm.exp2.bf16.ll
M llvm/test/CodeGen/AMDGPU/llvm.log2.bf16.ll
M llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
Log Message:
-----------
AMDGPU: Directly use v2bf16 as register type for bf16 vectors. (#175761)
Previously we were casting v2bf16 to i32, unlike the f16 case. Simplify
this by using the natural vector type. This is probably a leftover from
before v2bf16 was treated as legal. This is preparation for fixing a
miscompile in globalisel.
Commit: e6cdfb75ac88719c3bb6f3cab17ec0c8a781a34f
https://github.com/llvm/llvm-project/commit/e6cdfb75ac88719c3bb6f3cab17ec0c8a781a34f
Author: Austin Jiang <austinjiangboyu at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M bolt/lib/Core/DebugNames.cpp
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-helper.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-main.s
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/index/FileIndex.cpp
M clang-tools-extra/test/clang-tidy/checkers/abseil/faster-strsplit-delimiter.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/function-cognitive-complexity.cpp
M clang/include/clang/Sema/Sema.h
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/lib/APINotes/APINotesYAMLCompiler.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/SemaCUDA.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/StaticAnalyzer/Checkers/WebKit/ForwardDeclChecker.cpp
M clang/test/Analysis/csv2json.py
M clang/test/Analysis/cxx-uninitialized-object-inheritance.cpp
M clang/test/Analysis/cxx-uninitialized-object.cpp
M clang/test/Analysis/uninit-ps-rdar6145427.m
M clang/test/CXX/except/except.spec/p13-friend.cpp
M clang/test/CodeGenCXX/ctor-empty-nounique.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
M compiler-rt/lib/builtins/arm/addsf3.S
M compiler-rt/lib/builtins/fp_add_impl.inc
M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
M flang-rt/unittests/Runtime/NumericalFormatTest.cpp
M flang/lib/Lower/ConvertConstant.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M libc/src/__support/RPC/rpc_server.h
M libc/src/__support/math/cbrt.h
M libc/src/__support/str_to_float.h
M libc/src/stdio/generic/fgets.cpp
M libc/src/stdlib/strfroml.cpp
M libc/test/integration/startup/gpu/rpc_interface_test.cpp
M lldb/docs/resources/lldbgdbremote.md
M lldb/docs/resources/qemu-testing.rst
M lldb/include/lldb/API/SBCommandInterpreter.h
M lldb/include/lldb/Target/Platform.h
M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
M lldb/test/API/linux/aarch64/mte_tag_access/TestAArch64LinuxMTEMemoryTagAccess.py
M lldb/test/API/macosx/dsym_modules/TestdSYMModuleInit.py
M lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
M lldb/unittests/Utility/StreamTest.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/Support/LEB128.h
M llvm/include/llvm/Support/raw_socket_stream.h
M llvm/lib/CodeGen/RegisterPressure.cpp
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/Support/TextEncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSwLowerLDS.cpp
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/X86/X86SchedLunarlakeP.td
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Utils/IRNormalizer.cpp
M llvm/test/CodeGen/AArch64/settag-merge-nonaligned-fp.ll
M llvm/test/CodeGen/AMDGPU/coalescing_makes_lanes_undef.mir
M llvm/test/DebugInfo/typeunit-header.test
M llvm/test/MC/COFF/section.s
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/objc-arc.ll
M llvm/test/tools/dsymutil/X86/modules-empty.m
M llvm/test/tools/llvm-mca/X86/Haswell/mulx-same-regs.s
M llvm/test/tools/llvm-mca/X86/SkylakeClient/mulx-same-regs.s
M llvm/test/tools/llvm-mca/X86/Znver3/mulx-same-regs.s
M llvm/test/tools/llvm-ranlib/D-flag.test
M mlir/include/mlir/Analysis/DataFlowFramework.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h
M mlir/include/mlir/Interfaces/TilingInterface.td
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMapParser.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Dialect/Arith/invalid.mlir
M mlir/test/lib/Analysis/TestDataFlowFramework.cpp
M openmp/libompd/gdb-plugin/ompdModule.c
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/test/api/omp60_memory_routines.c
Log Message:
-----------
Fix typos and spelling errors across codebase (#156270)
Corrected various spelling mistakes such as 'occurred', 'receiver',
'initialized', 'length', and others in comments, variable names,
function names, and documentation throughout the project. These
changes improve code readability and maintain consistency in naming
and documentation.
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
Commit: efad3563ea461025808049e10ef6c5faff5e4b77
https://github.com/llvm/llvm-project/commit/efad3563ea461025808049e10ef6c5faff5e4b77
Author: Alex Duran <alejandro.duran at intel.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
Log Message:
-----------
[OFFLOAD] Update CUDA and AMD plugins to new debug format (#175787)
Commit: e40101bc2d53452b34fda8d0b4d7a7679519e596
https://github.com/llvm/llvm-project/commit/e40101bc2d53452b34fda8d0b4d7a7679519e596
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A libcxx/docs/Status/Cxx2cIssues.csvgb
A libcxx/utils/conformance
M libcxx/utils/requirements.txt
R libcxx/utils/synchronize_csv_status_files.py
Log Message:
-----------
[libc++] Improve the script to manage libc++ conformance issues (#172905)
The previous script was fairly inflexible. This patch refactors the
script into a tool that can be used in various ways to manage the
conformance-tracking bits of libc++. This should make it possible to
synchronize the CSV status files, but also to find Github issues that
aren't linked to the 'C++ Standards Conformance' project, to create
missing issues more easily, etc.
Commit: aa299269eae40dd7f25a41f1885d6db16ffc9105
https://github.com/llvm/llvm-project/commit/aa299269eae40dd7f25a41f1885d6db16ffc9105
Author: DaKnig <37626476+DaKnig at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
M llvm/test/CodeGen/Thumb2/mve-vabdus.ll
Log Message:
-----------
[SDAG] (setcc (sub nsw a, b), zero, s??) -> (setcc a, b, s??) (#175459)
This often happens when the dag combiner produces sign/zero extends and
realizes that nsw/nuw can be added, for example in the case of `(abds
(sext a), (sext b))`
alive2:
- slt, nsw: [link](https://alive2.llvm.org/ce/z/cgjMSx)
- sgt, nsw: [link](https://alive2.llvm.org/ce/z/JP7h2f)
- sle, nsw: [link](https://alive2.llvm.org/ce/z/n5Wuc_)
- sge, nsw: [link](https://alive2.llvm.org/ce/z/Eps53-)
Commit: 0316441d5ca6cb4bab3dc4e27a3794992eb5cbf5
https://github.com/llvm/llvm-project/commit/0316441d5ca6cb4bab3dc4e27a3794992eb5cbf5
Author: Kalvin <hikaph+oss at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/include/clang/Basic/Features.def
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Driver/SanitizerArgs.h
M clang/include/clang/Options/Options.td
M clang/lib/Driver/SanitizerArgs.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/Lexer/has_feature_undefined_behavior_sanitizer.cpp
Log Message:
-----------
Add fine-grained `__has_feature()` cutout (#170822)
This is a follow-up to pull #148323. It mints
`-fsanitize-ignore-for-ubsan-feature=...`, accepting a list of (UBSan)
sanitizers that should not cause
`__has_feature(undefined_behavior_sanitizer)` to evaluate true.
---------
Co-authored-by: Kalvin Lee <kdlee at chromium.org>
Commit: 0a69bccce9ec985ee875154b0a0689be1facc0df
https://github.com/llvm/llvm-project/commit/0a69bccce9ec985ee875154b0a0689be1facc0df
Author: Peter Rong <peterrong96 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CGObjCGNU.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
Log Message:
-----------
[ObjCDirectPreconditionThunk] Setup helper functions (#170617)
## TL;DR
This is a stack of PRs implementing features to expose direct methods
ABI.
You can see the RFC, design, and discussion
[here](https://discourse.llvm.org/t/rfc-optimizing-code-size-of-objc-direct-by-exposing-function-symbols-and-moving-nil-checks-to-thunks/88866).
https://github.com/llvm/llvm-project/pull/170616 Flag
`-fobjc-direct-precondition-thunk` set up
https://github.com/llvm/llvm-project/pull/170617 **Code refactoring to
ease later reviews**
https://github.com/llvm/llvm-project/pull/170618 Thunk generation
https://github.com/llvm/llvm-project/pull/170619 Optimizations, some
class objects can be known to be realized
## Implementation details
1. `GenerateDirectMethodsPreconditionCheck`: Move some functionalities
to a separate functions. Those functions will be reused if we move
precondition checks into a thunk
2. `GenerateClassRealization` separates the class realization `[self
self]` logic into a new function. It comes handy later when we need to
sometimes inline class realization (for va arg functions)
3. Create `DirectMethodInfo`, a two pointer struct that manage true
implementation and its thunk. When `ObjCDirectPreconditionThunk` is not
used, only true implementation is valid pointing to the LLVM IR
Function.
## Tests
None, existing ones shouldn't break
Commit: 377efc730beb292d1f51025d51ea27d86196ff06
https://github.com/llvm/llvm-project/commit/377efc730beb292d1f51025d51ea27d86196ff06
Author: Longsheng Du <longshengd at nvidia.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/test/Dialect/Arith/int-range-interface.mlir
M mlir/test/Dialect/LLVMIR/nvvm-test-range.mlir
M mlir/test/lib/Dialect/Test/TestOpDefs.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
Log Message:
-----------
[mlir][arith] Fix SelectOp unsafe int range inference with uninitialized range case (#173716)
This PR fixes a bug in `arith::SelectOp::inferResultRangesFromOptional`
where uninitialized SelectOp branch int ranges were incorrectly joined
with initialized int ranges during dataflow analysis, leading to
incorrect folding in `-int-range-optimizations`.
**The Issue:**
When a `arith.select` branch has an uninitialized range (e.g., from an
op like `nvvm.read.ptx.sreg.cluster.ctaid.x`, `scf.switch`, `llvm.call`,
... that lacks range inference), the analysis computed
`IntegerValueRange::join(Uninitialized, Constant) = Constant`. This
caused the `arith.select` to be replaced with the constant, ignoring the
dynamic branch.
**Example:**
```mlir
// The bug before fix: -int-range-optimizations replaces %1 with %c32
// led to incorrect results and unsafe behaviours
%0 = nvvm.read.ptx.sreg.cluster.ctaid.x : i32 // Uninitialized int range
%c32 = arith.constant 32 : i32
%1 = arith.select %cond, %0, %c32 : i32
```
**The Fix:**
Explicitly ensure `inferResultRangesFromOptional` all select cases have
initialized ranges before combining them. If any case is uninitialized,
the result is now treated as max range. Also added default max range for
`nvvmInferResultRanges` and `test.without_bounds` op to simulate and
test uninitialized ranges.
---------
Co-authored-by: Jakub Kuderski <kubakuderski at gmail.com>
Commit: f07877b2ea748b6f778cb5f3901127f6cad1c26f
https://github.com/llvm/llvm-project/commit/f07877b2ea748b6f778cb5f3901127f6cad1c26f
Author: Ryotaro Kasuga <kasuga.ryotaro at fujitsu.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A llvm/test/Analysis/DependenceAnalysis/monotonicity-loop-guard.ll
Log Message:
-----------
[DA] Add tests for nsw doesn't hold on entire iteration space (NFC) (#162281)
The monotonicity definition states its domain as follows:
```
/// The property of monotonicity of a SCEV. To define the monotonicity, assume
/// a SCEV defined within N-nested loops. Let i_k denote the iteration number
/// of the k-th loop. Then we can regard the SCEV as an N-ary function:
///
/// F(i_1, i_2, ..., i_N)
///
/// The domain of i_k is the closed range [0, BTC_k], where BTC_k is the
/// backedge-taken count of the k-th loop
```
Current monotonicity check implementation doesn't match this definition
because:
- Just checking nowrap property of addrecs recursively is not sufficient
to ensure monotonicity over the entire domain. The nowrap property may
hold for certain paths but not for all possible iteration combinations
of nested loops.
- It doesn't consider cases where exact backedge-taken counts are
unknown.
Therefore we need to fix either the definition or the implementation.
This patch adds the test cases that demonstrate this mismatch.
Commit: bd40d567e068e0b523b4af7a65604b9eec50005f
https://github.com/llvm/llvm-project/commit/bd40d567e068e0b523b4af7a65604b9eec50005f
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libcxx/utils/conformance
Log Message:
-----------
[libc++] Fix backslash substitution in RST synchronization scripts
Commit: fb2c5b1b2bd67274486d19bd5fb30f9a1c7952b8
https://github.com/llvm/llvm-project/commit/fb2c5b1b2bd67274486d19bd5fb30f9a1c7952b8
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/utils/lit/lit/TestRunner.py
R llvm/utils/lit/tests/Inputs/shtest-shell/capital-t-error-message.txt
M llvm/utils/lit/tests/shtest-shell.py
Log Message:
-----------
[lit] Remove error message for %T (#175782)
We left an error message for users of %T through the LLVM 22 branch
point to hopefully make it easier for anyone migrating versions rather
than having the checks silently fail with a %T ending up in the executed
command. Now that 22 has branched, we can remove this check as we all
downstream users should have seen the error by this point.
Commit: a05f603c71240f46235586f9d85ad84c05c09538
https://github.com/llvm/llvm-project/commit/a05f603c71240f46235586f9d85ad84c05c09538
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
Log Message:
-----------
[flang][Lower] Lower OmpDependClause to Depend or Doacross (#175772)
The clause::Depend class was a variant that either held a TaskDep class
or a Doacross clause. This mirrors the OmpDependClause in the AST, which
due to changes in the OpenMP spec can contain two different forms.
This is not actually necessary, and we can save some complexity by
having clause::Depend only represent task dependence, and lowering
OmpDependClause to either clause:Depend or clause::Doacross.
Commit: 18c5225d649dcd24c941a5f716c056947994094c
https://github.com/llvm/llvm-project/commit/18c5225d649dcd24c941a5f716c056947994094c
Author: David Green <david.green at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/CodeGen/AArch64/Atomics/aarch64-atomic-load-rcpc_immo.ll
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-pcsections.ll
Log Message:
-----------
[AArch64] Regenerate arm64-pcsections.ll and aarch64-atomic-load-rcpc_immo.ll. NFC
Commit: c461d3cf5e8b9cd2e930d7a275ecdd485b6fcc29
https://github.com/llvm/llvm-project/commit/c461d3cf5e8b9cd2e930d7a275ecdd485b6fcc29
Author: Alan Zhao <ayzhao at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/xor-and-or.ll
Log Message:
-----------
[profcheck][InstCombine] Preserve weights for xor statements (#175678)
When simplifying an xor statement with logical boolean operands, we may
be able to preserve branch weight data if the simplified instruction's
conditional was the first operand of one of the two logical boolean
inputs.
Tracking issue: #147390
Commit: 2dca9aa9d6db3b5eab4e8b9d3274a5d86d4e3905
https://github.com/llvm/llvm-project/commit/2dca9aa9d6db3b5eab4e8b9d3274a5d86d4e3905
Author: Mikhail Gudim <mgudim at qti.qualcomm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/CodeGen/RISCV/rda-stack.mir
Log Message:
-----------
[RISCV][test] Fix `rda-stack.mir` test. (#175788)
It was using `BEQ $x0, $x0, ...` which is treated as conditional branch.
The intent of the test was to use unconditional branch. Replace it with
`PseudoBR ...`.
Commit: 8784816a419069b68aa0f798dc882d70e0176fdd
https://github.com/llvm/llvm-project/commit/8784816a419069b68aa0f798dc882d70e0176fdd
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ExprConstant.cpp
M llvm/include/llvm/ADT/APInt.h
M llvm/lib/Support/APInt.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/unittests/ADT/APIntTest.cpp
Log Message:
-----------
[ADT] Add APInt::truncSSatU truncation from signed to unsigned variant (#175603)
This matches the behaviour of ISD::TRUNCATE_SSAT_U and X86ISD::PACKUS
truncations: saturate signed input to unsigned result -
`truncate(smin(smax(x, 0), C))`
Add unit test coverage and update existing PACKUS constant folding to
use the APInt helper
Commit: d2a521750aa867d82218e00ff5168c62b5b5ce25
https://github.com/llvm/llvm-project/commit/d2a521750aa867d82218e00ff5168c62b5b5ce25
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/unittests/ADT/STLExtrasTest.cpp
M llvm/unittests/ADT/STLForwardCompatTest.cpp
Log Message:
-----------
[ADT] Introduce bind_{front,back}, [not_]equal_to (#175056)
Introduce a llvm::bind_front and llvm::bind_back. To demonstrate its
utility, we pose the problem of shortening a common idiom where we use
an STL algorithm like all_of or any_of, and check the members of the
range against a value: we introduce llvm::{equal_to, not_equal_to} in
terms of llvm::bind_{front, back}.
---------
Co-authored-by: Jakub Kuderski <jakub at nod-labs.com>
Co-authored-by: Yanzuo Liu <zwuis at outlook.com>
Commit: 1c305aebd640cd43d1c8529049bb9a5463c9c562
https://github.com/llvm/llvm-project/commit/1c305aebd640cd43d1c8529049bb9a5463c9c562
Author: Bjƶrn Pettersson <bjorn.a.pettersson at ericsson.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/test/Transforms/SROA/scalable-vectors-with-known-vscale.ll
M llvm/test/Transforms/SROA/slice-width.ll
M llvm/test/Transforms/SROA/vector-conversion.ll
M llvm/test/Transforms/SROA/vector-promotion.ll
Log Message:
-----------
[SROA] Use shufflevector instead of select for vector blend (#175756)
A patch from May 2013, commit 1e211913b56f390, changed SROA into using a
select instruction to perform vector blend. Idea was that using a select
was the canonical form, and that we optimize select better than
shufflevector.
This patch is changing SROA back into using shufflevector instead of
select when doing the blend (inserting a smaller vector into a larger
vector).
Motivation:
Nowadays InstCombine is canonicalizing this kind of vector blends, using
vector select instructions, into a shufflevector instruction. So it is
assumed that shufflevector is the canonical form now. It is also assumed
that we are better at optimizing shufflevector today, compared to back
in 2013.
Commit f26710d97d9c272be8a55 includes links to a discussion from 2016
(https://discourse.llvm.org/t/ir-canonicalization-vector-select-or-shufflevector/42257/6)
about picking shufflevector as the canonical form.
Commit: c752e12b7622d0ee3483148620fd9d4e97055a3b
https://github.com/llvm/llvm-project/commit/c752e12b7622d0ee3483148620fd9d4e97055a3b
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/Sema/SemaAMDGPU.cpp
A clang/test/SemaHIP/amdgpu-global-load-lds-template.hip
Log Message:
-----------
[AMDGPU] Fix builtin crash with template parameter size argument (#175767)
## Summary
`__builtin_amdgcn_global_load_lds` and related builtins crash when the
size argument is a template parameter. The semantic checker calls
`VerifyIntegerConstantExpression` without first checking if the
expression is value-dependent, causing an assertion failure.
**Affected builtins:**
- `__builtin_amdgcn_global_load_lds`
- `__builtin_amdgcn_raw_ptr_buffer_load_lds`
- `__builtin_amdgcn_struct_ptr_buffer_load_lds`
- `__builtin_amdgcn_load_to_lds`
**Reproducer:**
```cpp
template<int N>
__device__ void load(void* src, __shared__ void* dst) {
__builtin_amdgcn_global_load_lds(src, dst, N, 0, 0); // Crashes
}
template __device__ void load<16>(void*, __shared__ void*);
```
**Error before fix:**
```
Assertion `!isValueDependent() && "Expression evaluator can't be called on a dependent expression."' failed
```
**Fix:** Add `isValueDependent()` check before evaluating the constant
expression. Value-dependent expressions are accepted during template
definition and properly checked during template instantiation.
## Test plan
- [x] New lit test
`clang/test/SemaHIP/amdgpu-global-load-lds-template.hip`
- Tests valid template parameter sizes compile without errors
- Tests invalid sizes are caught at template instantiation
- [x] All existing SemaHIP tests pass (17/17)
- [x] Related builtin tests pass
Commit: 458a2e88cc0595e5456e37cdfbec9bd84d5e2dee
https://github.com/llvm/llvm-project/commit/458a2e88cc0595e5456e37cdfbec9bd84d5e2dee
Author: Thurston Dang <thurston at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
Log Message:
-----------
[AMDGPU][Scheduler] Fix use-after-poison by printing before deleting (#175807)
A buildbot was failing with a use-after-poison
(https://lab.llvm.org/buildbot/#/builders/24/builds/16530) after
https://github.com/llvm/llvm-project/pull/175050:
```
==llc==1532559==ERROR: AddressSanitizer: use-after-poison on address 0xe26e74e12368 at pc 0xb36d41bd74dc bp 0xffffed72a450 sp 0xffffed72a448
READ of size 8 at 0xe26e74e12368 thread T0
#0 0xb36d41bd74d8 in llvm::MachineInstr::print(llvm::raw_ostream&, bool, bool, bool, bool, llvm::TargetInstrInfo const*) const /home/b/sanitizer-aarch64-linux-bootstrap-asan/build/llvm-project/llvm/lib/CodeGen/MachineInstr.cpp:1796:35
#1 0xb36d3e221b08 in operator<< /home/b/sanitizer-aarch64-linux-bootstrap-asan/build/llvm-project/llvm/include/llvm/CodeGen/MachineInstr.h:2150:6
#2 0xb36d3e221b08 in llvm::PreRARematStage::rollback(llvm::PreRARematStage::RollbackInfo const&, llvm::BitVector&) const /home/b/sanitizer-aarch64-linux-bootstrap-asan/build/llvm-project/llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp:2363:57
...
```
This is because it was printing an instruction that had already been
deleted. This patch fixes this by reversing the order.
Commit: 511e6040cc3e7682dde1542ac049775e502724dd
https://github.com/llvm/llvm-project/commit/511e6040cc3e7682dde1542ac049775e502724dd
Author: Zhihui Yang <youngwisdm at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
A clang/test/CIR/CodeGenBuiltins/X86/permd-builtins.c
Log Message:
-----------
[CIR][X86] Add support for permd builtins (#172132)
Part of https://github.com/llvm/llvm-project/issues/167765
Commit: 965662ea0104f6f3e9394589552c625fd8959017
https://github.com/llvm/llvm-project/commit/965662ea0104f6f3e9394589552c625fd8959017
Author: Thurston Dang <thurston at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
A llvm/test/Instrumentation/MemorySanitizer/AArch64/neon-dot-product.ll
Log Message:
-----------
[msan][NFCI] Add tests for dot product intrinsics on Arm (#174042)
Forked from llvm/test/CodeGen/AArch64/neon-dot-product.ll, simplified to
directly use function parameters only.
N.B. https://github.com/llvm/llvm-project/pull/174038 has some tests
that incidentally use dot-product intrinsics.
Commit: e0f4988ddc6e56d794d0bfb55216254c4fd59848
https://github.com/llvm/llvm-project/commit/e0f4988ddc6e56d794d0bfb55216254c4fd59848
Author: Michael Jones <michaelrj at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libc/Maintainers.rst
Log Message:
-----------
[libc][docs] Update list of active maintainers. (#175666)
Commit: d52c7da0863f0c777382de37b22960f824ac7f48
https://github.com/llvm/llvm-project/commit/d52c7da0863f0c777382de37b22960f824ac7f48
Author: Helena Kotas <hekotas at microsoft.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/Sema/SemaHLSL.cpp
Log Message:
-----------
[HLSL] Simplify register value conversion and fix a few clang-tidy issues (#175697)
Moves `SlotNumStr` conversion back outside of the `ValidateRegisterNumber` function.
Also fixes couple of few clang-tidy issues and adds `llvm_unreachable` to catch unexpected declarations.
Related to #136809
Commit: dc46a168f841842eb632cd5117d4281f2e2176f6
https://github.com/llvm/llvm-project/commit/dc46a168f841842eb632cd5117d4281f2e2176f6
Author: Valentin Clement (ćć¬ć³ćæć¤ć³ ćÆć¬ć”ć³) <clementval at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Lower/CUDA/cuda-gpu-managed.cuf
M flang/tools/bbc/bbc.cpp
Log Message:
-----------
[flang][cuda] Remove extra managed spelling from bbc (#175803)
`bbc` is just a testing tool so we don't need to support multiple option
spelling. Keep it simple.
Commit: dedf1684b33ee22c69b3630a0a6a5148acf634cf
https://github.com/llvm/llvm-project/commit/dedf1684b33ee22c69b3630a0a6a5148acf634cf
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/Maintainers.rst
Log Message:
-----------
Nominations for code coverage maintainer in Clang (#175773)
Per discussion on
[Discourse](https://discourse.llvm.org/t/rfc-integrating-singlebytecoverage-with-branch-coverage/82492/15),
I am nominating @chapuni and @evodius96 as maintainers of code coverage
in Clang.
Please accept this PR to signal your acceptance of the nomination, if
you'd like.
Additionally, I took a shot at adding contact information for you, so
please let me know if anything is wrong or missing.
Commit: aaa0d5da736ea9901d37d671ddae31456c6c196c
https://github.com/llvm/llvm-project/commit/aaa0d5da736ea9901d37d671ddae31456c6c196c
Author: Victor Chernyakin <chernyakin.victor.j at outlook.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
Log Message:
-----------
[clang][ASTMatchers] Add `functionTypeLoc` matcher (#173668)
To be used in #173340.
Commit: b8d5ef9d2e197234da197986b606b6753e363f24
https://github.com/llvm/llvm-project/commit/b8d5ef9d2e197234da197986b606b6753e363f24
Author: Peter Collingbourne <peter at pcc.me.uk>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/llvm/unittests/Analysis/InlineAdvisorPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Analysis/InlineOrderPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Passes/Plugins/DoublerPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Passes/Plugins/TestPlugin/BUILD.gn
Log Message:
-----------
gn build: Add missing TargetLibraryInfo dep to pass and analysis plugins.
Commit: 313a382161a9a3ed349e465ad5866dabaf4aadf6
https://github.com/llvm/llvm-project/commit/313a382161a9a3ed349e465ad5866dabaf4aadf6
Author: Peter Collingbourne <pcc at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
A llvm/test/CodeGen/AArch64/bit-test.ll
M llvm/test/CodeGen/AArch64/switch-cases-to-branch-and.ll
Log Message:
-----------
AArch64: Add TBZ/TBNZ matcher for x & (1 << y).
x & (1 << y) is InstCombine's canonical form of a bit test which is
currently code generated literally, missing an opportunity to use TBZ/TBNZ
on bit 0 of x >> y, which generally results in an instruction sequence
that is shorter by 2 instructions. Implement this optimization. On my
machine this results in a 0.05% reduction in clang binary size and a 0.25%
reduction in dynamic instruction count compiling AArch64ISelLowering.cpp.
Reviewers: davemgreen, fhahn
Reviewed By: davemgreen
Pull Request: https://github.com/llvm/llvm-project/pull/172962
Commit: 7b699cc5de6561895f8ba3e5326ded8d301c7251
https://github.com/llvm/llvm-project/commit/7b699cc5de6561895f8ba3e5326ded8d301c7251
Author: Lucas Ramirez <11032120+lucas-rami at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
R llvm/test/CodeGen/AMDGPU/machine-scheduler-rematerialization-scoring.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-attr.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-debug.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats.mir
M llvm/test/CodeGen/AMDGPU/mfma-loop.ll
Log Message:
-----------
Revert "[AMDGPU][Scheduler] Scoring system for rematerializations (#175050)" (#175813)
This reverts 8ab79377740789f6a34fc6f04ee321a39ab73724 and
f21e3593371c049380f056a539a1601a843df558 which are causing a HIP failure
in a Blender test.
Commit: 049413243d7547c4789185b7849bce4838c998fc
https://github.com/llvm/llvm-project/commit/049413243d7547c4789185b7849bce4838c998fc
Author: Craig Topper <craig.topper at sifive.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
Log Message:
-----------
[RISCV] Add isCommutable to more P extension instructions. (#175722)
Commit: c620b477512ad566e687024d25b703ba0f99cec2
https://github.com/llvm/llvm-project/commit/c620b477512ad566e687024d25b703ba0f99cec2
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-implied-by-fcmp.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
Log Message:
-----------
ValueTracking: Account for undef in adjustKnownFPClassForSelectArm (#175372)
This needs to consider undef like the KnownBits case does.
Commit: bf5ee0678e39560148a3ce658d7b34a09b7971fb
https://github.com/llvm/llvm-project/commit/bf5ee0678e39560148a3ce658d7b34a09b7971fb
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/lib/IR/Remarks.cpp
Log Message:
-----------
[mlir] Use bind_front in RemarkEngine. NFC. (#175818)
Switch from C++11 `std::bind` to C++26 `bind_front` backported in
https://github.com/llvm/llvm-project/pull/175056.
The former is an old design that predates lambdas and uses explicit
placeholders. `bind_front` should produce a much smaller object (we only
need one pointer).
Commit: 50703faab8a466adfea961636d439a61e5d26007
https://github.com/llvm/llvm-project/commit/50703faab8a466adfea961636d439a61e5d26007
Author: Grigor Nikolov <40071481+grigornik at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
Log Message:
-----------
[AMDGPU][Test][AIX] use tr instead of sed for line split (#175557)
Test case is using sed command `sed 's/,/,\n/g'` to split a line.
On AIX that is not working with the AIX system's `sed`
AIX external BB fails from
https://lab.llvm.org/buildbot/#/builders/64/builds/6911
Here substitute:
`sed 's/,/,\n/g'`
with:
`tr ',' '\n'`
but because `tr` does not keeps the comma, also needed to change looked
for texts i.e. to remove the comma `,` from them since it is not needed
for the correctness.
Co-authored-by: Daniel Chen <cdchen at ca.ibm.com>
Commit: d27d75ee945943698b247393a7f7449f76efafe4
https://github.com/llvm/llvm-project/commit/d27d75ee945943698b247393a7f7449f76efafe4
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanUncountableExitTest.cpp
Log Message:
-----------
[VPlan] Use createHeaderPHIRecipes in native path (NFCI).
Simplify tryToBuildVPlan by using createHeaderPHIRecipes in the native
path as well.
Commit: 4a807e8dd97421acd26143f8c186f6e0a602e2f1
https://github.com/llvm/llvm-project/commit/4a807e8dd97421acd26143f8c186f6e0a602e2f1
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/docs/Vectorizers.rst
M llvm/docs/vplan-early-exit-lowered.dot
M llvm/docs/vplan-early-exit-lowered.png
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-deref-assumptions.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit_live_outs.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit_with_outer_loop.ll
M llvm/test/Transforms/LoopVectorize/vector-loop-backedge-elimination-early-exit.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/std-find.ll
Log Message:
-----------
[VPlan] Optimize BranchOnTwoConds to chain of 2 simple branches. (#174016)
This patch improves the lowering for BranchOnTwoConds added in
https://github.com/llvm/llvm-project/pull/172750 by replacing the branch
on OR with a chain of 2 branches.
On Apple M cores, the new lowering is ~8-10% faster for std::find-like
loops. It also makes it easier to determine the early exits in VPlan. I
am also planning on extensions to support loops with multiple early
exits and early-exits at different positions, which should also be
slightly easier to do with the new representation.
PR: https://github.com/llvm/llvm-project/pull/174016
Commit: bdb50b08a2ebfee8f0ee0d8fbc46357d5359647c
https://github.com/llvm/llvm-project/commit/bdb50b08a2ebfee8f0ee0d8fbc46357d5359647c
Author: Steven Wu <stevenwu at apple.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Support/ThreadPool.cpp
Log Message:
-----------
[llvm] Fix comment references deprecated make_scope_exit (#175820)
After #173131 and #174030, make_scope_exit is no longer used in
ThreadPool. Fix comment that references old APIs and references the new
API instead.
Commit: 51ec8b1b662c0708b0a21c4b41303bc5b01ba046
https://github.com/llvm/llvm-project/commit/51ec8b1b662c0708b0a21c4b41303bc5b01ba046
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/lib/Support/FloatingPointMode.cpp
M llvm/unittests/ADT/FloatingPointMode.cpp
Log Message:
-----------
ADT: Add utility functions for comparing FPClassTest (#175380)
Add utility functions for checking if less and greater queries
are known to not evaluate to true. This will permit more precise
folding of min/max intrinsics. The test is kind of a mess.
Commit: d73cd7146291b1356cc9e4f079785ee26ee1a887
https://github.com/llvm/llvm-project/commit/d73cd7146291b1356cc9e4f079785ee26ee1a887
Author: Abel Bernabeu <abel.bernabeu at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Misc/target-invalid-cpu-note/riscv.c
M llvm/docs/RISCVUsage.rst
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
A llvm/lib/Target/RISCV/RISCVInstrFormatsXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
A llvm/lib/Target/RISCV/RISCVInstrInfoXAIF.td
M llvm/lib/Target/RISCV/RISCVProcessors.td
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
M llvm/lib/Target/RISCV/RISCVSystemOperands.td
M llvm/test/CodeGen/RISCV/features-info.ll
A llvm/test/MC/RISCV/xaifet-amo-valid.s
A llvm/test/MC/RISCV/xaifet-simd-valid.s
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV] AI Foundry ET extensions for RISC-V (#174571)
This patch is part of an ongoing effort for upstreaming the AI Foundry
ET
extensions for RISC-V, formerly known as the ET-SoC-1 Minion extensions
by
Esperanto Technologies.
Changes
=======
The changes in this patch are:
- Defining the XAIFET feature as an "umbrella" extension under which
all the vendor extensions from ET-SoC-1 are included.
- Defining Esperanto Technologies's ET-SoC-1 Minion processor (et-soc1).
- Defining Ainekko's Erbium Minion processor (an-erbium), using the same
ISA.
- Adding the XAIFET vector register and mask register classes.
- Adding all the custsom machine instructions
Reference manual
================
Full documentation for these extensions is publicly available at the
following URL:
https://github.com/aifoundry-org/et-man/blob/main/ET%20Programmer's%20Reference%20Manual.pdf
Note on gather/scatter syntax
=============================
The assembly syntax for gather/scatter instructions used by Esperanto
Technologies used a complex source operand consisting on two registers.
For example, consider the syntax that the manual proposed for
`fg32w.ps`:
fg32w.ps fd, fs1(rs1)
Note that the second operand (the source) is composed of two register
names.
While Esperanto Technologies fork of LLVM 11 supported this syntax,
it is easier to fit on the existing RISCV infrastructure if a comma is
inserted between the two source register names:
fg32w.ps fd, fs1, (rs1)
That way is as clear as the proposal from the manual and does not
require defining a complex operand consisting on two registers.
This subject was discussed on the #et-platform Discord channel, with
enough agreement on streamlining the syntax as proposed here for
llvm/clang.
Note on instruction prefixes
============================
The `aif.` prefix has been added to all the instructions under these
extensions, in line with the RISC-V toolchain practices, so an
instruction from the manual like `fadd.pi` becomes `aif.fadd.pi`
with the upstream toolchain.
The same goes for CSRs, so `fcc` becomes `aif.fcc`.
Authors
=======
This patch contains code rebased from the LLVM 11 fork by Esperanto
Technologies as published at the following URL:
https://github.com/aifoundry-org/llvm/tree/et
The list of authors that contributed to that fork follow:
- Abel Bernabeu <abel.bernabeu at esperantotech.com>, maintainer.
- David Callahan <callahan at reservoir.com>, project founder.
- Josep M. Perez <josep.m.perez at esperantotech.com>, contributor.
- Muhammad Kamran <muhammad.kamran at esperantotech.com>, contributor.
- Pere Munt <pere.munt at esperantotech.com>, contributor.
- Rafael Jimenez <rafael.jimenez at esperantotech.com>, contributor.
- Stefan Freudenberger <stefan at reservoir.com>, contributor.
Commit: bd2cfc52e4c6f627bacc53c7d38c6e0d02976bf0
https://github.com/llvm/llvm-project/commit/bd2cfc52e4c6f627bacc53c7d38c6e0d02976bf0
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/IR/PatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
Log Message:
-----------
[PatternMatch] Implement match_fn using bind_back (NFC) (#175811)
Use llvm::bind_back landed in d2a521750 ([ADT] Introduce
bind_{front,back}, [not_]equal_to, #175056) to simplify implementations
of match_fn in PatternMatch and VPlanPatternMatch.
Commit: 4958c4c1c3f698d60be54d04e67503e9f9c32b6d
https://github.com/llvm/llvm-project/commit/4958c4c1c3f698d60be54d04e67503e9f9c32b6d
Author: Anshul Nigham <nigham at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
Log Message:
-----------
[NewPM] Extract logic for X86 SLH into a separate class (#175718)
This will enable easier migration to NewPM
Commit: 74f023d757eefe72e29797028d7b7f190690075d
https://github.com/llvm/llvm-project/commit/74f023d757eefe72e29797028d7b7f190690075d
Author: Dean Frampton <dean at deanframpton.co.nz>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/test/tools/llvm-cov/branch-templates.test
M llvm/tools/llvm-cov/CodeCoverage.cpp
M llvm/tools/llvm-cov/CoverageReport.cpp
M llvm/tools/llvm-cov/CoverageViewOptions.h
Log Message:
-----------
[llvm-cov] Add show-function-summary option in coverage report (#172980)
Adds a command line argument to llvm-cov to optionally disable the
function summary in the coverage report (but maintaining existing
behavior by keeping it enabled by default).
Commit: ecf8211fda3ec81a2ac89f805cb915a3ac352aec
https://github.com/llvm/llvm-project/commit/ecf8211fda3ec81a2ac89f805cb915a3ac352aec
Author: Prathamesh Tagore <63031630+meshtag at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
Log Message:
-----------
[mlir][gpu] Guard negative workgroup_attributions in GPU ops (#174409)
Commit: d69335bac9d218ed5dadeebed66b600347d5db8e
https://github.com/llvm/llvm-project/commit/d69335bac9d218ed5dadeebed66b600347d5db8e
Author: Ramkumar Ramachandra <artagnon at tenstorrent.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ConstraintSystem.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/InterleavedAccessPass.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/ProfDataUtils.cpp
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXUtilities.h
M llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[LLVM] Clean up code using [not_]equal_to (NFC) (#175824)
Use llvm::[not_]equal_to landed in d2a521750 ([ADT] Introduce
bind_{front,back}, [not_]equal_to, #175056) across LLVM for cleaner
code.
Commit: 6e0ef1cf74559023eb420624f280c52572e196d3
https://github.com/llvm/llvm-project/commit/6e0ef1cf74559023eb420624f280c52572e196d3
Author: Dave Lee <davelee.com at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/source/DataFormatters/TypeSynthetic.cpp
Log Message:
-----------
[lldb] Rename AutoPointer typedef to UniquePointer (NFC) (#175806)
Commit: 94d0ab0b1dead21cb777865daaccdd847f935c87
https://github.com/llvm/llvm-project/commit/94d0ab0b1dead21cb777865daaccdd847f935c87
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstructions.td
Log Message:
-----------
AMDGPU: Enable selection of strict_fp16_to_fp (#175834)
This avoids regressions when softPromoteHalfType is switched on.
Commit: 870ffbd9ed566079227f24606c88c5d9276378ea
https://github.com/llvm/llvm-project/commit/870ffbd9ed566079227f24606c88c5d9276378ea
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
Log Message:
-----------
[Github] Bump CI Container LLVM Version to 21.1.8
Update to the last release of v21.1.x to keep things up to date.
Commit: d11ef6a2b86a70ac7f20c7b164fbe6faab0dd8a1
https://github.com/llvm/llvm-project/commit/d11ef6a2b86a70ac7f20c7b164fbe6faab0dd8a1
Author: Eric Feng <55723758+efric at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp
M mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
Log Message:
-----------
[mlir][spirv] Allow complex element types in memref allocation checks (#175836)
Support for complex types in SPIR-V was introduced in
97f3bb73a29a566e99e33ae4338c2c3d9957e561, and memref type conversion was
updated accordingly to include them. However, the element type precheck
used during memref alloc/dealloc pattern matching in the SPIR-V lowering
was not updated to recognize complex element types. This patch resolves
this inconsistency.
Fixes: https://github.com/iree-org/iree/issues/23117
---------
Signed-off-by: Eric Feng <Eric.Feng at amd.com>
Commit: 35a20d7e92f689d9c026452e82d47ca130a9c024
https://github.com/llvm/llvm-project/commit/35a20d7e92f689d9c026452e82d47ca130a9c024
Author: Alex Voicu <alexandru.voicu at amd.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
A llvm/test/CodeGen/SPIRV/externally-initialized.ll
Log Message:
-----------
[SPIRV] Handle `externally_initialized` for AMDGCN flavoured SPIRV (#175277)
SPIR-V doesn't currently have a way to encode the `externally_initialized` LLVM concept. Unfortunately, certain HIP constructs (e.g. `__managed__` or `__constant__` variables) rely on it. Hence, this patch allows AMDGCN flavoured SPIR-V to encode `externally_initialized` via the `HostAccessINTEL` decoration, which approximates some of the semantics; the decoration is handled during reverse translation. It also appears that we never fully implemented the decoration, which I intend to handle in a subsequent, independent patch.
Commit: ac15ac90e3ad3606b0a24de4c866b537fe41ceb7
https://github.com/llvm/llvm-project/commit/ac15ac90e3ad3606b0a24de4c866b537fe41ceb7
Author: keinflue <keinflue at posteo.de>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/JumpDiagnostics.cpp
M clang/test/Sema/scope-check.c
Log Message:
-----------
[clang] Restore diagnostic for certain jumps into VLA(ish) scopes. (#175833)
Commit 543f112e148a enabled diagnostics for C++ compatibility for jumps
over initialization of variables. However, inadvertently this may cause
a prior diagnostic for jumps into scopes of variables with variably
modified types to be replaced with the less severe C++ compatibility
warning, resulting in impossible codegen.
This skips the check for the C++ compatibility warning if there is
already another diagnostic planned for the scope.
Fixes #175540
Commit: 1327c50ef199b481f5326cf6ca3710fc111b70b1
https://github.com/llvm/llvm-project/commit/1327c50ef199b481f5326cf6ca3710fc111b70b1
Author: Shubh Pachchigar <33875085+shubhe25p at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/config/config.json
A libc/config/windows/config.json
M libc/docs/configure.rst
M libc/docs/dev/printf_behavior.rst
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/printf_core/char_converter.h
M libc/src/stdio/printf_core/core_structs.h
M libc/src/stdio/printf_core/linux/error_mapper.h
M libc/src/stdio/printf_core/parser.h
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/stdio/sprintf_test.cpp
Log Message:
-----------
[libc] Support %lc in printf (#169983)
Add support for %lc in printf by calling internal wcrtomb function and
relevant end-to-end sprintf test. Additionally, modified printf parser
for recognizing length modifier and added two internal error codes. Also
added a flag to disable wchar support on windows platform. Resolves
#166598
Co-authored-by: shubh at DOE <shubhp at mbm3a24.local>
Commit: 0133247567a2e69e107bcdd4b1d72fe93b7f93f9
https://github.com/llvm/llvm-project/commit/0133247567a2e69e107bcdd4b1d72fe93b7f93f9
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
M llvm/test/CodeGen/AArch64/fp8-sve-cvtn.ll
M llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
M llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
M llvm/test/CodeGen/AArch64/sme-avoid-coalescing-locally-streaming.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sme-pstate-sm-changing-call-disable-coalescing.ll
M llvm/test/CodeGen/AArch64/sme-streaming-body.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-add-sub-za16.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfmul.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-cvtn.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-faminmax.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fmlas.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4-lane-x4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-max.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-min.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlals.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4-fp8.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x1.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x2.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-rshl.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-select-sme-tileslice.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sqdmulh.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sub.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-tmop.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-uclamp.ll
M llvm/test/CodeGen/AArch64/sme2p2-intrinsics-fmul.ll
M llvm/test/CodeGen/AArch64/streaming-compatible-memory-ops.ll
M llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-partial-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fmsub.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-reinterpret.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqdec.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqinc.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-reg-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-int-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-to-int.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-int-to-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-and-combine.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bit-counting.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bitselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-build-vector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-concat.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-subvector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-vector-elt.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-extend-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-rounding.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-log.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mul.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ld2-alloca.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-limit-duplane.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-log-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather-scatter.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-permute-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ptest.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reductions.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reshuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-sdiv-pow2.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc-stores.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-vector-deinterleave.ll
M llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-luti.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve2p1-dots-partial-reduction.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-multivec-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-selx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uzpx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-while-pp.ll
Log Message:
-----------
[AArch64] Enable subreg liveness tracking for streaming functions. (#174189)
Most use of subreg liveness tracking will be for streaming SME2
functions where it can use the strided- and contiguous form of the
multi-vector LD1, see #123081 for details.
Any regressions come from disabling coalescing of SUBREG_TO_REG when
sub-reg liveness tracking is enabled, which may introduce some scalar
`mov`s and may limit some peephole optimizations from the load-store
optimizer, but the impact of disabling coalescing seems limited in
practice (empirically from trying this on workloads) and we think the
regressions are offset by improvements to the handling of multi-vector
instructions (tuple registers) in SME2.
PR #174188 addresses these issues in a separate PR.
Commit: 9fc7c429752ed87a36f383ee47bad575fea7702a
https://github.com/llvm/llvm-project/commit/9fc7c429752ed87a36f383ee47bad575fea7702a
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M llvm/test/CodeGen/AArch64/ldst-implicitop.mir
Log Message:
-----------
[AArch64] Let LoadStoreOptimizer handle renamable implicit-defs. (#174186)
The LoadStoreOptimizer is very conservative with handling instructions
that have implicit-def operands and only support them for 2
instructions. However, they can be considered when a MachineOperand is
marked explicitly as 'renamable'.
Commit: b2c7e734cbd7a00d1c72f1e6fcef8ee04dfd92c6
https://github.com/llvm/llvm-project/commit/b2c7e734cbd7a00d1c72f1e6fcef8ee04dfd92c6
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/include/llvm/Support/Compiler.h
Log Message:
-----------
[ADT] Hide no_unique_address behind a macro (#175841)
This attribute was introduced in C++20 and not available across all compilers.
Commit: feeb934a3c4d825cd673f01416c39ca73ede170f
https://github.com/llvm/llvm-project/commit/feeb934a3c4d825cd673f01416c39ca73ede170f
Author: Paul Kirth <paulkirth at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang-tools-extra/Maintainers.rst
Log Message:
-----------
[clang-tools-extra] Update Maintainers for Clang-Doc (#175822)
Currently, Erick Velez has been doing the bulk of clang-doc development.
We're also moving one of the old maintainers that hasn't participated in
almost a year to inactive.
Commit: 64430b4f099a96aa9e60752860a3179da57bd20a
https://github.com/llvm/llvm-project/commit/64430b4f099a96aa9e60752860a3179da57bd20a
Author: Bruno De Fraine <brunodf at synopsys.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/test/CodeGenCXX/pragma-gcc-unroll.cpp
M clang/test/CodeGenCXX/pragma-unroll.cpp
Log Message:
-----------
[clang][CodeGenCXX] Fix pragma unroll test patterns (NFC) (#175860)
These tests were not testing the loop metadata that they suggest to be
testing. They would define FileCheck variables such as `UNROLL_8` for
metadata nodes and then later redefine instead of use them (redefinition
always succeeds and thus checks nothing). The error was likely
introduced because the earlier loop metadata nodes, which must define
the variables at the first occurrence, were copy-pasted for later loop
metadata nodes, without realizing that the variable definitions in the
FileCheck pattern must be changed to uses to match later occurrences of
the same metadata node. By matching the metadata section with a block of
DAG patterns, we can define variables such as `UNROLL_8` with a pattern
that matches at the metadata node definition, even if it occurs later,
and the loop metadata nodes can be matched with uniform patterns. This
system is also used in the `pragma-loop.cpp` test.
Commit: 4a8ecccd70177bff1674ac543ff8645827c82356
https://github.com/llvm/llvm-project/commit/4a8ecccd70177bff1674ac543ff8645827c82356
Author: Nishant Patel <nishant.b.patel at intel.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp
M mlir/test/Dialect/XeGPU/xegpu-blocking.mlir
Log Message:
-----------
[MLIR][XeGPU] Pass inst_data for blocking create/constant Mask and Step op (#175456)
Commit: 02984cf61b71eba87752fcc9b0abe511eeb7dd1b
https://github.com/llvm/llvm-project/commit/02984cf61b71eba87752fcc9b0abe511eeb7dd1b
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
M clang/test/CIR/CodeGen/binassign.c
A clang/test/CIR/CodeGen/fold-during-cg.c
M clang/test/CIR/CodeGen/new.cpp
M clang/test/CIR/CodeGen/placement-new.cpp
M clang/test/CIR/CodeGen/statement-exprs.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
Log Message:
-----------
[CIR] Attempt to fold casts and unary ops during codegen (#175675)
This change introduces basic folding of casts and unary ops as they are
created this is needed in order to allow later codegen pieces, such as
builtin handlers, to more easily identify and examine constant operands.
For example, many X86 builtin functions use a default mask operand of
-1, which was previously generated as a constant 1 and a unary minus.
In some cases, the folding process leaves behind unused constant
operations, so I am also added a simple change to the canonicalize pass
to remove unused constants. We had other places where unused constants
were being generated already, and this change cleans those up too.
Commit: 8fa680b9d94ad3f3f04d9c0e60485ed546463c94
https://github.com/llvm/llvm-project/commit/8fa680b9d94ad3f3f04d9c0e60485ed546463c94
Author: Daniel Paoliello <danpao at microsoft.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/test/CodeGen/AArch64/win-import-call-optimization.ll
Log Message:
-----------
[win][aarch64] Called globals must match for instructions to be considered identical (#175798)
When trying to enable AArch64 Import Call Optimization for Windows, we
noticed an issue where a call to an incorrect function was happening
after the loader replaced a branch instruction. The root cause of this
was that LLVM had decided to fold two branch instructions into one as
they were both branches to the same register, however the value of the
register would be different in either path as they were branches for
different imported functions.
This change updates `MachineInstr::isIdenticalTo` to also consider any
"called global" that is attached to the instruction, and will consider
two instructions as "not the same" if the globals differ.
Also fixed a possible source of non-determinism: switched from using a
`DenseMap` to using a `vector` for mapping sections to lists of called
globals (we don't expect many sections, so no need to use a map) and
sort the map by section name before emitting.
Commit: 0f24d0fb6cb08a9eb0ae80a1da6cba5b5910fa7c
https://github.com/llvm/llvm-project/commit/0f24d0fb6cb08a9eb0ae80a1da6cba5b5910fa7c
Author: GeorgeHuyubo <113479859+GeorgeHuyubo at users.noreply.github.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
M lldb/unittests/Language/CPlusPlus/CMakeLists.txt
A lldb/unittests/Language/CPlusPlus/LibStdcppTupleTest.cpp
Log Message:
-----------
[lldb] Fix null pointer crash in LibStdcppTupleSyntheticFrontEnd::Update (#175700)
When displaying a backtrace with std::tuple function arguments,
GetChildAtIndex() can return a null ValueObjectSP. The code was
dereferencing this pointer without checking for null, causing a SIGSEGV
crash when LLDB tried to pretty-print function arguments containing
tuples.
This PR fix the crash and add unit test which would crash before this PR
and only pass after this PR.
---------
Co-authored-by: George Hu <georgehuyubo at gmail.com>
Co-authored-by: Jonas Devlieghere <jonas at devlieghere.com>
Commit: 9f7af289728002487b032a8278bc2c540a02ff59
https://github.com/llvm/llvm-project/commit/9f7af289728002487b032a8278bc2c540a02ff59
Author: hev <wangrui at loongson.cn>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp
M llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
M llvm/test/CodeGen/LoongArch/expand-call.ll
M llvm/test/MC/LoongArch/Macros/macros-call.s
Log Message:
-----------
[llvm][LoongArch] Add call and tail macro instruction support (#175357)
Link:
https://sourceware.org/pipermail/binutils/2025-December/146091.html
Commit: fb0653c36b84d5d53180e2374f52e72035944c41
https://github.com/llvm/llvm-project/commit/fb0653c36b84d5d53180e2374f52e72035944c41
Author: Dave Lee <davelee.com at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M lldb/source/DataFormatters/ValueObjectPrinter.cpp
M lldb/test/API/lang/objc/failing-description/TestObjCFailingDescription.py
M lldb/test/API/lang/objc/struct-description/TestObjCStructDescription.py
Log Message:
-----------
[lldb] Change po fallback messaging (#175847)
When an object description expression fails, instead of emitting an error, mark it as a
warning instead. Additionally, send the more low level details of the failure to the
`expr` log, and show a more user friendly message:
> `po` was unsuccessful, running `p` instead
rdar://165190497
Commit: 386d9399731d28532e38b9820f3a44a9cfbead77
https://github.com/llvm/llvm-project/commit/386d9399731d28532e38b9820f3a44a9cfbead77
Author: Wenju He <wenju.he at intel.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/lib/Headers/opencl-c-base.h
M clang/lib/Headers/opencl-c.h
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/Headers/opencl-c-header.cl
M clang/test/Misc/amdgcn.languageOptsOpenCL.cl
M clang/test/SemaOpenCL/extension-version.cl
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Set KHR extensions minimum version to OpenCL 1.0 (#175120)
Motivation is similar to 25cfdaa4e9dc. Their spec don't specify a
required OpenCL version. Targets may expose them before OpenCL 1.2.
Set KHR extensions (depth images, mipmaps, subgroups, kernel clock, dot
product, ext_float_atomics, extended_bit_ops, cles_khr_int64) to
availability 1.0.
Changes to opencl-c.h:
* Relax header and test guards to allow extension macros whenever any
OpenCL C version is defined.
* Relax cl_khr_depth_images guard to allow cl_khr_depth_images, OpenCL
C++, or OpenCL C 2.0+, since image2d_depth_t and image2d_array_depth_t
types require that coverage.
* Guard image1d_t, image1d_array_t and image2d_array_t types with OpenCL
C++ or OpenCL C 1.2+ to match with OpenCL C spec.
Relates to https://github.com/KhronosGroup/OpenCL-CTS/pull/2376.
Commit: 7584c280631a90d72e49e3ec5b9f4f1d3609bd98
https://github.com/llvm/llvm-project/commit/7584c280631a90d72e49e3ec5b9f4f1d3609bd98
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/test/CIR/CodeGen/pointer-to-member-func.cpp
A clang/test/CIR/IR/method-attr.cir
Log Message:
-----------
[CIR] Upstream CIR method attribute handling (#174640)
This adds code for generating cir.method attributes and lowering them to
LLVM IR to implement support the C++ method pointer variables.
Commit: 0b783f5a76c76efcde1272ae3692fbfa45f9fdcc
https://github.com/llvm/llvm-project/commit/0b783f5a76c76efcde1272ae3692fbfa45f9fdcc
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
[MC/DC] Refactor MCDCCoverageBuilder. NFC. (#125409)
- Get rid of the old `DecisionStack` and dissolve it into push/pop
`CurCondIDs` in `VisitBin`, since `VisitBin` is recursive.
- Introduce the new `DecisionStack` with `DecisionState` to handle the
current `Decision` in nested `Decision`s.
- The stack has the sentinel that has `DecisionExpr = nullptr`.
- Split out `checkDecisionRootOrPush` from `pushAndAssignIDs` for
non-BinOp. It assigns `CondID` to `E` (instead of assignment LHS in
`pushAndAssignIDs`).
- The stack is manupilated at the top Decision operator in `VisitBin`.
- The stack grows at the entrance of the Decision with the initial
state.
- In the same level in `VisitBin`, the stack is popped and the
`Decision` record is emitted.
- Introduce `DecisionEndToSince` to sweep `MCDCBranch`es partially in
`cancelDecision`.
Commit: b1e4f269287cf981c1fcb8267c5f0e6678c2311e
https://github.com/llvm/llvm-project/commit/b1e4f269287cf981c1fcb8267c5f0e6678c2311e
Author: YongKang Zhu <yongzhu at fb.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M bolt/test/AArch64/epilogue-determination.s
Log Message:
-----------
[BOLT][AArch64] Fix epilogue-determination test (#175668)
Define jump table for each function, for conformance and better clarity.
Commit: 95da1354d03bf66594d0bd1763b9c9c5fbcf8843
https://github.com/llvm/llvm-project/commit/95da1354d03bf66594d0bd1763b9c9c5fbcf8843
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/config/config.json
R libc/config/windows/config.json
M libc/docs/configure.rst
M libc/docs/dev/printf_behavior.rst
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/printf_core/char_converter.h
M libc/src/stdio/printf_core/core_structs.h
M libc/src/stdio/printf_core/linux/error_mapper.h
M libc/src/stdio/printf_core/parser.h
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/stdio/sprintf_test.cpp
Log Message:
-----------
Revert "[libc] Support %lc in printf (#169983)"
This reverts commit 1327c50ef199b481f5326cf6ca3710fc111b70b1.
The printf headers are intended to be header-only, this introduces
external symbol dependencies.
Commit: c0edf7894eb9ef09baaf94510441f93c4bbaaaa8
https://github.com/llvm/llvm-project/commit/c0edf7894eb9ef09baaf94510441f93c4bbaaaa8
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M .github/workflows/containers/github-action-ci-tooling/Dockerfile
Log Message:
-----------
[Github] Bump clang-format version to 21.1.8 for formatting job (#175850)
In line with the current de-facto support policy of bumping to the
first/last versions of a release.
Commit: be8924740325ba74232ba083cd86f940c01b354c
https://github.com/llvm/llvm-project/commit/be8924740325ba74232ba083cd86f940c01b354c
Author: Liu Ke <liuke.gehry at bytedance.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGDebugInfo.h
M clang/test/DebugInfo/CXX/simple-template-names.cpp
Log Message:
-----------
[DebugInfo] Set the DI flag for the simplified name of a template function/type (2/3). (#175708)
Set the `NameIsSimplified` flag for a template function/type that is
treated as having simplified names. Previous patch: #175130 .
Based on:
[RFC](https://discourse.llvm.org/t/rfc-debuginfo-selectively-generate-template-parameters-in-the-skeleton-cu/89395).
Commit: c560f1cf03aa06c0bdd00c5a9b558c16d882af6f
https://github.com/llvm/llvm-project/commit/c560f1cf03aa06c0bdd00c5a9b558c16d882af6f
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/Serialization/ASTReaderDecl.cpp
A clang/test/Modules/pr149404-02.cppm
A clang/test/Modules/pr172241.cppm
Log Message:
-----------
[Serialization] Stop demote var definition as declaration (#172430)
Close https://github.com/llvm/llvm-project/issues/172241
Close https://github.com/llvm/llvm-project/issues/64034
Close https://github.com/llvm/llvm-project/issues/149404
Close https://github.com/llvm/llvm-project/issues/174858
After this patch, we (the clang dev) no longer assumes there are at
most one definition in a redeclaration chain.
See
https://discourse.llvm.org/t/rfc-clang-not-assuming-there-is-at-most-one-definition-in-a-redeclaration-chain/89360
for details.
Commit: 309ca6dd4775368e5810b3f3b41f3c0b9c489343
https://github.com/llvm/llvm-project/commit/309ca6dd4775368e5810b3f3b41f3c0b9c489343
Author: Victor Mustya <victor.mustya at intel.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/Headers/opencl-c.h
Log Message:
-----------
[Clang][OpenCL] Add cl_intel_split_work_group_barrier extension (#175878)
The extension adds support for split work group barriers in OpenCL C.
The spec is available at:
https://registry.khronos.org/OpenCL/extensions/intel/cl_intel_split_work_group_barrier.html
Commit: f7b943e4ed5c46a340f16bda42e20b9d43f52fef
https://github.com/llvm/llvm-project/commit/f7b943e4ed5c46a340f16bda42e20b9d43f52fef
Author: Hristo Hristov <hghristov.rmm at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
A libcxx/test/libcxx/ranges/range.adaptors/range.join.with/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/deref.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/iter_move.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.overview/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.sentinel/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/base.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/begin.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/end.nodiscard.verify.cpp
Log Message:
-----------
[libc++][ranges][NFC] Merge `join_with_view`s `[[nodiscard]]` tests (#175734)
This just merges all tests in a single `nodiscard.verify.cpp` as is the
common practice.
Commit: 6e62d40b7c65a67ac0e5c6e0f462ce2663db98b9
https://github.com/llvm/llvm-project/commit/6e62d40b7c65a67ac0e5c6e0f462ce2663db98b9
Author: Krish Gupta <krishom70 at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M flang/lib/Semantics/check-omp-loop.cpp
M flang/test/Semantics/OpenMP/linear-clause01.f90
Log Message:
-----------
[flang][OpenMP] Fix LINEAR clause validation and test expectations (#175707)
Fixes #175688
After #175383 was merged, the test
`Semantics/OpenMP/linear-clause01.f90` was failing because it had an
early return that prevented multiple errors from being reported.
This PR fixes two issues:
1. **Removes the early return** after detecting a modifier error on
DO/SIMD directives. Previously, when a modifier error was found, the
function would return immediately without checking other restrictions
like the scalar requirement. Now all applicable errors are reported.
2. **Updates test expectations** to expect both the modifier error AND
the scalar error for Case 1, where `arg(:)` is an array used with `uval`
modifier on a DO directive.
Thanks to @NimishMishra for catching this during review - arrays should
always be rejected in LINEAR clauses (except for `declare simd` with
`ref` modifier), regardless of whether there are other errors.
Commit: e1a96f4cf13835a171df115498e7692cbd6a2793
https://github.com/llvm/llvm-project/commit/e1a96f4cf13835a171df115498e7692cbd6a2793
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .gitignore
M bolt/lib/Core/DebugNames.cpp
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-helper.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-main.s
M clang-tools-extra/Maintainers.rst
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/index/FileIndex.cpp
M clang-tools-extra/test/clang-tidy/checkers/abseil/faster-strsplit-delimiter.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/function-cognitive-complexity.cpp
M clang/Maintainers.rst
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/Basic/Features.def
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/Driver/SanitizerArgs.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Sema/Sema.h
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/lib/APINotes/APINotesYAMLCompiler.cpp
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/NVPTX.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/CGObjCGNU.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/Driver/SanitizerArgs.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Headers/opencl-c-base.h
M clang/lib/Headers/opencl-c.h
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/JumpDiagnostics.cpp
M clang/lib/Sema/OpenCLBuiltins.td
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaCUDA.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/StaticAnalyzer/Checkers/WebKit/ForwardDeclChecker.cpp
M clang/test/Analysis/csv2json.py
M clang/test/Analysis/cxx-uninitialized-object-inheritance.cpp
M clang/test/Analysis/cxx-uninitialized-object.cpp
M clang/test/Analysis/uninit-ps-rdar6145427.m
M clang/test/CIR/CodeGen/binassign.c
A clang/test/CIR/CodeGen/fold-during-cg.c
M clang/test/CIR/CodeGen/new.cpp
M clang/test/CIR/CodeGen/placement-new.cpp
M clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/statement-exprs.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/permd-builtins.c
A clang/test/CIR/IR/method-attr.cir
M clang/test/CXX/except/except.spec/p13-friend.cpp
M clang/test/CodeGen/builtins-nvptx-ptx60.cu
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/nvptx_attributes.c
M clang/test/CodeGenCUDA/convergent.cu
M clang/test/CodeGenCXX/ctor-empty-nounique.cpp
M clang/test/CodeGenCXX/pragma-gcc-unroll.cpp
M clang/test/CodeGenCXX/pragma-unroll.cpp
M clang/test/CodeGenSYCL/kernel-caller-entry-point.cpp
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Headers/opencl-c-header.cl
M clang/test/Lexer/has_feature_undefined_behavior_sanitizer.cpp
M clang/test/Misc/amdgcn.languageOptsOpenCL.cl
M clang/test/Misc/target-invalid-cpu-note/riscv.c
M clang/test/Sema/scope-check.c
A clang/test/SemaHIP/amdgpu-global-load-lds-template.hip
M clang/test/SemaOpenCL/extension-version.cl
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
M compiler-rt/lib/builtins/arm/addsf3.S
M compiler-rt/lib/builtins/fp_add_impl.inc
M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
M flang-rt/unittests/Runtime/NumericalFormatTest.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Lower/ConvertConstant.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Lower/CUDA/cuda-gpu-managed.cuf
M flang/test/Lower/OpenMP/target_cpu_features.f90
M flang/tools/bbc/bbc.cpp
M libc/Maintainers.rst
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/config/config.json
A libc/config/windows/config.json
M libc/docs/configure.rst
M libc/docs/dev/printf_behavior.rst
M libc/src/__support/RPC/rpc_server.h
M libc/src/__support/math/cbrt.h
M libc/src/__support/str_to_float.h
M libc/src/stdio/generic/fgets.cpp
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/printf_core/char_converter.h
M libc/src/stdio/printf_core/core_structs.h
M libc/src/stdio/printf_core/linux/error_mapper.h
M libc/src/stdio/printf_core/parser.h
M libc/src/stdlib/strfroml.cpp
M libc/test/integration/startup/gpu/rpc_interface_test.cpp
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/stdio/sprintf_test.cpp
A libcxx/docs/Status/Cxx2cIssues.csvgb
M libcxx/include/__algorithm/unwrap_iter.h
M libcxx/include/__math/special_functions.h
M libcxx/include/__ranges/data.h
A libcxx/test/libcxx/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.access/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue_view/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.common/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.counted/adaptor.nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.counted/nodiscard.verify.cpp
R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
A libcxx/utils/conformance
M libcxx/utils/requirements.txt
R libcxx/utils/synchronize_csv_status_files.py
M lldb/docs/resources/lldbgdbremote.md
M lldb/docs/resources/qemu-testing.rst
M lldb/include/lldb/API/SBCommandInterpreter.h
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/include/lldb/Target/Platform.h
M lldb/source/DataFormatters/TypeSynthetic.cpp
M lldb/source/DataFormatters/ValueObjectPrinter.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/test/API/lang/objc/failing-description/TestObjCFailingDescription.py
M lldb/test/API/lang/objc/struct-description/TestObjCStructDescription.py
M lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
M lldb/test/API/linux/aarch64/mte_tag_access/TestAArch64LinuxMTEMemoryTagAccess.py
M lldb/test/API/macosx/dsym_modules/TestdSYMModuleInit.py
M lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
M lldb/unittests/DAP/ProtocolTypesTest.cpp
M lldb/unittests/Language/CPlusPlus/CMakeLists.txt
A lldb/unittests/Language/CPlusPlus/LibStdcppTupleTest.cpp
M lldb/unittests/Utility/StreamTest.cpp
M llvm/docs/RISCVUsage.rst
M llvm/docs/Vectorizers.rst
M llvm/docs/vplan-early-exit-lowered.dot
M llvm/docs/vplan-early-exit-lowered.png
M llvm/include/llvm/ADT/APInt.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/PatternMatch.h
M llvm/include/llvm/MC/MCGOFFStreamer.h
M llvm/include/llvm/MC/MCObjectStreamer.h
M llvm/include/llvm/Support/Compiler.h
M llvm/include/llvm/Support/FormatVariadic.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/LEB128.h
M llvm/include/llvm/Support/raw_socket_stream.h
M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
M llvm/lib/Analysis/ConstraintSystem.cpp
M llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/InterleavedAccessPass.cpp
M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/ModuloSchedule.cpp
M llvm/lib/CodeGen/RegisterPressure.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
M llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Mangler.cpp
M llvm/lib/IR/Module.cpp
M llvm/lib/IR/ProfDataUtils.cpp
M llvm/lib/LTO/LTOCodeGenerator.cpp
M llvm/lib/MC/GOFFObjectWriter.cpp
M llvm/lib/MC/MCGOFFStreamer.cpp
M llvm/lib/Object/Archive.cpp
M llvm/lib/Object/ArchiveWriter.cpp
M llvm/lib/Object/IRSymtab.cpp
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/WasmEmitter.cpp
M llvm/lib/Remarks/YAMLRemarkParser.cpp
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Support/APInt.cpp
M llvm/lib/Support/Chrono.cpp
M llvm/lib/Support/FloatingPointMode.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/TextEncoding.cpp
M llvm/lib/Support/ThreadPool.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSwLowerLDS.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.cpp
M llvm/lib/Target/AMDGPU/GCNSchedStrategy.h
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
M llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp
M llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
M llvm/lib/Target/NVPTX/NVPTX.td
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/NVPTX/NVPTXUtilities.h
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
A llvm/lib/Target/RISCV/RISCVInstrFormatsXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
A llvm/lib/Target/RISCV/RISCVInstrInfoXAIF.td
M llvm/lib/Target/RISCV/RISCVProcessors.td
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
M llvm/lib/Target/RISCV/RISCVSystemOperands.td
M llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86ArgumentStackSlotRebase.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86SchedLunarlakeP.td
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
M llvm/lib/Transforms/Utils/IRNormalizer.cpp
M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
A llvm/test/Analysis/DependenceAnalysis/monotonicity-loop-guard.ll
M llvm/test/CodeGen/AArch64/Atomics/aarch64-atomic-load-rcpc_immo.ll
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-pcsections.ll
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
A llvm/test/CodeGen/AArch64/bit-test.ll
M llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
M llvm/test/CodeGen/AArch64/fp8-sve-cvtn.ll
M llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
M llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
M llvm/test/CodeGen/AArch64/ldst-implicitop.mir
M llvm/test/CodeGen/AArch64/settag-merge-nonaligned-fp.ll
M llvm/test/CodeGen/AArch64/sme-avoid-coalescing-locally-streaming.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sme-pstate-sm-changing-call-disable-coalescing.ll
M llvm/test/CodeGen/AArch64/sme-streaming-body.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-add-sub-za16.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfmul.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-cvtn.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-faminmax.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fmlas.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4-lane-x4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-max.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-min.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlals.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4-fp8.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x1.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x2.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-rshl.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-select-sme-tileslice.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sqdmulh.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sub.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-tmop.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-uclamp.ll
M llvm/test/CodeGen/AArch64/sme2p2-intrinsics-fmul.ll
M llvm/test/CodeGen/AArch64/streaming-compatible-memory-ops.ll
M llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-partial-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fmsub.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-reinterpret.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqdec.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqinc.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-reg-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-int-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-to-int.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-int-to-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-and-combine.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bit-counting.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bitselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-build-vector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-concat.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-subvector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-vector-elt.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-extend-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-rounding.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-log.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mul.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ld2-alloca.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-limit-duplane.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-log-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather-scatter.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-permute-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ptest.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reductions.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reshuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-sdiv-pow2.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc-stores.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-vector-deinterleave.ll
M llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-luti.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve2p1-dots-partial-reduction.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-multivec-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-selx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uzpx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-while-pp.ll
M llvm/test/CodeGen/AArch64/switch-cases-to-branch-and.ll
M llvm/test/CodeGen/AArch64/win-import-call-optimization.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslate-bf16.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/AMDGPU/bf16.ll
M llvm/test/CodeGen/AMDGPU/coalescing_makes_lanes_undef.mir
M llvm/test/CodeGen/AMDGPU/constant-address-space-32bit.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
M llvm/test/CodeGen/AMDGPU/llvm.exp2.bf16.ll
M llvm/test/CodeGen/AMDGPU/llvm.log2.bf16.ll
R llvm/test/CodeGen/AMDGPU/machine-scheduler-rematerialization-scoring.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-attr.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats-debug.mir
M llvm/test/CodeGen/AMDGPU/machine-scheduler-sink-trivial-remats.mir
M llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/mfma-loop.ll
M llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
A llvm/test/CodeGen/Hexagon/hvx-constpool-vector-type.ll
M llvm/test/CodeGen/LoongArch/expand-call.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
M llvm/test/CodeGen/NVPTX/convert-sm100a.ll
M llvm/test/CodeGen/NVPTX/convert-sm103a.ll
M llvm/test/CodeGen/NVPTX/f32-ex2.ll
M llvm/test/CodeGen/NVPTX/fexp2.ll
M llvm/test/CodeGen/NVPTX/flog2.ll
M llvm/test/CodeGen/NVPTX/i128.ll
M llvm/test/CodeGen/NVPTX/nvvm-reflect-arch-O0.ll
R llvm/test/CodeGen/NVPTX/ptx-version-validation.ll
M llvm/test/CodeGen/NVPTX/rsqrt.ll
M llvm/test/CodeGen/NVPTX/sm-version.ll
M llvm/test/CodeGen/NVPTX/surf-tex.py
A llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/rda-stack.mir
A llvm/test/CodeGen/SPIRV/externally-initialized.ll
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
A llvm/test/CodeGen/SystemZ/zos-symbol-2.ll
M llvm/test/CodeGen/Thumb2/mve-vabdus.ll
A llvm/test/CodeGen/X86/avx10_2bf16-fma.ll
M llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll
M llvm/test/CodeGen/X86/known-never-zero.ll
M llvm/test/CodeGen/X86/known-pow2.ll
M llvm/test/CodeGen/X86/pr172046.ll
M llvm/test/CodeGen/X86/pr89877.ll
M llvm/test/DebugInfo/typeunit-header.test
A llvm/test/Instrumentation/MemorySanitizer/AArch64/neon-dot-product.ll
M llvm/test/MC/COFF/section.s
M llvm/test/MC/LoongArch/Basic/Integer/invalid.s
M llvm/test/MC/LoongArch/Macros/macros-call.s
A llvm/test/MC/RISCV/xaifet-amo-valid.s
A llvm/test/MC/RISCV/xaifet-simd-valid.s
M llvm/test/Transforms/Attributor/nofpclass-implied-by-fcmp.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fadd.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
M llvm/test/Transforms/InstCombine/xor-and-or.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-deref-assumptions.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit_live_outs.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit_with_outer_loop.ll
M llvm/test/Transforms/LoopVectorize/vector-loop-backedge-elimination-early-exit.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/std-find.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/memcpy-inline-non-constant-len.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/memset-inline-non-constant-len.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/objc-arc.ll
M llvm/test/Transforms/SROA/scalable-vectors-with-known-vscale.ll
M llvm/test/Transforms/SROA/slice-width.ll
M llvm/test/Transforms/SROA/vector-conversion.ll
M llvm/test/Transforms/SROA/vector-promotion.ll
M llvm/test/tools/dsymutil/X86/modules-empty.m
M llvm/test/tools/llvm-cov/branch-templates.test
M llvm/test/tools/llvm-mca/X86/Haswell/mulx-same-regs.s
M llvm/test/tools/llvm-mca/X86/SkylakeClient/mulx-same-regs.s
M llvm/test/tools/llvm-mca/X86/Znver3/mulx-same-regs.s
M llvm/test/tools/llvm-ranlib/D-flag.test
M llvm/tools/lli/lli.cpp
M llvm/tools/llvm-cov/CodeCoverage.cpp
M llvm/tools/llvm-cov/CoverageReport.cpp
M llvm/tools/llvm-cov/CoverageViewOptions.h
M llvm/tools/llvm-cov/TestingSupport.cpp
M llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
M llvm/tools/llvm-ifs/llvm-ifs.cpp
M llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
M llvm/tools/llvm-lipo/llvm-lipo.cpp
M llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
M llvm/tools/llvm-mca/Views/DispatchStatistics.cpp
M llvm/tools/llvm-mca/Views/InstructionView.cpp
M llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
M llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
M llvm/tools/llvm-mca/Views/SummaryView.cpp
M llvm/tools/llvm-mca/llvm-mca.cpp
M llvm/tools/llvm-nm/llvm-nm.cpp
M llvm/tools/llvm-objdump/COFFDump.cpp
M llvm/tools/llvm-objdump/ELFDump.cpp
M llvm/tools/llvm-objdump/MachODump.cpp
M llvm/tools/llvm-objdump/WasmDump.cpp
M llvm/tools/llvm-objdump/XCOFFDump.cpp
M llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
M llvm/tools/llvm-size/llvm-size.cpp
M llvm/tools/obj2yaml/obj2yaml.cpp
M llvm/unittests/ADT/APIntTest.cpp
M llvm/unittests/ADT/FloatingPointMode.cpp
M llvm/unittests/ADT/STLExtrasTest.cpp
M llvm/unittests/ADT/STLForwardCompatTest.cpp
M llvm/unittests/Frontend/HLSLRootSignatureDumpTest.cpp
M llvm/unittests/IR/ModuleTest.cpp
M llvm/unittests/Support/raw_ostream_test.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanUncountableExitTest.cpp
M llvm/utils/gn/secondary/llvm/unittests/Analysis/InlineAdvisorPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Analysis/InlineOrderPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Passes/Plugins/DoublerPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Passes/Plugins/TestPlugin/BUILD.gn
M llvm/utils/lit/lit/TestRunner.py
R llvm/utils/lit/tests/Inputs/shtest-shell/capital-t-error-message.txt
M llvm/utils/lit/tests/shtest-shell.py
M llvm/utils/profcheck-xfail.txt
M mlir/include/mlir/Analysis/DataFlowFramework.h
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/include/mlir/Interfaces/TilingInterface.td
M mlir/lib/Bindings/Python/IRAttributes.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMapParser.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp
M mlir/lib/IR/Remarks.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Analysis/DataFlow/test-dead-code-analysis.mlir
M mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
M mlir/test/Dialect/Arith/int-range-interface.mlir
M mlir/test/Dialect/Arith/invalid.mlir
M mlir/test/Dialect/LLVMIR/nvvm-test-range.mlir
M mlir/test/Dialect/XeGPU/xegpu-blocking.mlir
M mlir/test/lib/Analysis/TestDataFlowFramework.cpp
M mlir/test/lib/Dialect/Test/TestOpDefs.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
M offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
M openmp/libompd/gdb-plugin/ompdModule.c
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/test/api/omp60_memory_routines.c
Log Message:
-----------
Merge branch 'main' into users/chapuni/mcdc/nest/expect
Commit: 6d42a3c555f10a11b697616940b4162852bf6ef2
https://github.com/llvm/llvm-project/commit/6d42a3c555f10a11b697616940b4162852bf6ef2
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .github/workflows/ids-check.yml
M .gitignore
M bolt/lib/Core/DebugNames.cpp
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-helper.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-main.s
M clang-tools-extra/Maintainers.rst
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/index/FileIndex.cpp
M clang-tools-extra/test/clang-tidy/checkers/abseil/faster-strsplit-delimiter.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/function-cognitive-complexity.cpp
M clang/Maintainers.rst
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/Loans.h
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/Features.def
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/Driver/SanitizerArgs.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Sema/Sema.h
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/lib/APINotes/APINotesYAMLCompiler.cpp
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/Loans.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/NVPTX.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGObjCGNU.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/Driver/SanitizerArgs.cpp
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Headers/opencl-c-base.h
M clang/lib/Headers/opencl-c.h
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/JumpDiagnostics.cpp
M clang/lib/Sema/OpenCLBuiltins.td
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaCUDA.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/StaticAnalyzer/Checkers/WebKit/ForwardDeclChecker.cpp
M clang/test/AST/ByteCode/builtins.cpp
M clang/test/Analysis/csv2json.py
M clang/test/Analysis/cxx-uninitialized-object-inheritance.cpp
M clang/test/Analysis/cxx-uninitialized-object.cpp
M clang/test/Analysis/uninit-ps-rdar6145427.m
M clang/test/CIR/CodeGen/binassign.c
A clang/test/CIR/CodeGen/fold-during-cg.c
M clang/test/CIR/CodeGen/new.cpp
M clang/test/CIR/CodeGen/placement-new.cpp
M clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/statement-exprs.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/permd-builtins.c
A clang/test/CIR/IR/method-attr.cir
M clang/test/CXX/except/except.spec/p13-friend.cpp
M clang/test/CodeGen/builtins-nvptx-ptx60.cu
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/nvptx_attributes.c
M clang/test/CodeGenCUDA/convergent.cu
M clang/test/CodeGenCXX/ctor-empty-nounique.cpp
M clang/test/CodeGenCXX/pragma-gcc-unroll.cpp
M clang/test/CodeGenCXX/pragma-unroll.cpp
M clang/test/CodeGenSYCL/kernel-caller-entry-point.cpp
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/Driver/loongarch-relax-features.c
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Headers/opencl-c-header.cl
M clang/test/Lexer/has_feature_undefined_behavior_sanitizer.cpp
M clang/test/Misc/amdgcn.languageOptsOpenCL.cl
M clang/test/Misc/target-invalid-cpu-note/riscv.c
M clang/test/Parser/MicrosoftExtensions.c
M clang/test/Sema/scope-check.c
M clang/test/Sema/warn-lifetime-safety.cpp
A clang/test/SemaHIP/amdgpu-global-load-lds-template.hip
M clang/test/SemaOpenCL/extension-version.cl
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
M compiler-rt/lib/builtins/arm/addsf3.S
M compiler-rt/lib/builtins/fp_add_impl.inc
M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
M flang-rt/CMakeLists.txt
M flang-rt/cmake/modules/HandleLibs.cmake
M flang-rt/unittests/Runtime/NumericalFormatTest.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Lower/ConvertConstant.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Lower/CUDA/cuda-gpu-managed.cuf
M flang/test/Lower/OpenMP/target_cpu_features.f90
M flang/test/Lower/array-elemental-subroutines.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/array-expression-slice-2.f90
M flang/test/Lower/array-expression-subscript.f90
M flang/test/Lower/array-substring.f90
M flang/tools/bbc/bbc.cpp
M libc/Maintainers.rst
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/config/config.json
A libc/config/windows/config.json
M libc/docs/configure.rst
M libc/docs/dev/printf_behavior.rst
M libc/src/__support/RPC/rpc_server.h
M libc/src/__support/math/cbrt.h
M libc/src/__support/str_to_float.h
M libc/src/stdio/generic/fgets.cpp
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/printf_core/char_converter.h
M libc/src/stdio/printf_core/core_structs.h
M libc/src/stdio/printf_core/linux/error_mapper.h
M libc/src/stdio/printf_core/parser.h
M libc/src/stdlib/strfroml.cpp
M libc/test/integration/startup/gpu/rpc_interface_test.cpp
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/stdio/sprintf_test.cpp
A libcxx/docs/Status/Cxx2cIssues.csvgb
M libcxx/include/__algorithm/unwrap_iter.h
M libcxx/include/__math/special_functions.h
M libcxx/include/__ranges/data.h
A libcxx/test/libcxx/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.access/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue_view/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.common/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.counted/adaptor.nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.counted/nodiscard.verify.cpp
R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
A libcxx/utils/conformance
M libcxx/utils/requirements.txt
R libcxx/utils/synchronize_csv_status_files.py
M lldb/docs/resources/lldbgdbremote.md
M lldb/docs/resources/qemu-testing.rst
M lldb/include/lldb/API/SBCommandInterpreter.h
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/include/lldb/Target/Platform.h
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
M lldb/source/DataFormatters/TypeSynthetic.cpp
M lldb/source/DataFormatters/ValueObjectPrinter.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/test/API/lang/objc/failing-description/TestObjCFailingDescription.py
M lldb/test/API/lang/objc/struct-description/TestObjCStructDescription.py
M lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
M lldb/test/API/linux/aarch64/mte_tag_access/TestAArch64LinuxMTEMemoryTagAccess.py
M lldb/test/API/macosx/dsym_modules/TestdSYMModuleInit.py
A lldb/test/API/tools/lldb-dap/launch/io/Makefile
A lldb/test/API/tools/lldb-dap/launch/io/TestDAP_launch_io.py
A lldb/test/API/tools/lldb-dap/launch/io/main.cpp
M lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/JSONUtils.cpp
M lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
M lldb/tools/lldb-dap/README.md
M lldb/tools/lldb-dap/extension/package.json
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
M lldb/unittests/DAP/ProtocolTypesTest.cpp
M lldb/unittests/Language/CPlusPlus/CMakeLists.txt
A lldb/unittests/Language/CPlusPlus/LibStdcppTupleTest.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M lldb/unittests/Utility/StreamTest.cpp
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/Vectorizers.rst
M llvm/docs/vplan-early-exit-lowered.dot
M llvm/docs/vplan-early-exit-lowered.png
M llvm/include/llvm/ADT/APInt.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/PatternMatch.h
M llvm/include/llvm/MC/MCGOFFStreamer.h
M llvm/include/llvm/MC/MCObjectStreamer.h
M llvm/include/llvm/Support/Compiler.h
M llvm/include/llvm/Support/FormatVariadic.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/LEB128.h
M llvm/include/llvm/Support/raw_socket_stream.h
M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
M llvm/lib/Analysis/ConstraintSystem.cpp
M llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/InterleavedAccessPass.cpp
M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/ModuloSchedule.cpp
M llvm/lib/CodeGen/RegisterPressure.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
M llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Mangler.cpp
M llvm/lib/IR/Module.cpp
M llvm/lib/IR/ProfDataUtils.cpp
M llvm/lib/LTO/LTOCodeGenerator.cpp
M llvm/lib/MC/GOFFObjectWriter.cpp
M llvm/lib/MC/MCGOFFStreamer.cpp
M llvm/lib/Object/Archive.cpp
M llvm/lib/Object/ArchiveWriter.cpp
M llvm/lib/Object/IRSymtab.cpp
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/WasmEmitter.cpp
M llvm/lib/Remarks/YAMLRemarkParser.cpp
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Support/APInt.cpp
M llvm/lib/Support/Chrono.cpp
M llvm/lib/Support/FloatingPointMode.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/TextEncoding.cpp
M llvm/lib/Support/ThreadPool.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSwLowerLDS.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
M llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp
M llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
M llvm/lib/Target/NVPTX/NVPTX.td
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.cpp
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/NVPTX/NVPTXUtilities.h
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
A llvm/lib/Target/RISCV/RISCVInstrFormatsXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
A llvm/lib/Target/RISCV/RISCVInstrInfoXAIF.td
M llvm/lib/Target/RISCV/RISCVProcessors.td
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
M llvm/lib/Target/RISCV/RISCVSystemOperands.td
M llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86ArgumentStackSlotRebase.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86SchedLunarlakeP.td
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
M llvm/lib/Transforms/Utils/IRNormalizer.cpp
M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
A llvm/test/Analysis/DependenceAnalysis/monotonicity-loop-guard.ll
M llvm/test/CodeGen/AArch64/Atomics/aarch64-atomic-load-rcpc_immo.ll
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-pcsections.ll
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
A llvm/test/CodeGen/AArch64/bit-test.ll
M llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
M llvm/test/CodeGen/AArch64/fp8-sve-cvtn.ll
M llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
M llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
M llvm/test/CodeGen/AArch64/ldst-implicitop.mir
M llvm/test/CodeGen/AArch64/load-store-forwarding.ll
M llvm/test/CodeGen/AArch64/settag-merge-nonaligned-fp.ll
M llvm/test/CodeGen/AArch64/sme-avoid-coalescing-locally-streaming.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sme-pstate-sm-changing-call-disable-coalescing.ll
M llvm/test/CodeGen/AArch64/sme-streaming-body.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-add-sub-za16.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfmul.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-cvtn.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-faminmax.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fmlas.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4-lane-x4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-max.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-min.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlals.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4-fp8.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x1.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x2.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-rshl.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-select-sme-tileslice.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sqdmulh.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sub.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-tmop.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-uclamp.ll
M llvm/test/CodeGen/AArch64/sme2p2-intrinsics-fmul.ll
M llvm/test/CodeGen/AArch64/streaming-compatible-memory-ops.ll
M llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-partial-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fmsub.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-reinterpret.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqdec.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqinc.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-reg-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-int-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-to-int.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-int-to-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-and-combine.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bit-counting.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bitselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-build-vector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-concat.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-subvector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-vector-elt.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-extend-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-rounding.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-log.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mul.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ld2-alloca.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-limit-duplane.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-log-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather-scatter.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-permute-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ptest.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reductions.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reshuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-sdiv-pow2.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc-stores.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-vector-deinterleave.ll
M llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-luti.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve2p1-dots-partial-reduction.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-multivec-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-selx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uzpx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-while-pp.ll
M llvm/test/CodeGen/AArch64/switch-cases-to-branch-and.ll
M llvm/test/CodeGen/AArch64/win-import-call-optimization.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslate-bf16.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll
M llvm/test/CodeGen/AMDGPU/bf16.ll
M llvm/test/CodeGen/AMDGPU/coalescing_makes_lanes_undef.mir
M llvm/test/CodeGen/AMDGPU/constant-address-space-32bit.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.exp2.bf16.ll
M llvm/test/CodeGen/AMDGPU/llvm.log2.bf16.ll
M llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
A llvm/test/CodeGen/Hexagon/hvx-constpool-vector-type.ll
M llvm/test/CodeGen/LoongArch/expand-call.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
M llvm/test/CodeGen/NVPTX/convert-sm100a.ll
M llvm/test/CodeGen/NVPTX/convert-sm103a.ll
M llvm/test/CodeGen/NVPTX/f32-ex2.ll
M llvm/test/CodeGen/NVPTX/fexp2.ll
M llvm/test/CodeGen/NVPTX/flog2.ll
M llvm/test/CodeGen/NVPTX/i128.ll
M llvm/test/CodeGen/NVPTX/nvvm-reflect-arch-O0.ll
R llvm/test/CodeGen/NVPTX/ptx-version-validation.ll
M llvm/test/CodeGen/NVPTX/rsqrt.ll
M llvm/test/CodeGen/NVPTX/sm-version.ll
M llvm/test/CodeGen/NVPTX/surf-tex.py
A llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/rda-stack.mir
A llvm/test/CodeGen/SPIRV/externally-initialized.ll
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
A llvm/test/CodeGen/SystemZ/zos-symbol-2.ll
M llvm/test/CodeGen/Thumb2/mve-vabdus.ll
A llvm/test/CodeGen/X86/avx10_2bf16-fma.ll
M llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll
M llvm/test/CodeGen/X86/known-never-zero.ll
M llvm/test/CodeGen/X86/known-pow2.ll
M llvm/test/CodeGen/X86/masked_gather.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
M llvm/test/CodeGen/X86/pr172046.ll
M llvm/test/CodeGen/X86/pr89877.ll
A llvm/test/DebugInfo/LoongArch/relax_dwo_ranges.ll
M llvm/test/DebugInfo/typeunit-header.test
A llvm/test/Instrumentation/MemorySanitizer/AArch64/neon-dot-product.ll
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/COFF/section.s
M llvm/test/MC/LoongArch/Basic/Integer/invalid.s
M llvm/test/MC/LoongArch/Macros/macros-call.s
A llvm/test/MC/RISCV/xaifet-amo-valid.s
A llvm/test/MC/RISCV/xaifet-simd-valid.s
M llvm/test/Transforms/Attributor/nofpclass-implied-by-fcmp.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fadd.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
M llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/xor-and-or.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-deref-assumptions.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit_live_outs.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit_with_outer_loop.ll
M llvm/test/Transforms/LoopVectorize/vector-loop-backedge-elimination-early-exit.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/std-find.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/memcpy-inline-non-constant-len.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/memset-inline-non-constant-len.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/objc-arc.ll
M llvm/test/Transforms/SROA/scalable-vectors-with-known-vscale.ll
M llvm/test/Transforms/SROA/slice-width.ll
M llvm/test/Transforms/SROA/vector-conversion.ll
M llvm/test/Transforms/SROA/vector-promotion.ll
A llvm/test/Transforms/SampleProfile/Inputs/fn-alias.prof
A llvm/test/Transforms/SampleProfile/fn-alias.ll
M llvm/test/tools/dsymutil/X86/modules-empty.m
M llvm/test/tools/llvm-cov/branch-templates.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
M llvm/test/tools/llvm-mca/X86/Haswell/mulx-same-regs.s
M llvm/test/tools/llvm-mca/X86/SkylakeClient/mulx-same-regs.s
M llvm/test/tools/llvm-mca/X86/Znver3/mulx-same-regs.s
M llvm/test/tools/llvm-ranlib/D-flag.test
M llvm/tools/lli/lli.cpp
M llvm/tools/llvm-cov/CodeCoverage.cpp
M llvm/tools/llvm-cov/CoverageReport.cpp
M llvm/tools/llvm-cov/CoverageViewOptions.h
M llvm/tools/llvm-cov/TestingSupport.cpp
M llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
M llvm/tools/llvm-ifs/llvm-ifs.cpp
M llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
M llvm/tools/llvm-lipo/llvm-lipo.cpp
M llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
M llvm/tools/llvm-mca/Views/DispatchStatistics.cpp
M llvm/tools/llvm-mca/Views/InstructionView.cpp
M llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
M llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
M llvm/tools/llvm-mca/Views/SummaryView.cpp
M llvm/tools/llvm-mca/llvm-mca.cpp
M llvm/tools/llvm-nm/llvm-nm.cpp
M llvm/tools/llvm-objdump/COFFDump.cpp
M llvm/tools/llvm-objdump/ELFDump.cpp
M llvm/tools/llvm-objdump/MachODump.cpp
M llvm/tools/llvm-objdump/WasmDump.cpp
M llvm/tools/llvm-objdump/XCOFFDump.cpp
M llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
M llvm/tools/llvm-size/llvm-size.cpp
M llvm/tools/obj2yaml/obj2yaml.cpp
M llvm/unittests/ADT/APIntTest.cpp
M llvm/unittests/ADT/FloatingPointMode.cpp
M llvm/unittests/ADT/STLExtrasTest.cpp
M llvm/unittests/ADT/STLForwardCompatTest.cpp
M llvm/unittests/Frontend/HLSLRootSignatureDumpTest.cpp
M llvm/unittests/IR/ModuleTest.cpp
M llvm/unittests/Support/raw_ostream_test.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanUncountableExitTest.cpp
M llvm/utils/gn/secondary/llvm/unittests/Analysis/InlineAdvisorPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Analysis/InlineOrderPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Passes/Plugins/DoublerPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Passes/Plugins/TestPlugin/BUILD.gn
M llvm/utils/lit/lit/TestRunner.py
R llvm/utils/lit/tests/Inputs/shtest-shell/capital-t-error-message.txt
M llvm/utils/lit/tests/shtest-shell.py
M llvm/utils/profcheck-xfail.txt
M mlir/include/mlir/Analysis/DataFlowFramework.h
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/include/mlir/Dialect/GPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/include/mlir/Interfaces/TilingInterface.td
M mlir/lib/Bindings/Python/IRAttributes.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMapParser.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp
M mlir/lib/IR/Remarks.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Analysis/DataFlow/test-dead-code-analysis.mlir
M mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
M mlir/test/Dialect/Arith/int-range-interface.mlir
M mlir/test/Dialect/Arith/invalid.mlir
M mlir/test/Dialect/LLVMIR/nvvm-test-range.mlir
M mlir/test/Dialect/XeGPU/xegpu-blocking.mlir
M mlir/test/lib/Analysis/TestDataFlowFramework.cpp
M mlir/test/lib/Dialect/Test/TestOpDefs.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
M offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
M openmp/libompd/gdb-plugin/ompdModule.c
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/test/api/omp60_memory_routines.c
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/expect' into users/chapuni/mcdc/nest/covgen
Commit: 7cc013af9c8070a11821faa7e3ac00bf531c4829
https://github.com/llvm/llvm-project/commit/7cc013af9c8070a11821faa7e3ac00bf531c4829
Author: Teja Alaghari <teja.alaghari at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/include/llvm/Target/CGPassBuilderOption.h
M llvm/lib/CodeGen/RegisterUsageInfo.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/test/CodeGen/AMDGPU/ipra-regmask.ll
Log Message:
-----------
[CodeGen][NPM] Add support for -print-regusage in New Pass Manager (#169761)
Support `-print-regusage` flag in NPM for printing register usage information
Commit: 0e6ef95f5e46cb9e75fe87a242ac845890e6f10d
https://github.com/llvm/llvm-project/commit/0e6ef95f5e46cb9e75fe87a242ac845890e6f10d
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfclass.ll
M llvm/test/CodeGen/RISCV/rvv/vfclass-sdnode.ll
Log Message:
-----------
[RISCV][llvm] Support IS_FPCLASS codegen for zvfbfa (#175758)
Commit: 2f2ec93a83f91e182d7d17761a334acb34874bb0
https://github.com/llvm/llvm-project/commit/2f2ec93a83f91e182d7d17761a334acb34874bb0
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV][llvm] Support vselect codegen for P extension (#175744)
The only difference between vselect vs. select is condition value(a.k.a.
mask), we can select by using bitwise operation:
vselect(mask, true, false) = (mask & true) | (~mask & false)
Commit: c7e4350cdc7772c045016769c99c4f60de745805
https://github.com/llvm/llvm-project/commit/c7e4350cdc7772c045016769c99c4f60de745805
Author: Brandon Wu <brandon.wu at sifive.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
Log Message:
-----------
[RISCV][llvm] Support select codegen for P extension (#175741)
This is scalar condition with fixed vector true/false value, we can just
handle it same as scalars.
Commit: 84c19e7cf303a0525fd6c7bf5d03053714402c91
https://github.com/llvm/llvm-project/commit/84c19e7cf303a0525fd6c7bf5d03053714402c91
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/Interpreter/IncrementalExecutor.cpp
Log Message:
-----------
[clang-repl] Use more precise search to find the orc runtime. (#175805)
The new mechanism relies on the path in the toolchain which should be
the autoritative answer. This patch tweaks the discovery of the orc
runtime from unittests where the resource directory is hard to deduce.
Should address the issue raised in #175435 and #175322
Commit: d186277e6b5f051262422165fac2885ad925cca5
https://github.com/llvm/llvm-project/commit/d186277e6b5f051262422165fac2885ad925cca5
Author: Batzorig Zorigoo <batzorig1691 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
M mlir/test/Dialect/Bufferization/canonicalize.mlir
M mlir/test/Dialect/SparseTensor/fuse_sparse_pad_with_consumer.mlir
M mlir/test/Dialect/SparseTensor/sparse_conv_2d_slice_based.mlir
M mlir/test/Dialect/SparseTensor/sparse_pack.mlir
M mlir/test/Dialect/SparseTensor/sparse_perm_lower.mlir
Log Message:
-----------
[MLIR][Bufferization] Fold LoadOp only when the buffer is read only (#172595)
When we `memref.load` from a buffer, it folded to `tensor.extract` even
when the buffer was writable, causing unexpected results. For example:
```mlir
func.func @load_after_write_from_buffer_cast(%arg0: index, %arg1: index,
%arg2: tensor<?x?xf32>) -> f32 {
%0 = bufferization.to_buffer %arg2 : tensor<?x?xf32> to memref<?x?xf32>
linalg.ceil ins(%0 : memref<?x?xf32>) outs(%0 : memref<?x?xf32>)
%1 = memref.load %0[%arg0, %arg1] : memref<?x?xf32>
return %1 : f32
}
```
would fold into
```mlir
module {
func.func @load_after_write_from_buffer_cast(%arg0: index, %arg1: index, %arg2: tensor<?x?xf32>) -> f32 {
%0 = bufferization.to_buffer %arg2 : tensor<?x?xf32> to memref<?x?xf32>
linalg.ceil ins(%0 : memref<?x?xf32>) outs(%0 : memref<?x?xf32>)
%extracted = tensor.extract %arg2[%arg0, %arg1] : tensor<?x?xf32>
return %extracted : f32
}
}
```
Commit: fc81a665133fe757741d68f07245d5f696a65346
https://github.com/llvm/llvm-project/commit/fc81a665133fe757741d68f07245d5f696a65346
Author: Abhishek Varma <avarma094 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/lib/Dialect/Linalg/Transforms/Specialize.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[NFC][Linalg] Add `matchConvolutionOpOfType` API and make `isaConvolutionOpOfType` API a wrapper (#174722)
-- This commit involves the following updates pertaining to
`isaConvolutionOpOfType` API :-
1. We don't want dilations/strides of convolution op to be returned as
pointer arguments to the API function - to tackle this we create a new
API `matchConvolutionOpOfType` which would return an optional struct of
dilations/stride.
2. To not break the original API's use case as a simple querying
functionality with true/false return - we keep `isaConvolutionOpOfType`
as a wrapper API which will invoke `matchConvolutionOpOfType` API and
return true/false depending on whether `matchConvolutionOpOfType` API
returned any value or not.
3. Dilations/strides of named convolution op are also populated now (it
was missed in the previous PRs while creating `isaConvolutionOpOfType`).
4. [Max/Min]UnsignedPool ops' body matcher now only matches unsigned int
ops (refer: https://github.com/llvm/llvm-project/pull/166070)
-- No tests are being added as all the above are NFC changes around the
API which already is being tested via Specialize.cpp.
Signed-off-by: Abhishek Varma <abhvarma at amd.com>
Commit: 0ae23ca9e69f8afc59900b93304809db78fdb832
https://github.com/llvm/llvm-project/commit/0ae23ca9e69f8afc59900b93304809db78fdb832
Author: Luke Lau <luke at igalia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
Log Message:
-----------
[VPlan] Split out optimizeEVLMasks. NFC (#174925)
Addresses part of #153144 and splits off part of #166164
There are two parts to the EVL transform:
1) Convert the loop so the number of elements processed each iteration
is EVL, not VF. The IV and header mask are replaced with EVL-based
variants.
2) Optimize users of the EVL based header mask to VP intrinsic based
recipes.
(1) changes the semantics of the vector loop region, whereas (2) needs
to preserve them. This splits (2) out so we don't mix the two up, and
allows us to move (1) earlier in the pipeline in a future PR.
Commit: 6ddab42952eeccf7aedefade42611a272ba72745
https://github.com/llvm/llvm-project/commit/6ddab42952eeccf7aedefade42611a272ba72745
Author: Victor Chernyakin <chernyakin.victor.j at outlook.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M clang-tools-extra/clang-tidy/readability/RedundantTypenameCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/redundant-typename.cpp
Log Message:
-----------
[clang-tidy] Fix false positive from `readability-redundant-typename` on partially specialized variables (#175473)
Fixes #174827.
Commit: f51eca20cf5ff825edc8f2d3eb51b80af5e5794b
https://github.com/llvm/llvm-project/commit/f51eca20cf5ff825edc8f2d3eb51b80af5e5794b
Author: Wei Wang <apollo.mobility at gmail.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)
Changed paths:
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/test/Transforms/PGOProfile/indirect_call_promotion_unique.ll
Log Message:
-----------
[IndirectCallPromotion] Proper canonicalize coroutine function (#175606)
Fix an issue where coroutine function and its await suspend wrappers are
all canonicalized to the same name. This creates duplicate entries in
`MD5FuncMap` (a sorted vector) and may return an incorrect GUID that
mismatches the one from prof metadata and miss ICP. For example, coro
function `foo` and its wrappers `foo.__await_suspend_wrapper__init`,
`foo.__await_suspend_wrapper__final` are all canonicalized to `foo`.
During GUID lookup, any of them can be returned due to unstable sort.
This is more of the reliability issue (the indeterminism) than a
performance issue because hot indirect calls should've been promoted in
sample loader pass.
This also fixes the same naming issue in `CGProfile` where symtab is
created. By the time the pass is run, wrapper functions should already
be inlined but naming collision can happen to the coro function and its
post-split clones (`foo.resume`, `foo.cleanup`).
This change
* Unifies `InstrProfSymtab::getCanonicalName` with
`FunctionSamples::getCanonicalFnName` by providing a customized list of
suffixes to remove instead of removing everything after the first dot
(.) except ".__uniq.". This also addresses the "FIXME" comment.
* Uses stable sort when storing `MD5FuncMap` which avoids indeterminism
during GUID lookup. `MD5FuncMap` can still contain duplicate entries
even with this change, because no check is done before insertion. Making
entries unique needs some additional work.
* Checks for same PGO names before calling the second `addFuncWithName`,
which does nothing in case of name match.
Commit: 48ce7bb0388e26eeae149ee23db2308dcc1e3c4a
https://github.com/llvm/llvm-project/commit/48ce7bb0388e26eeae149ee23db2308dcc1e3c4a
Author: David Sherwood <david.sherwood at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/multiple-result-intrinsics.ll
Log Message:
-----------
[LV] Fix bug in setVectorizedCallDecision (#175742)
There is a bug in this logic:
```
InstructionCost Cost = ScalarCost;
InstWidening Decision = CM_Scalarize;
if (VectorCost <= Cost) {
Cost = VectorCost;
Decision = CM_VectorCall;
}
if (IntrinsicCost <= Cost) {
Cost = IntrinsicCost;
Decision = CM_IntrinsicCall;
}
```
because it assumes that the comparisons behave sensibly in the face of
invalid costs. Unfortunately, PR #174835 exposes an issue when
attempting to vectorise the new test
uadd_with_overflow_i32 for AArch64 targets. Specifically, there are
situations where all costs are invalid (e.g. VF=vscale x 1), but some
costs are more invalid than others. For example, when querying the
intrinsic cost via the TTI hook we get an invalid cost with a non-zero
value, whereas the vector cost is invalid with a zero value. That leads
to us erroneously choosing CM_VectorCall as the call widening decision,
despite the lack of a vector math variant. Inevitably this causes
crashes because we create a VPCallWidenRecipe without a variant
function.
Fix this by only performing comparisons if the costs are valid. It now
leads to us choosing CM_Scalarize more often, but it's a toin coss
anyway between CM_Scalarize and CM_IntrinsicCall when both strategies
are invalid. Potentially we could also create a new strategy called
CM_Invalid, and avoid the creation of VPlans entirely.
Commit: d5c11b9a24c84f1afe0eb911420d654e711de568
https://github.com/llvm/llvm-project/commit/d5c11b9a24c84f1afe0eb911420d654e711de568
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vplan-vp-intrinsics-reduction.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
Log Message:
-----------
[VPlan] Replace PhiR operand of ComputeRdxResult with VPIRFlags. (#174026)
Remove the artificial PhiR operand of ComputeReductionResult, which was
only used to look up recurrence kind, in-loop and ordered properties.
Instead, encode them as VPIRFlags as suggested by @ayalz in
https://github.com/llvm/llvm-project/pull/170223.
This addresses a TODO to make codegen for ComputeReductionResult
independent of looking up information from other recipes.
This is NFC w.r.t. codegen, the printing has been improved to include
the reduction type, and whether it is in-loop/ordered.
PR: https://github.com/llvm/llvm-project/pull/174026
Commit: ef44d25971cc5cf0a4f0488aacadb0709e164ed7
https://github.com/llvm/llvm-project/commit/ef44d25971cc5cf0a4f0488aacadb0709e164ed7
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Basic/DiagnosticASTKinds.td
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/test/AST/ByteCode/builtin-bit-cast.cpp
M clang/test/AST/ByteCode/functions.cpp
M clang/test/AST/ByteCode/lifetimes.cpp
M clang/test/SemaCXX/builtin-is-within-lifetime.cpp
M clang/test/SemaCXX/constant-expression-cxx14.cpp
M clang/test/SemaCXX/constant-expression-cxx2a.cpp
M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
Log Message:
-----------
[clang][ExprConst] Diagnose out-of-lifetime access consistently (#175562)
Previously, we had two very similar diagnostics, "read of object outside
its lifetime" and "read of variable whose lifetime has ended".
The difference, as far as I can tell, is that the latter was used when
the variable was created in a function frame that has since vanished,
i.e. in this case:
```c++
constexpr const int& return_local() { return 5; }
static_assert(return_local() == 5);
```
so the output used to be:
```console
array.cpp:602:15: error: static assertion expression is not an integral constant expression
602 | static_assert(return_local() == 5);
| ^~~~~~~~~~~~~~~~~~~
array.cpp:602:15: note: read of temporary whose lifetime has ended
array.cpp:601:46: note: temporary created here
601 | constexpr const int& return_local() { return 5; }
| ^
```
But then this scenario gets the other diagnostic:
```c++
constexpr int b = b;
```
```console
array.cpp:603:15: error: constexpr variable 'b' must be initialized by a constant expression
603 | constexpr int b = b;
| ^ ~
array.cpp:603:19: note: read of object outside its lifetime is not allowed in a constant expression
603 | constexpr int b = b;
| ^
```
With this patch, we diagnose both cases similarly:
```c++
constexpr const int& return_local() { return 5; }
static_assert(return_local() == 5);
constexpr int b = b;
```
```console
array.cpp:602:15: error: static assertion expression is not an integral constant expression
602 | static_assert(return_local() == 5);
| ^~~~~~~~~~~~~~~~~~~
array.cpp:602:15: note: read of object outside its lifetime is not allowed in a constant expression
602 | static_assert(return_local() == 5);
| ^~~~~~~~~~~~~~
array.cpp:601:46: note: temporary created here
601 | constexpr const int& return_local() { return 5; }
| ^
array.cpp:603:15: error: constexpr variable 'b' must be initialized by a constant expression
603 | constexpr int b = b;
| ^ ~
array.cpp:603:19: note: read of object outside its lifetime is not allowed in a constant expression
603 | constexpr int b = b;
| ^
```
We do lose the "object" vs. "temporary" distinction in the note and only
mention it in the "created here" note. That can be added back if it's
important enough. I wasn't sure.
Commit: 71cc38736c4d28ba262c6c27eb83461ad2ee7c7c
https://github.com/llvm/llvm-project/commit/71cc38736c4d28ba262c6c27eb83461ad2ee7c7c
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
M llvm/test/Transforms/InferAddressSpaces/AMDGPU/ptrmask.ll
Log Message:
-----------
[InferAddressSpaces] Handle unconverted ptrmask (#140802)
In case a ptrmask cannot be converted to the new address space due to an
unknown mask value, this needs to be detcted and an addrspacecast is
needed to not hinder a future use of the unconverted return value of
ptrmask. Otherwise, users of this value will become invalid by receiving
a nullptr as an operand.
This LLVM defect was identified via the AMD Fuzzing project.
(See https://reviews.llvm.org/D80129 for an explanation of why some
ptrmasks are impossible to convert to other addrspaces.)
Commit: c9cc782e0b5fddd22114cdf3c510ddea4959447f
https://github.com/llvm/llvm-project/commit/c9cc782e0b5fddd22114cdf3c510ddea4959447f
Author: hev <wangrui at loongson.cn>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
M llvm/lib/Target/LoongArch/LoongArchMergeBaseOffset.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
M llvm/test/CodeGen/LoongArch/block-address.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation.ll
M llvm/test/CodeGen/LoongArch/calling-conv-ilp32d.ll
M llvm/test/CodeGen/LoongArch/code-models.ll
M llvm/test/CodeGen/LoongArch/ctlz-cttz-ctpop.ll
M llvm/test/CodeGen/LoongArch/double-imm.ll
M llvm/test/CodeGen/LoongArch/float-imm.ll
M llvm/test/CodeGen/LoongArch/global-address.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-f.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-m.ll
M llvm/test/CodeGen/LoongArch/ir-instruction/load-store.ll
M llvm/test/CodeGen/LoongArch/machinelicm-address-pseudos.ll
M llvm/test/CodeGen/LoongArch/merge-base-offset.ll
M llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/numeric-reg-names.ll
M llvm/test/CodeGen/LoongArch/stack-protector-target.ll
M llvm/test/CodeGen/LoongArch/tls-models.ll
M llvm/test/CodeGen/LoongArch/unaligned-memcpy-inline.ll
M llvm/test/CodeGen/LoongArch/vector-fp-imm.ll
M llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_reloc_addsub.s
M llvm/test/MC/LoongArch/Basic/Integer/invalid.s
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.generated.expected
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.nogenerated.expected
Log Message:
-----------
[llvm][LoongArch] Add PC-relative address materialization using pcadd instructions (#175358)
This patch adds support for PC-relative address materialization using
pcadd-class relocations, covering the HI20/LO12 pair and their GOT and
TLS variants (IE, LD, GD, and DESC).
Link:
https://gcc.gnu.org/pipermail/gcc-patches/2025-December/703312.html
Commit: c705003e8c36c481b8ecfe2af38f03c4fbfa0e0c
https://github.com/llvm/llvm-project/commit/c705003e8c36c481b8ecfe2af38f03c4fbfa0e0c
Author: willmafh <willmafh at hotmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/Format/WhitespaceManager.h
M libcxxabi/src/cxa_personality.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestXMLRegisterFlags.py
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
M llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp
M llvm/tools/llvm-objdump/MachODump.cpp
M llvm/utils/TableGen/Basic/TableGen.cpp
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
M mlir/tools/mlir-tblgen/OpGenHelpers.h
Log Message:
-----------
[NFC] Exactly one kind typo fixes, change defintions to definitions. (#174333)
Commit: 17aa32c243e7fad164a5b626d174646e0fb87adb
https://github.com/llvm/llvm-project/commit/17aa32c243e7fad164a5b626d174646e0fb87adb
Author: Subash B <subash.boopathi at multicorewareinc.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/constrained-fmuladd.ll
Log Message:
-----------
[SPIRV] Added support for the constrained arithmetic(Fmuladd) intrinsic (#170270)
Added SPIR-V support for constrained arithmetic intrinsic fmuladd,
lowered as a sequence of OpFMul and OpFAdd with roundingmode, consistent
with the SPIR-V translator.
Commit: aaa99a3e9acc3cf5c8c839df6c63b203341174b0
https://github.com/llvm/llvm-project/commit/aaa99a3e9acc3cf5c8c839df6c63b203341174b0
Author: Victor Chernyakin <chernyakin.victor.j at outlook.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang-tools-extra/clang-tidy/readability/RedundantTypenameCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/redundant-typename.cpp
Log Message:
-----------
[clang-tidy] Fix false negatives around static data members in `readability-redundant-typename` (#175477)
Fixes #175475.
Commit: 075e4672a69a90409af72aac1aa48859720a4d93
https://github.com/llvm/llvm-project/commit/075e4672a69a90409af72aac1aa48859720a4d93
Author: Subash B <subash.boopathi at multicorewareinc.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/docs/SPIRVUsage.rst
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/lib/Target/SPIRV/SPIRVBuiltins.td
M llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
M llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
M llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test_extended.ll
Log Message:
-----------
[SPIRV] Added Support for the SPV_ALTERA_arbitrary_precision_floating_point Extension (#160054)
Added support for the SPV_ALTERA_arbitrary_precision_floating_point
extension, enabling all the arbitrary precision floating-point
operations with instruction definitions and test files.
Commit: 1e96ee67a13b7fadbc0db12e4b8e33943281bbdd
https://github.com/llvm/llvm-project/commit/1e96ee67a13b7fadbc0db12e4b8e33943281bbdd
Author: Sjoerd Meijer <smeijer at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
A llvm/test/Analysis/Delinearization/global_array_bounds.ll
Log Message:
-----------
[Delinearization] Precommit global decl test. NFC. (#175173)
This precommits a test that should demonstrate that Delinearization can
succeed when we analyse the size of the global variable definition.
Commit: 7db584562d04eae78c1aa99bcbfaaa96e9aec5b7
https://github.com/llvm/llvm-project/commit/7db584562d04eae78c1aa99bcbfaaa96e9aec5b7
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/IR/Type.h
M llvm/include/llvm/IR/User.h
Log Message:
-----------
[IR] Add some missing LLVM_ABI
To fix the ids errors from #175875.
Commit: a70f534abc0a8f551f24cc6a4256fa706e62704c
https://github.com/llvm/llvm-project/commit/a70f534abc0a8f551f24cc6a4256fa706e62704c
Author: Hans Wennborg <hans at chromium.org>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/attr-lifetimebound.cpp
Log Message:
-----------
Revert "[LifetimeSafety] Merge lifetimebound attribute on implicit 'this' across method redeclarations (#172146)"
This caused assertion failures, see comment on the PR:
clang/lib/Sema/TypeLocBuilder.cpp:89:
TypeLoc clang::TypeLocBuilder::pushImpl(QualType, size_t, unsigned int):
Assertion `TLast == LastTy && "mismatch between last type and new type's inner type"' failed.
> Followup on https://github.com/llvm/llvm-project/pull/107627
> Fixes https://github.com/llvm/llvm-project/issues/62072
> Fixes https://github.com/llvm/llvm-project/issues/172013
> Fixes https://github.com/llvm/llvm-project/issues/175391
>
> This PR adds support for merging the `lifetimebound` attribute on the implicit `this` parameter when merging method declarations. Previously, if a method was declared with `lifetimebound` on its function type (which represents the implicit `this` parameter), this attribute would not be propagated to the method definition, causing lifetime safety warnings to be missed.
>
> The implementation adds helper functions to extract the `lifetimebound` attribute from a function type and to merge this attribute from an old method declaration to a new one when appropriate.
This reverts commit ef90ba684d012790c86ac1b5e7c6b325abe78803.
Commit: a24784ce113decc5dae1b390c6c9d67e976dd6d3
https://github.com/llvm/llvm-project/commit/a24784ce113decc5dae1b390c6c9d67e976dd6d3
Author: Yao Hwang <95354972+yaohwang99 at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/APFloat.h
M llvm/lib/Support/APFloat.cpp
Log Message:
-----------
[ADT][NFC] Expose fltSemantics struct (#175676)
This patch moves the `fltSemantics` struct definition (along with
`fltNonfiniteBehavior`
and `fltNanEncoding` enums) from APFloat.cpp to APFloat.h, making them
part of the
public API.
Currently, downstream projects cannot define custom floating-point
semantics because
`fltSemantics` is an opaque forward declaration in the header. This
forces projects
with specialized float formats to either patch LLVM locally or request
new formats be added upstream for each variant. By exposing the struct,
downstream users can define their own semantics.
Commit: f4e74b6e4eb14dbdb77035a65768f0f99e9d1106
https://github.com/llvm/llvm-project/commit/f4e74b6e4eb14dbdb77035a65768f0f99e9d1106
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang/lib/Semantics/check-omp-loop.cpp
M flang/test/Semantics/OpenMP/linear-clause01.f90
Log Message:
-----------
Revert "[flang][OpenMP] Fix LINEAR clause validation and test expectations (#175707)"
This reverts commit 6e62d40b7c65a67ac0e5c6e0f462ce2663db98b9.
The change causes test failures clause-validity01.f90 on multiple
builders (links below):
https://lab.llvm.org/buildbot/#/builders/207/builds/12198
https://lab.llvm.org/buildbot/#/builders/140/builds/36994
https://lab.llvm.org/buildbot/#/builders/50/builds/19637
https://lab.llvm.org/buildbot/#/builders/172/builds/18946
https://lab.llvm.org/buildbot/#/builders/29/builds/20278
https://lab.llvm.org/buildbot/#/builders/80/builds/19622
Commit: 75c597aa502f2caf6bb0be730d73411c92e79f54
https://github.com/llvm/llvm-project/commit/75c597aa502f2caf6bb0be730d73411c92e79f54
Author: Ebuka Ezike <yerimyah1 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/Support/Error.h
M llvm/lib/Support/Error.cpp
Log Message:
-----------
[llvm][Support] Remove unnecessary allocations when creating StringEr⦠(#175863)
ā¦rors
The String Error class has three constructors .
StringError::StringError(const Twine &S, std::error_code EC)
StringError::StringError(std::error_code EC, const Twine &S)
StringError::StringError(std::string &&S, std::error_code EC, bool
PrintMsgOnly)
When we use the `createStringError(std::error_code, char const *, ... )`
it ends up using twine variant and ends up creating a new string twice
Commit: f51fdff835f27577928a370ff8f3838f3bd37fdf
https://github.com/llvm/llvm-project/commit/f51fdff835f27577928a370ff8f3838f3bd37fdf
Author: Paschalis Mpeis <paschalis.mpeis at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M bolt/utils/docker-tests/Dockerfile
Log Message:
-----------
[BOLT] Add Arm's large-bolt-tests in docker-tests (#174961)
docker-tests now runs out-of-tree tests from:
- https://github.com/arm/large-bolt-tests
Commit: e4a75419508076a947da5e6184e69fbb447f7388
https://github.com/llvm/llvm-project/commit/e4a75419508076a947da5e6184e69fbb447f7388
Author: Sjoerd Meijer <smeijer at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Analysis/Delinearization.cpp
M llvm/test/Analysis/Delinearization/fixed_size_array.ll
M llvm/test/Analysis/Delinearization/validation_large_size.ll
Log Message:
-----------
[Delinearization] Enable `delinearize-use-fixed-size-array-heuristic` (#175770)
It's time to enable this option so we can take the next steps,
see also the discussion in #175173. I.e., this is required to see
if we can take advantage of the size of statically declared
arrays during delinearization.
Commit: 3c6502933ecfe4a5e23ada7079d232ffc07958dc
https://github.com/llvm/llvm-project/commit/3c6502933ecfe4a5e23ada7079d232ffc07958dc
Author: Dmitry Nechitaev <nechda6 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/docs/ReleaseNotes.md
M llvm/lib/ObjCopy/ELF/ELFObject.cpp
A llvm/test/tools/llvm-objcopy/ELF/update-section-not-in-segment.test
Log Message:
-----------
[ELF][Objcopy] Dont corrupt symbol table when `--update-section` is called for ELF files (#170462)
Fixes #168060
Commit: 2fe39f24b2899cc71aabfad1dc8558f0754b5480
https://github.com/llvm/llvm-project/commit/2fe39f24b2899cc71aabfad1dc8558f0754b5480
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/test/Transforms/AggressiveInstCombine/memchr.ll
Log Message:
-----------
[AggressiveInstCombine] Avoid implicit truncation
Cast char to unsigned char to match the unsigned ConstantInt
constructor.
Commit: bc010989719d11847ad6e608db5f1e7e11c8696a
https://github.com/llvm/llvm-project/commit/bc010989719d11847ad6e608db5f1e7e11c8696a
Author: Luke Hutton <luke.hutton at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TargetEnv.h
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/level_check.mlir
M mlir/test/Dialect/Tosa/tosa-validation-valid.mlir
Log Message:
-----------
[mlir][tosa] Shape operation level checks limited to MAX_SHAPE_LEN (#175020)
As a result of a recent specification change:
https://github.com/arm/tosa-specification/pull/29, the level checks for
TOSA shape operations are limited to MAX_SHAPE_LEN as opposed to
MAX_RANK. The reason for doing so is detailed in the specification
commit message.
This change also removes prior code which incorrectly checked all
`shapeTypes`, rather than checking the `shapeType` levels of just shape
operations, further aligning with the specification.
Commit: 5f3b40ec7afa40da628edcfd85e934aa0e627718
https://github.com/llvm/llvm-project/commit/5f3b40ec7afa40da628edcfd85e934aa0e627718
Author: Matthias Springer <me at m-sp.org>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Interfaces/CIRLoopOpInterface.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/lib/Analysis/AliasAnalysis/LocalAliasAnalysis.cpp
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
M mlir/lib/Analysis/SliceWalk.cpp
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/lib/Dialect/Async/IR/Async.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation.cpp
M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/lib/Dialect/Transform/TuneExtension/TuneExtensionOps.cpp
M mlir/test/lib/Dialect/Test/TestOpDefs.cpp
M mlir/unittests/Interfaces/ControlFlowInterfacesTest.cpp
Log Message:
-----------
[mlir][Interfaces][NFC] Simplify and align `RegionSuccessor` design / API (#174945)
Simplify the design of `RegionSuccessor`. There is no need to store the
`Operation *` pointer when branching out of the region branch op (to the
parent). There is no API to even access the `Operation *` pointer.
Add a new helper function `RegionSuccessor::parent` to construct a
region successor that points to the parent. This aligns the
`RegionSuccessor` design and API with `RegionBranchPoint`:
* Both classes now have a `parent()` helper function.
`ClassName::parent()` can be used in documentation to precisely describe
the source/target of a region branch.
* Both classes now use `nullptr` internally to represent "parent".
This API change also protects against incorrect API usage: users can no
longer pass an incorrect parent op. If a region successor is not a
region of the region branch op, it *must* branch out of region branch op
itself ("parent"). However, the previous API allowed passing other
operations. There was one such API violation in a [test
case](https://github.com/llvm/llvm-project/pull/174945/files#diff-d5717e4a8d7344b2ff77762b8fa480bcfec0eeee97a86195c787d791a6217e13L71).
Also clean up the documentation to use the correct terminology (such as
"successor operands", "successor inputs") consistently.
Note: This PR effectively rolls back some changes from #161575. That PR
introduced `llvm::PointerUnion<Region *, Operation *>
successor{nullptr};`. It is unclear from the commit message why that
change was made.
Note for LLVM integration: You may have to slightly modify
`getSuccessorRegion` implementations: Replace
`RegionSuccessor(getOperation(), getOperation()->getResults())` with
`RegionSuccessor::parent(getResults())`.
Commit: 9c7904bac281caf68be377daa4366c1f166c39f2
https://github.com/llvm/llvm-project/commit/9c7904bac281caf68be377daa4366c1f166c39f2
Author: hev <wangrui at loongson.cn>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/loongarch.cpp
M llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_loongarch32_relocations.s
Log Message:
-----------
[JITLink][LoongArch] Add reloc types for LA32R/LA32S (#175353)
Commit: 776c09c212e945fdceeae240b42c38df3dd34727
https://github.com/llvm/llvm-project/commit/776c09c212e945fdceeae240b42c38df3dd34727
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/find_if.h
R libcxx/include/__memory/valid_range.h
M libcxx/include/__utility/is_pointer_in_range.h
A libcxx/include/__utility/is_valid_range.h
M libcxx/include/module.modulemap.in
M libcxx/include/streambuf
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/libcxx/utilities/is_valid_range.pass.cpp
Log Message:
-----------
Revert "[libc++] Optimize std::find_if" (#175903)
`__builtin_assume_dereferenceable` currently implies that the pointer
given to it is non-null, even if the size is zero. This causes
miscompilations, since we consider [nullptr, nullptr) to be a valid
range.
Reverts llvm/llvm-project#167697
Commit: c6f6efba3b692974d85ac0fb7a6f1cfe85d9b5cf
https://github.com/llvm/llvm-project/commit/c6f6efba3b692974d85ac0fb7a6f1cfe85d9b5cf
Author: Henry <33919933+sfu2 at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LiveOrigins.h
M clang/lib/Analysis/LifetimeSafety/LiveOrigins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
M llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
M llvm/lib/TextAPI/TextStubV5.cpp
M llvm/lib/Transforms/IPO/BlockExtractor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
Log Message:
-----------
[NFC] Implicit container copy cleanup (#174702)
A set of cleanup for redundant implicit container copies. Fixed with
const reference or move semantics.
e8996cb24 [AMDGPU] replace copy with const reference (NFC)
25ceecee8 [-Wunsafe-buffer-usage] Replace vector copy with reference
(NFC)
e1f5254e0 [AMDGPU] Replace copy with move semantics (NFC)
8261250d7 [InstCombine] Replace vector copy with move semantic (NFC)
749bb21de [CommandLine] Avoid vector copy for const argument (NFC)
b89526f90 [LoongArch] Remove unnecessary vector copy (NFC)
6b22bcf56 [TextAPI] Replace map copy with const reference (NFC)
a121519d8 [BlockExtract] Avoid copy semantic for ctor (NFC)
3034d3063 [LifetimeSafety] Avoid map copy for dump methods (NFC)
---------
Co-authored-by: sfu <afwbu8tp6 at mozmail.com>
Commit: a8511fc31819510a11c04b9968cab7ccb9d62a86
https://github.com/llvm/llvm-project/commit/a8511fc31819510a11c04b9968cab7ccb9d62a86
Author: Gaƫtan Bossu <gaetan.bossu at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add-scalable.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-mul-scalable.ll
M llvm/test/CodeGen/AArch64/scalable_masked_deinterleaved_loads.ll
M llvm/test/CodeGen/AArch64/scalable_masked_interleaved_stores.ll
M llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
Log Message:
-----------
[AArch64] Improve ISel for interleave2 of unpacked types (#175585)
This applies to predicate types and scalable FP/BFP vectors.
Commit: c173281cdc046bdc4281118f75ca584f223646eb
https://github.com/llvm/llvm-project/commit/c173281cdc046bdc4281118f75ca584f223646eb
Author: MƩszƔros Gergely <gergely.meszaros at intel.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/lib/CodeGen/MachineInstr.cpp
Log Message:
-----------
[MachineInst] Increase LLVM_MI_FLAGS_BITS to 32 bits (NFCI) (#175542)
We have hit the limit of 24 bits for LLVM_MI_FLAGS_BITS in upstream. In
our downstream target we are using additional bits, so we're hitting the
"Flag is out of range" assertions in get/setFlag functions.
Increase LLVM_MI_FLAGS_BITS to 32 bits, and reorder the fields of
MachineInstr to avoid extra padding and the subsequent increase in size.
Since the alignment of the class is 8 and the last member was 16-bit
before this change we can get more bits by moving things around.
Commit: 2f43659011be6287bb57f2c43f988727c100ccc2
https://github.com/llvm/llvm-project/commit/2f43659011be6287bb57f2c43f988727c100ccc2
Author: David Green <david.green at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/test/CodeGen/ARM/neon-dot-product.ll
Log Message:
-----------
[ARM] Add tablegen patterns for vsdot and vudot high index. (#174728)
The index on a vsdot and vudot instruction can be 0/1 from a D-reg, not 0/1/2/3
from a Q reg as would be expected. Add a pattern to allow extracting from the
high half of the input vector.
Fixes #174688
Commit: 7f2ee745186770b8a017bf46156af51d2f69bce1
https://github.com/llvm/llvm-project/commit/7f2ee745186770b8a017bf46156af51d2f69bce1
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/utils/git/ids-check-helper.py
Log Message:
-----------
[ci] Fix header paths in ids workflow (#175905)
Includes should not be prefixed with `include/llvm`.
Commit: 75ea5f2a97570e1e884bc137fda40e15a532b6d1
https://github.com/llvm/llvm-project/commit/75ea5f2a97570e1e884bc137fda40e15a532b6d1
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Log Message:
-----------
[gn build] Port 776c09c212e9
Commit: 3836d498b664d67ac8ad2e3b8ada5dc07c7ca889
https://github.com/llvm/llvm-project/commit/3836d498b664d67ac8ad2e3b8ada5dc07c7ca889
Author: Bruno De Fraine <brunodf at synopsys.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/test/CodeGenCXX/pragma-unroll.cpp
M clang/test/Sema/unroll-template-value-crash.cpp
Log Message:
-----------
[clang] Fix TemplateInstantiator crash transforming loop hint argument (#172289)
A generic lambda inside a generic function is (currently) instantiated twice. Thus the argument expression of a loop hint inside such a lambda may still be value dependent after the first instantiation and we must protect against this in `TransformLoopHintAttr`. We also fix a bug in this function where the special handling of an unroll(0|1) hint could be applied to *other* loop hints, if they receive an argument 1 after instantiation.
Commit: 91b3fe03155eb078046d5237b03dbc2ffc5732e7
https://github.com/llvm/llvm-project/commit/91b3fe03155eb078046d5237b03dbc2ffc5732e7
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang-rt/cmake/modules/GetToolchainDirs.cmake
Log Message:
-----------
[Flang-RT][CMake] Remove redundant code. NFC. (#175917)
Two methods to extract the same data. Remove the one that is overwritten
later anyway.
Commit: 18b004d39ba6b44d18c55acd1c2717a406417562
https://github.com/llvm/llvm-project/commit/18b004d39ba6b44d18c55acd1c2717a406417562
Author: Icaro <55800516+Icaro-Nunes at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp
Log Message:
-----------
[DAG] SDPatternMatch - Implement m_IntrinsicWOChain matchers (#175626)
Resolve #174436
Implemented matchers for intrinsics.
The usage looks something like:
```cpp
sd_match(N , m_IntrinsicWOChain<Intrinsic::${INTRINSIC_ID}>(/* match possible operands of the intrinsic */));
```
Commit: e2cbb0266b02777d4f510b0e2a5f41b0760b9850
https://github.com/llvm/llvm-project/commit/e2cbb0266b02777d4f510b0e2a5f41b0760b9850
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang/test/Lower/block.f90
M flang/test/Lower/call-copy-in-out.f90
M flang/test/Lower/call-implicit.f90
M flang/test/Lower/call.f90
M flang/test/Lower/character-compare.f90
Log Message:
-----------
[flang][NFC] Converted five tests from old lowering to new lowering (part 8) (#175881)
Tests converted from test/Lower: block.f90, call-copy-in-out.f90,
call-implicit.f90, call.f90, character-compare.f90
Commit: bd65ec198d429be1a304ac8c7b048fbab7f302b8
https://github.com/llvm/llvm-project/commit/bd65ec198d429be1a304ac8c7b048fbab7f302b8
Author: Lukacma <Marian.Lukac at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
Log Message:
-----------
[AArch64] Add lowering for NEON saturating shift intrinsics (#171485)
This patch extends on the work done in #161840 and adds lowering with
bitcasts for saturating shift intrinsics.
Commit: 0b7d14e9a8bbf874cae1251c3762a85d1afda0d7
https://github.com/llvm/llvm-project/commit/0b7d14e9a8bbf874cae1251c3762a85d1afda0d7
Author: Artem Kroviakov <71938912+akroviakov at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td
M mlir/include/mlir/Dialect/XeGPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
M mlir/lib/Dialect/GPU/Pipelines/GPUToXeVMPipeline.cpp
M mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
M mlir/lib/Dialect/XeGPU/Transforms/CMakeLists.txt
R mlir/lib/Dialect/XeGPU/Transforms/XeGPUOptimizeBlockLoads.cpp
A mlir/lib/Dialect/XeGPU/Transforms/XeGPUPeepHoleOptimizer.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
R mlir/test/Dialect/XeGPU/optimize-transpose.mlir
A mlir/test/Dialect/XeGPU/peephole-optimize.mlir
M mlir/test/Dialect/XeGPU/subgroup-distribute.mlir
Log Message:
-----------
[MLIR][XeGPU] Add 2D `vector.multi_reduction` optimization (#171154)
Commit: efa32e36323e0c92b33c34aea61009026c164686
https://github.com/llvm/llvm-project/commit/efa32e36323e0c92b33c34aea61009026c164686
Author: BalƔzs Benics <benicsbalazs at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
M clang/test/Analysis/call-invalidation.cpp
Log Message:
-----------
[analyzer] Invalidate the object in opaque ctor calls regardless if an arg refers to it (#170887)
The conservative call invalidation logic is a bit complicated, and would
deserve some refactoring.
When a call has some arguments, we escape them. Except, if its a pointer
to constant storage - because we assume that the program honors
const-correctness.
In that case, it puts it in the "Preserved" list to keep its contents.
However, if we had a constructor call that's job is to initialize an
object had a const pointer/reference parameter then the invalidation
didn't take place.
This meant that if the object was on the stack, that we start warning
about uninitialized fields when accessed. (See the example) Similar
could be achieved on the heap of course.
We should have honored the fact that the constructor should initialize
the pointee of "this", thus escape that region regardless (in other
words, don't put it on the "preserved" list).
This doesn't fix the root cause, but cures a symptom.
Ideally, we should redesign the argument invalidation from the ground up.
See the attached FIXME test case.
rdar://156942972
Commit: 98adb3665883572bfcb6c7956d51fadb8af0311a
https://github.com/llvm/llvm-project/commit/98adb3665883572bfcb6c7956d51fadb8af0311a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/phaddsub-undef.ll
Log Message:
-----------
[X86] isHorizontalBinOp - discard any shuffle that resolves to an all sentinel shuffle mask (#175931)
If the mask resolves to all-undef/zero then it can't be used - these can
theoretically appear if we're combining before the source operands have
constant folded away (in this case due to the avg intrinsic not folding
away until later into legalisation) - yet another case of working around
a poorly topological sorted DAG
Fixes #175802
Commit: 94913cf1506587343dd9aeeb036555b0fd54195a
https://github.com/llvm/llvm-project/commit/94913cf1506587343dd9aeeb036555b0fd54195a
Author: Sam Parker <sam.parker at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/test/CodeGen/WebAssembly/memory-interleave.ll
A llvm/test/CodeGen/WebAssembly/slp-memory-interleave.ll
Log Message:
-----------
[NFC][WebAssembly] More memory interleave tests (#175918)
Commit: 7d5fe7e1949321060395e1f4667cae83d6c012d1
https://github.com/llvm/llvm-project/commit/7d5fe7e1949321060395e1f4667cae83d6c012d1
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/c.c
Log Message:
-----------
[clang][bytecode] Reject all function calls in C (#175920)
C doesn't have constexpr functions, so this can't ever work anyway.
Fixes https://github.com/llvm/llvm-project/issues/175877
Commit: f54fc3900db5dec2c5d2da7ff12a163c5a00674c
https://github.com/llvm/llvm-project/commit/f54fc3900db5dec2c5d2da7ff12a163c5a00674c
Author: Nick Kreeger <nick.kreeger at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVEnums.h
M mlir/lib/Conversion/SPIRVCommon/Pattern.h
M mlir/lib/Dialect/SPIRV/IR/MemoryOps.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVDialect.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVEnums.cpp
Log Message:
-----------
[mlir][SPIRV] Move getDecorationString to SPIRVEnums utilities (NFC). (#174222)
Moves the getDecorationString() helper from the conversion layer's
SPIRVCommon/Pattern.h to the public SPIRVEnums.h header. This makes the
utility accessible to both the SPIRV dialect and conversion layers,
following proper architectural layering.
This continues the refactoring started in #174145.
Commit: 3b51c1ce41bf1c4b8afcd99c12831abff4527503
https://github.com/llvm/llvm-project/commit/3b51c1ce41bf1c4b8afcd99c12831abff4527503
Author: Sirui Mu <msrlancern at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.h
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.cpp
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.h
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/test/CIR/CodeGen/atomic-scoped.c
Log Message:
-----------
[CIR] Proper lowering of atomic sync scope to LLVM (#173393)
This patch sets up a framework to properly lower atomic sync scopes from
CIR to LLVM. Since the lowering is target-specific, this patch first
upstreams a minimum implementation of the TargetLoweringInfo class. It
then adds a virtual function there to handle the lowering of atomic sync
scopes in a target-specific way.
Commit: c57e4359149235acfad084aa5bcd2790ef1d654a
https://github.com/llvm/llvm-project/commit/c57e4359149235acfad084aa5bcd2790ef1d654a
Author: Utkarsh Saxena <usx at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
Log Message:
-----------
[LifetimeSafety] Fix crash in derived-to-base conversion with different origin shapes (#175928)
Commit: fda19b9139a34f1431a0e14881d065ad2b916e31
https://github.com/llvm/llvm-project/commit/fda19b9139a34f1431a0e14881d065ad2b916e31
Author: Andrzej WarzyÅski <andrzej.warzynski at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
Log Message:
-----------
[CIR] Add additional NYI checks for SVE builtins (#175575)
This change extends the NYI checks recently introduced in #174433 by
adding further validation of SVE builtin type modifiers. For example:
```cpp
SVETypeFlags typeFlags(builtinIntrInfo->typeModifier);
// Unsupported flag ā bail out
if (typeFlags.someFlag())
cgm.errorNYI();
```
The newly added checks mirror the logic in
CodeGen/TargetBuiltins/ARM.cpp, specifically in:
* `CodeGenFunction::EmitAArch64SVEBuiltinExpr`,
which defines the default code-generation path for SVE builtins.
This change helps ensure CIR rejects unsupported cases early and
provides skeleton for future PRs in which we will be adding support for
the missing builtins.
Commit: 98d6f1676c59456d5218225fbff9163db8fb3c16
https://github.com/llvm/llvm-project/commit/98d6f1676c59456d5218225fbff9163db8fb3c16
Author: Ryan Mansfield <ryan_mansfield at apple.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
R llvm/test/tools/llvm-objdump/MachO/Inputs/LLVM-bundle.macho-x86_64
R llvm/test/tools/llvm-objdump/MachO/LLVM-bundle.test
Log Message:
-----------
[llvm-objdump][test] Remove dead MachO LLVM-bundle test (#172786)
This test has been permanently unsupported since eb601430d3d7 removed
libxar support and the xar feature from lit.cfg.py in October 2023.
Commit: e8adda5e5a50a000aa9f26db9df338bd9fac6cb8
https://github.com/llvm/llvm-project/commit/e8adda5e5a50a000aa9f26db9df338bd9fac6cb8
Author: David Green <david.green at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/test/CodeGen/AArch64/neon-dot-product.ll
M llvm/test/CodeGen/AArch64/neon-vcmla.ll
M llvm/test/CodeGen/AArch64/popcount.ll
Log Message:
-----------
[AArch64] Add extra BE test coverage for lane instructions. NFC
Commit: 83586be2530af3806f7752ad8305e51df79893d9
https://github.com/llvm/llvm-project/commit/83586be2530af3806f7752ad8305e51df79893d9
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/masked_gather.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
Log Message:
-----------
[X86] Ensure a (vXi1 bitcast(iX Mask)) memory mask is canonicalised for extension before it might get split by legalisation (#175769)
Masked load/store/gathers often need to bitcast the mask from a
bitcasted integer.
On pre-AVX512 targets this can lead to some rather nasty scalarization
if we don't custom expand the mask first.
This patch uses the canonicalizeBoolMask /combineToExtendBoolVectorInReg
helper functions to canonicalise the masks, similar to what we already
do for vselect expansion.
Alternative to #175385
Fixes #59789
Commit: 676fc5874423580c678f5fa3066430bf3d4b84ad
https://github.com/llvm/llvm-project/commit/676fc5874423580c678f5fa3066430bf3d4b84ad
Author: Prabhu Rajasekaran <prabhukr at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M libcxx/include/__algorithm/equal.h
M libcxx/include/__algorithm/ranges_equal.h
Log Message:
-----------
[libc++] Fix use of static in constexpr (#175667)
Commit: d363c7f95b1db812c9db2cc8ecd020e91762be0c
https://github.com/llvm/llvm-project/commit/d363c7f95b1db812c9db2cc8ecd020e91762be0c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/test/CodeGen/AArch64/cls.ll
Log Message:
-----------
[AArch64] cls.ll - regenerate test checks (#175948)
Noticed when reviewing #174824
Commit: bf845a4364f526aef8d7da1b9b75417c28009e73
https://github.com/llvm/llvm-project/commit/bf845a4364f526aef8d7da1b9b75417c28009e73
Author: Karthika Devi C <quic_kartc at quicinc.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M polly/lib/Analysis/ScopBuilder.cpp
Log Message:
-----------
[Polly] Add null pointer check before size retrieval (#174309)
This patch avoids assertion failures by ensuring a null pointer check is
performed before accessing the object's size.
Note: The corresponding test case remains too large even after
reduction, so it has not been included in this patch.
Fixes #174147
Commit: dbeddf3501807f7d08cbbe4f30906f3172c27a94
https://github.com/llvm/llvm-project/commit/dbeddf3501807f7d08cbbe4f30906f3172c27a94
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/unittests/ADT/STLForwardCompatTest.cpp
Log Message:
-----------
[ADT] Fix up return type of `bind_` functions (#175950)
Use `decltype(auto)` and add tests.
Commit: 40a28769a4e8782da568d9cdaa53d9adb08687a2
https://github.com/llvm/llvm-project/commit/40a28769a4e8782da568d9cdaa53d9adb08687a2
Author: Mikhail Gudim <mgudim at qti.qualcomm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/test/CodeGen/RISCV/rda-liveins.mir
M llvm/test/CodeGen/RISCV/rda-stack.mir
M llvm/test/CodeGen/SystemZ/rda-stack-copy.mir
M llvm/test/CodeGen/X86/print-reaching-defs.mir
Log Message:
-----------
[ReachingDefAnalysis] Print basic blocks. (#175568)
Commit: 04c83c34984ac5804e9629fe7dfbb45973701502
https://github.com/llvm/llvm-project/commit/04c83c34984ac5804e9629fe7dfbb45973701502
Author: Erich Keane <ekeane at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/AST/Stmt.h
M clang/lib/AST/Stmt.cpp
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
Log Message:
-----------
[NFCI] Extract out the addVariableConstraints CGASM Function (#175261)
This function is needed in identical form for CIR codegen, and pulling
it out into AsmStmt is effectively trivial. The only thing that actually
needs the codegen in it is the ability to diagnose, so this patch adds
that as a callback. AsmStmt seems to be the most logical place for this
to happen, as it does other similar things. Howver, unlike the other
similar things, th is is the same between MS and GCC, so it doesn't need
separate implementations.
Commit: 5b0270cb72f707f55e2ff5e97fc938afb3b81053
https://github.com/llvm/llvm-project/commit/5b0270cb72f707f55e2ff5e97fc938afb3b81053
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/Sema/SemaDecl.cpp
M clang/test/Sema/constexpr.c
Log Message:
-----------
[clang][c23] Avoid assertion on an invalid static constexpr variable (#175927)
In C static variables should have constant expressions in initializers
so we were checking this twice for constexpr variables and failing with
an assertion that was makes sure we don't do it.
This patch postpones the check just like it is done for file
scope constexpr variables in C already.
Fixes https://github.com/llvm/llvm-project/issues/173605
Commit: 3424447645c0ae09cc97fc59fc0f2bd383a67ed1
https://github.com/llvm/llvm-project/commit/3424447645c0ae09cc97fc59fc0f2bd383a67ed1
Author: GƔbor Spaits <gaborspaits1 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
Log Message:
-----------
[InstCombine]Ā Remove unnecessary type equality check when creating zext or trunc (NFC) (#175947)
This came up during discussions under PR #161101.
Commit: d2afc3e84b1aeac446e94cb67d41f94c315901ab
https://github.com/llvm/llvm-project/commit/d2afc3e84b1aeac446e94cb67d41f94c315901ab
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Analysis/ValueTracking/assume.ll
Log Message:
-----------
[ValueTracking] Allow dereferenceable(0) to be applied to a null pointer (#175913)
`dereferenceable(<n>)` with n being potentially zero can come up when
using an operand bundle with a variable size. Currently this implies
that the pointer is non-null, even though `[nullptr, nullptr)` is a
valid range in any programming language I'm aware of. This patch removes
this implication and updates the language reference to reflect that
`dereferenceable` with a zero argument is valid.
Commit: 2abd6d6d7ac54d40302dfc946d01572a12963ee5
https://github.com/llvm/llvm-project/commit/2abd6d6d7ac54d40302dfc946d01572a12963ee5
Author: Graham Hunter <graham.hunter at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/Analysis/IVDescriptors.h
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Transforms/Utils/LoopUnroll.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/test/Transforms/LoopUnroll/partial-unroll-reductions.ll
A llvm/test/Transforms/LoopVectorize/AArch64/conditional-scalar-assignment.ll
A llvm/test/Transforms/LoopVectorize/AArch64/findlast-epilogue-loop.ll
A llvm/test/Transforms/LoopVectorize/X86/conditional-scalar-assignment.ll
A llvm/test/Transforms/LoopVectorize/conditional-scalar-assignment-vplan.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-decreasing.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-no-wrap.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-non-const-iv-start.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp.ll
M llvm/test/Transforms/LoopVectorize/select-cmp.ll
Log Message:
-----------
[LV] Vectorize conditional scalar assignments (#158088)
Based on Michael Maitland's previous work:
https://github.com/llvm/llvm-project/pull/121222
This PR uses the existing recurrences code instead of introducing a
new pass just for CSA autovec. I've also made recipes that are more
generic.
Commit: 5f31b9c3810a80552ac61045dadf92c7c4a729d7
https://github.com/llvm/llvm-project/commit/5f31b9c3810a80552ac61045dadf92c7c4a729d7
Author: Gergo Stomfai <55883018+stomfaig at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/AArch64/cls.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
Log Message:
-----------
[DAG] computeKnownBits - add CTLS handling (#174824)
Add handling for CTLS using the same method as in
https://github.com/llvm/llvm-project/pull/174636.
Added tests to AArch64 and RISCV, but it seems that ARM is actually
resolving `llvm.arm.cls` to `clz`, so not tests added there.
Commit: 220bed3de71e152e519085ec8815feb9203ab58c
https://github.com/llvm/llvm-project/commit/220bed3de71e152e519085ec8815feb9203ab58c
Author: Marco Elver <elver at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/Analysis/CFG.cpp
A clang/test/Analysis/cxx20-range-for-cfg.cpp
M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
Log Message:
-----------
[Analysis] Fix missing destructor in CFG for C++20 range-for init-statement (#175859)
In C++20 range-based for loops, variables declared in the init-statement
were not correctly added to the CFG builder's local scope. Consequently,
implicit destructors for these variables were missing from the CFG.
This caused analyses relying on the CFG to incorrectly model the
lifetime of these variables. Specifically, Thread Safety Analysis
reported false positives for RAII locks declared in the init-statement.
Fix it by calling addLocalScopeForStmt for the init-statement in
CFGBuilder::VisitCXXForRangeStmt. This ensures destructors are correctly
inserted into the CFG.
Fixes: https://github.com/abseil/abseil-cpp/issues/1901
Commit: 565c0e65292683677f3bbccc32b261acdd0d5d60
https://github.com/llvm/llvm-project/commit/565c0e65292683677f3bbccc32b261acdd0d5d60
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang/test/Lower/array-wide-char.f90
M flang/test/Lower/associate-construct-2.f90
M flang/test/Lower/assumed-shape-callee.f90
M flang/test/Lower/assumed-type.f90
M flang/test/Lower/basic-call.f90
Log Message:
-----------
[flang][NFC] Converted five tests from old lowering to new lowering (part 7) (#175703)
Tests converted: array-wide-char.f90, associate-construct-2.f90,
assumed-shape-callee.f90, assumed-type.f90, basic-call.f90
Commit: 28009c8880209a87d83b5901cfaf8d8e96be5693
https://github.com/llvm/llvm-project/commit/28009c8880209a87d83b5901cfaf8d8e96be5693
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaOverload.cpp
M clang/test/SemaCXX/enable_if.cpp
Log Message:
-----------
[Clang] Check enable_if attribute in the DC of current function (#175899)
A ContextRAII here ensures immediate access control checking within the
current context, allowing us to rule out inaccessible constructors
during potential overload resolution, where access diagnostics are
converted from hard errors into SFINAE errors, making the behavior more
preferrable with the nature of the enable_if attribute.
Fixes https://github.com/llvm/llvm-project/issues/175895
Commit: bc550d380c76c499d83cc97d23a36a893715602d
https://github.com/llvm/llvm-project/commit/bc550d380c76c499d83cc97d23a36a893715602d
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M openmp/Maintainers.md
Log Message:
-----------
Nominate Michael Klemm as lead maintainer of OpenMP (#175964)
We discussed this during the OpenMP sync-up call on 1/14 and he's still
actively maintaining this component and would be happy to act as lead
for it.
Commit: 1899a01f01122dd7f58a5a113d8a74e88b232332
https://github.com/llvm/llvm-project/commit/1899a01f01122dd7f58a5a113d8a74e88b232332
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
Log Message:
-----------
[libc++] Add benchmarks to the associative containers that don't go to the end of the container (#175005)
We have quite a few benchmarks for the associative containers which only
ever go to the end of the container. This is a relatively special case,
since it results in good branch prediction. However, users rarely have
that access pattern. This patch adds benchmarks where we don't just go
to the end where appropriate.
Fixes #162359
Commit: e2d069cf2a872bb8dc7d962434e8bee325bc37fd
https://github.com/llvm/llvm-project/commit/e2d069cf2a872bb8dc7d962434e8bee325bc37fd
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/docs/HowToReleaseLLVM.rst
Log Message:
-----------
[llvm][docs] Release process improvements (#175759)
Some improvements from working through this getting LLVM 22 off the
ground. Most of the changes are pretty straightforward, but one worth
mentioning is the change to push the trunk version bump and tag before
creating the release branch.
This avoids a scenario that was hit for 22 where the release/22.x branch
was pushed first and more commits landed in trunk before the 23.0.0git
version bump was rebased and committed. The commits landed on trunk
during this brief window had the wrong version. This was resolved by
cherry-picking the commits to the release branch.
It's not entirely clear how big of an issue this really is, but if we
can avoid it and make the process less stressful in the process I think
it makes sense to do so.
Commit: 4b223d40d603f9a9cc300b899934033f20cded11
https://github.com/llvm/llvm-project/commit/4b223d40d603f9a9cc300b899934033f20cded11
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
Log Message:
-----------
InstCombine: Teach SimplifyDemandedFPClass to infer nnan and ninf on fmul (#175854)
Commit: 565591d8a47282e64b425d4884b9e150c4fb7d6f
https://github.com/llvm/llvm-project/commit/565591d8a47282e64b425d4884b9e150c4fb7d6f
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Utils/LoopUnroll.cpp
M llvm/test/Transforms/LoopUnroll/convergent.controlled.ll
M llvm/test/Transforms/LoopUnroll/followup.ll
M llvm/test/Transforms/LoopUnroll/pr131465.ll
A llvm/test/Transforms/LoopUnroll/unroll-dont-copy-latch-loop-id.ll
M llvm/test/Transforms/LoopUnroll/unroll-loads-cse.ll
Log Message:
-----------
[LoopUnroll] Do not copy !llvm.loop from latch to non-latch (#165635)
When LoopUnroll copies the original loop's latch to the corresponding
non-latch branch in an unrolled iteration, any `!llvm.loop` is copied
along with it, but `!llvm.loop` is useless and misleading there. This
patch discards it.
e06831a3b29d did the same for LoopPeel.
Commit: 90b6d3375570bfa8d830b382337e62e411bf0831
https://github.com/llvm/llvm-project/commit/90b6d3375570bfa8d830b382337e62e411bf0831
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
Log Message:
-----------
[Offload] Small debug message fix in Level Zero plugin (#175958)
Do not include trailing zeros in the device name.
Commit: 2698d156644b4e99062abee1c6ac685902c2bfb9
https://github.com/llvm/llvm-project/commit/2698d156644b4e99062abee1c6ac685902c2bfb9
Author: Susan Tan (ć¹-ć¶ć³ććæć³) <zujunt at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
A flang/include/flang/Optimizer/Transforms/FIRToMemRefTypeConverter.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
M flang/test/Fir/convert-memref-codegen.mlir
A flang/test/Transforms/FIRToMemRef/alloca.mlir
A flang/test/Transforms/FIRToMemRef/array-coor-op.mlir
A flang/test/Transforms/FIRToMemRef/complex.mlir
A flang/test/Transforms/FIRToMemRef/convert-opt.mlir
A flang/test/Transforms/FIRToMemRef/cuda-alloca.mlir
A flang/test/Transforms/FIRToMemRef/derived-types.mlir
A flang/test/Transforms/FIRToMemRef/index.mlir
A flang/test/Transforms/FIRToMemRef/load-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-dynamic.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/load-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/logical.mlir
A flang/test/Transforms/FIRToMemRef/no-declare.mlir
A flang/test/Transforms/FIRToMemRef/reject-conversions.mlir
A flang/test/Transforms/FIRToMemRef/replace.mlir
A flang/test/Transforms/FIRToMemRef/slice.mlir
A flang/test/Transforms/FIRToMemRef/store-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/store-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/store-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/tbaa-tag.mlir
Log Message:
-----------
[flang] Lowering FIR memory ops to MemRef dialect (#173507)
This patch introduces FIRToMemRef, a lowering pass that converts FIR
memory operations to the MemRef dialect, including support for slices,
shifts, and descriptor-style access patterns. To support partial
lowering, where FIR and MemRef types can coexist, we extend the handling
of fir.convert to correctly marshal between FIR reference-like types and
MemRef descriptors. The patch also factors the type conversion logic
into a reusable FIRToMemRefTypeConverter, which centralizes the rules
for converting FIR types (e.g. !fir.ref, !fir.box, sequences, logicals)
to their corresponding memref types, and is used throughout the new
pass.
---------
Co-authored-by: Scott Manley <rscottmanley at gmail.com>
Co-authored-by: jeanPerier <jean.perier.polytechnique at gmail.com>
Commit: 30e399a67558da69715930c423342425f4e31e03
https://github.com/llvm/llvm-project/commit/30e399a67558da69715930c423342425f4e31e03
Author: David Stenberg <david.stenberg at ericsson.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpretation.mir
A llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-preserved-subreg.mir
M llvm/test/DebugInfo/MIR/ARM/dbgcall-site-interpretation.mir
M llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
A llvm/test/DebugInfo/MIR/X86/dbgcall-site-preserved-after.mir
A llvm/test/DebugInfo/MIR/X86/dbgcall-site-preserved-clobbered.mir
Log Message:
-----------
[DebugInfo] Find call site values for params in preserved registers (#172339)
For example, given code like this:
int local = value();
callee(local);
return local;
resulting in assembly like:
movl %eax, %ebx // %eax = local
movl %eax, %edi
callq callee at PLT
the call site value generation did not understand that the value of
local is stored in the callee-saved %ebx during the call, and did not
emit any call site value. This patch addresses that, resulting in:
DW_TAG_call_site_parameter
DW_AT_location (DW_OP_reg5 RDI)
DW_AT_call_value (DW_OP_breg3 RBX+0)
This code does not keep track if any succeeding instructions save
registers, meaning that it fails to emit a call site value for a case
like this:
movq %rax, %rdi
movq %rax, %rbx
callq callee at PLT
The test case dbgcall-site-preserved-clobbered.mir has been added for
that. This should be rather easy to address, but can be done in a
follow-up patch.
Building a clang-21 RelWithDebInfo binary for x86-64 without/with this
patch results in a ~1.8% increase of the number of call site parameter
entries with a location (from 1792876 to 1825718). This also reduces the
number of call site parameter entries using DW_OP_entry_value locations,
which are not guaranteed to be printable as they require the frame above
to provide a call site value for that parameter, from 57718 to 34871.
Fixes #43464.
Commit: 07ce80ee2ab96dc82386adfa99b308d75a4dc874
https://github.com/llvm/llvm-project/commit/07ce80ee2ab96dc82386adfa99b308d75a4dc874
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/unittests/ADT/STLForwardCompatTest.cpp
Log Message:
-----------
[ADT] Quality bind_ calls in tests for c++20 bots. NFC.
This is to appease C++20 bots: https://lab.llvm.org/buildbot/#/builders/108/builds/21813/steps/6/logs/stdio
Commit: 4e95be704302561be0b217eda732624e8e96a906
https://github.com/llvm/llvm-project/commit/4e95be704302561be0b217eda732624e8e96a906
Author: Dmitry Sidorov <18708689+MrSidims at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/include/llvm/ADT/APFloat.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/lib/IR/Verifier.cpp
M llvm/lib/Support/APFloat.cpp
A llvm/test/Assembler/arbitrary-fp-convert.ll
A llvm/test/Verifier/arbitrary-fp-convert.ll
M llvm/unittests/ADT/APFloatTest.cpp
Log Message:
-----------
[RFC][SPIR-V] Add intrinsics to convert to/from ap.float (#164252)
The patch adds two intrinsics: llvm.convert.to.arbitrary.fp and
llvm.convert.from.arbitrary.fp.
The intrinsics perform conversions between values whose interpretation
differs from their representation in LLVM IR. The intrinsics are
overloaded on both its return type and first argument. Metadata operands
describe how the raw bits should be interpreted before and after the
conversion.
Typical use case is to convert IEEE-754 floating point types to FP8/FP4
and backwards for ML applications.
Addresses
https://discourse.llvm.org/t/rfc-spir-v-way-to-represent-float8-in-llvm-ir/87758/10
Commit: 01934fb49597eddb4b513a96da4d97ba3521ef11
https://github.com/llvm/llvm-project/commit/01934fb49597eddb4b513a96da4d97ba3521ef11
Author: Utkarsh Saxena <usx at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
Log Message:
-----------
[LifetimeSafety] See through implicit object arguments of GSL pointer type (#174741)
Add support for tracking pointer flows through GSL pointer implicit object arguments in method calls.
This PR enhances the lifetime safety analysis to properly track pointer flows through GSL pointer implicit object arguments in method calls. It adds a new helper function `shouldTrackPointerImplicitObjectArg` that determines if an implicit object argument should be tracked as a GSL pointer. When such an argument is detected, the analysis now correctly propagates the origin information through the pointer reference.
This resolves false-positives like
```cpp
const char* p;
{
std::string_view a = getSomeView();
p = a.data(); // 'a' does not live long enough (false-positive).
}
use(p);
```
Commit: d21ed016a3c42dfc88ca4728ddbaa703513d2a42
https://github.com/llvm/llvm-project/commit/d21ed016a3c42dfc88ca4728ddbaa703513d2a42
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/ADT/STLExtras.h
Log Message:
-----------
[STLExtras] Quality bind_ calls in tests for c++20 bots
Bot failure: https://lab.llvm.org/buildbot/#/builders/108/builds/21872
Commit: 8866af03c243f0cb26f43b2064682e36ab5c6b25
https://github.com/llvm/llvm-project/commit/8866af03c243f0cb26f43b2064682e36ab5c6b25
Author: Graham Hunter <graham.hunter at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/test/Transforms/LoopVectorize/conditional-scalar-assignment-vplan.ll
Log Message:
-----------
Require asserts for a debug printing test
Commit: ce6dd8b02d13c33612ddeb4284a37ba6e13ee446
https://github.com/llvm/llvm-project/commit/ce6dd8b02d13c33612ddeb4284a37ba6e13ee446
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang/include/flang/Optimizer/OpenACC/Passes.h
M flang/include/flang/Optimizer/OpenACC/Passes.td
M flang/lib/Lower/OpenACC.cpp
A flang/lib/Optimizer/OpenACC/Transforms/ACCUseDeviceCanonicalizer.cpp
M flang/lib/Optimizer/OpenACC/Transforms/CMakeLists.txt
A flang/test/Fir/OpenACC/use-device-canonicalizer.mlir
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Dialect/OpenACC/invalid.mlir
Log Message:
-----------
[flang][acc] Add ACCUseDeviceCanonicalizer pass (#175228)
This pass canonicalizes the use_device clause on acc.host_data
constructs to enable simpler runtime lowering. For use_device operands
that are box types or references to boxes, the pass:
1. Extracts the host base address for mapping to a device address using
acc.use_device
2. Creates a new boxed descriptor with the device address as the base
address for use inside the host_data region
The pass also removes unused use_device clauses to reduce runtime calls.
This canonicalization hoists load/box_addr patterns out of the host_data
region so they are applied to the host variable before acc.use_device,
ensuring the device pointer is used directly inside the region.
Example transformation for a reference to a box (!fir.ref<!fir.box<>>):
Before:
```
%ptr = acc.use_device varPtr(%ref : !fir.ref<!fir.box<!fir.ptr<i32>>>)
acc.host_data dataOperands(%ptr) {
%box = fir.load %ptr
%addr = fir.box_addr %box
// use %addr
}
```
After:
```
%box = fir.load %ref
%addr = fir.box_addr %box
%dev_ptr = acc.use_device varPtr(%addr : !fir.ptr<i32>)
acc.host_data dataOperands(%dev_ptr) {
%new_box = fir.embox %dev_ptr
// use device pointer through new descriptor
}
```
---------
Co-authored-by: nvptm <pmathew at nvidia.com>
Commit: cf237465b3d1a38406b1f49976c877804a87c39f
https://github.com/llvm/llvm-project/commit/cf237465b3d1a38406b1f49976c877804a87c39f
Author: LU-JOHN <John.Lu at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/test/CodeGen/AMDGPU/branch-folding-implicit-def-subreg.ll
M llvm/test/CodeGen/AMDGPU/fshl.ll
M llvm/test/CodeGen/AMDGPU/optimize-compare.mir
M llvm/test/CodeGen/AMDGPU/s_cmp_0.ll
M llvm/test/CodeGen/AMDGPU/workitem-intrinsic-opts.ll
Log Message:
-----------
[AMDGPU] Invert scc uses to delete s_cmp_eq* (#167382)
Delete s_cmp_eq* instructions by inverting instructions that use scc.
---------
Signed-off-by: John Lu <John.Lu at amd.com>
Commit: 8099e127cde22a5989515ce940eaa2a0a944d95e
https://github.com/llvm/llvm-project/commit/8099e127cde22a5989515ce940eaa2a0a944d95e
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
Log Message:
-----------
[AMDGPU] Ignore unused VALU src0/1/2 fields when disassembling (#175182)
This enables a future patch to change the default encoding of these
fields, which are mostly ignored by hardware.
Commit: b5cc4562d8ab91237fe56461b43a3db9ca3f49ed
https://github.com/llvm/llvm-project/commit/b5cc4562d8ab91237fe56461b43a3db9ca3f49ed
Author: Chi-Chun, Chen <chichun.chen at hpe.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/test/Target/LLVMIR/openmp-todo.mlir
Log Message:
-----------
[NFC][MLIR] Remove obsolete target device test from openmp-todo.mlir (#175894)
Remove the target device test from openmp-todo.mlir since MLIR-to-LLVM
IR lowering for the OpenMP target device clause is now implemented
(#173509, #174665).
Commit: 91f5d73b311f3622517ff1d34d21cc8ef1f52ea9
https://github.com/llvm/llvm-project/commit/91f5d73b311f3622517ff1d34d21cc8ef1f52ea9
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64.h
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
A llvm/lib/Target/AArch64/AArch64SRLTDefineSuperRegs.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
M llvm/lib/Target/AArch64/CMakeLists.txt
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
M llvm/test/CodeGen/AArch64/arm64-addrmode.ll
M llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
M llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
M llvm/test/CodeGen/AArch64/preserve_nonecc_varargs_darwin.ll
M llvm/test/CodeGen/AArch64/register-coalesce-update-subranges-remat.mir
M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/streaming-compatible-memory-ops.ll
A llvm/test/CodeGen/AArch64/subreg-liveness-fix-subreg-to-reg-implicit-def.mir
M llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather-scatter.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
Log Message:
-----------
[AArch64] Add new pass after VirtRegRewriter to add implicit-defs (#174188)
When SubRegister Liveness Tracking (SRLT) is enabled, this pass adds
extra implicit-def's to instructions that define the low N bits of a
GPR/FPR register to represent that the top bits are written, because all
AArch64 instructions that write the low bits of a GPR/FPR also
implicitly zero the top bits.
These semantics are originally represented in the MIR using
`SUBREG_TO_REG`, but during register coalescing this information is lost
and when rewriting virtual -> physical registers the implicit-defs are
not added to represent the the top bits are written.
There have been several attempts to fix this in the coalescer (#168353),
but each iteration has exposed new bugs and the patch had to be
reverted. Additionally, the concept of adding 'implicit-def' of a
virtual register during the register allocation process is particularly
fragile and many places don't expect it (for example in
`X86::commuteInstructionImpl` the code only looks at specific operands
and does not consider implicit-defs. Similar in
`SplitEditor::addDeadDef` where it traverses operand 'defs' rather than
'all_defs').
We want a temporary solution that doesn't impact other targets and is
simpler and less intrusive than the patch proposed for the register
coalescer so that we can enable SRLT to make better use of SVE/SME
multi-vector instructions while we work on a more permanent solution
that requires rewriting a large part of the AArch64 instructions (32-bit
and NEON).
Commit: 0431b71680ce5085ac97f27b76b8fbbd9a776c6d
https://github.com/llvm/llvm-project/commit/0431b71680ce5085ac97f27b76b8fbbd9a776c6d
Author: Nathan Gauƫr <brioche at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp
A llvm/test/CodeGen/SPIRV/pointers/store-to-array-first-element.ll
Log Message:
-----------
[SPIR-V] Fix store to first element array (#175546)
The IR can store to the first element of an array the same way it stores
to the first element of a struct by specifying the base pointer. This
commit fixes the pointercast legalization pass to support this.
Commit: 58a9dc01be8a5529c2d9676b1a32d9ed09a4cd70
https://github.com/llvm/llvm-project/commit/58a9dc01be8a5529c2d9676b1a32d9ed09a4cd70
Author: Deric C. <cheung.deric at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptGetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptSetter.hlsl
Log Message:
-----------
[HLSL][Matrix] Add type conversions to support bool matrix single subscript operators (#175633)
Fixes #172711
Fixes the type mismatch issues preventing single matrix subscript
getters and setters from working with boolean matrices.
The changes from this PR also happens to make matrix splats work for
boolean matrices, but adding tests for that and (re)introducing
boolean-matrix-specific sema will be relegated to its own PR.
Commit: cfefd3e46c5504fbf5d51686800f15b8b8fcbdd8
https://github.com/llvm/llvm-project/commit/cfefd3e46c5504fbf5d51686800f15b8b8fcbdd8
Author: zhijian lin <zhijian at ca.ibm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
Log Message:
-----------
[NFC][PowerPC] add test cases for milicode (#175559)
In this PR, we do the following:
1. Simplify the test case for the millicode function `___memmove`.
2. Add test cases for the millicode functions `___memcpy` ,
`____memset`, `____memmove` which are supported in the patch
https://reviews.llvm.org/D143997.
3. Add pre-commit test cases for the functions `___strstr`,
`___memccpy`, `___strcmp`
Commit: c5e95af71d460ee41bb7912ceceaa88dd9a6a67c
https://github.com/llvm/llvm-project/commit/c5e95af71d460ee41bb7912ceceaa88dd9a6a67c
Author: BalƔzs Benics <benicsbalazs at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
A clang/docs/ScalableStaticAnalysisFramework/Framework.rst
A clang/docs/ScalableStaticAnalysisFramework/SummaryExtraction.rst
M clang/docs/index.rst
Log Message:
-----------
[clang][ssaf][docs] Document the Summary Extraction pipeline (#172876)
This patch adds some documentation about the design of the Scalable
Static Analysis Framework (SSAF) Summary Extraction part.
This mainly focuses on how the custom FrontendAction would load
different analyses (their extraction part), and the different formats it
should export into.
Each FrontendAction call would process a single TU by extracting
summaries from them and serializing the results into a file in the
desired format.
The details are not polished yet, but I think it's still beneficial to
have some guidance on how the upcoming components would fit together,
hence this document.
I'll come back to this document to keep it up-to-date as we proceed with
the upstreaming.
Commit: 1f2d10e285f6f6cfeadac4b3c43f4f6833e612d9
https://github.com/llvm/llvm-project/commit/1f2d10e285f6f6cfeadac4b3c43f4f6833e612d9
Author: Nathan Gauƫr <brioche at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
Log Message:
-----------
[NFC][IRBuilder] Reuse CreateGEP for helpers (#175979)
Many helper functions for single index GEP exist, but each implement the
same logic to then create the GetElementPtrInst. Refactoring to call a
single function.
This is some groundwork to prepare the SGEP implementation.
Commit: 802ca041bd1b3e47dc29234080724c6a287baf6e
https://github.com/llvm/llvm-project/commit/802ca041bd1b3e47dc29234080724c6a287baf6e
Author: Eugene Epshteyn <eepshteyn at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang/test/Lower/array-elemental-calls-2.f90
M flang/test/Lower/array-expression-assumed-size.f90
M flang/test/Lower/array-temp.f90
M flang/test/Lower/array-user-def-assignments.f90
M flang/test/Lower/array.f90
Log Message:
-----------
[flang][NFC] Converted five tests from old lowering to new lowering (part 6) (#175485)
Modified the following tests: array-elemental-calls-2.f90,
array-expression-assumed-size.f90, array-temp.f90,
array-user-def-assignments.f90, array.f90
Commit: bc9fce7e8b734c1a2a491c23ca247e4411b561f5
https://github.com/llvm/llvm-project/commit/bc9fce7e8b734c1a2a491c23ca247e4411b561f5
Author: Adam Paszke <adam.paszke at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[MLIR][Vector] Add a pattern that folds consecutive extract_strided_strided_slice ops (#175738)
A slice of a slice is just a slice.
Commit: 804c0345f5dc0fbb5bea5af6486ebdcfc0c99cb4
https://github.com/llvm/llvm-project/commit/804c0345f5dc0fbb5bea5af6486ebdcfc0c99cb4
Author: Krish Gupta <krishom70 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang/lib/Semantics/check-omp-loop.cpp
M flang/test/Semantics/OpenMP/clause-validity01.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
Log Message:
-----------
[flang][OpenMP] Fix LINEAR clause validation to report all errors (#175938)
Fixes #175688
After #175383 was merged, test failures occurred because removing the
early return exposed additional errors that tests weren't expecting.
This PR comprehensively fixes the issue by:
1. **Removes the early return** in check-omp-loop.cpp (line 767) after
detecting a modifier error on DO/SIMD directives. Previously, when a
modifier error was found, the function would return immediately without
checking other restrictions like the scalar requirement. Now all
applicable errors are reported, improving diagnostics.
2. **Updates linear-clause01.f90** to expect both the modifier error AND
the scalar error for Case 1 and Case 2, where arrays are used
incorrectly in LINEAR clauses.
3. **Updates clause-validity01.f90** to use the new OpenMP 5.2 syntax
(`linear(b: val)` instead of `linear(val(b))`). The old syntax triggers
deprecation warnings, which are now caught because we no longer return
early after the modifier error.
Thanks to @ergawy for identifying the clause-validity01.f90 fix needed.
The changes ensure better error reporting for users - they now see all
issues with their LINEAR clauses instead of just the first error.
Commit: 1547ee67482d3aa9abea54cc986bbb9734c6e043
https://github.com/llvm/llvm-project/commit/1547ee67482d3aa9abea54cc986bbb9734c6e043
Author: LLVM GN Syncbot <llvmgnsyncbot at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
Log Message:
-----------
[gn build] Port 91f5d73b311f
Commit: c55f690213935307b7387f7023e4707538f9b435
https://github.com/llvm/llvm-project/commit/c55f690213935307b7387f7023e4707538f9b435
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
Log Message:
-----------
InstCombine: Add more tests for min/max SimplifyDemandedFPClass (#175381)
Test some more refined cases, such as ordering with 0s and within
known positive and known negative cases.
Commit: f41767651ba3752c6c66be90b3f3efe8e46e64b6
https://github.com/llvm/llvm-project/commit/f41767651ba3752c6c66be90b3f3efe8e46e64b6
Author: Anshil Gandhi <95053726+gandhi56 at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/addo.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/fcmp.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/icmp.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/implicit-kernarg-backend-usage-global-isel.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/subo.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
Log Message:
-----------
[AMDGPU] Add regbankselect rules for G_ICMP/G_FCMP (#172048)
- Legalize G_ICMP for S16, S32, S64, Ptr32 and Ptr64 operands.
- Legalize G_FCMP for S16, S32 and S64 operands.
Commit: b59a3dfaf199124b2eaab40f87cca4fbf12c9f08
https://github.com/llvm/llvm-project/commit/b59a3dfaf199124b2eaab40f87cca4fbf12c9f08
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
Log Message:
-----------
[VPlan] Add printing test for UMax reduction (NFC).
Currently compute-reduction-result prints (icmp) instead of the correct
min/max kind.
Commit: 6d8f8769f1d645f2cfe5900d8a588282b0cf0d77
https://github.com/llvm/llvm-project/commit/6d8f8769f1d645f2cfe5900d8a588282b0cf0d77
Author: Jacob Lambert <jacob.lambert at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/lib/Headers/opencl-c-base.h
M clang/lib/Headers/opencl-c.h
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/Headers/opencl-c-header.cl
M clang/test/Misc/amdgcn.languageOptsOpenCL.cl
M clang/test/SemaOpenCL/extension-version.cl
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
Revert "[OpenCL] Set KHR extensions minimum version to OpenCL 1.0" (#175993)
Reverts llvm/llvm-project#175120
llvm-project/amd/device-libs/opencl/src/image/imwrap.cl:461:1: error: no
matching function for call to 'get_image_height'
461 | GD2GEN(_2Dad)
| ^~~~~~~~~~~~~
llvm-project/amd/device-libs/opencl/src/image/imwrap.cl:460:1: error: no
matching function for call to 'get_image_width'
460 | GD2GEN(_2Dd)
| ^~~~~~~~~~~~
"Depth images are required with other image support for OpenCL 2.0."
Commit: 62a9aadddc312c7782bdefe4dbe82be160efb977
https://github.com/llvm/llvm-project/commit/62a9aadddc312c7782bdefe4dbe82be160efb977
Author: saxlungs <152745038+saxlungs at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUUniformIntrinsicCombine.cpp
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
Log Message:
-----------
[AMDGPU] Add optimization for llvm.amdgcn.wave.shuffle in uniform cases (#174795)
When the llvm.amdgcn.wave.shuffle intrinsic is called with a uniform
Index operand, it is effectively the same as the llvm.amdgcn.readlane
intrinsic. This change handles this situation and replaces it with the
readlane intrinsic
---------
Signed-off-by: Domenic Nutile <domenic.nutile at gmail.com>
Commit: 4e84513b72aebfc3f93b94016ef8e9a77a6cefdf
https://github.com/llvm/llvm-project/commit/4e84513b72aebfc3f93b94016ef8e9a77a6cefdf
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
A llvm/test/CodeGen/AMDGPU/fmamk_fmaak-t16.mir
Log Message:
-----------
[AMDGPU] Add test for v_fmamk_f16/v_fmaak_f16 in real-true16. NFC (#173307)
This is to display a bug in real true16 mode that we do not have
an allocatable 16-bit VGPR class and these instructions do not
have VOP3 forms for allocatable VGPR_16 to be used. To use these
instructions 'VGPR_16_Lo128' must be allocable.
Commit: 074740df8a11b66b2aac24eefecd7eafbc6f9a5a
https://github.com/llvm/llvm-project/commit/074740df8a11b66b2aac24eefecd7eafbc6f9a5a
Author: Jianhui Li <jian.hui.li at intel.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/XeGPU/Utils/XeGPUUtils.h
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUUnroll.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp
M mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp
M mlir/test/Dialect/XeGPU/xegpu-blocking.mlir
M mlir/test/Dialect/XeGPU/xegpu-wg-to-sg.mlir
Log Message:
-----------
[MLIR][XeGPU] bug fix: removing temporary slice layout at the pass end (#172589)
Removing temporary slice layout (besides the regular layout) at the end
of wg distribution and blocking pass.
The PR also drop sg_data/inst_data from anchor layouts in every
wg-to-sg/blocking/unrolling pattern.
---------
Signed-off-by: Dmitry Chigarev <dmitry.chigarev at intel.com>
Co-authored-by: Dmitry Chigarev <dmitry.chigarev at intel.com>
Commit: 96ceb80d46ffcc99c99bf085c14d55b3bd0641c2
https://github.com/llvm/llvm-project/commit/96ceb80d46ffcc99c99bf085c14d55b3bd0641c2
Author: Dhruva <dhruvakodiadka at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/unittests/Target/AArch64/AArch64SelectionDAGTest.cpp
Log Message:
-----------
Improve SelectionDAG::ComputeNumSignBits test coverage for ISD::ABDS (#175321)
fixes #175160
Commit: 403b88d9640e612172442a1f60bb060149fed433
https://github.com/llvm/llvm-project/commit/403b88d9640e612172442a1f60bb060149fed433
Author: Rahul Joshi <rjoshi at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Support/Error.cpp
Log Message:
-----------
[NFC][LLVM][Support] Namespace cleanup in Error.cpp (#175838)
- Fix indentation of code within anonymous namespace.
- Make `getErrorErrorCat` static.
- Use namespace qualifier to define standalone functions in `llvm` namespace.
Commit: 196433eb270390820bb50c243a66fc78a1757b41
https://github.com/llvm/llvm-project/commit/196433eb270390820bb50c243a66fc78a1757b41
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
Log Message:
-----------
InstCombine: Improve SimplifyDemandedFPClass min/max handling (#175382)
Refine handling of minimum/maximum and minimumnum/maximumnum. The
previous folds to input were based on sign bit checks. This was too
conservative with 0s. This can now consider -0 as less than or equal
to +0 as appropriate, account for nsz. It additionally can handle
cases like one half is known positive normal and the other subnormal.
Commit: 0acc79dc6d7522a0b83f1b4f1e9131bf17f26ba5
https://github.com/llvm/llvm-project/commit/0acc79dc6d7522a0b83f1b4f1e9131bf17f26ba5
Author: Charitha Saumya <136391709+charithaintc at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUOps.td
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.td
Log Message:
-----------
[mlir][xegpu] Allow index type in ConvertLayoutOp (#175671)
Allow index type in ConvertLayoutOp
Commit: dddd2b706eb54cd70b3ac59adc6fb92343e9e101
https://github.com/llvm/llvm-project/commit/dddd2b706eb54cd70b3ac59adc6fb92343e9e101
Author: Nerixyz <nerixdev at outlook.de>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
Log Message:
-----------
[LLDB] Prevent division by zero in MSVC deque formatter (#175842)
To look up an item in a `std::deque` we do
https://github.com/llvm/llvm-project/blob/d69335bac9d218ed5dadeebed66b600347d5db8e/lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp#L71-L73
This will crash on if `m_block_size` or `m_map_size` is zero. We didn't
check that these aren't zero. With this PR, we do.
When running the MSVC STL smoke test, `m_map_size` was randomly zero
(the test breaks before the variables are initialized) and the test
failed, because LLDB crashed.
Commit: 730bf8c89531040f9ba7687c33c4d633b742e74a
https://github.com/llvm/llvm-project/commit/730bf8c89531040f9ba7687c33c4d633b742e74a
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/test/TableGen/target-builtins-prototype-parser.td
M clang/utils/TableGen/ClangBuiltinsEmitter.cpp
Log Message:
-----------
[Clang] Update target parser for address spaces for AMDGPU (#175998)
Summary:
This does three things:
1. Allows address_space<0>, this is not a no-op currently as it has real
type checking signficange. The SPIR-V backend also does not currently
use `0` as a generic address space.
2. Allows parsing address space pointers inside vectors, this required
parsing the correct closing bracket instead of the first found
3. Adds the two missing AMDGPU builtin types.
Split off from https://github.com/llvm/llvm-project/pull/175873
Commit: f61aab79ceaa5ce5922c5e58abe9229506b74edd
https://github.com/llvm/llvm-project/commit/f61aab79ceaa5ce5922c5e58abe9229506b74edd
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
Log Message:
-----------
[VPlan] Handle min/max recur kinds in ::printFlags.
Following up to d5c11b9a24c84f, also handle min/max recurrence kinds in
::printFlags, so the proper kind is imprinted instead of icmp.
NFC modulo debug printing changes
Commit: 6212c87ab9890b3c8cc829867c0cf5be37fbccf9
https://github.com/llvm/llvm-project/commit/6212c87ab9890b3c8cc829867c0cf5be37fbccf9
Author: Deric C. <cheung.deric at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSplat.hlsl
Log Message:
-----------
[HLSL][Matrix] Add Matrix splat support for booleans (#175809)
Fixes #175808
This PR adds support for boolean matrix splats by adding tests and
fixing a bug in `CodeGenFunction::EmitToMemory` when the type of a
boolean matrix already matches the type expected of a load/store.
This PR also addresses the todo comment in `clang/lib/Sema/SemaExpr.cpp`
regarding support for boolean matrix splats by removing the comment
altogether since it is not necessary.
---------
Co-authored-by: Farzon Lotfi <farzonlotfi at microsoft.com>
Commit: cea16eba63d7bf6f33076b982f7eed124d632ac1
https://github.com/llvm/llvm-project/commit/cea16eba63d7bf6f33076b982f7eed124d632ac1
Author: Sam Elliott <aelliott at qti.qualcomm.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoSFB.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfbfmin.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZibi.td
Log Message:
-----------
[RISCV][NFC] Push riscv_selectcc PatFrag Inwards (#175902)
`riscv_selectcc_frag` was a PatFrag with a transform to get a
`RISCVCC::CondCode` from the `riscv_selectcc` node. The pattern matched
the entire `riscv_selectcc` node, but the transform meant that the saved
value was just the condition code itself, which was not obvious (to me),
either from naming or from how the pattern was structured.
This change "pushes" the pattern fragment inwards to the condition code
it relates to using `riscv_cond:$cc` (a `cond` fragment with a
transform, only needed when defining the pattern directly with the
pseudo), or using the `CCtoRISCVCC` transform explicitly in the emit
side of the pattern.
IMO this makes the select handling quite a bit clearer, as the `$cc` in
the pattern and result more directly relates to the operand it matches
and represents. This has potentially swapped one source of confusion
noted above for the confusion of seeing `Cond:$cc` being used to bind
the specific condition code that has been provided at pattern
instantiation to `$cc`, so that it can be transformed before being
emitted.
Commit: ef0680ba54f73b6848aadca29227b720463ed4fa
https://github.com/llvm/llvm-project/commit/ef0680ba54f73b6848aadca29227b720463ed4fa
Author: Jay Foad <jay.foad at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/test/CodeGen/AMDGPU/code-size-estimate-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
M llvm/test/CodeGen/AMDGPU/emit-high-vgprs.mir
M llvm/test/CodeGen/AMDGPU/imm16.ll
M llvm/test/CodeGen/AMDGPU/immv216.ll
M llvm/test/CodeGen/AMDGPU/permlane16_var-op-sel.ll
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11-promotions.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features-fake16.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_alias-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3cx.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/lds_direct-gfx10.s
M llvm/test/MC/AMDGPU/literals.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/reg-syntax-extra.s
M llvm/test/MC/AMDGPU/reloc-operands-gfx10.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/wave32.s
M llvm/test/MC/AMDGPU/wave_any.s
M llvm/test/MC/AMDGPU/writelane_m0.s
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/literals.txt
Log Message:
-----------
[AMDGPU] Encode unused VALU src0/1/2 fields as inline 0 on GFX10+ (#175753)
This has no functional effect since these source fields are unused, but
it can avoid some conservative stalls due to these instructions looking
like they read from an SGPR, since 0 is the encoding for s0. Using 0x80
is more benign since it is the encoding for inline immediate 0.
Fixes: SWDEV-574953
Commit: c205aa225747fefe7ca39dcece8933863e43c329
https://github.com/llvm/llvm-project/commit/c205aa225747fefe7ca39dcece8933863e43c329
Author: Tarun Prabhu <tarun at lanl.gov>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang/docs/CMakeLists.txt
Log Message:
-----------
[flang][docs] Fix cmake warning when building documentation
CMake issues the following warning when configuring with
documentation enabled.
Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.
Assuming
POST_BUILD to preserve backward compatibility.
The offending add_custom_command call in flang/docs/CMakeLists.txt has
been fixed to ensure that this warning is not issued. The comment
describing the purpose of the command now provides more details.
Commit: d188a7b06819640491c75e728dab512bfbedff34
https://github.com/llvm/llvm-project/commit/d188a7b06819640491c75e728dab512bfbedff34
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M libcxx/docs/Status/Cxx17Papers.csv
R libcxx/docs/Status/PSTL.rst
R libcxx/docs/Status/PSTLPaper.csv
M libcxx/docs/index.rst
Log Message:
-----------
[libc++] Remove CSV tracking for PSTL (#175797)
This is now tracked in Github directly: #99938
Commit: c01c226e4a75dcf68986743b1d7554c3f7ac456d
https://github.com/llvm/llvm-project/commit/c01c226e4a75dcf68986743b1d7554c3f7ac456d
Author: Amr Hesham <amr96 at programmer.net>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/test/CIR/CodeGen/vla.c
Log Message:
-----------
[CIR] SubscriptExpr for VariableLengthArray (#175370)
Support the SubscriptExpr where the expr type is VariableLengthArray
Commit: fb67ef1a8b1bb5e300ccc1f34b9827a41d529652
https://github.com/llvm/llvm-project/commit/fb67ef1a8b1bb5e300ccc1f34b9827a41d529652
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
Log Message:
-----------
InstCombine: Handle multiple uses for min/max in SimplifyDemandedFPClass (#175974)
Commit: 4e00719777cb89b35c33806fdebc3eca0d84c3a3
https://github.com/llvm/llvm-project/commit/4e00719777cb89b35c33806fdebc3eca0d84c3a3
Author: Frederik Harwath <frederik.harwath at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
[AMDGPU] Remove unnecessary AddPromotedToType use from SIIselLowering (NFC) (#175994)
Commit: ec983ad611fa15890fdcf5c3066e938b5b154459
https://github.com/llvm/llvm-project/commit/ec983ad611fa15890fdcf5c3066e938b5b154459
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
A libcxx/docs/ReleaseNotes/23.rst
M libcxx/docs/ReleaseProcedure.rst
M libcxx/docs/conf.py
M libcxxabi/include/cxxabi.h
M libunwind/include/__libunwind_config.h
Log Message:
-----------
[runtimes] Post-branch tasks for the LLVM 23 release (#176007)
This performs most of the post-branch tasks to start working on the LLVM
23 release. Things that are left to do:
- Update the unicode version
- Update CI versions and supported compiler versions
Commit: 1f5c445c4b87ca2950584353d95d6211f51e9e48
https://github.com/llvm/llvm-project/commit/1f5c445c4b87ca2950584353d95d6211f51e9e48
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M libcxx/include/fstream
Log Message:
-----------
[libc++][NFC] Refactor __request_unbuffered_mode (#168950)
It's a bit awkward to pass the char* and the size to the function, which
then only decides whether it should be a no-op with it. Instead, only
call the function when the pointer is null and n is 0, which matches
more closely what the standard says with respect to calling pubsetbuf(0, 0).
Commit: 65ab8fe54bf3561c63f91bd92c251bebb525b23d
https://github.com/llvm/llvm-project/commit/65ab8fe54bf3561c63f91bd92c251bebb525b23d
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
M llvm/test/CodeGen/AMDGPU/fmamk_fmaak-t16.mir
Log Message:
-----------
[AMDGPU] Make VGPR_16_Lo128 allocatable (#173309)
Allows allocation of V_FMAMK_F16/V_FMAAK_F16 registers in
real true16 mode.
Commit: 70dc0961d01392747bf5d98691103a844ce5571a
https://github.com/llvm/llvm-project/commit/70dc0961d01392747bf5d98691103a844ce5571a
Author: Amr Hesham <amr96 at programmer.net>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Complex/IR/ComplexOps.cpp
M mlir/test/Dialect/Complex/canonicalize.mlir
Log Message:
-----------
[MLIR][Complex] DivOp check for NaN in the folder (#169724)
Fold DivOp in complex to Complex of NaNs if LHS or RHS is a NaN value,
and prevent folding without knowing that LHS isn't NaN
Commit: ad947503831aa8072fc7fe914cc3992039a67ec4
https://github.com/llvm/llvm-project/commit/ad947503831aa8072fc7fe914cc3992039a67ec4
Author: Thurston Dang <thurston at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/test/Instrumentation/MemorySanitizer/AArch64/aarch64-matmul.ll
Log Message:
-----------
[msan] Handle NEON matrix multiplication (integral) (#174510)
Instead of strictly handling smmla/ummla/usmmla, this patch propagates
the shadow, with each output element considered initialized if all its
constituent inputs are fully initialized.
Commit: 72b7daf82b1af90f087515ac7e79e557f603f958
https://github.com/llvm/llvm-project/commit/72b7daf82b1af90f087515ac7e79e557f603f958
Author: Ian Wood <ianwood2024 at u.northwestern.edu>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorization/unsupported.mlir
Log Message:
-----------
[mlir][linalg] Fix vectorization precondition for tensor.pad (#175869)
This changes `padOp.getLow()` to `padOp.getMixedLowPad()` in
`vectorizePadOpPrecondition()`. The `getMixedLowPad()` function
correctly returns both static and dynamic padding values, ensuring that
the indexing is correct when checking for non-zero low padding on
non-unit result dimensions. Using the added test as an example,
`getLow()` would only return `%low`, which means `en.index()` would be 0
instead of the correct dimension index 1.
---------
Signed-off-by: Ian Wood <ianwood at u.northwestern.edu>
Commit: 7d5d4db834f2d982944c64cccbd84edd61d3cdb9
https://github.com/llvm/llvm-project/commit/7d5d4db834f2d982944c64cccbd84edd61d3cdb9
Author: valadaptive <79560998+valadaptive at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/avx512fp16-fminimum-fmaximum.ll
M llvm/test/CodeGen/X86/extractelement-fp.ll
M llvm/test/CodeGen/X86/fminimum-fmaximum.ll
M llvm/test/CodeGen/X86/fminimumnum-fmaximumnum.ll
M llvm/test/CodeGen/X86/vector-reduce-fmaximum.ll
Log Message:
-----------
[X86] Lower `minimum`/`maximum`/`minimumnum`/`maximumnum` using bitwise operations (#170069)
I got somewhat nerd-sniped when looking at a Rust issue and seeing [this
comment about how various min/max operations are compiled on various
architectures](https://github.com/rust-lang/rust/issues/91079#issuecomment-3592393680).
The current `minimum`/`maximum`/`minimumnum`/`maximumnum` code is very
branchy because of the signed-zero handling. Even though we emit select
operations, LLVM *really* prefers to lower them to branches, to the
point of scalarizing vector code to do so, even if `blendv` is
supported. (Should I open a separate issue for that? It seems concerning
that LLVM would rather scalarize a vector operation than emit a couple
`blendv` operations in a row.)
It turns out that handling signed zero operands properly can be done
using a couple bitwise operations, which is branchless and easily
vectorizable, by taking advantage of the following properties:
- When you take the maximum of two floats, the output sign bit will be
the bitwise AND of the input sign bits (since 0 means positive, and the
maximum always prefers the positive number).
- When you take the minimum of two floats, the output sign bit will be
the bitwise OR of the input sign bits (since 1 means negative, and the
minimum always prefers the negative number).
We can further optimize this by taking advantage of the fact that x86's
min/max instructions operate like a floating-point compare+select,
returning the second operand if both are (positive or negative) zero.
Altogether, the operations go as follows:
- For taking the minimum:
- Call `minps`/`minpd`/etc. on the input operands. This will return the
minimum, unless both are zero, in which case it will return the second
operand.
- Take the bitwise AND of the first operand and the highest bit, so that
everything is zero except the sign bit.
- Finally, OR that with the minimum from earlier. The only incorrect
case was when the second operand was +0.0 and the first operand was
-0.0. By OR-ing the first operand's sign bit with the existing minimum,
we correct this.
- Analogously, for taking the maximum:
- Call `maxps`/`maxpd`/etc. on the input operands. This will return the
maximum, unless both are zero, in which case it will return the second
operand.
- Take the bitwise OR of the first operand and a bit pattern which is
all ones except for the highest bit, so that everything is ones except
the sign bit.
- Finally, AND that with the maximum from earlier.
In the case of NaNs, this approach might change the output NaN's sign
bit. We don't have to worry about this for a couple reasons: firstly,
LLVM's language reference [allows NaNs to have a nondeterministic sign
bit](https://llvm.org/docs/LangRef.html#floatnan); secondly, there's
already a step after this that selects one of the input NaNs anyway.
[Here's an Alive2 proof.](https://alive2.llvm.org/ce/z/EfQZ-G) It
obviously can't verify that the implementation is sound, but shows that
at least the theory is.
I believe this approach is faster than even properly-vectorized `blendv`
operations because it eliminates a data dependency chain. Furthermore on
AVX-512, the load, AND, and OR can become a single `vpternlogd`. My
highly-unrepresentative microbenchmarks (compiled for x86-64-v2, so
SSE4.1) say ~7.5%-10% faster than `blendv`, which makes me confident
this is at least not a regression.
Commit: bf4645b0b47a849a1d1fd9bc91c59f3db0fa422e
https://github.com/llvm/llvm-project/commit/bf4645b0b47a849a1d1fd9bc91c59f3db0fa422e
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M flang/lib/Optimizer/OpenACC/Transforms/CMakeLists.txt
Log Message:
-----------
[flang][acc] Fix build with ACCUseDeviceCanonicalizer dependency (#176011)
There is a missing library dependency which causes a link error due to
missing: fir::getKindMapping
Commit: 46de3200388c300ee871f5b4941dff0d97ba9480
https://github.com/llvm/llvm-project/commit/46de3200388c300ee871f5b4941dff0d97ba9480
Author: Nick Hutchinson <nshutchinson at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M compiler-rt/lib/rtsan/CMakeLists.txt
M compiler-rt/lib/rtsan/rtsan_context.cpp
M compiler-rt/lib/rtsan/rtsan_suppressions.cpp
Log Message:
-----------
[compiler-rt][rtsan] Fix build failures when building against in-tree libc++ (#175638)
When building compiler-rt against an in-tree libc++, intermittent build
failures could occur: some rtsan sources referenced c++ stdlib includes
(i.e. `#include <new>`), but there was no CMake dependency enforcing
that the libc++ headers were copied into place before the rtsan sources
were built.
https://github.com/llvm/llvm-project/issues/127764#issue-2862550745
proposed adding the dependency on the `cxx-headers` target to resolve
the issue. But my understanding is that compiler-rt sanitizer runtimes
aren't expected to bring in C++ stdlib includes in the first place --
`SANITIZER_COMMON_CFLAGS`, used by the other sanitizer runtimes,
contains `-nostdinc++`.
Rtsan only included `<new>` to get support for placement new.
`sanitizer_common/sanitizer_placement_new.h` can provide this without
the need for C++ stdlib headers.
Move from `COMPILER_RT_COMMON_CFLAGS`/`COMPILER_RT_CXX_CFLAGS` to
`SANITIZER_COMMON_CFLAGS`, and from `COMPILER_RT_COMMON_LINK_FLAGS` to
`SANITIZER_COMMON_LINK_FLAGS` to be consistent with the other
sanitizers.
Fixes #127764.
Commit: 90961df83b998aab75de4e0410b712a598b0c5e7
https://github.com/llvm/llvm-project/commit/90961df83b998aab75de4e0410b712a598b0c5e7
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
Log Message:
-----------
[VPlan] Strip phi operand from compute-reduction-result comments (NFC).
After d5c11b9a24c84f1, compute-reduction-result does not have the
reduction phi recipe as operand. Update stale comments pointed out
independently in https://github.com/llvm/llvm-project/pull/175461.
Commit: d5442b8c963d3921007f38ad32d9e6e429665c49
https://github.com/llvm/llvm-project/commit/d5442b8c963d3921007f38ad32d9e6e429665c49
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
R clang/include/clang/Basic/BuiltinsAMDGPU.def
A clang/include/clang/Basic/BuiltinsAMDGPU.td
M clang/include/clang/Basic/CMakeLists.txt
M clang/include/clang/Basic/TargetBuiltins.h
M clang/include/module.modulemap
M clang/lib/Basic/Targets/AMDGPU.cpp
Log Message:
-----------
[AMDGPU] Programmatically port old `.def` clang builtins to `.td` (#175873)
Summary:
This PR ports the old `.def` builtins to the new Tablegen interface.
This required a few changes in the handler, namely there is a real
meaning to `AS(0)` right now, not just in SPIR-V but when the type
parser expects it. The conversion here should be 1-to-1.
Some more work could be done to reduce the amount of repetition by
grouping all the instructions together, I'll leave that up to whether or
not anyone cares.
This was done with a hastily made Python script that likely will not
work
for the other files, but will successfully update this PR. Putting here
in
case someone wants to use it.
https://gist.github.com/jhuber6/d524c65c0da3adae5afd2ad160589537
Commit: 79c62efef6f421679038b2b545582180dd2b775a
https://github.com/llvm/llvm-project/commit/79c62efef6f421679038b2b545582180dd2b775a
Author: Snehasish Kumar <1888435+snehasish at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/IR/Metadata.cpp
M llvm/unittests/IR/MetadataTest.cpp
M llvm/utils/profcheck-xfail.txt
Log Message:
-----------
[Metadata][profcheck] Handle identical MDNodes in getMergedProfMetadata (#175701)
This fixes a bug where !prof metadata was dropped from SelectInsts when GVN simplified/merged them. Guarded by -profcheck-disable-metadata-fixes. Exposed by the tests in Transforms/SampleProfile.
Commit: d275182924af11d19b2ede3ec16ea2be6671ee0d
https://github.com/llvm/llvm-project/commit/d275182924af11d19b2ede3ec16ea2be6671ee0d
Author: Jameson Nash <vtjnash at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
M llvm/test/Transforms/MemCpyOpt/stack-move.ll
Log Message:
-----------
[MemCpyOpt] allow memcpy-to-memcpy optimization with smaller dest than src (#176010)
Resize the alloca if needed to a common size, as long as the dest was
still fully initialized by the copy.
Extracted from PR optimization improvement series at
https://github.com/llvm/llvm-project/pull/150792 (included all tests
additions from there as well)
Commit: 94ffc754d2e292e81e6f7baaef394d86974aea7c
https://github.com/llvm/llvm-project/commit/94ffc754d2e292e81e6f7baaef394d86974aea7c
Author: Jameson Nash <vtjnash at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
Log Message:
-----------
[MemCpyOpt] keep src/dest alloca ordering (#176012)
Rather than test dominator of every use, just check which of src or dest
is first, and use that insert location. This minimizes unnecessary
dominator queries while also helping to preserve the order of allocas
(for better code readability / diff).
Extracted from PR optimization improvement series at
https://github.com/llvm/llvm-project/pull/150792
Commit: 68a04c1adae8dc2a031a1d483d2b73dbbe92f060
https://github.com/llvm/llvm-project/commit/68a04c1adae8dc2a031a1d483d2b73dbbe92f060
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/X86/vector-extract-last-active.ll
Log Message:
-----------
[SelDag] Use use BoolVT size when expanding find-last-active, if larger. (#175971)
On some targets, BoolVT may have been widened earlier. In those cases,
choosing StepVT to be smaller can cause crashes when widening the
mis-matched select. Without the fix, the new test
@extract_last_active_v4i32_penryn crashes when trying to widen.
It also improves codegen for other cases.
PR: https://github.com/llvm/llvm-project/pull/175971
Commit: 2bce962db211e20425c6d89afb56295c7022ee94
https://github.com/llvm/llvm-project/commit/2bce962db211e20425c6d89afb56295c7022ee94
Author: Djordje Todorovic <djordje.todorovic at htecgroup.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Basic/ObjCRuntime.h
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChain.cpp
M clang/lib/Driver/ToolChains/BareMetal.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/FreeBSD.cpp
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
A clang/test/CodeGen/riscv-be-data-layout.c
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/crtbegin.o
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/lib32/ilp32/crtbegin.o
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/lib32/ilp32d/crtbegin.o
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/lib64/lp64/crtbegin.o
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/lib64/lp64d/crtbegin.o
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/riscv64be-unknown-linux-gnu/bin/ld
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib/.keep
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib32/ilp32/.keep
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib32/ilp32d/.keep
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib64/lp64/.keep
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib64/lp64d/.keep
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/usr/lib32/ilp32/.keep
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/usr/lib32/ilp32d/.keep
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/usr/lib64/lp64/.keep
A clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/usr/lib64/lp64d/.keep
A clang/test/Driver/riscv-be.c
Log Message:
-----------
[clang][RISCV] Add big-endian RISC-V target support (#165599)
We proceeded with frontend/clang changes, until we figure out how ABI
for BE should look like. Once it is final, we will proceed with codegen
changes.
In this patch several things addressed:
- Define riscv32be/riscv64be target triples
- Set correct data layout for BE targets
- Handle BE-specific ABI details
- Emit warning for BE case since it is still experimental
Commit: f92bc1f34ee5a18e092b070204edf76a259d64ba
https://github.com/llvm/llvm-project/commit/f92bc1f34ee5a18e092b070204edf76a259d64ba
Author: Lily Gorsheneva <bgorshenev at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
Fix unused variable error from 7d5d4db (#176025)
Commit: 2b838431fd23647c34bfe09becbd0a0d02cdbe8a
https://github.com/llvm/llvm-project/commit/2b838431fd23647c34bfe09becbd0a0d02cdbe8a
Author: gulfemsavrun <gulfem at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaOverload.cpp
M clang/test/SemaCXX/enable_if.cpp
Log Message:
-----------
Revert "[Clang] Check enable_if attribute in the DC of current function" (#176024)
Reverts llvm/llvm-project#175899 as it caused an assertion error.
https://ci.chromium.org/ui/p/fuchsia/builders/global.ci/clang_toolchain.ci.core.x64-debug-tot-build_only/b8692683882729058145/overview
Commit: 8a8d65a0c59ab4d32eaded05fda0ce2ffdd25c39
https://github.com/llvm/llvm-project/commit/8a8d65a0c59ab4d32eaded05fda0ce2ffdd25c39
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
Log Message:
-----------
[VPlan] Consistently use MinOrMax* in VPlanConstruction transforms (NFC)
Make sure variables/functions consistently use MinOrMax*, as suggested
in https://github.com/llvm/llvm-project/pull/170223. Split off from the
PR.
Commit: 4d9624cab18b760e1e8f1d1b3835ba16ea2a4687
https://github.com/llvm/llvm-project/commit/4d9624cab18b760e1e8f1d1b3835ba16ea2a4687
Author: Thurston Dang <thurston at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[msan][NFCI] Refactor visitAnd body into helper function (#176031)
This allows reuse of the core visitAnd logic e.g., in
handleVectorPmaddIntrinsic().
Commit: 523215fc4a44959e88fc50b296123658a3dc4f01
https://github.com/llvm/llvm-project/commit/523215fc4a44959e88fc50b296123658a3dc4f01
Author: Anshul Nigham <nigham at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
Log Message:
-----------
[X86][NewPM] Port x86-slh to new pass manager (#176014)
Commit: aac296b87e8c55b2e4cee46219b4f029a06504a6
https://github.com/llvm/llvm-project/commit/aac296b87e8c55b2e4cee46219b4f029a06504a6
Author: Joseph Huber <huberjn at outlook.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Basic/BuiltinsAMDGPU.td
Log Message:
-----------
[AMDGPU][NFC] Change AMDGPU builtins to use ExtVector (#176033)
Summary:
These currently use the GNU vectors, not the OpenCL vectors, which is
strange.
Commit: 2bf35f32330d6a0cada403559cd84e659224515a
https://github.com/llvm/llvm-project/commit/2bf35f32330d6a0cada403559cd84e659224515a
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/TargetLoweringObjectFile.cpp
A llvm/test/CodeGen/AArch64/ptrauth-global-no-pic.ll
M llvm/test/CodeGen/AArch64/ptrauth-irelative.ll
Log Message:
-----------
[PAC][ELF] Place AUTH constants in .data.rel.ro for position dependent code (#150418)
For AArch64 target machine, effective relocation model on Windows and
Darwin is always PIC, while for ELF targets Static is used when
DynamicNoPIC is requested (see `getEffectiveRelocModel` in
AArch64TargetMachine.cpp).
This resulted in using .rodata section for AUTH constants, which is
wrong since these are filled with AUTH dynamic relocs and require the
section to be writeable during dynamic relocation resolving.
This patch adds a check ensuring if the constant itself or one of the
nested constants are AUTH ones. If so, use .data.rel.ro section.
Commit: cc1e10d50bf2c52d80db3d9fa70549ff93806c6e
https://github.com/llvm/llvm-project/commit/cc1e10d50bf2c52d80db3d9fa70549ff93806c6e
Author: sstipano <sstipano7 at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/test/CodeGen/AMDGPU/branch-relaxation-gfx1250.ll
Log Message:
-----------
[AMDGPU] Disable s_add_pc_i64 instruction (#175644)
s_add_pc_i64 instruction is broken on gfx1250. Disable it by default.
Commit: dc133c9c21de2e45e3377472868e8e8df0d1fbbe
https://github.com/llvm/llvm-project/commit/dc133c9c21de2e45e3377472868e8e8df0d1fbbe
Author: Djordje Todorovic <djordje.todorovic at htecgroup.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Basic/ObjCRuntime.h
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChain.cpp
M clang/lib/Driver/ToolChains/BareMetal.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/FreeBSD.cpp
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
R clang/test/CodeGen/riscv-be-data-layout.c
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/crtbegin.o
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/lib32/ilp32/crtbegin.o
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/lib32/ilp32d/crtbegin.o
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/lib64/lp64/crtbegin.o
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/lib/gcc/riscv64be-unknown-linux-gnu/7.2.0/lib64/lp64d/crtbegin.o
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/riscv64be-unknown-linux-gnu/bin/ld
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib/.keep
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib32/ilp32/.keep
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib32/ilp32d/.keep
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib64/lp64/.keep
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/lib64/lp64d/.keep
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/usr/lib32/ilp32/.keep
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/usr/lib32/ilp32d/.keep
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/usr/lib64/lp64/.keep
R clang/test/Driver/Inputs/multilib_riscv_linux_sdk_be/sysroot/usr/lib64/lp64d/.keep
R clang/test/Driver/riscv-be.c
Log Message:
-----------
Revert "[clang][RISCV] Add big-endian RISC-V target support" (#176039)
Reverts llvm/llvm-project#165599
Commit: 2fe9d901dc6f6df627595cb3cc60f1f609a1c033
https://github.com/llvm/llvm-project/commit/2fe9d901dc6f6df627595cb3cc60f1f609a1c033
Author: Thibault Monnier <thibaultmonni at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/sse41-builtins.c
Log Message:
-----------
[CIR] Upstream CIR codegen for blend x86 builtins (#174236)
Part of https://github.com/llvm/llvm-project/issues/167752.
Commit: 8c5352cf3e14ec0c56f592091899d229de8436a7
https://github.com/llvm/llvm-project/commit/8c5352cf3e14ec0c56f592091899d229de8436a7
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
A llvm/test/Transforms/LoopVectorize/AArch64/hoist-predicated-loads-scalable.ll
M llvm/test/Transforms/LoopVectorize/X86/replicating-load-store-costs.ll
M llvm/test/Transforms/LoopVectorize/cast-induction.ll
A llvm/test/Transforms/LoopVectorize/select-folds.ll
Log Message:
-----------
[LV] Add additional cost and folding test coverage. (NFC)
Commit: a331728c7a68a08c621070b9cab5cf1f72b425e2
https://github.com/llvm/llvm-project/commit/a331728c7a68a08c621070b9cab5cf1f72b425e2
Author: Tom Stellard <tstellar at redhat.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
R .github/workflows/release-lit.yml
M .github/workflows/release-tasks.yml
Log Message:
-----------
worklows/release-tasks: Remove the release-lit workflow (#174644)
This hasn't been working for a while, and I think we should wait until
lit is part of the llvm organization on pypi before we start trying to
automate its release again.
Commit: d0c87356d14ae7d22603152591292ba6229a303f
https://github.com/llvm/llvm-project/commit/d0c87356d14ae7d22603152591292ba6229a303f
Author: Florian Hahn <flo at fhahn.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
Log Message:
-----------
[VPlan] Handle constant step for VPScalarIVSteps in getSCEVExpr (NFC).
Update getSCEVExprForVPValue to handle VPScalarIVSteps with any constant
step. getSCEVExprForVPValue computes the SCEV for lane 0, so we can
simply return the IV operand, truncated/extended as needed.
This should be NFC and is tested via the VPlan-based cost-model, which
should compute costs matching the legacy cost model.
Commit: d4469292bfc08413464c26be56a8f33e33ca8d54
https://github.com/llvm/llvm-project/commit/d4469292bfc08413464c26be56a8f33e33ca8d54
Author: Fady Farag <com.webkit.iidmsa at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M libcxx/include/__bit/byteswap.h
M libcxx/src/locale.cpp
M libcxx/test/support/concat_macros.h
Log Message:
-----------
[libc++] Add parentheses around shift operations in bitwise expressions (#175407)
This improves consistency within files that already use this style.
Commit: 3a9e3865b55d6f78dce303446456262d878a5b63
https://github.com/llvm/llvm-project/commit/3a9e3865b55d6f78dce303446456262d878a5b63
Author: Abhinav Gaba <abhinav.gaba at intel.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
M offload/include/omptarget.h
M offload/libomptarget/omptarget.cpp
Log Message:
-----------
[OpenMP][Offload] Add FB_NULLIFY map-type for `use_device_ptr(fb_nullify)`. (1/4) (#169603)
Depends on #174659.
This PR adds a new map-type bit to control the fallback behavior when
when a pointer lookup fails.
For now, this is only meaningful with `RETURN_PARAM`, and can be used
for `need_device_ptr` (for which the default is to use `nullptr` as the
result
when lookup fails), and OpenMP 6.1's `use_device_ptr(fb_nullify)`.
Eventually, this can be extended to work with assumed-size maps on
`target`
constructs, to control what the argument should be set to when lookup
fails (the OpenMP spec does not have a way to control that yet).
Dependent PR: #170578.
Commit: 8ac6c4adbdf014b6d384d9a9120dc2318aab10a4
https://github.com/llvm/llvm-project/commit/8ac6c4adbdf014b6d384d9a9120dc2318aab10a4
Author: Alison Zhang <alisonxzhang at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/test/Frontend/rewrite-includes-bom.c
Log Message:
-----------
[Clang] Fix rewrite-includes-bom.c to use POSIX-compliant regex (#176043)
As `\s` is a GNU extension, it is not supported by the system grep on
AIX and thus fails in the
[buildbot](https://lab.llvm.org/buildbot/#/builders/64/builds/6835):
```
******************** TEST 'Clang :: Frontend/rewrite-includes-bom.c' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
cat /home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/llvm-project/clang/test/Frontend/Inputs/rewrite-includes-bom.h | od -t x1 | grep -q 'ef\s*bb\s*bf'
# executed command: cat /home/llvm/llvm-external-buildbots/workers/aix-ppc64/clang-ppc64-aix/llvm-project/clang/test/Frontend/Inputs/rewrite-includes-bom.h
# executed command: od -t x1
# executed command: grep -q 'ef\s*bb\s*bf'
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
--
********************
```
This change replaces `\s` with the POSIX-compliant `[[:space::]]` so the
test is supported on AIX.
Co-authored-by: Alison Zhang <alisonzhang at ibm.com>
Commit: 44b691a1e9e1201034120d71de8bc5b9b3c044e6
https://github.com/llvm/llvm-project/commit/44b691a1e9e1201034120d71de8bc5b9b3c044e6
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Log Message:
-----------
[bazel] Update for #175873 (BuiltinsAMDGPU)
Commit: 782bf6aff6ba6e9617bd3c4e27b3b9220ed5c850
https://github.com/llvm/llvm-project/commit/782bf6aff6ba6e9617bd3c4e27b3b9220ed5c850
Author: Folkert de Vries <folkert at folkertdev.nl>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
M llvm/test/CodeGen/X86/hipe-cc64.ll
A llvm/test/CodeGen/X86/musttail-struct.ll
M llvm/test/CodeGen/X86/musttail-tailcc.ll
M llvm/test/CodeGen/X86/sibcall.ll
M llvm/test/CodeGen/X86/swifttailcc-store-ret-address-aliasing-stack-slot.ll
M llvm/test/CodeGen/X86/tailcallbyval64.ll
M llvm/test/CodeGen/X86/tailccbyval64.ll
Log Message:
-----------
x86: fix musttail sibcall miscompilation (#168956)
fixes https://github.com/llvm/llvm-project/issues/56891
fixes https://github.com/llvm/llvm-project/issues/72390
fixes https://github.com/llvm/llvm-project/issues/147813
Currently the x86 backend miscompiles straightforward tail calls when
the stack is used for argument passing. This program segfaults on any
optimization level:
https://godbolt.org/z/5xr99jr4v
```c
typedef struct {
uint64_t x;
uint64_t y;
uint64_t z;
} S;
__attribute__((noinline))
uint64_t callee(S s) {
return s.x + s.y + s.z;
}
__attribute__((noinline))
uint64_t caller(S s) {
[[clang::musttail]]
return callee(s);
}
```
The immediate issue is that `caller` decides to shuffle values around on
the stack, and in the process writes to `*rsp`, which contains the
return address. With the return address trashed, the `ret` in `callee`
jumps to an invalid address.
```asm
caller:
mov rax, qword ptr [rsp + 24]
mov qword ptr [rsp + 16], rax
movaps xmm0, xmmword ptr [rsp + 8]
movups xmmword ptr [rsp], xmm0 ; <-- that is just all kinds of wrong
movaps xmmword ptr [rsp + 8], xmm0
mov qword ptr [rsp + 24], rax
jmp callee
```
However, I think the actual problem is that the x86 backend never
considers `musttail` calls to be sibcalls. For sibcalls, no stack
reshuffling is required at all, circumventing the problem here.
This PR essentially copies https://reviews.llvm.org/D131034 (cc
@huangjd), but this time I hope we can actually land this, and solve
this problem.
The aarch64 backend also miscompiled this example, but they appear to
have fixed it in LLVM 20.
Tail calls just not working for any sort of non-trivial argument types
is a blocker for tail call support in rust, see
https://github.com/rust-lang/rust/issues/144855#issuecomment-3536643185.
Commit: f1821a50c8d97e966def825b7642c28db2fa8113
https://github.com/llvm/llvm-project/commit/f1821a50c8d97e966def825b7642c28db2fa8113
Author: Mingming Liu <mingmingl at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M clang/include/clang/Options/Options.td
M llvm/docs/MemProf.rst
Log Message:
-----------
[docs][MemProf]Update compiler options for static data partitioning (#175872)
https://github.com/llvm/llvm-project/pull/124991 introduces a Clang
option for static data partitioning. Update the LLVM option with the
Clang option and some notes on how data hotness is inferred from
profiles.
Commit: 21b36423c5ad4fe6e4be5f40173fd2b4e45827f3
https://github.com/llvm/llvm-project/commit/21b36423c5ad4fe6e4be5f40173fd2b4e45827f3
Author: Leonard Grey <leonard at leonardgrey.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
R lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.cpp
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/BUILD.gn
Log Message:
-----------
[LLDB][NativePDB] Introduce PdbAstBuilderClang (#175840)
This changes `PdbAstBuilder` to a language-neutral abstract interface
and moves all of its functionality to the `PdbAstBuilderClang` derived
class.
All Clang-specific methods with external callers are now public methods
on `PdbAstBuilderClang`. `TypeSystemClang` and `UdtRecordCompleter` use
`PdbAstBuilderClang` directly.
Did my best to clean up includes and unused methods.
RFC for context:
https://discourse.llvm.org/t/rfc-lldb-make-pdbastbuilder-language-agnostic/89117
Commit: a0b71b048b68a3d23a4a62b27058df4eba69e4ee
https://github.com/llvm/llvm-project/commit/a0b71b048b68a3d23a4a62b27058df4eba69e4ee
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlVariant.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/TestDataFormatterStdVariant.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/main.cpp
Log Message:
-----------
Revert "[LLDB] Fix MS STL `variant` with non-trivial types" (#176059)
Reverts llvm/llvm-project#171489 because it causes
`TestDataFormatterStdVariant.py` to fail on Darwin.
Affected bots:
- https://ci.swift.org/view/all/job/llvm.org/view/LLDB/job/as-lldb-cmake/
- https://ci.swift.org/view/all/job/llvm.org/view/LLDB/job/lldb-cmake/
Commit: fb0881f62891e4042725731ec2e4cbc7e8f37e7c
https://github.com/llvm/llvm-project/commit/fb0881f62891e4042725731ec2e4cbc7e8f37e7c
Author: Bangtian Liu <liubangtian at gmail.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
M mlir/lib/Dialect/Tensor/Transforms/SwapExtractSliceWithProducerPatterns.cpp
M mlir/test/Interfaces/TilingInterface/tile-and-fuse-using-interface.mlir
M mlir/test/Interfaces/TilingInterface/tile-and-fuse-with-reduction-tiling.mlir
Log Message:
-----------
[mlir][Tensor] Add rank-reducing slice in generatedSlices (#174248)
When `replaceExtractSliceWithTiledProducer `creates a rank-reducing
slice to handle type mismatches, it should be tracked in
`generatedSlices `so downstream cleanup patterns (like IREE's
FoldExtractSliceOfBroadcast) can process it.
This PR also fixes an infinite loop in getUntiledProducerFromSliceSource
where adding the slice to generatedSlices caused the fusion worklist to
repeatedly try to re-fuse producers already inside the innermost loop;
the fix skips producers that are already inside the innermost loop via
an isProperAncestor check.
Added a lit test (@fuse_through_rank_reducing_slice) demonstrating
correct fusion through rank-reducing slices. Note that demonstrating the
generatedSlices tracking benefit requires a cleanup pattern
(SwapExtractSliceWithFillPatterns) to consume the slice; IREE's full CI
suite (iree-org/iree#23012) validates this works correctly in practice
with patterns like FoldExtractSliceOfBroadcast.
---------
Signed-off-by: Bangtian Liu <liubangtian at gmail.com>
Commit: eaa7516e15ce50d0e49eecfc4bceb9e6cd91ff8f
https://github.com/llvm/llvm-project/commit/eaa7516e15ce50d0e49eecfc4bceb9e6cd91ff8f
Author: calm <148254234+calm329 at users.noreply.github.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86IntrinsicsInfo.h
A llvm/test/CodeGen/X86/clmul-x86.ll
M llvm/test/CodeGen/X86/clmul.ll
Log Message:
-----------
[X86] Lower scalar llvm.clmul intrinsics to PCLMULQDQ (#175189) (#175216)
Add support for lowering scalar llvm.clmul intrinsics (i8/i16/i32/i64)
to the PCLMULQDQ hardware instruction on X86 targets with the PCLMUL
feature, instead of using the default software expansion.
The lowering:
- Extends smaller types to the target's native width (i64 on x86-64, i32
on i686)
- Uses SCALAR_TO_VECTOR to create vectors (v2i64 on x86-64, v4i32 with
bitcast to v2i64 on i686)
- Performs X86ISD::PCLMULQDQ with immediate 0x00
- Extracts the result and truncates back to the original type
i8/i16/i32 CLMUL is enabled on both 32-bit and 64-bit targets. i64
CLMUL/CLMULH is only enabled on 64-bit targets.
Also adds ISD::CLMULH i64 support by extracting the upper element from
the v2i64 result.
Fixes #175189
Commit: 882560eb5193c19ddd2d0ab7c2d034bcfbebba42
https://github.com/llvm/llvm-project/commit/882560eb5193c19ddd2d0ab7c2d034bcfbebba42
Author: Wenju He <wenju.he at intel.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Add missing mipmap read_write image builtins to OpenCLBuiltins.td (#175748)
This issue was discovered while writing tests for #175120.
Commit: 43f1edf0cfcbcce7c928e0e27221a5de1fb797ba
https://github.com/llvm/llvm-project/commit/43f1edf0cfcbcce7c928e0e27221a5de1fb797ba
Author: Lily Gorsheneva <bgorshenev at google.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M utils/bazel/MODULE.bazel.lock
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Log Message:
-----------
Fix bazel build for d5442b8 (#176034)
Bazel equivalent of cmakelists changes.
Commit: a8098629bce2decd4b52aebaf179cbc480603dd2
https://github.com/llvm/llvm-project/commit/a8098629bce2decd4b52aebaf179cbc480603dd2
Author: Nathan Corbyn <n_corbyn at apple.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/IR/Instruction.cpp
M llvm/lib/IR/Operator.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/freeze-integer-intrinsics.ll
Log Message:
-----------
[IR] Teach `drop/hasPoisonGeneratingAnnotations()` about `abs`, `ctlz` and `cttz` (#175941)
Commit: 01f70575a97838a64f3acfe39e31cff023a1fdfb
https://github.com/llvm/llvm-project/commit/01f70575a97838a64f3acfe39e31cff023a1fdfb
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M utils/bazel/MODULE.bazel.lock
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Log Message:
-----------
Revert "Fix bazel build for d5442b8 (#176034)"
This reverts commit 43f1edf0cfcbcce7c928e0e27221a5de1fb797ba.
Fixed already by 44b691a1e9e1201034120d71de8bc5b9b3c044e6.
Commit: 779c05a62548b694750be985d86fa193b0983fa7
https://github.com/llvm/llvm-project/commit/779c05a62548b694750be985d86fa193b0983fa7
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/MCDCState.h
M clang/test/Profile/c-mcdc-logicalop-ternary.c
Log Message:
-----------
[MC/DC] Create dedicated MCDCCondBitmapAddr for each Decision (#125411)
MCDCCondBitmapAddr is moved from `CodeGenFunction` into `MCDCState` and
created for each Decision.
In `maybeCreateMCDCCondBitmap`, Allocate bitmaps for all valid Decisions
and emit them order by ID, to prevent nondeterminism.
Commit: 11efca006741964b6f55dc18d6dc6d04aa0e01c0
https://github.com/llvm/llvm-project/commit/11efca006741964b6f55dc18d6dc6d04aa0e01c0
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M .github/workflows/containers/github-action-ci-tooling/Dockerfile
R .github/workflows/release-lit.yml
M .github/workflows/release-tasks.yml
M bolt/test/AArch64/epilogue-determination.s
M bolt/utils/docker-tests/Dockerfile
M clang-tools-extra/clang-tidy/readability/RedundantTypenameCheck.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/redundant-typename.cpp
M clang/docs/ReleaseNotes.rst
A clang/docs/ScalableStaticAnalysisFramework/Framework.rst
A clang/docs/ScalableStaticAnalysisFramework/SummaryExtraction.rst
M clang/docs/index.rst
M clang/include/clang/AST/Stmt.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LiveOrigins.h
R clang/include/clang/Basic/BuiltinsAMDGPU.def
A clang/include/clang/Basic/BuiltinsAMDGPU.td
M clang/include/clang/Basic/CMakeLists.txt
M clang/include/clang/Basic/DiagnosticASTKinds.td
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/TargetBuiltins.h
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/Options/Options.td
M clang/include/module.modulemap
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/Stmt.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/LiveOrigins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/Targets/AMDGPU.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.h
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.cpp
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.h
M clang/lib/CIR/Interfaces/CIRLoopOpInterface.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/MCDCState.h
M clang/lib/Format/WhitespaceManager.h
M clang/lib/Headers/opencl-c-base.h
M clang/lib/Headers/opencl-c.h
M clang/lib/Interpreter/IncrementalExecutor.cpp
M clang/lib/Sema/OpenCLBuiltins.td
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
M clang/test/AST/ByteCode/builtin-bit-cast.cpp
M clang/test/AST/ByteCode/c.c
M clang/test/AST/ByteCode/functions.cpp
M clang/test/AST/ByteCode/lifetimes.cpp
M clang/test/Analysis/call-invalidation.cpp
A clang/test/Analysis/cxx20-range-for-cfg.cpp
M clang/test/CIR/CodeGen/atomic-scoped.c
M clang/test/CIR/CodeGen/vla.c
M clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/sse41-builtins.c
M clang/test/CodeGenCXX/pragma-unroll.cpp
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptGetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptSetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSplat.hlsl
M clang/test/DebugInfo/CXX/simple-template-names.cpp
M clang/test/Frontend/rewrite-includes-bom.c
M clang/test/Headers/opencl-c-header.cl
M clang/test/Misc/amdgcn.languageOptsOpenCL.cl
A clang/test/Modules/pr149404-02.cppm
A clang/test/Modules/pr172241.cppm
M clang/test/Profile/c-mcdc-logicalop-ternary.c
M clang/test/Sema/constexpr.c
M clang/test/Sema/unroll-template-value-crash.cpp
M clang/test/Sema/warn-lifetime-analysis-nocfg.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/attr-lifetimebound.cpp
M clang/test/SemaCXX/builtin-is-within-lifetime.cpp
M clang/test/SemaCXX/constant-expression-cxx14.cpp
M clang/test/SemaCXX/constant-expression-cxx2a.cpp
M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
M clang/test/SemaOpenCL/extension-version.cl
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
M clang/test/TableGen/target-builtins-prototype-parser.td
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/utils/TableGen/ClangBuiltinsEmitter.cpp
M compiler-rt/lib/rtsan/CMakeLists.txt
M compiler-rt/lib/rtsan/rtsan_context.cpp
M compiler-rt/lib/rtsan/rtsan_suppressions.cpp
M flang-rt/cmake/modules/GetToolchainDirs.cmake
M flang/docs/CMakeLists.txt
M flang/include/flang/Optimizer/OpenACC/Passes.h
M flang/include/flang/Optimizer/OpenACC/Passes.td
A flang/include/flang/Optimizer/Transforms/FIRToMemRefTypeConverter.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
A flang/lib/Optimizer/OpenACC/Transforms/ACCUseDeviceCanonicalizer.cpp
M flang/lib/Optimizer/OpenACC/Transforms/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
M flang/lib/Semantics/check-omp-loop.cpp
A flang/test/Fir/OpenACC/use-device-canonicalizer.mlir
M flang/test/Fir/convert-memref-codegen.mlir
M flang/test/Lower/array-elemental-calls-2.f90
M flang/test/Lower/array-expression-assumed-size.f90
M flang/test/Lower/array-temp.f90
M flang/test/Lower/array-user-def-assignments.f90
M flang/test/Lower/array-wide-char.f90
M flang/test/Lower/array.f90
M flang/test/Lower/associate-construct-2.f90
M flang/test/Lower/assumed-shape-callee.f90
M flang/test/Lower/assumed-type.f90
M flang/test/Lower/basic-call.f90
M flang/test/Lower/block.f90
M flang/test/Lower/call-copy-in-out.f90
M flang/test/Lower/call-implicit.f90
M flang/test/Lower/call.f90
M flang/test/Lower/character-compare.f90
M flang/test/Semantics/OpenMP/clause-validity01.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
A flang/test/Transforms/FIRToMemRef/alloca.mlir
A flang/test/Transforms/FIRToMemRef/array-coor-op.mlir
A flang/test/Transforms/FIRToMemRef/complex.mlir
A flang/test/Transforms/FIRToMemRef/convert-opt.mlir
A flang/test/Transforms/FIRToMemRef/cuda-alloca.mlir
A flang/test/Transforms/FIRToMemRef/derived-types.mlir
A flang/test/Transforms/FIRToMemRef/index.mlir
A flang/test/Transforms/FIRToMemRef/load-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-dynamic.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/load-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/logical.mlir
A flang/test/Transforms/FIRToMemRef/no-declare.mlir
A flang/test/Transforms/FIRToMemRef/reject-conversions.mlir
A flang/test/Transforms/FIRToMemRef/replace.mlir
A flang/test/Transforms/FIRToMemRef/slice.mlir
A flang/test/Transforms/FIRToMemRef/store-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/store-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/store-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/tbaa-tag.mlir
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/config/config.json
R libc/config/windows/config.json
M libc/docs/configure.rst
M libc/docs/dev/printf_behavior.rst
M libc/src/stdio/printf_core/CMakeLists.txt
M libc/src/stdio/printf_core/char_converter.h
M libc/src/stdio/printf_core/core_structs.h
M libc/src/stdio/printf_core/linux/error_mapper.h
M libc/src/stdio/printf_core/parser.h
M libc/test/src/stdio/CMakeLists.txt
M libc/test/src/stdio/sprintf_test.cpp
M libcxx/docs/ReleaseNotes.rst
A libcxx/docs/ReleaseNotes/23.rst
M libcxx/docs/ReleaseProcedure.rst
M libcxx/docs/Status/Cxx17Papers.csv
R libcxx/docs/Status/PSTL.rst
R libcxx/docs/Status/PSTLPaper.csv
M libcxx/docs/conf.py
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/equal.h
M libcxx/include/__algorithm/find_if.h
M libcxx/include/__algorithm/ranges_equal.h
M libcxx/include/__bit/byteswap.h
R libcxx/include/__memory/valid_range.h
M libcxx/include/__utility/is_pointer_in_range.h
A libcxx/include/__utility/is_valid_range.h
M libcxx/include/fstream
M libcxx/include/module.modulemap.in
M libcxx/include/streambuf
M libcxx/src/locale.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
A libcxx/test/libcxx/ranges/range.adaptors/range.join.with/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/deref.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/iter_move.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.overview/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.sentinel/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/base.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/begin.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/end.nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/is_valid_range.pass.cpp
M libcxx/test/support/concat_macros.h
M libcxxabi/include/cxxabi.h
M libcxxabi/src/cxa_personality.cpp
M libunwind/include/__libunwind_config.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlVariant.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
R lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.cpp
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/TestDataFormatterStdVariant.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/variant/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestXMLRegisterFlags.py
M llvm/docs/HowToReleaseLLVM.rst
M llvm/docs/LangRef.rst
M llvm/docs/MemProf.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/SPIRVUsage.rst
M llvm/include/llvm/ADT/APFloat.h
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/include/llvm/Analysis/IVDescriptors.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/Type.h
M llvm/include/llvm/IR/User.h
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/Support/Error.h
M llvm/include/llvm/Target/CGPassBuilderOption.h
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/RegisterUsageInfo.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/loongarch.cpp
M llvm/lib/IR/Instruction.cpp
M llvm/lib/IR/Metadata.cpp
M llvm/lib/IR/Operator.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/ObjCopy/ELF/ELFObject.cpp
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/Error.cpp
M llvm/lib/Target/AArch64/AArch64.h
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
A llvm/lib/Target/AArch64/AArch64SRLTDefineSuperRegs.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/CMakeLists.txt
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUUniformIntrinsicCombine.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
M llvm/lib/Target/LoongArch/LoongArchMergeBaseOffset.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
M llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoSFB.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfbfmin.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZibi.td
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/lib/Target/SPIRV/SPIRVBuiltins.td
M llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
M llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
M llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
M llvm/lib/Target/TargetLoweringObjectFile.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86IntrinsicsInfo.h
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/TextAPI/TextStubV5.cpp
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/lib/Transforms/IPO/BlockExtractor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
M llvm/lib/Transforms/Utils/LoopUnroll.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/test/Analysis/Delinearization/fixed_size_array.ll
A llvm/test/Analysis/Delinearization/global_array_bounds.ll
M llvm/test/Analysis/Delinearization/validation_large_size.ll
M llvm/test/Analysis/ValueTracking/assume.ll
A llvm/test/Assembler/arbitrary-fp-convert.ll
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
M llvm/test/CodeGen/AArch64/arm64-addrmode.ll
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/cls.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add-scalable.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-mul-scalable.ll
M llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
M llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
M llvm/test/CodeGen/AArch64/neon-dot-product.ll
M llvm/test/CodeGen/AArch64/neon-vcmla.ll
M llvm/test/CodeGen/AArch64/popcount.ll
M llvm/test/CodeGen/AArch64/preserve_nonecc_varargs_darwin.ll
A llvm/test/CodeGen/AArch64/ptrauth-global-no-pic.ll
M llvm/test/CodeGen/AArch64/ptrauth-irelative.ll
M llvm/test/CodeGen/AArch64/register-coalesce-update-subranges-remat.mir
M llvm/test/CodeGen/AArch64/scalable_masked_deinterleaved_loads.ll
M llvm/test/CodeGen/AArch64/scalable_masked_interleaved_stores.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/streaming-compatible-memory-ops.ll
A llvm/test/CodeGen/AArch64/subreg-liveness-fix-subreg-to-reg-implicit-def.mir
M llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather-scatter.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/addo.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/fcmp.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/icmp.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/implicit-kernarg-backend-usage-global-isel.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/subo.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
M llvm/test/CodeGen/AMDGPU/branch-folding-implicit-def-subreg.ll
M llvm/test/CodeGen/AMDGPU/branch-relaxation-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/code-size-estimate-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
M llvm/test/CodeGen/AMDGPU/emit-high-vgprs.mir
A llvm/test/CodeGen/AMDGPU/fmamk_fmaak-t16.mir
M llvm/test/CodeGen/AMDGPU/fshl.ll
M llvm/test/CodeGen/AMDGPU/imm16.ll
M llvm/test/CodeGen/AMDGPU/immv216.ll
M llvm/test/CodeGen/AMDGPU/ipra-regmask.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/optimize-compare.mir
M llvm/test/CodeGen/AMDGPU/permlane16_var-op-sel.ll
M llvm/test/CodeGen/AMDGPU/s_cmp_0.ll
M llvm/test/CodeGen/AMDGPU/workitem-intrinsic-opts.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
M llvm/test/CodeGen/LoongArch/block-address.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation.ll
M llvm/test/CodeGen/LoongArch/calling-conv-ilp32d.ll
M llvm/test/CodeGen/LoongArch/code-models.ll
M llvm/test/CodeGen/LoongArch/ctlz-cttz-ctpop.ll
M llvm/test/CodeGen/LoongArch/double-imm.ll
M llvm/test/CodeGen/LoongArch/float-imm.ll
M llvm/test/CodeGen/LoongArch/global-address.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-f.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-m.ll
M llvm/test/CodeGen/LoongArch/ir-instruction/load-store.ll
M llvm/test/CodeGen/LoongArch/machinelicm-address-pseudos.ll
M llvm/test/CodeGen/LoongArch/merge-base-offset.ll
M llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/numeric-reg-names.ll
M llvm/test/CodeGen/LoongArch/stack-protector-target.ll
M llvm/test/CodeGen/LoongArch/tls-models.ll
M llvm/test/CodeGen/LoongArch/unaligned-memcpy-inline.ll
M llvm/test/CodeGen/LoongArch/vector-fp-imm.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/RISCV/rda-liveins.mir
M llvm/test/CodeGen/RISCV/rda-stack.mir
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfclass.ll
M llvm/test/CodeGen/RISCV/rvv/vfclass-sdnode.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test_extended.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/constrained-fmuladd.ll
A llvm/test/CodeGen/SPIRV/pointers/store-to-array-first-element.ll
M llvm/test/CodeGen/SystemZ/rda-stack-copy.mir
M llvm/test/CodeGen/WebAssembly/memory-interleave.ll
A llvm/test/CodeGen/WebAssembly/slp-memory-interleave.ll
M llvm/test/CodeGen/X86/avx512fp16-fminimum-fmaximum.ll
A llvm/test/CodeGen/X86/clmul-x86.ll
M llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/extractelement-fp.ll
M llvm/test/CodeGen/X86/fminimum-fmaximum.ll
M llvm/test/CodeGen/X86/fminimumnum-fmaximumnum.ll
M llvm/test/CodeGen/X86/hipe-cc64.ll
M llvm/test/CodeGen/X86/masked_gather.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
A llvm/test/CodeGen/X86/musttail-struct.ll
M llvm/test/CodeGen/X86/musttail-tailcc.ll
M llvm/test/CodeGen/X86/phaddsub-undef.ll
M llvm/test/CodeGen/X86/print-reaching-defs.mir
M llvm/test/CodeGen/X86/sibcall.ll
M llvm/test/CodeGen/X86/swifttailcc-store-ret-address-aliasing-stack-slot.ll
M llvm/test/CodeGen/X86/tailcallbyval64.ll
M llvm/test/CodeGen/X86/tailccbyval64.ll
M llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-reduce-fmaximum.ll
M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpretation.mir
A llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-preserved-subreg.mir
M llvm/test/DebugInfo/MIR/ARM/dbgcall-site-interpretation.mir
M llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
A llvm/test/DebugInfo/MIR/X86/dbgcall-site-preserved-after.mir
A llvm/test/DebugInfo/MIR/X86/dbgcall-site-preserved-clobbered.mir
M llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_loongarch32_relocations.s
M llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_reloc_addsub.s
M llvm/test/Instrumentation/MemorySanitizer/AArch64/aarch64-matmul.ll
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11-promotions.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features-fake16.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_alias-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3cx.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/lds_direct-gfx10.s
M llvm/test/MC/AMDGPU/literals.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/reg-syntax-extra.s
M llvm/test/MC/AMDGPU/reloc-operands-gfx10.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/wave32.s
M llvm/test/MC/AMDGPU/wave_any.s
M llvm/test/MC/AMDGPU/writelane_m0.s
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/literals.txt
M llvm/test/MC/LoongArch/Basic/Integer/invalid.s
M llvm/test/Transforms/AggressiveInstCombine/memchr.ll
M llvm/test/Transforms/InferAddressSpaces/AMDGPU/ptrmask.ll
M llvm/test/Transforms/InstCombine/freeze-integer-intrinsics.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
M llvm/test/Transforms/LoopUnroll/convergent.controlled.ll
M llvm/test/Transforms/LoopUnroll/followup.ll
M llvm/test/Transforms/LoopUnroll/partial-unroll-reductions.ll
M llvm/test/Transforms/LoopUnroll/pr131465.ll
A llvm/test/Transforms/LoopUnroll/unroll-dont-copy-latch-loop-id.ll
M llvm/test/Transforms/LoopUnroll/unroll-loads-cse.ll
A llvm/test/Transforms/LoopVectorize/AArch64/conditional-scalar-assignment.ll
A llvm/test/Transforms/LoopVectorize/AArch64/findlast-epilogue-loop.ll
A llvm/test/Transforms/LoopVectorize/AArch64/hoist-predicated-loads-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/multiple-result-intrinsics.ll
M llvm/test/Transforms/LoopVectorize/AArch64/vplan-printing.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vplan-vp-intrinsics-reduction.ll
A llvm/test/Transforms/LoopVectorize/X86/conditional-scalar-assignment.ll
M llvm/test/Transforms/LoopVectorize/X86/replicating-load-store-costs.ll
M llvm/test/Transforms/LoopVectorize/cast-induction.ll
A llvm/test/Transforms/LoopVectorize/conditional-scalar-assignment-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-decreasing.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-no-wrap.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-non-const-iv-start.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp.ll
M llvm/test/Transforms/LoopVectorize/select-cmp.ll
A llvm/test/Transforms/LoopVectorize/select-folds.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/MemCpyOpt/stack-move.ll
M llvm/test/Transforms/PGOProfile/indirect_call_promotion_unique.ll
A llvm/test/Verifier/arbitrary-fp-convert.ll
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.generated.expected
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.nogenerated.expected
A llvm/test/tools/llvm-objcopy/ELF/update-section-not-in-segment.test
R llvm/test/tools/llvm-objdump/MachO/Inputs/LLVM-bundle.macho-x86_64
R llvm/test/tools/llvm-objdump/MachO/LLVM-bundle.test
M llvm/tools/llvm-objdump/MachODump.cpp
M llvm/unittests/ADT/APFloatTest.cpp
M llvm/unittests/ADT/STLForwardCompatTest.cpp
M llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp
M llvm/unittests/IR/MetadataTest.cpp
M llvm/unittests/Target/AArch64/AArch64SelectionDAGTest.cpp
M llvm/utils/TableGen/Basic/TableGen.cpp
M llvm/utils/git/ids-check-helper.py
M llvm/utils/gn/secondary/libcxx/include/BUILD.gn
M llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
M llvm/utils/profcheck-xfail.txt
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVEnums.h
M mlir/include/mlir/Dialect/Tosa/IR/TargetEnv.h
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUOps.td
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.td
M mlir/include/mlir/Dialect/XeGPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
M mlir/include/mlir/Dialect/XeGPU/Utils/XeGPUUtils.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/lib/Analysis/AliasAnalysis/LocalAliasAnalysis.cpp
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
M mlir/lib/Analysis/SliceWalk.cpp
M mlir/lib/Conversion/SPIRVCommon/Pattern.h
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/lib/Dialect/Async/IR/Async.cpp
M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation.cpp
M mlir/lib/Dialect/Complex/IR/ComplexOps.cpp
M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/GPU/Pipelines/GPUToXeVMPipeline.cpp
M mlir/lib/Dialect/Linalg/Transforms/Specialize.cpp
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
M mlir/lib/Dialect/SPIRV/IR/MemoryOps.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVDialect.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVEnums.cpp
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/Tensor/Transforms/SwapExtractSliceWithProducerPatterns.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/lib/Dialect/Transform/TuneExtension/TuneExtensionOps.cpp
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
M mlir/lib/Dialect/XeGPU/Transforms/CMakeLists.txt
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp
R mlir/lib/Dialect/XeGPU/Transforms/XeGPUOptimizeBlockLoads.cpp
A mlir/lib/Dialect/XeGPU/Transforms/XeGPUPeepHoleOptimizer.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUUnroll.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp
M mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp
M mlir/test/Dialect/Bufferization/canonicalize.mlir
M mlir/test/Dialect/Complex/canonicalize.mlir
M mlir/test/Dialect/Linalg/vectorization/unsupported.mlir
M mlir/test/Dialect/OpenACC/invalid.mlir
M mlir/test/Dialect/SparseTensor/fuse_sparse_pad_with_consumer.mlir
M mlir/test/Dialect/SparseTensor/sparse_conv_2d_slice_based.mlir
M mlir/test/Dialect/SparseTensor/sparse_pack.mlir
M mlir/test/Dialect/SparseTensor/sparse_perm_lower.mlir
M mlir/test/Dialect/Tosa/level_check.mlir
M mlir/test/Dialect/Tosa/tosa-validation-valid.mlir
M mlir/test/Dialect/Vector/canonicalize.mlir
R mlir/test/Dialect/XeGPU/optimize-transpose.mlir
A mlir/test/Dialect/XeGPU/peephole-optimize.mlir
M mlir/test/Dialect/XeGPU/subgroup-distribute.mlir
M mlir/test/Dialect/XeGPU/xegpu-blocking.mlir
M mlir/test/Dialect/XeGPU/xegpu-wg-to-sg.mlir
M mlir/test/Interfaces/TilingInterface/tile-and-fuse-using-interface.mlir
M mlir/test/Interfaces/TilingInterface/tile-and-fuse-with-reduction-tiling.mlir
M mlir/test/Target/LLVMIR/openmp-todo.mlir
M mlir/test/lib/Dialect/Test/TestOpDefs.cpp
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
M mlir/tools/mlir-tblgen/OpGenHelpers.h
M mlir/unittests/Interfaces/ControlFlowInterfacesTest.cpp
M offload/include/omptarget.h
M offload/libomptarget/omptarget.cpp
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
M openmp/Maintainers.md
M polly/lib/Analysis/ScopBuilder.cpp
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
Log Message:
-----------
Merge branch 'main' into users/chapuni/mcdc/nest/covgen
Commit: a837107a79cfd7eab98ffba2c37feb5b640cd0d1
https://github.com/llvm/llvm-project/commit/a837107a79cfd7eab98ffba2c37feb5b640cd0d1
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M .ci/compute_projects.py
M .github/workflows/commit-access-review.yml
A .github/workflows/commit-create-issue.py
M .github/workflows/containers/github-action-ci-tooling/Dockerfile
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .github/workflows/get-llvm-version/action.yml
A .github/workflows/ids-check.yml
M .github/workflows/issue-write.yml
M .github/workflows/release-binaries.yml
R .github/workflows/release-lit.yml
M .github/workflows/release-sources.yml
M .github/workflows/release-tasks.yml
M .gitignore
M bolt/lib/Core/DebugNames.cpp
M bolt/test/AArch64/epilogue-determination.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-helper.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-main.s
M bolt/utils/docker-tests/Dockerfile
M clang-tools-extra/Maintainers.rst
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantTypenameCheck.cpp
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/index/FileIndex.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-tidy/checkers/abseil/faster-strsplit-delimiter.cpp
A clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers-constinit.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers.hpp
M clang-tools-extra/test/clang-tidy/checkers/readability/function-cognitive-complexity.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/redundant-typename.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/Maintainers.rst
M clang/docs/LanguageExtensions.rst
M clang/docs/LibASTMatchersReference.html
M clang/docs/ReleaseNotes.rst
A clang/docs/ScalableStaticAnalysisFramework/Framework.rst
A clang/docs/ScalableStaticAnalysisFramework/SummaryExtraction.rst
M clang/docs/index.rst
M clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/AST/Stmt.h
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LiveOrigins.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/Loans.h
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAArch64.def
R clang/include/clang/Basic/BuiltinsAMDGPU.def
A clang/include/clang/Basic/BuiltinsAMDGPU.td
M clang/include/clang/Basic/BuiltinsX86.td
M clang/include/clang/Basic/CMakeLists.txt
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/Cuda.h
M clang/include/clang/Basic/DiagnosticASTKinds.td
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/Features.def
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Basic/TargetBuiltins.h
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/CodeGen/ModuleBuilder.h
M clang/include/clang/Driver/SanitizerArgs.h
A clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Sema/Sema.h
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/include/module.modulemap
M clang/lib/APINotes/APINotesYAMLCompiler.cpp
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Program.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/Stmt.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LiveOrigins.cpp
M clang/lib/Analysis/LifetimeSafety/Loans.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AMDGPU.cpp
M clang/lib/Basic/Targets/AMDGPU.h
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/RISCV.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.h
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.cpp
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.h
M clang/lib/CIR/Interfaces/CIRLoopOpInterface.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGObjCGNU.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ModuleBuilder.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/CodeGen/TargetBuiltins/X86.cpp
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/Driver/SanitizerArgs.cpp
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/Flang.cpp
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/lib/Format/WhitespaceManager.h
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Frontend/ModuleDependencyCollector.cpp
M clang/lib/Headers/arm_acle.h
M clang/lib/Headers/avx512fintrin.h
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/lib/Headers/avx512vlintrin.h
M clang/lib/Headers/avxintrin.h
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/opencl-c.h
M clang/lib/Headers/xmmintrin.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.h
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/JumpDiagnostics.cpp
M clang/lib/Sema/OpenCLBuiltins.td
M clang/lib/Sema/Sema.cpp
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaARM.cpp
M clang/lib/Sema/SemaCUDA.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/StaticAnalyzer/Checkers/WebKit/ForwardDeclChecker.cpp
M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
M clang/lib/Tooling/Tooling.cpp
M clang/test/AST/ByteCode/builtin-bit-cast.cpp
M clang/test/AST/ByteCode/builtins.cpp
M clang/test/AST/ByteCode/c.c
M clang/test/AST/ByteCode/codegen.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/functions.cpp
M clang/test/AST/ByteCode/invalid.cpp
M clang/test/AST/ByteCode/lifetimes.cpp
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-templates.cpp
M clang/test/Analysis/call-invalidation.cpp
M clang/test/Analysis/csv2json.py
M clang/test/Analysis/cxx-uninitialized-object-inheritance.cpp
M clang/test/Analysis/cxx-uninitialized-object.cpp
A clang/test/Analysis/cxx20-range-for-cfg.cpp
M clang/test/Analysis/uninit-ps-rdar6145427.m
M clang/test/CIR/CodeGen/atomic-scoped.c
M clang/test/CIR/CodeGen/basic.c
M clang/test/CIR/CodeGen/basic.cpp
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/bitfields_be.c
A clang/test/CIR/CodeGen/fold-during-cg.c
M clang/test/CIR/CodeGen/goto.cpp
M clang/test/CIR/CodeGen/new.cpp
M clang/test/CIR/CodeGen/placement-new.cpp
M clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/pointers.cpp
M clang/test/CIR/CodeGen/statement-exprs.c
M clang/test/CIR/CodeGen/switch.cpp
M clang/test/CIR/CodeGen/ternary.cpp
M clang/test/CIR/CodeGen/vla.c
A clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
M clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/permd-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/sse41-builtins.c
A clang/test/CIR/IR/method-attr.cir
M clang/test/CIR/Lowering/goto.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CXX/except/except.spec/p13-friend.cpp
M clang/test/CXX/temp/temp.pre/p6.cpp
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
A clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
M clang/test/CodeGen/RISCV/bitint.c
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
M clang/test/CodeGen/X86/keylocker.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
M clang/test/CodeGen/arm_acle.c
A clang/test/CodeGen/builtin-stackaddress.c
M clang/test/CodeGen/builtins-arm64.c
M clang/test/CodeGen/ext-int-cc.c
A clang/test/CodeGenCXX/builtin-stackaddress.cpp
M clang/test/CodeGenCXX/ctor-empty-nounique.cpp
M clang/test/CodeGenCXX/pragma-gcc-unroll.cpp
M clang/test/CodeGenCXX/pragma-unroll.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx908.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx942.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx950.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptGetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptSetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSplat.hlsl
M clang/test/CodeGenHLSL/BoolMatrix.hlsl
M clang/test/CodeGenOpenCL/amdgpu-cluster-dims.cl
M clang/test/CodeGenOpenCL/amdgpu-features.cl
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/DebugInfo/CXX/simple-template-names.cpp
M clang/test/Driver/aarch64-mcpu.c
M clang/test/Driver/crash-ir-repro.cpp
A clang/test/Driver/cuda-arch-list.cu
M clang/test/Driver/loongarch-relax-features.c
A clang/test/Driver/print-enabled-extensions/aarch64-ampere1c.c
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Driver/ps5-linker.c
M clang/test/Frontend/rewrite-includes-bom.c
M clang/test/Lexer/has_feature_undefined_behavior_sanitizer.cpp
M clang/test/Misc/target-invalid-cpu-note/aarch64.c
M clang/test/Misc/target-invalid-cpu-note/riscv.c
A clang/test/Modules/pr149404-02.cppm
A clang/test/Modules/pr172241.cppm
M clang/test/Parser/MicrosoftExtensions.c
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Sema/builtin-stackaddress.c
M clang/test/Sema/builtins-arm64.c
M clang/test/Sema/constexpr.c
M clang/test/Sema/scope-check.c
M clang/test/Sema/spirv-address-space.c
M clang/test/Sema/unroll-template-value-crash.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/SemaCXX/builtin-is-within-lifetime.cpp
M clang/test/SemaCXX/constant-expression-cxx14.cpp
M clang/test/SemaCXX/constant-expression-cxx2a.cpp
M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
M clang/test/SemaCXX/cxx11-attr-print.cpp
M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
R clang/test/SemaCXX/warn-tsan-atomic-fence.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHIP/amdgpu-global-load-lds-template.hip
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
M clang/test/SemaTemplate/deduction.cpp
M clang/test/TableGen/target-builtins-prototype-parser.td
M clang/tools/clang-import-test/clang-import-test.cpp
M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/CodeGen/TestCompiler.h
M clang/unittests/Format/FormatTestCSharp.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
M clang/unittests/Tooling/ToolingTest.cpp
M clang/utils/TableGen/ClangBuiltinsEmitter.cpp
M cmake/Modules/LLVMVersion.cmake
M compiler-rt/lib/builtins/arm/addsf3.S
M compiler-rt/lib/builtins/fp_add_impl.inc
M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
M compiler-rt/lib/rtsan/CMakeLists.txt
M compiler-rt/lib/rtsan/rtsan_context.cpp
M compiler-rt/lib/rtsan/rtsan_suppressions.cpp
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
M cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
M flang-rt/CMakeLists.txt
M flang-rt/cmake/modules/GetToolchainDirs.cmake
M flang-rt/cmake/modules/HandleLibs.cmake
M flang-rt/lib/runtime/sum.cpp
M flang-rt/unittests/Runtime/NumericalFormatTest.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang/docs/Aliasing.md
M flang/docs/CMakeLists.txt
M flang/docs/Extensions.md
M flang/docs/ReleaseNotes.md
M flang/include/flang/Evaluate/complex.h
M flang/include/flang/Evaluate/real.h
M flang/include/flang/Optimizer/OpenACC/Passes.h
M flang/include/flang/Optimizer/OpenACC/Passes.td
A flang/include/flang/Optimizer/Transforms/FIRToMemRefTypeConverter.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Semantics/expression.h
M flang/lib/Evaluate/complex.cpp
M flang/lib/Evaluate/fold-matmul.h
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/fold-reduction.h
M flang/lib/Evaluate/real.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/ConvertConstant.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
A flang/lib/Optimizer/OpenACC/Transforms/ACCUseDeviceCanonicalizer.cpp
M flang/lib/Optimizer/OpenACC/Transforms/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
M flang/test/Driver/unsafe-cray-pointers.f90
A flang/test/Evaluate/bug89528.f90
A flang/test/Fir/OpenACC/use-device-canonicalizer.mlir
M flang/test/Fir/convert-memref-codegen.mlir
M flang/test/Fir/convert-to-llvm.fir
A flang/test/Integration/select-case-pointer-assign.f90
A flang/test/Lower/CUDA/cuda-gpu-managed.cuf
M flang/test/Lower/Intrinsics/show_descriptor.f90
R flang/test/Lower/OpenACC/Todo/acc-cache.f90
A flang/test/Lower/OpenACC/acc-cache.f90
M flang/test/Lower/array-elemental-calls-2.f90
M flang/test/Lower/array-elemental-subroutines.f90
M flang/test/Lower/array-expression-assumed-size.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/array-expression-slice-2.f90
M flang/test/Lower/array-expression-subscript.f90
M flang/test/Lower/array-substring.f90
M flang/test/Lower/array-temp.f90
M flang/test/Lower/array-user-def-assignments.f90
M flang/test/Lower/array-wide-char.f90
M flang/test/Lower/array.f90
M flang/test/Lower/associate-construct-2.f90
M flang/test/Lower/assumed-shape-callee.f90
M flang/test/Lower/assumed-type.f90
M flang/test/Lower/basic-call.f90
M flang/test/Lower/block.f90
M flang/test/Lower/call-copy-in-out.f90
M flang/test/Lower/call-implicit.f90
M flang/test/Lower/call.f90
M flang/test/Lower/character-compare.f90
M flang/test/Semantics/OpenACC/acc-cache-validity.f90
M flang/test/Semantics/OpenMP/clause-validity01.f90
M flang/test/Semantics/OpenMP/cray-pointer-usage.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
M flang/test/Semantics/OpenMP/linear-iter.f90
A flang/test/Semantics/OpenMP/simd-linear-array.f90
A flang/test/Semantics/bug175207.f90
A flang/test/Semantics/modfile82.f90
A flang/test/Transforms/FIRToMemRef/alloca.mlir
A flang/test/Transforms/FIRToMemRef/array-coor-op.mlir
A flang/test/Transforms/FIRToMemRef/complex.mlir
A flang/test/Transforms/FIRToMemRef/convert-opt.mlir
A flang/test/Transforms/FIRToMemRef/cuda-alloca.mlir
A flang/test/Transforms/FIRToMemRef/derived-types.mlir
A flang/test/Transforms/FIRToMemRef/index.mlir
A flang/test/Transforms/FIRToMemRef/load-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-dynamic.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/load-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/logical.mlir
A flang/test/Transforms/FIRToMemRef/no-declare.mlir
A flang/test/Transforms/FIRToMemRef/reject-conversions.mlir
A flang/test/Transforms/FIRToMemRef/replace.mlir
A flang/test/Transforms/FIRToMemRef/slice.mlir
A flang/test/Transforms/FIRToMemRef/store-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/store-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/store-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/tbaa-tag.mlir
M flang/test/Transforms/tbaa-cray-pointer.fir
M flang/tools/bbc/bbc.cpp
M libc/Maintainers.rst
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/baremetal/aarch64/headers.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/headers.txt
M libc/hdr/CMakeLists.txt
A libc/hdr/elf_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/Elf32_Addr.h
A libc/hdr/types/Elf32_Chdr.h
A libc/hdr/types/Elf32_Dyn.h
A libc/hdr/types/Elf32_Ehdr.h
A libc/hdr/types/Elf32_Half.h
A libc/hdr/types/Elf32_Lword.h
A libc/hdr/types/Elf32_Nhdr.h
A libc/hdr/types/Elf32_Off.h
A libc/hdr/types/Elf32_Phdr.h
A libc/hdr/types/Elf32_Rel.h
A libc/hdr/types/Elf32_Rela.h
A libc/hdr/types/Elf32_Shdr.h
A libc/hdr/types/Elf32_Sword.h
A libc/hdr/types/Elf32_Sym.h
A libc/hdr/types/Elf32_Verdaux.h
A libc/hdr/types/Elf32_Verdef.h
A libc/hdr/types/Elf32_Vernaux.h
A libc/hdr/types/Elf32_Verneed.h
A libc/hdr/types/Elf32_Versym.h
A libc/hdr/types/Elf32_Word.h
A libc/hdr/types/Elf64_Addr.h
A libc/hdr/types/Elf64_Chdr.h
A libc/hdr/types/Elf64_Dyn.h
A libc/hdr/types/Elf64_Ehdr.h
A libc/hdr/types/Elf64_Half.h
A libc/hdr/types/Elf64_Lword.h
A libc/hdr/types/Elf64_Nhdr.h
A libc/hdr/types/Elf64_Off.h
A libc/hdr/types/Elf64_Phdr.h
A libc/hdr/types/Elf64_Rel.h
A libc/hdr/types/Elf64_Rela.h
A libc/hdr/types/Elf64_Shdr.h
A libc/hdr/types/Elf64_Sword.h
A libc/hdr/types/Elf64_Sxword.h
A libc/hdr/types/Elf64_Sym.h
A libc/hdr/types/Elf64_Verdaux.h
A libc/hdr/types/Elf64_Verdef.h
A libc/hdr/types/Elf64_Vernaux.h
A libc/hdr/types/Elf64_Verneed.h
A libc/hdr/types/Elf64_Versym.h
A libc/hdr/types/Elf64_Word.h
A libc/hdr/types/Elf64_Xword.h
M libc/include/CMakeLists.txt
M libc/include/elf.yaml
A libc/include/link.h.def
M libc/include/link.yaml
M libc/include/llvm-libc-macros/elf-macros.h
M libc/include/llvm-libc-macros/link-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/Elf32_Addr.h
A libc/include/llvm-libc-types/Elf32_Chdr.h
A libc/include/llvm-libc-types/Elf32_Dyn.h
A libc/include/llvm-libc-types/Elf32_Ehdr.h
A libc/include/llvm-libc-types/Elf32_Half.h
A libc/include/llvm-libc-types/Elf32_Lword.h
A libc/include/llvm-libc-types/Elf32_Nhdr.h
A libc/include/llvm-libc-types/Elf32_Off.h
A libc/include/llvm-libc-types/Elf32_Phdr.h
A libc/include/llvm-libc-types/Elf32_Rel.h
A libc/include/llvm-libc-types/Elf32_Rela.h
A libc/include/llvm-libc-types/Elf32_Shdr.h
A libc/include/llvm-libc-types/Elf32_Sword.h
A libc/include/llvm-libc-types/Elf32_Sym.h
A libc/include/llvm-libc-types/Elf32_Verdaux.h
A libc/include/llvm-libc-types/Elf32_Verdef.h
A libc/include/llvm-libc-types/Elf32_Vernaux.h
A libc/include/llvm-libc-types/Elf32_Verneed.h
A libc/include/llvm-libc-types/Elf32_Versym.h
A libc/include/llvm-libc-types/Elf32_Word.h
A libc/include/llvm-libc-types/Elf64_Addr.h
A libc/include/llvm-libc-types/Elf64_Chdr.h
A libc/include/llvm-libc-types/Elf64_Dyn.h
A libc/include/llvm-libc-types/Elf64_Ehdr.h
A libc/include/llvm-libc-types/Elf64_Half.h
A libc/include/llvm-libc-types/Elf64_Lword.h
A libc/include/llvm-libc-types/Elf64_Nhdr.h
A libc/include/llvm-libc-types/Elf64_Off.h
A libc/include/llvm-libc-types/Elf64_Phdr.h
A libc/include/llvm-libc-types/Elf64_Rel.h
A libc/include/llvm-libc-types/Elf64_Rela.h
A libc/include/llvm-libc-types/Elf64_Shdr.h
A libc/include/llvm-libc-types/Elf64_Sword.h
A libc/include/llvm-libc-types/Elf64_Sxword.h
A libc/include/llvm-libc-types/Elf64_Sym.h
A libc/include/llvm-libc-types/Elf64_Verdaux.h
A libc/include/llvm-libc-types/Elf64_Verdef.h
A libc/include/llvm-libc-types/Elf64_Vernaux.h
A libc/include/llvm-libc-types/Elf64_Verneed.h
A libc/include/llvm-libc-types/Elf64_Versym.h
A libc/include/llvm-libc-types/Elf64_Word.h
A libc/include/llvm-libc-types/Elf64_Xword.h
M libc/shared/math.h
A libc/shared/math/ilogbf16.h
A libc/shared/math/log.h
A libc/shared/math/sin.h
M libc/src/__support/GPU/allocator.cpp
M libc/src/__support/OSUtil/linux/CMakeLists.txt
M libc/src/__support/OSUtil/linux/vdso.cpp
M libc/src/__support/RPC/rpc_server.h
M libc/src/__support/math/CMakeLists.txt
M libc/src/__support/math/cbrt.h
A libc/src/__support/math/ilogbf16.h
A libc/src/__support/math/log.h
A libc/src/__support/math/log_range_reduction.h
A libc/src/__support/math/sin.h
M libc/src/__support/str_to_float.h
M libc/src/math/docs/add_math_function.md
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/ilogbf16.cpp
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log2.cpp
R libc/src/math/generic/log_range_reduction.h
M libc/src/math/generic/sin.cpp
M libc/src/stdio/generic/fgets.cpp
M libc/src/stdlib/strfroml.cpp
M libc/startup/linux/CMakeLists.txt
M libc/startup/linux/do_start.cpp
M libc/test/integration/startup/gpu/rpc_interface_test.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libclc/clc/lib/amdgcn/SOURCES
A libclc/clc/lib/amdgcn/math/clc_ldexp.cl
R libclc/clc/lib/amdgcn/math/clc_ldexp_override.cl
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_sqrt.cl
R libclc/clc/lib/amdgpu/math/clc_sqrt_fp64.cl
M libclc/clc/lib/r600/SOURCES
A libclc/clc/lib/r600/math/clc_rsqrt.cl
R libclc/clc/lib/r600/math/clc_rsqrt_override.cl
M libclc/cmake/modules/AddLibclc.cmake
M libcxx/.clang-format
M libcxx/docs/ImplementationDefinedBehavior.rst
M libcxx/docs/ReleaseNotes.rst
A libcxx/docs/ReleaseNotes/23.rst
M libcxx/docs/ReleaseProcedure.rst
M libcxx/docs/Status/Cxx17Papers.csv
A libcxx/docs/Status/Cxx2cIssues.csvgb
R libcxx/docs/Status/PSTL.rst
R libcxx/docs/Status/PSTLPaper.csv
M libcxx/docs/conf.py
M libcxx/docs/index.rst
M libcxx/include/__algorithm/equal.h
M libcxx/include/__algorithm/ranges_equal.h
M libcxx/include/__algorithm/unwrap_iter.h
M libcxx/include/__bit/byteswap.h
M libcxx/include/__config
M libcxx/include/__filesystem/path.h
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
M libcxx/include/__math/special_functions.h
M libcxx/include/__mdspan/layout_stride.h
M libcxx/include/__mdspan/mdspan.h
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/monotonic_buffer_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
M libcxx/include/__memory_resource/synchronized_pool_resource.h
M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ranges/data.h
M libcxx/include/any
M libcxx/include/fstream
M libcxx/include/istream
M libcxx/include/optional
M libcxx/include/scoped_allocator
M libcxx/include/string
M libcxx/modules/std/optional.inc
M libcxx/src/experimental/tzdb.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/new.cpp
M libcxx/src/verbose_abort.cpp
M libcxx/test/benchmarks/algorithms/lexicographical_compare.bench.cpp
M libcxx/test/benchmarks/bitset.bench.cpp
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
M libcxx/test/benchmarks/to_chars.bench.cpp
A libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/close.dont-get-rid-of-buffer.pass.cpp
A libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory_resource.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/class.path/lifetimebound.verify.cpp
M libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
M libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.access/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue_view/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.common/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.counted/adaptor.nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.counted/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.join.with/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/deref.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/iter_move.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.overview/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.sentinel/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/base.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/begin.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/end.nodiscard.verify.cpp
M libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/allocator.adaptor/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/variant/nodiscard.verify.cpp
R libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
M libcxx/test/support/MinSequenceContainer.h
M libcxx/test/support/concat_macros.h
M libcxx/utils/ci/docker/docker-compose.yml
M libcxx/utils/ci/images/libcxx_next_runners.txt
M libcxx/utils/ci/images/libcxx_runners.txt
A libcxx/utils/conformance
M libcxx/utils/requirements.txt
R libcxx/utils/synchronize_csv_status_files.py
M libcxxabi/include/cxxabi.h
M libcxxabi/src/cxa_personality.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/include/__libunwind_config.h
M lld/MachO/Arch/ARM64Common.cpp
M lld/MachO/Arch/ARM64Common.h
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/BPSectionOrderer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/EhFrame.cpp
M lld/MachO/EhFrame.h
M lld/MachO/ICF.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MarkLive.cpp
M lld/MachO/ObjC.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/UnwindInfoSection.cpp
M lld/MachO/Writer.cpp
M lld/docs/ReleaseNotes.rst
M lld/test/ELF/loongarch-relax-align.s
M lld/test/ELF/loongarch-relax-emit-relocs.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12-got-symbols.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12.s
M lld/test/ELF/loongarch-relocatable-align.s
M lld/test/ELF/loongarch-tls-gd-edge-case.s
M lld/test/ELF/loongarch-tls-gd.s
M lld/test/ELF/loongarch-tls-ie.s
M lld/test/ELF/loongarch-tls-ld.s
M lld/test/ELF/loongarch-tlsdesc.s
M lldb/Maintainers.md
M lldb/docs/resources/lldbgdbremote.md
M lldb/docs/resources/qemu-testing.rst
M lldb/docs/use/lldbdap.md
M lldb/include/lldb/API/SBCommandInterpreter.h
M lldb/include/lldb/API/SBSymbol.h
M lldb/include/lldb/API/SBValue.h
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/include/lldb/Symbol/Symbol.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/lldb-defines.h
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
M lldb/source/API/SBSymbol.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/DataFormatters/TypeSynthetic.cpp
M lldb/source/DataFormatters/ValueObjectPrinter.cpp
M lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/Language/CPlusPlus/GenericList.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
M lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.h
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
M lldb/source/Plugins/Platform/WebAssembly/CMakeLists.txt
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.h
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.cpp
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
R lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.cpp
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
M lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.h
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Target/RegisterContextUnwind.cpp
M lldb/source/ValueObject/DILEval.cpp
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
M lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py
M lldb/test/API/functionalities/gdb_remote_client/TestXMLRegisterFlags.py
M lldb/test/API/lang/objc/failing-description/TestObjCFailingDescription.py
M lldb/test/API/lang/objc/struct-description/TestObjCStructDescription.py
M lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
M lldb/test/API/linux/aarch64/mte_tag_access/TestAArch64LinuxMTEMemoryTagAccess.py
M lldb/test/API/macosx/dsym_modules/TestdSYMModuleInit.py
M lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py
M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
M lldb/test/API/tools/lldb-dap/evaluate/main.cpp
A lldb/test/API/tools/lldb-dap/launch/io/Makefile
A lldb/test/API/tools/lldb-dap/launch/io/TestDAP_launch_io.py
A lldb/test/API/tools/lldb-dap/launch/io/main.cpp
M lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
M lldb/test/Shell/helper/toolchain.py
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
M lldb/tools/lldb-dap/JSONUtils.cpp
M lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
M lldb/tools/lldb-dap/README.md
M lldb/tools/lldb-dap/extension/package.json
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
M lldb/unittests/DAP/ProtocolTypesTest.cpp
M lldb/unittests/Language/CPlusPlus/CMakeLists.txt
A lldb/unittests/Language/CPlusPlus/LibStdcppTupleTest.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M lldb/unittests/Utility/StreamTest.cpp
M llvm/CMakeLists.txt
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/HowToReleaseLLVM.rst
M llvm/docs/LangRef.rst
M llvm/docs/MemProf.rst
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/SPIRVUsage.rst
M llvm/docs/Vectorizers.rst
M llvm/docs/vplan-early-exit-lowered.dot
M llvm/docs/vplan-early-exit-lowered.png
M llvm/include/llvm/ADT/APFloat.h
M llvm/include/llvm/ADT/APInt.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/ADT/GenericUniformityImpl.h
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
M llvm/include/llvm/Analysis/IVDescriptors.h
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/BasicBlock.h
M llvm/include/llvm/IR/DebugInfoFlags.def
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/PatternMatch.h
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/include/llvm/IR/Type.h
M llvm/include/llvm/IR/User.h
M llvm/include/llvm/MC/MCGOFFStreamer.h
M llvm/include/llvm/MC/MCObjectStreamer.h
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/Support/AMDGPUAddrSpace.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/Compiler.h
M llvm/include/llvm/Support/Error.h
M llvm/include/llvm/Support/FormatVariadic.h
M llvm/include/llvm/Support/InterleavedRange.h
M llvm/include/llvm/Support/JSON.h
M llvm/include/llvm/Support/KnownBits.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/LEB128.h
M llvm/include/llvm/Support/raw_socket_stream.h
M llvm/include/llvm/Target/CGPassBuilderOption.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
M llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/ConstraintSystem.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/CodeGen/Analysis.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/InterleavedAccessPass.cpp
M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/ModuloSchedule.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/RegisterPressure.cpp
M llvm/lib/CodeGen/RegisterUsageInfo.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
M llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
M llvm/lib/DebugInfo/GSYM/LineTable.cpp
M llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/lib/IR/Instruction.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Mangler.cpp
M llvm/lib/IR/Metadata.cpp
M llvm/lib/IR/Module.cpp
M llvm/lib/IR/Operator.cpp
M llvm/lib/IR/ProfDataUtils.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/LTO/LTOCodeGenerator.cpp
M llvm/lib/MC/GOFFObjectWriter.cpp
M llvm/lib/MC/MCGOFFStreamer.cpp
M llvm/lib/MC/MCInstPrinter.cpp
M llvm/lib/ObjCopy/ELF/ELFObject.cpp
M llvm/lib/Object/Archive.cpp
M llvm/lib/Object/ArchiveWriter.cpp
M llvm/lib/Object/IRSymtab.cpp
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/WasmEmitter.cpp
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/Remarks/YAMLRemarkParser.cpp
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Support/APInt.cpp
M llvm/lib/Support/Chrono.cpp
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/Error.cpp
M llvm/lib/Support/FloatingPointMode.cpp
M llvm/lib/Support/JSON.cpp
M llvm/lib/Support/KnownBits.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/TextEncoding.cpp
M llvm/lib/Support/ThreadPool.cpp
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
M llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
M llvm/lib/Target/AArch64/AArch64.h
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64Processors.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
A llvm/lib/Target/AArch64/AArch64SRLTDefineSuperRegs.cpp
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/CMakeLists.txt
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSwLowerLDS.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUUniformIntrinsicCombine.cpp
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.h
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb1InstrInfo.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/AVR/AVRISelLowering.h
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.h
M llvm/lib/Target/BPF/BPFInstrInfo.cpp
M llvm/lib/Target/BPF/BPFInstrInfo.h
M llvm/lib/Target/CSKY/CSKYISelLowering.h
M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
M llvm/lib/Target/CSKY/CSKYInstrInfo.h
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Lanai/LanaiISelLowering.h
M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.h
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
M llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
M llvm/lib/Target/LoongArch/LoongArchMergeBaseOffset.cpp
M llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp
M llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
M llvm/lib/Target/M68k/M68kISelLowering.h
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.h
M llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
M llvm/lib/Target/MSP430/MSP430InstrInfo.h
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/lib/Target/Mips/MipsInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXUtilities.h
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.h
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
A llvm/lib/Target/RISCV/RISCVInstrFormatsXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoSFB.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
A llvm/lib/Target/RISCV/RISCVInstrInfoXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfbfmin.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZibi.td
A llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/lib/Target/RISCV/RISCVProcessors.td
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
M llvm/lib/Target/RISCV/RISCVSystemOperands.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.h
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/lib/Target/SPIRV/SPIRVBuiltins.td
M llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.h
M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
M llvm/lib/Target/Sparc/SparcInstrInfo.h
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/lib/Target/TargetLoweringObjectFile.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86ArgumentStackSlotRebase.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86FixupInstTuning.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86IntrinsicsInfo.h
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86SchedLunarlakeP.td
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
M llvm/lib/Target/XCore/XCoreISelLowering.h
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.h
M llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.h
M llvm/lib/TargetParser/Host.cpp
M llvm/lib/TargetParser/TargetParser.cpp
M llvm/lib/TextAPI/TextStubV5.cpp
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/BlockExtractor.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
M llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
M llvm/lib/Transforms/Utils/IRNormalizer.cpp
M llvm/lib/Transforms/Utils/LoopUnroll.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Analysis/Delinearization/fixed_size_array.ll
A llvm/test/Analysis/Delinearization/global_array_bounds.ll
M llvm/test/Analysis/Delinearization/validation_large_size.ll
A llvm/test/Analysis/DependenceAnalysis/monotonicity-loop-guard.ll
A llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/reducible-subgraph.ll
M llvm/test/Analysis/ValueTracking/assume.ll
A llvm/test/Assembler/arbitrary-fp-convert.ll
M llvm/test/Assembler/debug-info.ll
M llvm/test/Assembler/disubprogram.ll
M llvm/test/CodeGen/AArch64/Atomics/aarch64-atomic-load-rcpc_immo.ll
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-pcsections.ll
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
A llvm/test/CodeGen/AArch64/bit-test.ll
M llvm/test/CodeGen/AArch64/cls.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add-scalable.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-mul-scalable.ll
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
M llvm/test/CodeGen/AArch64/fp8-sve-cvtn.ll
M llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
M llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
M llvm/test/CodeGen/AArch64/ldst-implicitop.mir
M llvm/test/CodeGen/AArch64/load-store-forwarding.ll
M llvm/test/CodeGen/AArch64/neon-dot-product.ll
M llvm/test/CodeGen/AArch64/neon-vcmla.ll
M llvm/test/CodeGen/AArch64/popcount.ll
A llvm/test/CodeGen/AArch64/ptrauth-global-no-pic.ll
M llvm/test/CodeGen/AArch64/ptrauth-irelative.ll
A llvm/test/CodeGen/AArch64/range-prefetch.ll
M llvm/test/CodeGen/AArch64/scalable_masked_deinterleaved_loads.ll
M llvm/test/CodeGen/AArch64/scalable_masked_interleaved_stores.ll
A llvm/test/CodeGen/AArch64/seh-unreachable-loop.mir
M llvm/test/CodeGen/AArch64/settag-merge-nonaligned-fp.ll
M llvm/test/CodeGen/AArch64/sme-avoid-coalescing-locally-streaming.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sme-pstate-sm-changing-call-disable-coalescing.ll
M llvm/test/CodeGen/AArch64/sme-streaming-body.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-add-sub-za16.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfmul.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-cvtn.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-faminmax.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fmlas.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4-lane-x4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-max.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-min.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlals.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4-fp8.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x1.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x2.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-rshl.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-select-sme-tileslice.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sqdmulh.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sub.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-tmop.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-uclamp.ll
M llvm/test/CodeGen/AArch64/sme2p2-intrinsics-fmul.ll
A llvm/test/CodeGen/AArch64/stackaddress.ll
A llvm/test/CodeGen/AArch64/subreg-liveness-fix-subreg-to-reg-implicit-def.mir
A llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-partial-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fmsub.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-reinterpret.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqdec.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqinc.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-reg-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-int-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-to-int.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-int-to-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-and-combine.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bit-counting.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bitselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-build-vector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-concat.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-subvector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-vector-elt.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-extend-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-rounding.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-log.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mul.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ld2-alloca.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-limit-duplane.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-log-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather-scatter.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-permute-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ptest.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reductions.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reshuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-sdiv-pow2.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc-stores.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-vector-deinterleave.ll
M llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-luti.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve2p1-dots-partial-reduction.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-multivec-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-selx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uzpx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-while-pp.ll
M llvm/test/CodeGen/AArch64/switch-cases-to-branch-and.ll
M llvm/test/CodeGen/AArch64/vector-extract-last-active.ll
M llvm/test/CodeGen/AArch64/win-import-call-optimization.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/addo.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/fcmp.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/icmp.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/implicit-kernarg-backend-usage-global-isel.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslate-bf16.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/subo.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
M llvm/test/CodeGen/AMDGPU/bf16.ll
M llvm/test/CodeGen/AMDGPU/branch-folding-implicit-def-subreg.ll
M llvm/test/CodeGen/AMDGPU/branch-relaxation-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/coalescing_makes_lanes_undef.mir
M llvm/test/CodeGen/AMDGPU/code-size-estimate-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
M llvm/test/CodeGen/AMDGPU/constant-address-space-32bit.ll
M llvm/test/CodeGen/AMDGPU/emit-high-vgprs.mir
A llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
A llvm/test/CodeGen/AMDGPU/fmamk_fmaak-t16.mir
M llvm/test/CodeGen/AMDGPU/fshl.ll
M llvm/test/CodeGen/AMDGPU/imm16.ll
M llvm/test/CodeGen/AMDGPU/immv216.ll
M llvm/test/CodeGen/AMDGPU/ipra-regmask.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.exp2.bf16.ll
M llvm/test/CodeGen/AMDGPU/llvm.log2.bf16.ll
M llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/optimize-compare.mir
M llvm/test/CodeGen/AMDGPU/permlane16_var-op-sel.ll
M llvm/test/CodeGen/AMDGPU/s_cmp_0.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-debug-output-crash.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-ds-prefetch-pattern.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-opt.mir
M llvm/test/CodeGen/AMDGPU/workitem-intrinsic-opts.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
A llvm/test/CodeGen/ARM/stackaddress.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
A llvm/test/CodeGen/Hexagon/hvx-constpool-vector-type.ll
M llvm/test/CodeGen/LoongArch/block-address.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation.ll
M llvm/test/CodeGen/LoongArch/calling-conv-ilp32d.ll
M llvm/test/CodeGen/LoongArch/code-models.ll
M llvm/test/CodeGen/LoongArch/ctlz-cttz-ctpop.ll
M llvm/test/CodeGen/LoongArch/double-imm.ll
M llvm/test/CodeGen/LoongArch/expand-call.ll
M llvm/test/CodeGen/LoongArch/float-imm.ll
M llvm/test/CodeGen/LoongArch/global-address.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-f.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-m.ll
M llvm/test/CodeGen/LoongArch/ir-instruction/load-store.ll
A llvm/test/CodeGen/LoongArch/lsx/issue174606.ll
M llvm/test/CodeGen/LoongArch/machinelicm-address-pseudos.ll
M llvm/test/CodeGen/LoongArch/merge-base-offset.ll
A llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/numeric-reg-names.ll
M llvm/test/CodeGen/LoongArch/stack-protector-target.ll
M llvm/test/CodeGen/LoongArch/tail-calls.ll
M llvm/test/CodeGen/LoongArch/tls-models.ll
M llvm/test/CodeGen/LoongArch/unaligned-memcpy-inline.ll
M llvm/test/CodeGen/LoongArch/vector-fp-imm.ll
A llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
A llvm/test/CodeGen/NVPTX/stackaddress.ll
M llvm/test/CodeGen/PowerPC/compare-vector-with-zero.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/pr61315.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
M llvm/test/CodeGen/PowerPC/widen-vec-correctly-be.ll
M llvm/test/CodeGen/RISCV/attributes-qc.ll
A llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
M llvm/test/CodeGen/RISCV/make-compressible-xqci.mir
M llvm/test/CodeGen/RISCV/pr148084.ll
M llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
A llvm/test/CodeGen/RISCV/rda-liveins.mir
M llvm/test/CodeGen/RISCV/rda-stack.mir
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfclass.ll
A llvm/test/CodeGen/RISCV/rvv/rvv-vtype-based-scheduler.ll
M llvm/test/CodeGen/RISCV/rvv/vfclass-sdnode.ll
M llvm/test/CodeGen/RISCV/xqccmp-additional-stack.ll
M llvm/test/CodeGen/RISCV/xqccmp-callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/xqccmp-cm-popretz.mir
M llvm/test/CodeGen/RISCV/xqccmp-cm-push-pop.mir
M llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
M llvm/test/CodeGen/RISCV/xqccmp-with-float.ll
M llvm/test/CodeGen/RISCV/xqccmp_mvas_mvsa.mir
M llvm/test/CodeGen/RISCV/zdinx-spill.ll
A llvm/test/CodeGen/RISCV/zilsd-spill.ll
A llvm/test/CodeGen/SPARC/stackaddress.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test_extended.ll
A llvm/test/CodeGen/SPIRV/externally-initialized.ll
A llvm/test/CodeGen/SPIRV/instructions/zext_sext_deduce_type.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/constrained-fmuladd.ll
A llvm/test/CodeGen/SPIRV/pointers/store-to-array-first-element.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-access.ll
M llvm/test/CodeGen/SPIRV/vk-pushconstant-layout.ll
M llvm/test/CodeGen/SystemZ/fmuladd-soft-float.ll
M llvm/test/CodeGen/SystemZ/rda-stack-copy.mir
M llvm/test/CodeGen/SystemZ/zos-hlasm-out.ll
A llvm/test/CodeGen/SystemZ/zos-symbol-2.ll
M llvm/test/CodeGen/Thumb2/mve-vabdus.ll
M llvm/test/CodeGen/WebAssembly/memory-interleave.ll
M llvm/test/CodeGen/WebAssembly/simd-pr61780.ll
A llvm/test/CodeGen/WebAssembly/slp-memory-interleave.ll
M llvm/test/CodeGen/X86/AMX/amx-greedy-ra.ll
M llvm/test/CodeGen/X86/apx/reloc.mir
A llvm/test/CodeGen/X86/avx10_2bf16-fma.ll
M llvm/test/CodeGen/X86/avx512-ext.ll
M llvm/test/CodeGen/X86/avx512-insert-extract.ll
M llvm/test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll
M llvm/test/CodeGen/X86/avx512fp16-fminimum-fmaximum.ll
A llvm/test/CodeGen/X86/clmul-x86.ll
M llvm/test/CodeGen/X86/clmul.ll
M llvm/test/CodeGen/X86/evex-to-vex-compress.mir
M llvm/test/CodeGen/X86/extractelement-fp.ll
M llvm/test/CodeGen/X86/fixup-bw-copy.mir
M llvm/test/CodeGen/X86/fixup-bw-inst.mir
M llvm/test/CodeGen/X86/fminimum-fmaximum.ll
M llvm/test/CodeGen/X86/fminimumnum-fmaximumnum.ll
M llvm/test/CodeGen/X86/fold-int-pow2-with-fmul-or-fdiv.ll
M llvm/test/CodeGen/X86/fshl.ll
M llvm/test/CodeGen/X86/funnel-shift.ll
M llvm/test/CodeGen/X86/hipe-cc64.ll
M llvm/test/CodeGen/X86/isint.ll
M llvm/test/CodeGen/X86/known-never-zero.ll
M llvm/test/CodeGen/X86/known-pow2.ll
M llvm/test/CodeGen/X86/masked_compressstore.ll
M llvm/test/CodeGen/X86/masked_expandload.ll
M llvm/test/CodeGen/X86/masked_gather.ll
M llvm/test/CodeGen/X86/masked_gather_scatter.ll
M llvm/test/CodeGen/X86/masked_gather_scatter_widen.ll
M llvm/test/CodeGen/X86/masked_load.ll
M llvm/test/CodeGen/X86/masked_store.ll
A llvm/test/CodeGen/X86/musttail-struct.ll
M llvm/test/CodeGen/X86/musttail-tailcc.ll
M llvm/test/CodeGen/X86/phaddsub-undef.ll
M llvm/test/CodeGen/X86/pr162812.ll
M llvm/test/CodeGen/X86/pr172046.ll
A llvm/test/CodeGen/X86/pr174871.ll
M llvm/test/CodeGen/X86/pr77459.ll
M llvm/test/CodeGen/X86/pr89877.ll
M llvm/test/CodeGen/X86/print-reaching-defs.mir
M llvm/test/CodeGen/X86/pseudo-probe-desc-check.ll
M llvm/test/CodeGen/X86/select.ll
M llvm/test/CodeGen/X86/sibcall.ll
A llvm/test/CodeGen/X86/stackaddress.ll
M llvm/test/CodeGen/X86/swifttailcc-store-ret-address-aliasing-stack-slot.ll
M llvm/test/CodeGen/X86/tailcallbyval64.ll
M llvm/test/CodeGen/X86/tailccbyval64.ll
M llvm/test/CodeGen/X86/vector-extract-last-active.ll
M llvm/test/CodeGen/X86/vector-reduce-and-bool.ll
M llvm/test/CodeGen/X86/vector-reduce-fmaximum.ll
M llvm/test/CodeGen/X86/vector-shuffle-v1.ll
A llvm/test/DebugInfo/LoongArch/relax_dwo_ranges.ll
M llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-interpretation.mir
A llvm/test/DebugInfo/MIR/AArch64/dbgcall-site-preserved-subreg.mir
M llvm/test/DebugInfo/MIR/ARM/dbgcall-site-interpretation.mir
M llvm/test/DebugInfo/MIR/InstrRef/x86-fixup-bw-inst-subreb.mir
M llvm/test/DebugInfo/MIR/X86/dbgcall-site-interpretation.mir
A llvm/test/DebugInfo/MIR/X86/dbgcall-site-preserved-after.mir
A llvm/test/DebugInfo/MIR/X86/dbgcall-site-preserved-clobbered.mir
M llvm/test/DebugInfo/RISCV/relax_dwo_ranges.ll
M llvm/test/DebugInfo/X86/x86fixupsetcc-debug-instr-num.mir
M llvm/test/DebugInfo/typeunit-header.test
A llvm/test/ExecutionEngine/JITLink/AArch64/ELF_zero_sized_symbols_with_show_addrs.s
A llvm/test/ExecutionEngine/JITLink/Generic/llvm-jitlink-option-show-addrs.test
M llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_loongarch32_relocations.s
M llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_reloc_addsub.s
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_call_pic.s
M llvm/test/ExecutionEngine/JITLink/systemz/ELF_systemz_reloc_plt.s
M llvm/test/Instrumentation/MemorySanitizer/AArch64/aarch64-matmul.ll
A llvm/test/Instrumentation/MemorySanitizer/AArch64/neon-dot-product.ll
M llvm/test/MC/AMDGPU/add-sub-no-carry.s
M llvm/test/MC/AMDGPU/atomic-fadd-insts.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-packed.s
M llvm/test/MC/AMDGPU/buf-fmt-d16-unpacked.s
M llvm/test/MC/AMDGPU/cpol-err.s
M llvm/test/MC/AMDGPU/dl-insts-err.s
M llvm/test/MC/AMDGPU/dpp-err.s
M llvm/test/MC/AMDGPU/dpp64.s
M llvm/test/MC/AMDGPU/ds-err.s
M llvm/test/MC/AMDGPU/ds-gfx9.s
M llvm/test/MC/AMDGPU/ds.s
M llvm/test/MC/AMDGPU/ds_swizzle.s
M llvm/test/MC/AMDGPU/elf-header-cov.s
M llvm/test/MC/AMDGPU/elf-lds-error.s
M llvm/test/MC/AMDGPU/elf-notes-verify-amdgcn.s
M llvm/test/MC/AMDGPU/elf-notes-verify-r600.s
M llvm/test/MC/AMDGPU/exp-err.s
M llvm/test/MC/AMDGPU/exp-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx10.s
M llvm/test/MC/AMDGPU/expressions-gfx9.s
M llvm/test/MC/AMDGPU/expressions.s
M llvm/test/MC/AMDGPU/fixup64.s
M llvm/test/MC/AMDGPU/flat-gfx10.s
M llvm/test/MC/AMDGPU/flat-gfx9.s
M llvm/test/MC/AMDGPU/flat-global.s
M llvm/test/MC/AMDGPU/flat-scratch-instructions.s
M llvm/test/MC/AMDGPU/flat-scratch-st-mode.s
M llvm/test/MC/AMDGPU/flat-scratch.s
M llvm/test/MC/AMDGPU/flat.s
M llvm/test/MC/AMDGPU/fma-mix.s
M llvm/test/MC/AMDGPU/gfx10-constant-bus.s
M llvm/test/MC/AMDGPU/gfx1011_err.s
M llvm/test/MC/AMDGPU/gfx1030_err.s
M llvm/test/MC/AMDGPU/gfx1030_new.s
M llvm/test/MC/AMDGPU/gfx1030_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s
M llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s
M llvm/test/MC/AMDGPU/gfx10_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx10_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_e64.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopc_sdwa.s
M llvm/test/MC/AMDGPU/gfx10_asm_vopcx.s
M llvm/test/MC/AMDGPU/gfx10_err_pos.s
M llvm/test/MC/AMDGPU/gfx10_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx10_unsupported.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_e64_dpp.s
M llvm/test/MC/AMDGPU/gfx10_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx11-promotions-fake16.s
M llvm/test/MC/AMDGPU/gfx11-promotions.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features-fake16.s
M llvm/test/MC/AMDGPU/gfx1150_asm_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_exp.s
M llvm/test/MC/AMDGPU/gfx11_asm_flat_errs.s
M llvm/test/MC/AMDGPU/gfx11_asm_ldsdir_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf.s
M llvm/test/MC/AMDGPU/gfx11_asm_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_operands.s
M llvm/test/MC/AMDGPU/gfx11_asm_opsel_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem.s
M llvm/test/MC/AMDGPU/gfx11_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_sopk_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vinterp_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop1_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_alias-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_alias.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp16_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_dpp8_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopc.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx-fake16.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3_from_vopcx.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx11_asm_vopd_err.s
M llvm/test/MC/AMDGPU/gfx11_asm_wmma.s
M llvm/test/MC/AMDGPU/gfx11_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx11_unsupported.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_dpp.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e32.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_e64.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa-fake16.s
M llvm/test/MC/AMDGPU/gfx11_unsupported_sdwa.s
M llvm/test/MC/AMDGPU/gfx1250_asm_ds.s
M llvm/test/MC/AMDGPU/gfx1250_asm_load_tr.s
M llvm/test/MC/AMDGPU/gfx1250_asm_operands.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem.s
M llvm/test/MC/AMDGPU/gfx1250_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopk.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp.s
M llvm/test/MC/AMDGPU/gfx1250_asm_sopp_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_unsupported.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vflat_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vimage_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop1_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3cx.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp16.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_dpp8.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd3.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx1250_asm_vsample_err.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx1250_asm_wmma_w32_err.s
M llvm/test/MC/AMDGPU/gfx1250_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop1_err.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_dpp16.s
M llvm/test/MC/AMDGPU/gfx1251_asm_vop3_from_vop2_err.s
M llvm/test/MC/AMDGPU/gfx1251_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_global_load_tr.s
M llvm/test/MC/AMDGPU/gfx12_asm_mimg_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_smem_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mtbuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf.s
M llvm/test/MC/AMDGPU/gfx12_asm_vbuffer_mubuf_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop1_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop2_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop1.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3_from_vop2.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3c.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp16-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp8-fake16.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3cx_dpp8.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_aliases.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_dpp8_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vop3p_features.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopc_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_fake16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_err.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopcx_t16_promote.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd.s
M llvm/test/MC/AMDGPU/gfx12_asm_vopd_errs.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w32.s
M llvm/test/MC/AMDGPU/gfx12_asm_wmma_w64.s
M llvm/test/MC/AMDGPU/gfx12_err.s
M llvm/test/MC/AMDGPU/gfx12_flat_instructions_err.s
M llvm/test/MC/AMDGPU/gfx12_unsupported.s
M llvm/test/MC/AMDGPU/gfx7_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx7_err_pos.s
M llvm/test/MC/AMDGPU/gfx7_unsupported.s
M llvm/test/MC/AMDGPU/gfx8_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx8_err_pos.s
M llvm/test/MC/AMDGPU/gfx8_unsupported.s
M llvm/test/MC/AMDGPU/gfx9-asm-err.s
M llvm/test/MC/AMDGPU/gfx9-vop2be-literal.s
M llvm/test/MC/AMDGPU/gfx908_err.s
M llvm/test/MC/AMDGPU/gfx908_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_asm_features.s
M llvm/test/MC/AMDGPU/gfx90a_err.s
M llvm/test/MC/AMDGPU/gfx90a_err_pos.s
M llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
M llvm/test/MC/AMDGPU/gfx942_asm_features.s
M llvm/test/MC/AMDGPU/gfx942_err.s
M llvm/test/MC/AMDGPU/gfx942_err_pos.s
M llvm/test/MC/AMDGPU/gfx942_unsupported.s
M llvm/test/MC/AMDGPU/gfx950-unsupported.s
M llvm/test/MC/AMDGPU/gfx950_asm_features.s
M llvm/test/MC/AMDGPU/gfx950_asm_read_tr.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop1.s
M llvm/test/MC/AMDGPU/gfx950_asm_vop3.s
M llvm/test/MC/AMDGPU/gfx950_err.s
M llvm/test/MC/AMDGPU/gfx950_invalid_encoding.txt
M llvm/test/MC/AMDGPU/gfx9_4_generic_unsupported.s
M llvm/test/MC/AMDGPU/gfx9_asm_ds_err.s
M llvm/test/MC/AMDGPU/gfx9_err_pos.s
M llvm/test/MC/AMDGPU/gfx9_unsupported.s
M llvm/test/MC/AMDGPU/hsa-diag-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1250-v4.s
M llvm/test/MC/AMDGPU/hsa-gfx1251-v4.s
M llvm/test/MC/AMDGPU/hsa-sym-expr-failure.s
M llvm/test/MC/AMDGPU/invalid-instructions-spellcheck.s
M llvm/test/MC/AMDGPU/isa-version-hsa.s
M llvm/test/MC/AMDGPU/isa-version-pal.s
M llvm/test/MC/AMDGPU/isa-version-unk.s
M llvm/test/MC/AMDGPU/lds_direct-err.s
M llvm/test/MC/AMDGPU/lds_direct-gfx10.s
M llvm/test/MC/AMDGPU/literal16-err.s
M llvm/test/MC/AMDGPU/literals.s
M llvm/test/MC/AMDGPU/literalv216-err.s
M llvm/test/MC/AMDGPU/literalv216.s
M llvm/test/MC/AMDGPU/mad-mix.s
M llvm/test/MC/AMDGPU/mai-err-gfx942.s
M llvm/test/MC/AMDGPU/mai-err.s
M llvm/test/MC/AMDGPU/mai-gfx942.s
M llvm/test/MC/AMDGPU/mai-gfx950-err.s
M llvm/test/MC/AMDGPU/mai-gfx950.s
M llvm/test/MC/AMDGPU/mai.s
M llvm/test/MC/AMDGPU/mcexpr_amd_err.s
M llvm/test/MC/AMDGPU/mimg-err-gfx942.s
M llvm/test/MC/AMDGPU/mimg-err.s
M llvm/test/MC/AMDGPU/mimg.s
M llvm/test/MC/AMDGPU/misaligned-vgpr-tuples-err.s
M llvm/test/MC/AMDGPU/mtbuf-gfx10.s
M llvm/test/MC/AMDGPU/mtbuf.s
M llvm/test/MC/AMDGPU/mubuf-gfx9.s
M llvm/test/MC/AMDGPU/mubuf-gfx950.s
M llvm/test/MC/AMDGPU/mubuf.s
M llvm/test/MC/AMDGPU/out-of-range-registers.s
M llvm/test/MC/AMDGPU/reg-syntax-err.s
M llvm/test/MC/AMDGPU/reg-syntax-extra.s
M llvm/test/MC/AMDGPU/reloc-operands-gfx10.s
M llvm/test/MC/AMDGPU/smem-err.s
M llvm/test/MC/AMDGPU/smem.s
M llvm/test/MC/AMDGPU/smrd-err.s
M llvm/test/MC/AMDGPU/smrd.s
M llvm/test/MC/AMDGPU/sop1-err.s
M llvm/test/MC/AMDGPU/sop1.s
M llvm/test/MC/AMDGPU/sop2-err.s
M llvm/test/MC/AMDGPU/sop2.s
M llvm/test/MC/AMDGPU/sopc-err.s
M llvm/test/MC/AMDGPU/sopc.s
M llvm/test/MC/AMDGPU/sopk-err.s
M llvm/test/MC/AMDGPU/sopk.s
M llvm/test/MC/AMDGPU/sopp-err.s
M llvm/test/MC/AMDGPU/sopp.s
M llvm/test/MC/AMDGPU/trap.s
M llvm/test/MC/AMDGPU/unknown-target-cpu.s
M llvm/test/MC/AMDGPU/vcmpx-gfx10.s
M llvm/test/MC/AMDGPU/vintrp-e64-err.s
M llvm/test/MC/AMDGPU/vintrp-err.s
M llvm/test/MC/AMDGPU/vop-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9-err.s
M llvm/test/MC/AMDGPU/vop1-gfx9.s
M llvm/test/MC/AMDGPU/vop1.s
M llvm/test/MC/AMDGPU/vop2-err.s
M llvm/test/MC/AMDGPU/vop2.s
M llvm/test/MC/AMDGPU/vop3-convert.s
M llvm/test/MC/AMDGPU/vop3-errs.s
M llvm/test/MC/AMDGPU/vop3-gfx9.s
M llvm/test/MC/AMDGPU/vop3-literal.s
M llvm/test/MC/AMDGPU/vop3-modifiers-err.s
M llvm/test/MC/AMDGPU/vop3.s
M llvm/test/MC/AMDGPU/vop3p-err.s
M llvm/test/MC/AMDGPU/vop_dpp.s
M llvm/test/MC/AMDGPU/vop_sdwa.s
M llvm/test/MC/AMDGPU/vopc-errs.s
M llvm/test/MC/AMDGPU/vopc-vi.s
M llvm/test/MC/AMDGPU/wave32.s
M llvm/test/MC/AMDGPU/wave_any.s
M llvm/test/MC/AMDGPU/writelane_m0.s
M llvm/test/MC/AMDGPU/xdl-insts-err.s
M llvm/test/MC/AMDGPU/xnack-mask.s
M llvm/test/MC/COFF/section.s
M llvm/test/MC/Disassembler/AMDGPU/decode-err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-sgpr-max.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10-vop3-literal.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1030_new.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx10_vop3p_literalv216.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp16_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_dpp8_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopc.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3_from_vopcx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx11_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx1250_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_buffer_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop1_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3_from_vop2.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3c.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp16.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3cx_dpp8.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_vop3p_err.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w32.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_dasm_wmma_w64.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx12_vop3cx_warn.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx8_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx908_mai.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop1.txt
M llvm/test/MC/Disassembler/AMDGPU/gfx9_vop3.txt
M llvm/test/MC/Disassembler/AMDGPU/literals.txt
M llvm/test/MC/Disassembler/AMDGPU/si-support.txt
M llvm/test/MC/Disassembler/RISCV/xqccmp-invalid-rlist.txt
M llvm/test/MC/LoongArch/Basic/Integer/invalid.s
M llvm/test/MC/LoongArch/Macros/macros-call.s
M llvm/test/MC/RISCV/rv32e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-invalid.s
M llvm/test/MC/RISCV/rv32xqccmp-valid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64e-xqccmp-valid.s
M llvm/test/MC/RISCV/rv64xqccmp-invalid.s
M llvm/test/MC/RISCV/rv64xqccmp-valid.s
A llvm/test/MC/RISCV/xaifet-amo-valid.s
A llvm/test/MC/RISCV/xaifet-simd-valid.s
M llvm/test/Transforms/AggressiveInstCombine/X86/sqrt.ll
M llvm/test/Transforms/AggressiveInstCombine/memchr.ll
M llvm/test/Transforms/Attributor/nofpclass-fdiv.ll
M llvm/test/Transforms/Attributor/nofpclass-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-frem.ll
M llvm/test/Transforms/Attributor/nofpclass-implied-by-fcmp.ll
M llvm/test/Transforms/Attributor/nofpclass-nan-fmul.ll
M llvm/test/Transforms/Attributor/nofpclass-select.ll
M llvm/test/Transforms/Attributor/nofpclass-sqrt.ll
M llvm/test/Transforms/Attributor/nofpclass.ll
M llvm/test/Transforms/InferAddressSpaces/AMDGPU/ptrmask.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-negative-cases.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave32-optimizations.ll
A llvm/test/Transforms/InstCombine/AMDGPU/mbcnt-wave64-optimizations.ll
A llvm/test/Transforms/InstCombine/X86/x86-scalar-max-min.ll
M llvm/test/Transforms/InstCombine/and.ll
M llvm/test/Transforms/InstCombine/binop-cast.ll
M llvm/test/Transforms/InstCombine/conditional-negation.ll
M llvm/test/Transforms/InstCombine/fabs.ll
M llvm/test/Transforms/InstCombine/fast-math.ll
M llvm/test/Transforms/InstCombine/freeze-integer-intrinsics.ll
M llvm/test/Transforms/InstCombine/minmax-fp.ll
M llvm/test/Transforms/InstCombine/saturating-add-sub.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-exp.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fadd.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fmul.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fpext.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc-round.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-fptrunc.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-maximumnum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimum.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-minimumnum.ll
A llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-rounding-intrinsics.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass-sqrt.ll
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
M llvm/test/Transforms/InstCombine/sub-ashr-or-to-icmp-select.ll
M llvm/test/Transforms/InstCombine/switch-xor.ll
M llvm/test/Transforms/InstCombine/umin_cttz_ctlz.ll
A llvm/test/Transforms/InstCombine/vector-reduce-add-known-bits.ll
M llvm/test/Transforms/InstCombine/xor-and-or.ll
M llvm/test/Transforms/InstCombine/xor-ashr.ll
M llvm/test/Transforms/InstSimplify/floating-point-compare.ll
M llvm/test/Transforms/LoopUnroll/convergent.controlled.ll
M llvm/test/Transforms/LoopUnroll/followup.ll
M llvm/test/Transforms/LoopUnroll/partial-unroll-reductions.ll
M llvm/test/Transforms/LoopUnroll/pr131465.ll
A llvm/test/Transforms/LoopUnroll/unroll-dont-copy-latch-loop-id.ll
M llvm/test/Transforms/LoopUnroll/unroll-loads-cse.ll
M llvm/test/Transforms/LoopVectorize/AArch64/check-prof-info.ll
A llvm/test/Transforms/LoopVectorize/AArch64/conditional-scalar-assignment.ll
M llvm/test/Transforms/LoopVectorize/AArch64/early_exit_costs.ll
A llvm/test/Transforms/LoopVectorize/AArch64/findlast-epilogue-loop.ll
A llvm/test/Transforms/LoopVectorize/AArch64/hoist-predicated-loads-scalable.ll
M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
M llvm/test/Transforms/LoopVectorize/AArch64/multiple-result-intrinsics.ll
A llvm/test/Transforms/LoopVectorize/AArch64/partial-reduce-add-sdot-i16-i32.ll
M llvm/test/Transforms/LoopVectorize/AArch64/simple_early_exit.ll
M llvm/test/Transforms/LoopVectorize/AArch64/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/AArch64/vplan-printing.ll
A llvm/test/Transforms/LoopVectorize/RISCV/cse.ll
A llvm/test/Transforms/LoopVectorize/RISCV/pointer-induction-rv32.ll
M llvm/test/Transforms/LoopVectorize/RISCV/scalable-tailfold.ll
M llvm/test/Transforms/LoopVectorize/RISCV/tail-folding-complex-mask.ll
M llvm/test/Transforms/LoopVectorize/RISCV/uniform-load-store.ll
M llvm/test/Transforms/LoopVectorize/RISCV/vplan-vp-intrinsics-reduction.ll
M llvm/test/Transforms/LoopVectorize/WebAssembly/memory-interleave.ll
A llvm/test/Transforms/LoopVectorize/X86/conditional-scalar-assignment.ll
A llvm/test/Transforms/LoopVectorize/X86/predicated-udiv.ll
M llvm/test/Transforms/LoopVectorize/X86/replicating-load-store-costs.ll
A llvm/test/Transforms/LoopVectorize/X86/vplan-single-bit-ind-var-width-4.ll
M llvm/test/Transforms/LoopVectorize/branch-weights.ll
M llvm/test/Transforms/LoopVectorize/cast-induction.ll
A llvm/test/Transforms/LoopVectorize/conditional-scalar-assignment-vplan.ll
M llvm/test/Transforms/LoopVectorize/epilog-vectorization-reductions.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-decreasing.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-no-wrap.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-non-const-iv-start.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp-trunc.ll
M llvm/test/Transforms/LoopVectorize/iv-select-cmp.ll
M llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
M llvm/test/Transforms/LoopVectorize/pr43166-fold-tail-by-masking.ll
M llvm/test/Transforms/LoopVectorize/select-cmp.ll
A llvm/test/Transforms/LoopVectorize/select-folds.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-deref-assumptions.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-hint.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave-only.ll
M llvm/test/Transforms/LoopVectorize/single-early-exit-interleave.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit_live_outs.ll
M llvm/test/Transforms/LoopVectorize/single_early_exit_with_outer_loop.ll
M llvm/test/Transforms/LoopVectorize/vector-loop-backedge-elimination-early-exit.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing-reductions.ll
M llvm/test/Transforms/MemCpyOpt/stack-move.ll
M llvm/test/Transforms/PGOProfile/indirect_call_promotion_unique.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/std-find.ll
M llvm/test/Transforms/PhaseOrdering/AArch64/udotabd.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/memcpy-inline-non-constant-len.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/memset-inline-non-constant-len.ll
M llvm/test/Transforms/PreISelIntrinsicLowering/X86/objc-arc.ll
M llvm/test/Transforms/SROA/scalable-vectors-with-known-vscale.ll
M llvm/test/Transforms/SROA/slice-width.ll
M llvm/test/Transforms/SROA/vector-conversion.ll
M llvm/test/Transforms/SROA/vector-promotion.ll
A llvm/test/Transforms/SampleProfile/Inputs/fn-alias.prof
A llvm/test/Transforms/SampleProfile/fn-alias.ll
M llvm/test/Transforms/SeparateConstOffsetFromGEP/negative-i32-offset.ll
A llvm/test/Transforms/VectorCombine/AMDGPU/combine-scalar-selects.ll
M llvm/test/Transforms/VectorCombine/X86/shuffle-of-fma-const.ll
A llvm/test/Verifier/AArch64/intrinsic-immarg.ll
A llvm/test/Verifier/arbitrary-fp-convert.ll
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.generated.expected
M llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/loongarch_generated_funcs.ll.nogenerated.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll
A llvm/test/tools/UpdateTestChecks/update_test_checks/Inputs/keep-label-name.ll.expected
A llvm/test/tools/UpdateTestChecks/update_test_checks/keep-label-name.test
M llvm/test/tools/dsymutil/X86/modules-empty.m
A llvm/test/tools/dxil-dis/switch.ll
M llvm/test/tools/llvm-cov/branch-templates.test
M llvm/test/tools/llvm-exegesis/AArch64/setReg_init_check.s
M llvm/test/tools/llvm-mca/AArch64/Cortex/A710-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-basic-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-bf16-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-complxnum-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fp16fml-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-fptoint-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-i8mm-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-mte-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-neon-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-rcpc-immo-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
M llvm/test/tools/llvm-mca/RISCV/SiFiveX390/vector-fp.s
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fma.test
M llvm/test/tools/llvm-mca/RISCV/SpacemitX60/rvv/fp.test
M llvm/test/tools/llvm-mca/X86/Haswell/mulx-same-regs.s
M llvm/test/tools/llvm-mca/X86/SkylakeClient/mulx-same-regs.s
M llvm/test/tools/llvm-mca/X86/Znver3/mulx-same-regs.s
A llvm/test/tools/llvm-objcopy/ELF/update-section-not-in-segment.test
R llvm/test/tools/llvm-objdump/MachO/Inputs/LLVM-bundle.macho-x86_64
R llvm/test/tools/llvm-objdump/MachO/LLVM-bundle.test
M llvm/test/tools/llvm-profdata/sample-nametable.test
M llvm/test/tools/llvm-ranlib/D-flag.test
M llvm/test/tools/llvm-readobj/ELF/reloc-types-loongarch64.test
M llvm/tools/bugpoint-passes/CMakeLists.txt
M llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
M llvm/tools/dsymutil/LinkUtils.h
M llvm/tools/dsymutil/MachOUtils.cpp
M llvm/tools/dsymutil/MachOUtils.h
M llvm/tools/dsymutil/Options.td
M llvm/tools/dsymutil/dsymutil.cpp
M llvm/tools/lli/lli.cpp
M llvm/tools/llvm-config/llvm-config.cpp
M llvm/tools/llvm-cov/CodeCoverage.cpp
M llvm/tools/llvm-cov/CoverageReport.cpp
M llvm/tools/llvm-cov/CoverageViewOptions.h
M llvm/tools/llvm-cov/TestingSupport.cpp
M llvm/tools/llvm-cxxdump/llvm-cxxdump.cpp
M llvm/tools/llvm-dis/llvm-dis.cpp
M llvm/tools/llvm-exegesis/lib/Analysis.cpp
M llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp
M llvm/tools/llvm-ifs/llvm-ifs.cpp
M llvm/tools/llvm-ir2vec/llvm-ir2vec.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
M llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
M llvm/tools/llvm-lipo/llvm-lipo.cpp
M llvm/tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp
M llvm/tools/llvm-mca/Views/BottleneckAnalysis.cpp
M llvm/tools/llvm-mca/Views/DispatchStatistics.cpp
M llvm/tools/llvm-mca/Views/InstructionView.cpp
M llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
M llvm/tools/llvm-mca/Views/RetireControlUnitStatistics.cpp
M llvm/tools/llvm-mca/Views/SummaryView.cpp
M llvm/tools/llvm-mca/llvm-mca.cpp
M llvm/tools/llvm-nm/llvm-nm.cpp
M llvm/tools/llvm-objdump/COFFDump.cpp
M llvm/tools/llvm-objdump/ELFDump.cpp
M llvm/tools/llvm-objdump/MachODump.cpp
M llvm/tools/llvm-objdump/WasmDump.cpp
M llvm/tools/llvm-objdump/XCOFFDump.cpp
M llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp
M llvm/tools/llvm-size/llvm-size.cpp
M llvm/tools/obj2yaml/obj2yaml.cpp
M llvm/unittests/ADT/APFloatTest.cpp
M llvm/unittests/ADT/APIntTest.cpp
M llvm/unittests/ADT/FloatingPointMode.cpp
M llvm/unittests/ADT/STLExtrasTest.cpp
M llvm/unittests/ADT/STLForwardCompatTest.cpp
M llvm/unittests/Analysis/ValueTrackingTest.cpp
M llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp
M llvm/unittests/Frontend/HLSLRootSignatureDumpTest.cpp
M llvm/unittests/IR/MetadataTest.cpp
M llvm/unittests/IR/ModuleTest.cpp
M llvm/unittests/Object/ELFTest.cpp
M llvm/unittests/Support/KnownBitsTest.cpp
M llvm/unittests/Support/raw_ostream_test.cpp
M llvm/unittests/Target/AArch64/AArch64SelectionDAGTest.cpp
M llvm/unittests/TargetParser/Host.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
M llvm/unittests/TargetParser/TargetParserTest.cpp
M llvm/unittests/Transforms/Utils/LoopUtilsTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanUncountableExitTest.cpp
M llvm/utils/TableGen/Basic/TableGen.cpp
M llvm/utils/TableGen/CMakeLists.txt
M llvm/utils/TableGen/Common/CMakeLists.txt
R llvm/utils/TableGen/Common/DAGISelMatcher.cpp
R llvm/utils/TableGen/Common/DAGISelMatcher.h
M llvm/utils/TableGen/Common/PredicateExpander.cpp
M llvm/utils/TableGen/DAGISelEmitter.cpp
A llvm/utils/TableGen/DAGISelMatcher.cpp
A llvm/utils/TableGen/DAGISelMatcher.h
M llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
M llvm/utils/TableGen/DAGISelMatcherGen.cpp
M llvm/utils/TableGen/DAGISelMatcherOpt.cpp
M llvm/utils/UnicodeData/UnicodeNameMappingGenerator.cpp
M llvm/utils/UpdateTestChecks/common.py
M llvm/utils/git-llvm-push
M llvm/utils/git/github-automation.py
A llvm/utils/git/ids-check-helper.py
M llvm/utils/git/requirements.txt
M llvm/utils/git/requirements.txt.in
M llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn
M llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
M llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
M llvm/utils/gn/secondary/compiler-rt/test/asan/BUILD.gn
M llvm/utils/gn/secondary/libcxx/include/BUILD.gn
M llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/ExecutionEngine/Orc/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/Target/AArch64/BUILD.gn
M llvm/utils/gn/secondary/llvm/lib/Target/RISCV/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Analysis/InlineAdvisorPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Analysis/InlineOrderPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Passes/Plugins/DoublerPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/unittests/Passes/Plugins/TestPlugin/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
M llvm/utils/gn/secondary/llvm/utils/TableGen/Common/BUILD.gn
M llvm/utils/gn/secondary/llvm/version.gni
M llvm/utils/lit/lit/TestRunner.py
M llvm/utils/lit/lit/__init__.py
R llvm/utils/lit/tests/Inputs/shtest-shell/capital-t-error-message.txt
M llvm/utils/lit/tests/shtest-shell.py
M llvm/utils/lldbDataFormatters.py
M llvm/utils/mlgo-utils/mlgo/__init__.py
M llvm/utils/profcheck-xfail.txt
M llvm/utils/release/export.sh
M llvm/utils/release/github-upload-release.py
M mlir/cmake/modules/AddMLIRPython.cmake
M mlir/docs/Bindings/Python.md
M mlir/include/mlir-c/BuiltinAttributes.h
M mlir/include/mlir/Analysis/DataFlowFramework.h
M mlir/include/mlir/Bindings/Python/IRAttributes.h
M mlir/include/mlir/Bindings/Python/IRCore.h
M mlir/include/mlir/Bindings/Python/Nanobind.h
M mlir/include/mlir/Bindings/Python/NanobindUtils.h
M mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.h
M mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVEnums.h
M mlir/include/mlir/Dialect/Tosa/IR/TargetEnv.h
M mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
A mlir/include/mlir/Dialect/Utils/VerificationUtils.h
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUOps.td
M mlir/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.td
M mlir/include/mlir/Dialect/XeGPU/Transforms/Passes.td
M mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
M mlir/include/mlir/Dialect/XeGPU/Utils/XeGPUUtils.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.h
M mlir/include/mlir/Interfaces/ControlFlowInterfaces.td
M mlir/include/mlir/Interfaces/LoopLikeInterface.td
M mlir/include/mlir/Interfaces/TilingInterface.td
M mlir/lib/Analysis/AliasAnalysis/LocalAliasAnalysis.cpp
M mlir/lib/Analysis/DataFlow/SparseAnalysis.cpp
M mlir/lib/Analysis/SliceWalk.cpp
M mlir/lib/Bindings/Python/DialectIRDL.cpp
M mlir/lib/Bindings/Python/DialectLLVM.cpp
M mlir/lib/Bindings/Python/DialectLinalg.cpp
M mlir/lib/Bindings/Python/DialectQuant.cpp
M mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
M mlir/lib/Bindings/Python/IRAffine.cpp
M mlir/lib/Bindings/Python/IRAttributes.cpp
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/lib/Bindings/Python/IRTypes.cpp
M mlir/lib/Bindings/Python/Rewrite.cpp
M mlir/lib/Bindings/Python/TransformInterpreter.cpp
M mlir/lib/CAPI/IR/BuiltinAttributes.cpp
M mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
M mlir/lib/Conversion/SPIRVCommon/Pattern.h
M mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
M mlir/lib/Dialect/Arith/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Arith/Transforms/IntRangeOptimizations.cpp
M mlir/lib/Dialect/Async/IR/Async.cpp
M mlir/lib/Dialect/Bufferization/IR/BufferizationOps.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation.cpp
M mlir/lib/Dialect/Complex/IR/ComplexOps.cpp
M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/GPU/Pipelines/GPUToXeVMPipeline.cpp
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/lib/Dialect/Linalg/Transforms/Specialize.cpp
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
M mlir/lib/Dialect/SPIRV/IR/MemoryOps.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVDialect.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVEnums.cpp
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/lib/Dialect/Shape/Transforms/OutlineShapeComputation.cpp
M mlir/lib/Dialect/SparseTensor/IR/Detail/DimLvlMapParser.cpp
M mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
M mlir/lib/Dialect/Tensor/Transforms/SwapExtractSliceWithProducerPatterns.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/lib/Dialect/Transform/TuneExtension/TuneExtensionOps.cpp
M mlir/lib/Dialect/Utils/CMakeLists.txt
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
A mlir/lib/Dialect/Utils/VerificationUtils.cpp
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
M mlir/lib/Dialect/XeGPU/Transforms/CMakeLists.txt
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp
R mlir/lib/Dialect/XeGPU/Transforms/XeGPUOptimizeBlockLoads.cpp
A mlir/lib/Dialect/XeGPU/Transforms/XeGPUPeepHoleOptimizer.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUUnroll.cpp
M mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp
M mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp
M mlir/lib/IR/Remarks.cpp
M mlir/lib/Interfaces/ControlFlowInterfaces.cpp
M mlir/lib/Interfaces/LoopLikeInterface.cpp
M mlir/lib/Support/TypeID.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/python/mlir/_mlir_libs/__init__.py
M mlir/test/Analysis/DataFlow/test-dead-code-analysis.mlir
M mlir/test/Conversion/MemRefToSPIRV/alloc.mlir
A mlir/test/Conversion/SCFToOpenMP/vector-reduction.mlir
M mlir/test/Dialect/AMDGPU/canonicalize.mlir
M mlir/test/Dialect/Arith/int-range-interface.mlir
M mlir/test/Dialect/Arith/int-range-narrowing.mlir
M mlir/test/Dialect/Arith/invalid.mlir
M mlir/test/Dialect/Bufferization/canonicalize.mlir
M mlir/test/Dialect/Bufferization/invalid.mlir
M mlir/test/Dialect/Complex/canonicalize.mlir
M mlir/test/Dialect/GPU/invalid.mlir
M mlir/test/Dialect/LLVMIR/nvvm-test-range.mlir
M mlir/test/Dialect/Linalg/vectorization/unsupported.mlir
M mlir/test/Dialect/MemRef/canonicalize.mlir
M mlir/test/Dialect/MemRef/invalid.mlir
M mlir/test/Dialect/MemRef/ops.mlir
M mlir/test/Dialect/OpenACC/invalid.mlir
M mlir/test/Dialect/SCF/canonicalize.mlir
M mlir/test/Dialect/SCF/invalid.mlir
M mlir/test/Dialect/SparseTensor/fuse_sparse_pad_with_consumer.mlir
M mlir/test/Dialect/SparseTensor/sparse_conv_2d_slice_based.mlir
M mlir/test/Dialect/SparseTensor/sparse_pack.mlir
M mlir/test/Dialect/SparseTensor/sparse_perm_lower.mlir
M mlir/test/Dialect/Tensor/invalid.mlir
M mlir/test/Dialect/Tosa/level_check.mlir
M mlir/test/Dialect/Tosa/tosa-validation-valid.mlir
M mlir/test/Dialect/Vector/canonicalize.mlir
R mlir/test/Dialect/XeGPU/optimize-transpose.mlir
A mlir/test/Dialect/XeGPU/peephole-optimize.mlir
M mlir/test/Dialect/XeGPU/subgroup-distribute.mlir
M mlir/test/Dialect/XeGPU/xegpu-blocking.mlir
M mlir/test/Dialect/XeGPU/xegpu-wg-to-sg.mlir
M mlir/test/Interfaces/TilingInterface/tile-and-fuse-using-interface.mlir
M mlir/test/Interfaces/TilingInterface/tile-and-fuse-with-reduction-tiling.mlir
M mlir/test/Target/LLVMIR/openmp-todo.mlir
M mlir/test/Transforms/remove-dead-values.mlir
M mlir/test/lib/Analysis/TestDataFlowFramework.cpp
M mlir/test/lib/Dialect/Test/TestOpDefs.cpp
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/python/dialects/python_test.py
M mlir/test/python/dialects/rocdl.py
M mlir/test/python/dialects/ub.py
M mlir/test/python/ir/attributes.py
M mlir/test/python/ir/operation.py
M mlir/test/python/ir/value.py
M mlir/test/python/lib/PythonTestModuleNanobind.cpp
M mlir/test/python/rewrite.py
M mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
M mlir/tools/mlir-tblgen/OpGenHelpers.h
M mlir/unittests/Interfaces/ControlFlowInterfacesTest.cpp
M offload/include/Shared/Debug.h
M offload/include/Shared/EnvironmentVar.h
M offload/include/Shared/Profile.h
M offload/include/omptarget.h
M offload/liboffload/API/Memory.td
M offload/liboffload/src/OffloadImpl.cpp
M offload/libomptarget/omptarget.cpp
M offload/plugins-nextgen/amdgpu/dynamic_hsa/hsa.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h
M offload/plugins-nextgen/common/include/MemoryManager.h
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/GlobalHandler.cpp
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
M offload/plugins-nextgen/host/dynamic_ffi/ffi.cpp
M offload/plugins-nextgen/host/src/rtl.cpp
M offload/plugins-nextgen/level_zero/include/L0Device.h
M offload/plugins-nextgen/level_zero/include/L0Trace.h
M offload/plugins-nextgen/level_zero/src/L0Context.cpp
M offload/plugins-nextgen/level_zero/src/L0Device.cpp
M offload/plugins-nextgen/level_zero/src/L0DynWrapper.cpp
M offload/plugins-nextgen/level_zero/src/L0Kernel.cpp
M offload/plugins-nextgen/level_zero/src/L0Memory.cpp
M offload/plugins-nextgen/level_zero/src/L0Options.cpp
M offload/plugins-nextgen/level_zero/src/L0Plugin.cpp
M offload/plugins-nextgen/level_zero/src/L0Program.cpp
M offload/unittests/Conformance/lib/CMakeLists.txt
M offload/unittests/OffloadAPI/CMakeLists.txt
A offload/unittests/OffloadAPI/memory/olMemRegister.cpp
M openmp/Maintainers.md
M openmp/cmake/modules/LibompHandleFlags.cmake
M openmp/libompd/gdb-plugin/ompdModule.c
M openmp/runtime/CMakeLists.txt
M openmp/runtime/src/CMakeLists.txt
M openmp/runtime/src/kmp_runtime.cpp
A openmp/runtime/test/Unit/lit.cfg.py
A openmp/runtime/test/Unit/lit.site.cfg.py.in
M openmp/runtime/test/api/omp60_memory_routines.c
M openmp/runtime/test/lit.cfg
A openmp/runtime/unittests/CMakeLists.txt
A openmp/runtime/unittests/README.md
A openmp/runtime/unittests/String/CMakeLists.txt
A openmp/runtime/unittests/String/TestKmpStr.cpp
A orc-rt/Maintainers.md
M polly/lib/Analysis/ScopBuilder.cpp
M utils/bazel/llvm-project-overlay/clang/BUILD.bazel
M utils/bazel/llvm-project-overlay/clang/unittests/BUILD.bazel
M utils/bazel/llvm-project-overlay/compiler-rt/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/covgen' into users/chapuni/mcdc/nest/bitmapaddr
Commit: ef2ee434e14ec74cadeec76c3397bba075125bd6
https://github.com/llvm/llvm-project/commit/ef2ee434e14ec74cadeec76c3397bba075125bd6
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .ci/compute_projects.py
M .github/new-prs-labeler.yml
M .github/workflows/commit-access-review.yml
A .github/workflows/commit-create-issue.py
M .github/workflows/containers/github-action-ci-tooling/Dockerfile
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .github/workflows/get-llvm-version/action.yml
A .github/workflows/ids-check.yml
M .github/workflows/issue-write.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
R .github/workflows/release-lit.yml
M .github/workflows/release-sources.yml
M .github/workflows/release-tasks.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Core/DebugNames.cpp
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-helper.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-main.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M bolt/utils/docker-tests/Dockerfile
M clang-tools-extra/Maintainers.rst
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantTypenameCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/index/FileIndex.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/abseil/faster-strsplit-delimiter.cpp
A clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers-constinit.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/function-cognitive-complexity.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/redundant-typename.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/Maintainers.rst
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/LanguageExtensions.rst
M clang/docs/LibASTMatchersReference.html
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
A clang/docs/ScalableStaticAnalysisFramework/Framework.rst
A clang/docs/ScalableStaticAnalysisFramework/SummaryExtraction.rst
M clang/docs/ThreadSanitizer.rst
M clang/docs/index.rst
M clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/Stmt.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LiveOrigins.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/Loans.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAArch64.def
R clang/include/clang/Basic/BuiltinsAMDGPU.def
A clang/include/clang/Basic/BuiltinsAMDGPU.td
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/BuiltinsX86.td
M clang/include/clang/Basic/CMakeLists.txt
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/Cuda.h
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticASTKinds.td
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/Features.def
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/TargetBuiltins.h
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/CodeGen/ModuleBuilder.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Driver/SanitizerArgs.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
A clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/include/module.modulemap
M clang/lib/APINotes/APINotesYAMLCompiler.cpp
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/ByteCode/Program.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/Stmt.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/LiveOrigins.cpp
M clang/lib/Analysis/LifetimeSafety/Loans.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AMDGPU.cpp
M clang/lib/Basic/Targets/AMDGPU.h
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/RISCV.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.h
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.cpp
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.h
M clang/lib/CIR/Interfaces/CIRLoopOpInterface.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCGNU.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/MCDCState.h
M clang/lib/CodeGen/ModuleBuilder.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/CodeGen/TargetBuiltins/X86.cpp
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/SanitizerArgs.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Flang.cpp
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/lib/Format/WhitespaceManager.h
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/ModuleDependencyCollector.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/arm_acle.h
M clang/lib/Headers/avx512fintrin.h
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/lib/Headers/avx512vlintrin.h
M clang/lib/Headers/avxintrin.h
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
M clang/lib/Headers/opencl-c.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Headers/xmmintrin.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.h
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/JumpDiagnostics.cpp
M clang/lib/Sema/OpenCLBuiltins.td
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaARM.cpp
M clang/lib/Sema/SemaCUDA.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/WebKit/ForwardDeclChecker.cpp
M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/lib/Tooling/Tooling.cpp
M clang/test/AST/ByteCode/builtin-bit-cast.cpp
M clang/test/AST/ByteCode/builtins.cpp
M clang/test/AST/ByteCode/c.c
M clang/test/AST/ByteCode/codegen.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/functions.cpp
M clang/test/AST/ByteCode/invalid.cpp
M clang/test/AST/ByteCode/lifetimes.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/AST/ast-dump-templates.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/call-invalidation.cpp
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/csv2json.py
M clang/test/Analysis/cxx-uninitialized-object-inheritance.cpp
M clang/test/Analysis/cxx-uninitialized-object.cpp
A clang/test/Analysis/cxx20-range-for-cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/Analysis/uninit-ps-rdar6145427.m
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic-scoped.c
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/basic.c
M clang/test/CIR/CodeGen/basic.cpp
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/bitfields_be.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/fold-during-cg.c
M clang/test/CIR/CodeGen/goto.cpp
M clang/test/CIR/CodeGen/new.cpp
M clang/test/CIR/CodeGen/placement-new.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/pointers.cpp
M clang/test/CIR/CodeGen/statement-exprs.c
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/switch.cpp
M clang/test/CIR/CodeGen/ternary.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
A clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
M clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/permd-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/sse41-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
A clang/test/CIR/IR/method-attr.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
M clang/test/CIR/Lowering/goto.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CXX/except/except.spec/p13-friend.cpp
M clang/test/CXX/temp/temp.pre/p6.cpp
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
A clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
M clang/test/CodeGen/RISCV/bitint.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
M clang/test/CodeGen/X86/keylocker.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
M clang/test/CodeGen/arm_acle.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
A clang/test/CodeGen/builtin-stackaddress.c
M clang/test/CodeGen/builtins-arm64.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int-cc.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
A clang/test/CodeGenCXX/builtin-stackaddress.cpp
M clang/test/CodeGenCXX/ctor-empty-nounique.cpp
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/pragma-gcc-unroll.cpp
M clang/test/CodeGenCXX/pragma-unroll.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx908.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx942.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx950.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptGetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptSetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSplat.hlsl
M clang/test/CodeGenHLSL/BoolMatrix.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
M clang/test/CodeGenOpenCL/amdgpu-cluster-dims.cl
M clang/test/CodeGenOpenCL/amdgpu-features.cl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/DebugInfo/CXX/simple-template-names.cpp
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/aarch64-mcpu.c
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
A clang/test/Driver/cuda-arch-list.cu
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/loongarch-relax-features.c
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/print-enabled-extensions/aarch64-ampere1c.c
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Driver/ps5-linker.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Frontend/rewrite-includes-bom.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
M clang/test/Lexer/has_feature_undefined_behavior_sanitizer.cpp
A clang/test/Misc/cc1as-sframe.s
M clang/test/Misc/target-invalid-cpu-note/aarch64.c
M clang/test/Misc/target-invalid-cpu-note/riscv.c
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr149404-02.cppm
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr172241.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
M clang/test/Parser/MicrosoftExtensions.c
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Preprocessor/init.c
M clang/test/Profile/c-mcdc-logicalop-ternary.c
M clang/test/Profile/c-mcdc-not.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
M clang/test/Sema/builtin-stackaddress.c
M clang/test/Sema/builtins-arm64.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
M clang/test/Sema/constexpr.c
M clang/test/Sema/scope-check.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/unroll-template-value-crash.cpp
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/builtin-is-within-lifetime.cpp
M clang/test/SemaCXX/constant-expression-cxx14.cpp
M clang/test/SemaCXX/constant-expression-cxx2a.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx11-attr-print.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHIP/amdgpu-global-load-lds-template.hip
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/test/SemaTemplate/deduction.cpp
M clang/test/TableGen/target-builtins-prototype-parser.td
M clang/tools/clang-import-test/clang-import-test.cpp
M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/CodeGen/TestCompiler.h
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/unittests/Tooling/ToolingTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/ClangBuiltinsEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M cmake/Modules/LLVMVersion.cmake
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/builtins/arm/addsf3.S
M compiler-rt/lib/builtins/fp_add_impl.inc
M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
M compiler-rt/lib/rtsan/CMakeLists.txt
M compiler-rt/lib/rtsan/rtsan_context.cpp
M compiler-rt/lib/rtsan/rtsan_suppressions.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/CMakeLists.txt
M flang-rt/cmake/modules/GetToolchainDirs.cmake
M flang-rt/cmake/modules/HandleLibs.cmake
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/lib/runtime/sum.cpp
M flang-rt/test/CMakeLists.txt
M flang-rt/unittests/Runtime/NumericalFormatTest.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang/docs/Aliasing.md
M flang/docs/CMakeLists.txt
M flang/docs/Extensions.md
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
M flang/docs/ReleaseNotes.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/complex.h
M flang/include/flang/Evaluate/real.h
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Passes.h
M flang/include/flang/Optimizer/OpenACC/Passes.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
A flang/include/flang/Optimizer/Transforms/FIRToMemRefTypeConverter.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/include/flang/Semantics/expression.h
M flang/lib/Evaluate/complex.cpp
M flang/lib/Evaluate/fold-matmul.h
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/fold-reduction.h
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/ConvertConstant.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
A flang/lib/Optimizer/OpenACC/Transforms/ACCUseDeviceCanonicalizer.cpp
M flang/lib/Optimizer/OpenACC/Transforms/CMakeLists.txt
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
M flang/test/Driver/unsafe-cray-pointers.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Evaluate/bug89528.f90
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/OpenACC/use-device-canonicalizer.mlir
M flang/test/Fir/convert-memref-codegen.mlir
M flang/test/Fir/convert-to-llvm.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
A flang/test/Integration/select-case-pointer-assign.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/CUDA/cuda-gpu-managed.cuf
A flang/test/Lower/HLFIR/prefetch.f90
M flang/test/Lower/Intrinsics/show_descriptor.f90
R flang/test/Lower/OpenACC/Todo/acc-cache.f90
A flang/test/Lower/OpenACC/acc-cache.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-2.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
M flang/test/Lower/array-elemental-subroutines.f90
M flang/test/Lower/array-expression-assumed-size.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/array-expression-slice-2.f90
M flang/test/Lower/array-expression-subscript.f90
M flang/test/Lower/array-substring.f90
M flang/test/Lower/array-temp.f90
M flang/test/Lower/array-user-def-assignments.f90
M flang/test/Lower/array-wide-char.f90
M flang/test/Lower/array.f90
M flang/test/Lower/associate-construct-2.f90
M flang/test/Lower/assumed-shape-callee.f90
M flang/test/Lower/assumed-type.f90
M flang/test/Lower/basic-call.f90
M flang/test/Lower/block.f90
M flang/test/Lower/call-copy-in-out.f90
M flang/test/Lower/call-implicit.f90
M flang/test/Lower/call.f90
M flang/test/Lower/character-compare.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
M flang/test/Semantics/OpenACC/acc-cache-validity.f90
M flang/test/Semantics/OpenMP/clause-validity01.f90
M flang/test/Semantics/OpenMP/cray-pointer-usage.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
M flang/test/Semantics/OpenMP/linear-iter.f90
A flang/test/Semantics/OpenMP/simd-linear-array.f90
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug175207.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/modfile82.f90
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/FIRToMemRef/alloca.mlir
A flang/test/Transforms/FIRToMemRef/array-coor-op.mlir
A flang/test/Transforms/FIRToMemRef/complex.mlir
A flang/test/Transforms/FIRToMemRef/convert-opt.mlir
A flang/test/Transforms/FIRToMemRef/cuda-alloca.mlir
A flang/test/Transforms/FIRToMemRef/derived-types.mlir
A flang/test/Transforms/FIRToMemRef/index.mlir
A flang/test/Transforms/FIRToMemRef/load-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-dynamic.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/load-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/logical.mlir
A flang/test/Transforms/FIRToMemRef/no-declare.mlir
A flang/test/Transforms/FIRToMemRef/reject-conversions.mlir
A flang/test/Transforms/FIRToMemRef/replace.mlir
A flang/test/Transforms/FIRToMemRef/slice.mlir
A flang/test/Transforms/FIRToMemRef/store-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/store-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/store-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/tbaa-tag.mlir
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/Transforms/tbaa-cray-pointer.fir
M flang/test/lit.site.cfg.py.in
M flang/tools/bbc/bbc.cpp
M libc/.gitignore
M libc/Maintainers.rst
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/baremetal/aarch64/headers.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/headers.txt
M libc/docs/hand_in_hand.rst
M libc/hdr/CMakeLists.txt
A libc/hdr/elf_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/Elf32_Addr.h
A libc/hdr/types/Elf32_Chdr.h
A libc/hdr/types/Elf32_Dyn.h
A libc/hdr/types/Elf32_Ehdr.h
A libc/hdr/types/Elf32_Half.h
A libc/hdr/types/Elf32_Lword.h
A libc/hdr/types/Elf32_Nhdr.h
A libc/hdr/types/Elf32_Off.h
A libc/hdr/types/Elf32_Phdr.h
A libc/hdr/types/Elf32_Rel.h
A libc/hdr/types/Elf32_Rela.h
A libc/hdr/types/Elf32_Shdr.h
A libc/hdr/types/Elf32_Sword.h
A libc/hdr/types/Elf32_Sym.h
A libc/hdr/types/Elf32_Verdaux.h
A libc/hdr/types/Elf32_Verdef.h
A libc/hdr/types/Elf32_Vernaux.h
A libc/hdr/types/Elf32_Verneed.h
A libc/hdr/types/Elf32_Versym.h
A libc/hdr/types/Elf32_Word.h
A libc/hdr/types/Elf64_Addr.h
A libc/hdr/types/Elf64_Chdr.h
A libc/hdr/types/Elf64_Dyn.h
A libc/hdr/types/Elf64_Ehdr.h
A libc/hdr/types/Elf64_Half.h
A libc/hdr/types/Elf64_Lword.h
A libc/hdr/types/Elf64_Nhdr.h
A libc/hdr/types/Elf64_Off.h
A libc/hdr/types/Elf64_Phdr.h
A libc/hdr/types/Elf64_Rel.h
A libc/hdr/types/Elf64_Rela.h
A libc/hdr/types/Elf64_Shdr.h
A libc/hdr/types/Elf64_Sword.h
A libc/hdr/types/Elf64_Sxword.h
A libc/hdr/types/Elf64_Sym.h
A libc/hdr/types/Elf64_Verdaux.h
A libc/hdr/types/Elf64_Verdef.h
A libc/hdr/types/Elf64_Vernaux.h
A libc/hdr/types/Elf64_Verneed.h
A libc/hdr/types/Elf64_Versym.h
A libc/hdr/types/Elf64_Word.h
A libc/hdr/types/Elf64_Xword.h
M libc/include/CMakeLists.txt
M libc/include/elf.yaml
A libc/include/link.h.def
M libc/include/link.yaml
M libc/include/llvm-libc-macros/elf-macros.h
M libc/include/llvm-libc-macros/link-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/Elf32_Addr.h
A libc/include/llvm-libc-types/Elf32_Chdr.h
A libc/include/llvm-libc-types/Elf32_Dyn.h
A libc/include/llvm-libc-types/Elf32_Ehdr.h
A libc/include/llvm-libc-types/Elf32_Half.h
A libc/include/llvm-libc-types/Elf32_Lword.h
A libc/include/llvm-libc-types/Elf32_Nhdr.h
A libc/include/llvm-libc-types/Elf32_Off.h
A libc/include/llvm-libc-types/Elf32_Phdr.h
A libc/include/llvm-libc-types/Elf32_Rel.h
A libc/include/llvm-libc-types/Elf32_Rela.h
A libc/include/llvm-libc-types/Elf32_Shdr.h
A libc/include/llvm-libc-types/Elf32_Sword.h
A libc/include/llvm-libc-types/Elf32_Sym.h
A libc/include/llvm-libc-types/Elf32_Verdaux.h
A libc/include/llvm-libc-types/Elf32_Verdef.h
A libc/include/llvm-libc-types/Elf32_Vernaux.h
A libc/include/llvm-libc-types/Elf32_Verneed.h
A libc/include/llvm-libc-types/Elf32_Versym.h
A libc/include/llvm-libc-types/Elf32_Word.h
A libc/include/llvm-libc-types/Elf64_Addr.h
A libc/include/llvm-libc-types/Elf64_Chdr.h
A libc/include/llvm-libc-types/Elf64_Dyn.h
A libc/include/llvm-libc-types/Elf64_Ehdr.h
A libc/include/llvm-libc-types/Elf64_Half.h
A libc/include/llvm-libc-types/Elf64_Lword.h
A libc/include/llvm-libc-types/Elf64_Nhdr.h
A libc/include/llvm-libc-types/Elf64_Off.h
A libc/include/llvm-libc-types/Elf64_Phdr.h
A libc/include/llvm-libc-types/Elf64_Rel.h
A libc/include/llvm-libc-types/Elf64_Rela.h
A libc/include/llvm-libc-types/Elf64_Shdr.h
A libc/include/llvm-libc-types/Elf64_Sword.h
A libc/include/llvm-libc-types/Elf64_Sxword.h
A libc/include/llvm-libc-types/Elf64_Sym.h
A libc/include/llvm-libc-types/Elf64_Verdaux.h
A libc/include/llvm-libc-types/Elf64_Verdef.h
A libc/include/llvm-libc-types/Elf64_Vernaux.h
A libc/include/llvm-libc-types/Elf64_Verneed.h
A libc/include/llvm-libc-types/Elf64_Versym.h
A libc/include/llvm-libc-types/Elf64_Word.h
A libc/include/llvm-libc-types/Elf64_Xword.h
M libc/shared/math.h
A libc/shared/math/expm1f16.h
A libc/shared/math/ilogbf16.h
A libc/shared/math/log.h
A libc/shared/math/sin.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/GPU/allocator.cpp
M libc/src/__support/OSUtil/linux/CMakeLists.txt
M libc/src/__support/OSUtil/linux/vdso.cpp
M libc/src/__support/RPC/rpc_server.h
M libc/src/__support/math/CMakeLists.txt
M libc/src/__support/math/cbrt.h
A libc/src/__support/math/expm1f16.h
A libc/src/__support/math/ilogbf16.h
A libc/src/__support/math/log.h
A libc/src/__support/math/log_range_reduction.h
A libc/src/__support/math/sin.h
M libc/src/__support/str_to_float.h
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/docs/add_math_function.md
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/ilogbf16.cpp
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/math/generic/log2.cpp
R libc/src/math/generic/log_range_reduction.h
M libc/src/math/generic/sin.cpp
M libc/src/stdio/generic/fgets.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/src/stdlib/strfroml.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/CMakeLists.txt
M libc/startup/linux/do_start.cpp
M libc/test/integration/startup/gpu/rpc_interface_test.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/amdgcn/SOURCES
A libclc/clc/lib/amdgcn/math/clc_ldexp.cl
R libclc/clc/lib/amdgcn/math/clc_ldexp_override.cl
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_sqrt.cl
R libclc/clc/lib/amdgpu/math/clc_sqrt_fp64.cl
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/clc/lib/r600/SOURCES
A libclc/clc/lib/r600/math/clc_rsqrt.cl
R libclc/clc/lib/r600/math/clc_rsqrt_override.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/.clang-format
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ImplementationDefinedBehavior.rst
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/ReleaseNotes/22.rst
A libcxx/docs/ReleaseNotes/23.rst
M libcxx/docs/ReleaseProcedure.rst
M libcxx/docs/Status/Cxx17Papers.csv
M libcxx/docs/Status/Cxx2cIssues.csv
A libcxx/docs/Status/Cxx2cIssues.csvgb
R libcxx/docs/Status/PSTL.rst
R libcxx/docs/Status/PSTLPaper.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/conf.py
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/equal.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_equal.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__algorithm/unwrap_iter.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__bit/byteswap.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__filesystem/path.h
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__math/special_functions.h
M libcxx/include/__mdspan/layout_stride.h
M libcxx/include/__mdspan/mdspan.h
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/monotonic_buffer_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
M libcxx/include/__memory_resource/synchronized_pool_resource.h
M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/data.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/scoped_allocator
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/string
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/modules/std/optional.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/experimental/tzdb.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
M libcxx/src/verbose_abort.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/lexicographical_compare.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/bitset.bench.cpp
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
M libcxx/test/benchmarks/to_chars.bench.cpp
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/close.dont-get-rid-of-buffer.pass.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory_resource.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/scoped_allocator.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/class.path/lifetimebound.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
M libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.access/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue_view/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.common/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.counted/adaptor.nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.counted/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.join.with/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/deref.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/iter_move.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.overview/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.sentinel/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/base.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/begin.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/end.nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/allocator.adaptor/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/variant/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
R libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/test/support/MinSequenceContainer.h
M libcxx/test/support/concat_macros.h
M libcxx/utils/ci/docker/docker-compose.yml
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/ci/images/libcxx_next_runners.txt
M libcxx/utils/ci/images/libcxx_runners.txt
A libcxx/utils/conformance
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxx/utils/requirements.txt
R libcxx/utils/synchronize_csv_status_files.py
M libcxxabi/CMakeLists.txt
M libcxxabi/include/cxxabi.h
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/cxa_personality.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/include/__libunwind_config.h
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MachO/Arch/ARM64Common.cpp
M lld/MachO/Arch/ARM64Common.h
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/BPSectionOrderer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/EhFrame.cpp
M lld/MachO/EhFrame.h
M lld/MachO/ICF.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MarkLive.cpp
M lld/MachO/ObjC.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/UnwindInfoSection.cpp
M lld/MachO/Writer.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/loongarch-relax-align.s
M lld/test/ELF/loongarch-relax-emit-relocs.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12-got-symbols.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12.s
M lld/test/ELF/loongarch-relocatable-align.s
M lld/test/ELF/loongarch-tls-gd-edge-case.s
M lld/test/ELF/loongarch-tls-gd.s
M lld/test/ELF/loongarch-tls-ie.s
M lld/test/ELF/loongarch-tls-ld.s
M lld/test/ELF/loongarch-tlsdesc.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
M lldb/docs/resources/lldbgdbremote.md
M lldb/docs/resources/qemu-testing.rst
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/API/SBCommandInterpreter.h
M lldb/include/lldb/API/SBSymbol.h
M lldb/include/lldb/API/SBValue.h
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/Symbol/Symbol.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/include/lldb/lldb-defines.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBSymbol.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/DataFormatters/TypeSynthetic.cpp
M lldb/source/DataFormatters/ValueObjectPrinter.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/GenericList.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
M lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.h
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
M lldb/source/Plugins/Platform/WebAssembly/CMakeLists.txt
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.h
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.cpp
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
R lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.cpp
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
M lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.h
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/RegisterContextUnwind.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/functionalities/gdb_remote_client/TestXMLRegisterFlags.py
M lldb/test/API/lang/objc/failing-description/TestObjCFailingDescription.py
M lldb/test/API/lang/objc/struct-description/TestObjCStructDescription.py
M lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
M lldb/test/API/linux/aarch64/mte_tag_access/TestAArch64LinuxMTEMemoryTagAccess.py
M lldb/test/API/macosx/dsym_modules/TestdSYMModuleInit.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
M lldb/test/API/tools/lldb-dap/evaluate/main.cpp
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
A lldb/test/API/tools/lldb-dap/launch/io/Makefile
A lldb/test/API/tools/lldb-dap/launch/io/TestDAP_launch_io.py
A lldb/test/API/tools/lldb-dap/launch/io/main.cpp
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
M lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
M lldb/test/Shell/helper/toolchain.py
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
M lldb/tools/lldb-dap/JSONUtils.cpp
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/DAP/ProtocolTypesTest.cpp
M lldb/unittests/Language/CPlusPlus/CMakeLists.txt
A lldb/unittests/Language/CPlusPlus/LibStdcppTupleTest.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M lldb/unittests/Utility/StreamTest.cpp
M llvm/CMakeLists.txt
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/HowToReleaseLLVM.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/SPIRVUsage.rst
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/docs/Vectorizers.rst
M llvm/docs/vplan-early-exit-lowered.dot
M llvm/docs/vplan-early-exit-lowered.png
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/APFloat.h
M llvm/include/llvm/ADT/APInt.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/ADT/GenericUniformityImpl.h
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/IVDescriptors.h
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/BasicBlock.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/DebugInfoFlags.def
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/IR/PatternMatch.h
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/include/llvm/IR/Type.h
M llvm/include/llvm/IR/User.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/MC/MCGOFFStreamer.h
M llvm/include/llvm/MC/MCObjectStreamer.h
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/AMDGPUAddrSpace.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/Compiler.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/Error.h
M llvm/include/llvm/Support/FileSystem.h
M llvm/include/llvm/Support/FormatVariadic.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/InterleavedRange.h
M llvm/include/llvm/Support/JSON.h
M llvm/include/llvm/Support/KnownBits.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/LEB128.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Support/raw_socket_stream.h
M llvm/include/llvm/Target/CGPassBuilderOption.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/ConstraintSystem.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/Analysis.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/InterleavedAccessPass.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/ModuloSchedule.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/RegisterPressure.cpp
M llvm/lib/CodeGen/RegisterUsageInfo.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
M llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
M llvm/lib/DebugInfo/GSYM/LineTable.cpp
M llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/Instruction.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Mangler.cpp
M llvm/lib/IR/Metadata.cpp
M llvm/lib/IR/Module.cpp
M llvm/lib/IR/Operator.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/ProfDataUtils.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/LTO/LTOCodeGenerator.cpp
M llvm/lib/MC/GOFFObjectWriter.cpp
M llvm/lib/MC/MCGOFFStreamer.cpp
M llvm/lib/MC/MCInstPrinter.cpp
M llvm/lib/ObjCopy/ELF/ELFObject.cpp
M llvm/lib/Object/Archive.cpp
M llvm/lib/Object/ArchiveWriter.cpp
M llvm/lib/Object/IRSymtab.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/WasmEmitter.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/Remarks/YAMLRemarkParser.cpp
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Support/APInt.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/Chrono.cpp
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
M llvm/lib/Support/Error.cpp
M llvm/lib/Support/FloatingPointMode.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/JSON.cpp
M llvm/lib/Support/KnownBits.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/TextEncoding.cpp
M llvm/lib/Support/ThreadPool.cpp
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
M llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64.h
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64Processors.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
A llvm/lib/Target/AArch64/AArch64SRLTDefineSuperRegs.cpp
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/CMakeLists.txt
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSwLowerLDS.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUUniformIntrinsicCombine.cpp
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.h
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb1InstrInfo.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/AVR/AVRISelLowering.h
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.h
M llvm/lib/Target/BPF/BPFInstrInfo.cpp
M llvm/lib/Target/BPF/BPFInstrInfo.h
M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
M llvm/lib/Target/CSKY/CSKYInstrInfo.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.h
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
M llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
M llvm/lib/Target/LoongArch/LoongArchMergeBaseOffset.cpp
M llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp
M llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.h
M llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
M llvm/lib/Target/MSP430/MSP430InstrInfo.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/lib/Target/Mips/MipsInstrInfo.h
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/NVPTX/NVPTXUtilities.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
A llvm/lib/Target/RISCV/RISCVInstrFormatsXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoSFB.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
A llvm/lib/Target/RISCV/RISCVInstrInfoXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfbfmin.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZibi.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVProcessors.td
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVSystemOperands.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/lib/Target/SPIRV/SPIRVBuiltins.td
M llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.h
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
M llvm/lib/Target/Sparc/SparcInstrInfo.h
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/lib/Target/TargetLoweringObjectFile.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86ArgumentStackSlotRebase.cpp
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86FixupInstTuning.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86IntrinsicsInfo.h
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86SchedLunarlakeP.td
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.h
M llvm/lib/TargetParser/Host.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/TargetParser.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/TextAPI/TextStubV5.cpp
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/BlockExtractor.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
M llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
M llvm/lib/Transforms/Utils/IRNormalizer.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUnroll.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/Delinearization/fixed_size_array.ll
A llvm/test/Analysis/Delinearization/global_array_bounds.ll
M llvm/test/Analysis/Delinearization/validation_large_size.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
A llvm/test/Analysis/DependenceAnalysis/monotonicity-loop-guard.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
A llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/reducible-subgraph.ll
M llvm/test/Analysis/ValueTracking/assume.ll
A llvm/test/Assembler/arbitrary-fp-convert.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Assembler/debug-info.ll
M llvm/test/Assembler/disubprogram.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/Atomics/aarch64-atomic-load-rcpc_immo.ll
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-pcsections.ll
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
A llvm/test/CodeGen/AArch64/bit-test.ll
M llvm/test/CodeGen/AArch64/cls.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add-scalable.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-mul-scalable.ll
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
M llvm/test/CodeGen/AArch64/fp8-sve-cvtn.ll
M llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
M llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
M llvm/test/CodeGen/AArch64/ldst-implicitop.mir
M llvm/test/CodeGen/AArch64/load-store-forwarding.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
M llvm/test/CodeGen/AArch64/neon-dot-product.ll
M llvm/test/CodeGen/AArch64/neon-vcmla.ll
M llvm/test/CodeGen/AArch64/popcount.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/ptrauth-global-no-pic.ll
M llvm/test/CodeGen/AArch64/ptrauth-irelative.ll
A llvm/test/CodeGen/AArch64/range-prefetch.ll
M llvm/test/CodeGen/AArch64/scalable_masked_deinterleaved_loads.ll
M llvm/test/CodeGen/AArch64/scalable_masked_interleaved_stores.ll
A llvm/test/CodeGen/AArch64/seh-unreachable-loop.mir
M llvm/test/CodeGen/AArch64/settag-merge-nonaligned-fp.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
M llvm/test/CodeGen/AArch64/sme-avoid-coalescing-locally-streaming.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sme-pstate-sm-changing-call-disable-coalescing.ll
M llvm/test/CodeGen/AArch64/sme-streaming-body.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-add-sub-za16.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfmul.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-cvtn.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-faminmax.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fmlas.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4-lane-x4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-max.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-min.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlals.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4-fp8.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x1.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x2.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-rshl.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-select-sme-tileslice.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sqdmulh.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sub.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-tmop.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-uclamp.ll
M llvm/test/CodeGen/AArch64/sme2p2-intrinsics-fmul.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
A llvm/test/CodeGen/AArch64/stackaddress.ll
A llvm/test/CodeGen/AArch64/subreg-liveness-fix-subreg-to-reg-implicit-def.mir
A llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-partial-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fmsub.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-reinterpret.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqdec.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqinc.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-reg-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-int-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-to-int.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-int-to-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-and-combine.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bit-counting.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bitselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-build-vector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-concat.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-subvector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-vector-elt.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-extend-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-rounding.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-log.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mul.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ld2-alloca.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-limit-duplane.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-log-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather-scatter.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-permute-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ptest.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reductions.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reshuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-sdiv-pow2.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc-stores.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-vector-deinterleave.ll
M llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-luti.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve2p1-dots-partial-reduction.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-multivec-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-selx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uzpx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-while-pp.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/switch-cases-to-branch-and.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AArch64/vector-extract-last-active.ll
M llvm/test/CodeGen/AArch64/win-import-call-optimization.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/addo.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/fcmp.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/icmp.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/implicit-kernarg-backend-usage-global-isel.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslate-bf16.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/subo.ll
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
M llvm/test/CodeGen/AMDGPU/bf16.ll
M llvm/test/CodeGen/AMDGPU/branch-folding-implicit-def-subreg.ll
M llvm/test/CodeGen/AMDGPU/branch-relaxation-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/coalescing_makes_lanes_undef.mir
M llvm/test/CodeGen/AMDGPU/code-size-estimate-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
M llvm/test/CodeGen/AMDGPU/constant-address-space-32bit.ll
M llvm/test/CodeGen/AMDGPU/emit-high-vgprs.mir
A llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
A llvm/test/CodeGen/AMDGPU/fmamk_fmaak-t16.mir
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fshl.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
M llvm/test/CodeGen/AMDGPU/imm16.ll
M llvm/test/CodeGen/AMDGPU/immv216.ll
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/ipra-regmask.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.exp2.bf16.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/llvm.log2.bf16.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
M llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/optimize-compare.mir
M llvm/test/CodeGen/AMDGPU/permlane16_var-op-sel.ll
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
M llvm/test/CodeGen/AMDGPU/s_cmp_0.ll
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
A llvm/test/CodeGen/AMDGPU/waitcnt-debug-output-crash.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-ds-prefetch-pattern.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-opt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/workitem-intrinsic-opts.ll
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
A llvm/test/CodeGen/ARM/stackaddress.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
A llvm/test/CodeGen/Hexagon/hvx-constpool-vector-type.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/block-address.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation.ll
M llvm/test/CodeGen/LoongArch/calling-conv-ilp32d.ll
M llvm/test/CodeGen/LoongArch/code-models.ll
M llvm/test/CodeGen/LoongArch/ctlz-cttz-ctpop.ll
M llvm/test/CodeGen/LoongArch/double-imm.ll
M llvm/test/CodeGen/LoongArch/expand-call.ll
M llvm/test/CodeGen/LoongArch/float-imm.ll
M llvm/test/CodeGen/LoongArch/global-address.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-f.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-m.ll
M llvm/test/CodeGen/LoongArch/ir-instruction/load-store.ll
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
A llvm/test/CodeGen/LoongArch/lsx/issue174606.ll
M llvm/test/CodeGen/LoongArch/machinelicm-address-pseudos.ll
M llvm/test/CodeGen/LoongArch/merge-base-offset.ll
A llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/numeric-reg-names.ll
M llvm/test/CodeGen/LoongArch/stack-protector-target.ll
M llvm/test/CodeGen/LoongArch/tail-calls.ll
M llvm/test/CodeGen/LoongArch/tls-models.ll
M llvm/test/CodeGen/LoongArch/unaligned-memcpy-inline.ll
M llvm/test/CodeGen/LoongArch/vector-fp-imm.ll
A llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/stackaddress.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/compare-vector-with-zero.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/pr61315.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
M llvm/test/CodeGen/PowerPC/widen-vec-correctly-be.ll
M llvm/test/CodeGen/RISCV/attributes-qc.ll
A llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/make-compressible-xqci.mir
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
M llvm/test/CodeGen/RISCV/pr148084.ll
M llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
A llvm/test/CodeGen/RISCV/rda-liveins.mir
M llvm/test/CodeGen/RISCV/rda-stack.mir
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfclass.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
A llvm/test/CodeGen/RISCV/rvv/rvv-vtype-based-scheduler.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfclass-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqccmp-additional-stack.ll
M llvm/test/CodeGen/RISCV/xqccmp-callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/xqccmp-cm-popretz.mir
M llvm/test/CodeGen/RISCV/xqccmp-cm-push-pop.mir
M llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
M llvm/test/CodeGen/RISCV/xqccmp-with-float.ll
M llvm/test/CodeGen/RISCV/xqccmp_mvas_mvsa.mir
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zdinx-spill.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
A llvm/test/CodeGen/RISCV/zilsd-spill.ll
M llvm/test/CodeGen/RISCV/zilsd.ll
A llvm/test/CodeGen/SPARC/stackaddress.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test_extended.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
A llvm/test/CodeGen/SPIRV/externally-initialized.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
A llvm/test/CodeGen/SPIRV/instructions/zext_sext_deduce_type.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/constrained-fmuladd.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
A llvm/test/CodeGen/SPIRV/pointers/store-to-array-first-element.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/bitmapaddr' into users/chapuni/mcdc/nest/covmapdesc
Commit: 1b17f3117583a585d28f95006eb684ab72d4bf8a
https://github.com/llvm/llvm-project/commit/1b17f3117583a585d28f95006eb684ab72d4bf8a
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
A .ci/buildbot/README.md
A .ci/buildbot/worker.py
M .ci/compute_projects.py
M .github/new-prs-labeler.yml
M .github/workflows/commit-access-review.yml
A .github/workflows/commit-create-issue.py
M .github/workflows/containers/github-action-ci-tooling/Dockerfile
M .github/workflows/containers/github-action-ci-windows/Dockerfile
M .github/workflows/containers/github-action-ci/Dockerfile
M .github/workflows/get-llvm-version/action.yml
A .github/workflows/ids-check.yml
M .github/workflows/issue-write.yml
M .github/workflows/release-binaries-all.yml
M .github/workflows/release-binaries.yml
R .github/workflows/release-lit.yml
M .github/workflows/release-sources.yml
M .github/workflows/release-tasks.yml
M .gitignore
A bolt/Maintainers.md
R bolt/Maintainers.txt
M bolt/README.md
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Core/DebugNames.cpp
M bolt/lib/Passes/Instrumentation.cpp
M bolt/lib/Passes/PointerAuthCFIFixup.cpp
M bolt/lib/RuntimeLibs/InstrumentationRuntimeLibrary.cpp
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/runtime/instr.cpp
M bolt/test/AArch64/epilogue-determination.s
A bolt/test/AArch64/rseq.s
M bolt/test/RISCV/reloc-label-diff.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-helper.s
M bolt/test/X86/Inputs/dwarf4-gdb-index-types-main.s
M bolt/test/merge-fdata-bat-no-lbr.test
A bolt/test/merge-fdata-mem-prof.test
M bolt/test/merge-fdata-mixed-bat-no-lbr.test
M bolt/test/merge-fdata-mixed-mode.test
M bolt/test/merge-fdata-no-lbr-mode.test
A bolt/test/runtime/AArch64/instrumentation-ind-call-bti.c
M bolt/tools/merge-fdata/merge-fdata.cpp
M bolt/unittests/Core/MCPlusBuilder.cpp
M bolt/utils/docker-tests/Dockerfile
M clang-tools-extra/Maintainers.rst
M clang-tools-extra/clang-doc/BitcodeReader.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.cpp
M clang-tools-extra/clang-doc/BitcodeWriter.h
M clang-tools-extra/clang-doc/JSONGenerator.cpp
M clang-tools-extra/clang-doc/Representation.cpp
M clang-tools-extra/clang-doc/Representation.h
M clang-tools-extra/clang-doc/Serialize.cpp
M clang-tools-extra/clang-doc/assets/alias-template.mustache
M clang-tools-extra/clang-doc/assets/clang-doc-mustache.css
M clang-tools-extra/clang-doc/assets/class-template.mustache
M clang-tools-extra/clang-doc/assets/comment-template.mustache
M clang-tools-extra/clang-doc/assets/enum-template.mustache
M clang-tools-extra/clang-doc/assets/function-template.mustache
M clang-tools-extra/clang-doc/assets/index-template.mustache
M clang-tools-extra/clang-doc/assets/namespace-template.mustache
M clang-tools-extra/clang-doc/assets/navbar-template.mustache
M clang-tools-extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp
M clang-tools-extra/clang-tidy/altera/IdDependentBackwardBranchCheck.h
M clang-tools-extra/clang-tidy/bugprone/AssertSideEffectCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/CapturingThisInMemberVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/DynamicStaticInitializersCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/EmptyCatchCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InfiniteLoopCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/InvalidEnumDefaultInitializationCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/LambdaFunctionNameCheck.h
M clang-tools-extra/clang-tidy/bugprone/MacroParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/NonZeroEnumToBoolConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/OptionalValueConversionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/RedundantBranchConditionCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/SuspiciousStringviewDataUsageCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnsafeFunctionsCheck.h
M clang-tools-extra/clang-tidy/bugprone/UnusedLocalNonTrivialVariableCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UnusedReturnValueCheck.cpp
M clang-tools-extra/clang-tidy/bugprone/UseAfterMoveCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/PreferMemberInitializerCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/ProBoundsAvoidUncheckedContainerAccessCheck.cpp
M clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
M clang-tools-extra/clang-tidy/google/AvoidNSObjectNewCheck.cpp
M clang-tools-extra/clang-tidy/llvm/IncludeOrderCheck.cpp
M clang-tools-extra/clang-tidy/llvm/UseNewMLIROpBuilderCheck.cpp
M clang-tools-extra/clang-tidy/misc/ConstCorrectnessCheck.cpp
M clang-tools-extra/clang-tidy/misc/NewDeleteOverloadsCheck.h
M clang-tools-extra/clang-tidy/misc/OverrideWithDifferentVisibilityCheck.cpp
M clang-tools-extra/clang-tidy/misc/UnusedParametersCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ConcatNestedNamespacesCheck.cpp
M clang-tools-extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
M clang-tools-extra/clang-tidy/modernize/ReplaceDisallowCopyAndAssignMacroCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseEqualsDefaultCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/clang-tidy/modernize/UseStdPrintCheck.cpp
M clang-tools-extra/clang-tidy/performance/EnumSizeCheck.cpp
M clang-tools-extra/clang-tidy/performance/ForRangeCopyCheck.cpp
M clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryCopyInitializationCheck.cpp
M clang-tools-extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
M clang-tools-extra/clang-tidy/readability/AvoidUnconditionalPreprocessorIfCheck.cpp
M clang-tools-extra/clang-tidy/readability/BracesAroundStatementsCheck.h
M clang-tools-extra/clang-tidy/readability/ContainerDataPointerCheck.cpp
M clang-tools-extra/clang-tidy/readability/ContainerSizeEmptyCheck.cpp
M clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.h
M clang-tools-extra/clang-tidy/readability/RedundantInlineSpecifierCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantStringCStrCheck.cpp
M clang-tools-extra/clang-tidy/readability/RedundantTypenameCheck.cpp
M clang-tools-extra/clang-tidy/utils/FormatStringConverter.cpp
M clang-tools-extra/clang-tidy/utils/HeaderGuard.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.cpp
M clang-tools-extra/clang-tidy/utils/LexerUtils.h
M clang-tools-extra/clang-tidy/utils/Matchers.h
M clang-tools-extra/clangd/Hover.cpp
M clang-tools-extra/clangd/InlayHints.cpp
M clang-tools-extra/clangd/ModulesBuilder.cpp
M clang-tools-extra/clangd/index/FileIndex.cpp
M clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp
M clang-tools-extra/clangd/unittests/FindTargetTests.cpp
M clang-tools-extra/clangd/unittests/HoverTests.cpp
M clang-tools-extra/clangd/unittests/InlayHintTests.cpp
M clang-tools-extra/clangd/unittests/SymbolCollectorTests.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/bugprone/use-after-move.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
M clang-tools-extra/include-cleaner/lib/Analysis.cpp
M clang-tools-extra/include-cleaner/unittests/AnalysisTest.cpp
M clang-tools-extra/test/clang-doc/basic-project.mustache.test
M clang-tools-extra/test/clang-doc/comments-in-macros.cpp
M clang-tools-extra/test/clang-doc/conversion_function.cpp
M clang-tools-extra/test/clang-doc/enum.cpp
M clang-tools-extra/test/clang-doc/index.cpp
M clang-tools-extra/test/clang-doc/json/class-template.cpp
M clang-tools-extra/test/clang-doc/json/class.cpp
M clang-tools-extra/test/clang-doc/json/compound-constraints.cpp
M clang-tools-extra/test/clang-doc/json/function-requires.cpp
M clang-tools-extra/test/clang-doc/json/method-template.cpp
M clang-tools-extra/test/clang-doc/json/namespace.cpp
M clang-tools-extra/test/clang-doc/json/nested-namespace.cpp
M clang-tools-extra/test/clang-doc/mustache-index.cpp
M clang-tools-extra/test/clang-doc/mustache-separate-namespace.cpp
M clang-tools-extra/test/clang-doc/namespace.cpp
M clang-tools-extra/test/clang-doc/templates.cpp
M clang-tools-extra/test/clang-doc/typedef-alias.cpp
M clang-tools-extra/test/clang-tidy/checkers/abseil/faster-strsplit-delimiter.cpp
A clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers-constinit.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/dynamic-static-initializers.hpp
M clang-tools-extra/test/clang-tidy/checkers/bugprone/macro-parentheses.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-print-custom.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/function-cognitive-complexity.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability/redundant-typename.cpp
M clang-tools-extra/unittests/clang-doc/JSONGeneratorTest.cpp
M clang/Maintainers.rst
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/docs/AddressSanitizer.rst
M clang/docs/LanguageExtensions.rst
M clang/docs/LibASTMatchersReference.html
M clang/docs/MemorySanitizer.rst
M clang/docs/OpenMPSupport.rst
M clang/docs/ReleaseNotes.rst
A clang/docs/ScalableStaticAnalysisFramework/Framework.rst
A clang/docs/ScalableStaticAnalysisFramework/SummaryExtraction.rst
M clang/docs/ThreadSanitizer.rst
M clang/docs/index.rst
M clang/examples/LLVMPrintFunctionNames/CMakeLists.txt
M clang/examples/PrintFunctionNames/CMakeLists.txt
M clang/include/clang/AST/Decl.h
M clang/include/clang/AST/IgnoreExpr.h
M clang/include/clang/AST/PrettyPrinter.h
M clang/include/clang/AST/Stmt.h
M clang/include/clang/AST/TypeBase.h
M clang/include/clang/ASTMatchers/ASTMatchers.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/FactsGenerator.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LifetimeAnnotations.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/LiveOrigins.h
M clang/include/clang/Analysis/Analyses/LifetimeSafety/Loans.h
M clang/include/clang/Analysis/CallGraph.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/Builtins.td
M clang/include/clang/Basic/BuiltinsAArch64.def
R clang/include/clang/Basic/BuiltinsAMDGPU.def
A clang/include/clang/Basic/BuiltinsAMDGPU.td
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/include/clang/Basic/BuiltinsSPIRVCommon.td
M clang/include/clang/Basic/BuiltinsX86.td
M clang/include/clang/Basic/CMakeLists.txt
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Basic/Cuda.h
M clang/include/clang/Basic/DarwinSDKInfo.h
M clang/include/clang/Basic/DebugOptions.def
M clang/include/clang/Basic/DiagnosticASTKinds.td
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/include/clang/Basic/DiagnosticFrontendKinds.td
M clang/include/clang/Basic/DiagnosticParseKinds.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/include/clang/Basic/Features.def
M clang/include/clang/Basic/LangOptions.h
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/include/clang/Basic/SourceLocation.h
M clang/include/clang/Basic/TargetBuiltins.h
M clang/include/clang/Basic/TargetInfo.h
M clang/include/clang/Basic/arm_sme.td
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/riscv_vector.td
M clang/include/clang/Basic/riscv_vector_common.td
M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
M clang/include/clang/CIR/Dialect/IR/CIRAttrs.td
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/Dialect/IR/CIRTypes.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/include/clang/CodeGen/ModuleBuilder.h
M clang/include/clang/DependencyScanning/DependencyScannerImpl.h
M clang/include/clang/DependencyScanning/DependencyScanningWorker.h
M clang/include/clang/DependencyScanning/InProcessModuleCache.h
M clang/include/clang/Driver/CommonArgs.h
M clang/include/clang/Driver/RocmInstallationDetector.h
M clang/include/clang/Driver/SanitizerArgs.h
M clang/include/clang/Frontend/ASTUnit.h
M clang/include/clang/Frontend/CompilerInstance.h
A clang/include/clang/Interpreter/IncrementalExecutor.h
M clang/include/clang/Interpreter/Interpreter.h
M clang/include/clang/Lex/Preprocessor.h
M clang/include/clang/Options/Options.td
M clang/include/clang/Parse/Parser.h
M clang/include/clang/Sema/Sema.h
M clang/include/clang/Sema/Template.h
M clang/include/clang/Serialization/ASTReader.h
M clang/include/clang/Serialization/ModuleCache.h
M clang/include/clang/Serialization/ModuleManager.h
M clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
M clang/include/clang/Support/RISCVVIntrinsicUtils.h
M clang/include/clang/Tooling/DependencyScanningTool.h
M clang/include/module.modulemap
M clang/lib/APINotes/APINotesYAMLCompiler.cpp
M clang/lib/AST/ByteCode/ByteCodeEmitter.cpp
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Function.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpBuiltin.cpp
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/ByteCode/Program.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/DeclPrinter.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/ItaniumMangle.cpp
M clang/lib/AST/Stmt.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
M clang/lib/ASTMatchers/Dynamic/Registry.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/FlowSensitive/SmartPointerAccessorCaching.cpp
M clang/lib/Analysis/FlowSensitive/Transfer.cpp
M clang/lib/Analysis/LifetimeSafety/FactsGenerator.cpp
M clang/lib/Analysis/LifetimeSafety/LifetimeAnnotations.cpp
M clang/lib/Analysis/LifetimeSafety/LiveOrigins.cpp
M clang/lib/Analysis/LifetimeSafety/Loans.cpp
M clang/lib/Analysis/LifetimeSafety/Origins.cpp
M clang/lib/Analysis/UnsafeBufferUsage.cpp
M clang/lib/Basic/Cuda.cpp
M clang/lib/Basic/DarwinSDKInfo.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/Basic/Targets.cpp
M clang/lib/Basic/Targets/AArch64.cpp
M clang/lib/Basic/Targets/AMDGPU.cpp
M clang/lib/Basic/Targets/AMDGPU.h
M clang/lib/Basic/Targets/NVPTX.cpp
M clang/lib/Basic/Targets/OSTargets.h
M clang/lib/Basic/Targets/RISCV.h
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CIR/CodeGen/CIRGenBuiltinAArch64.cpp
M clang/lib/CIR/CodeGen/CIRGenBuiltinX86.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCleanup.cpp
M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
M clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/CodeGen/CIRGenFunction.h
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/CodeGen/CIRGenRecordLayoutBuilder.cpp
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/Dialect/IR/CIRAttrs.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Dialect/IR/CIRTypes.cpp
M clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
M clang/lib/CIR/Dialect/Transforms/CXXABILowering.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CIRCXXABI.h
M clang/lib/CIR/Dialect/Transforms/TargetLowering/CMakeLists.txt
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerItaniumCXXABI.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp
M clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.h
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.cpp
A clang/lib/CIR/Dialect/Transforms/TargetLowering/TargetLoweringInfo.h
M clang/lib/CIR/Interfaces/CIRLoopOpInterface.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/lib/CodeGen/CGCall.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprScalar.cpp
M clang/lib/CodeGen/CGHLSLBuiltins.cpp
M clang/lib/CodeGen/CGHLSLRuntime.h
M clang/lib/CodeGen/CGObjCGNU.cpp
M clang/lib/CodeGen/CGObjCMac.cpp
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGObjCRuntime.h
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/lib/CodeGen/CGOpenMPRuntime.h
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/lib/CodeGen/CGVTables.cpp
M clang/lib/CodeGen/CGVTables.h
M clang/lib/CodeGen/CGValue.h
M clang/lib/CodeGen/CodeGenAction.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenModule.h
M clang/lib/CodeGen/CodeGenPGO.cpp
M clang/lib/CodeGen/CodeGenPGO.h
M clang/lib/CodeGen/CodeGenTypes.cpp
M clang/lib/CodeGen/CoverageMappingGen.cpp
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/ModuleBuilder.cpp
M clang/lib/CodeGen/TargetBuiltins/AMDGPU.cpp
M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
M clang/lib/CodeGen/TargetBuiltins/NVPTX.cpp
M clang/lib/CodeGen/TargetBuiltins/PPC.cpp
M clang/lib/CodeGen/TargetBuiltins/SPIR.cpp
M clang/lib/CodeGen/TargetBuiltins/X86.cpp
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/lib/CrossTU/CrossTranslationUnit.cpp
M clang/lib/DependencyScanning/CMakeLists.txt
M clang/lib/DependencyScanning/DependencyScannerImpl.cpp
M clang/lib/DependencyScanning/DependencyScanningWorker.cpp
M clang/lib/DependencyScanning/InProcessModuleCache.cpp
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/SanitizerArgs.cpp
M clang/lib/Driver/ToolChains/AMDGPU.cpp
M clang/lib/Driver/ToolChains/Arch/LoongArch.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Darwin.h
M clang/lib/Driver/ToolChains/Flang.cpp
M clang/lib/Driver/ToolChains/Gnu.cpp
M clang/lib/Driver/ToolChains/HIPAMD.cpp
M clang/lib/Driver/ToolChains/HIPAMD.h
M clang/lib/Driver/ToolChains/HIPSPV.cpp
M clang/lib/Driver/ToolChains/PS4CPU.cpp
M clang/lib/Driver/ToolChains/SPIRV.cpp
M clang/lib/Driver/ToolChains/SPIRV.h
M clang/lib/Driver/ToolChains/WebAssembly.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/lib/Format/UnwrappedLineParser.cpp
M clang/lib/Format/WhitespaceManager.h
M clang/lib/Frontend/ASTUnit.cpp
M clang/lib/Frontend/ChainedIncludesSource.cpp
M clang/lib/Frontend/CompilerInstance.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Frontend/FrontendAction.cpp
M clang/lib/Frontend/ModuleDependencyCollector.cpp
M clang/lib/Frontend/Rewrite/FrontendActions.cpp
M clang/lib/Frontend/SARIFDiagnostic.cpp
M clang/lib/Frontend/TextDiagnostic.cpp
M clang/lib/Headers/CMakeLists.txt
M clang/lib/Headers/amo.h
M clang/lib/Headers/arm_acle.h
M clang/lib/Headers/avx512fintrin.h
M clang/lib/Headers/avx512fp16intrin.h
M clang/lib/Headers/avx512vlbwintrin.h
M clang/lib/Headers/avx512vlfp16intrin.h
M clang/lib/Headers/avx512vlintrin.h
M clang/lib/Headers/avxintrin.h
M clang/lib/Headers/emmintrin.h
M clang/lib/Headers/gpuintrin.h
M clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h
M clang/lib/Headers/opencl-c.h
A clang/lib/Headers/spirvintrin.h
M clang/lib/Headers/xmmintrin.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalExecutor.cpp
R clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.cpp
A clang/lib/Interpreter/OrcIncrementalExecutor.h
M clang/lib/Interpreter/Wasm.cpp
M clang/lib/Interpreter/Wasm.h
M clang/lib/Lex/InitHeaderSearch.cpp
M clang/lib/Lex/PPMacroExpansion.cpp
M clang/lib/Parse/ParseDecl.cpp
M clang/lib/Parse/ParseDeclCXX.cpp
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Parse/Parser.cpp
M clang/lib/Rewrite/Rewriter.cpp
M clang/lib/Sema/CheckExprLifetime.cpp
M clang/lib/Sema/JumpDiagnostics.cpp
M clang/lib/Sema/OpenCLBuiltins.td
M clang/lib/Sema/SemaAMDGPU.cpp
M clang/lib/Sema/SemaARM.cpp
M clang/lib/Sema/SemaCUDA.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaDeclCXX.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Sema/SemaExprCXX.cpp
M clang/lib/Sema/SemaHLSL.cpp
M clang/lib/Sema/SemaLambda.cpp
M clang/lib/Sema/SemaModule.cpp
M clang/lib/Sema/SemaOverload.cpp
M clang/lib/Sema/SemaPPC.cpp
M clang/lib/Sema/SemaRISCV.cpp
M clang/lib/Sema/SemaSPIRV.cpp
M clang/lib/Sema/SemaTemplateInstantiate.cpp
M clang/lib/Sema/SemaType.cpp
M clang/lib/Sema/SemaTypeTraits.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/ASTWriterDecl.cpp
M clang/lib/Serialization/ModuleCache.cpp
M clang/lib/Serialization/ModuleManager.cpp
M clang/lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
M clang/lib/StaticAnalyzer/Checkers/WebKit/ForwardDeclChecker.cpp
M clang/lib/StaticAnalyzer/Core/CallEvent.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Support/RISCVVIntrinsicUtils.cpp
M clang/lib/Tooling/DependencyScanningTool.cpp
M clang/lib/Tooling/Tooling.cpp
M clang/test/AST/ByteCode/builtin-bit-cast.cpp
M clang/test/AST/ByteCode/builtins.cpp
M clang/test/AST/ByteCode/c.c
M clang/test/AST/ByteCode/codegen.cpp
M clang/test/AST/ByteCode/complex.cpp
M clang/test/AST/ByteCode/cxx11.cpp
M clang/test/AST/ByteCode/cxx23.cpp
M clang/test/AST/ByteCode/functions.cpp
M clang/test/AST/ByteCode/invalid.cpp
M clang/test/AST/ByteCode/lifetimes.cpp
M clang/test/AST/ByteCode/literals.cpp
M clang/test/AST/ByteCode/new-delete.cpp
M clang/test/AST/ByteCode/typeid.cpp
M clang/test/AST/ByteCode/unions.cpp
M clang/test/AST/HLSL/cbuffer.hlsl
M clang/test/AST/ast-dump-decl-json.c
M clang/test/AST/ast-dump-record-definition-data-json.cpp
M clang/test/AST/ast-dump-records-json.cpp
M clang/test/AST/ast-dump-records.c
M clang/test/AST/ast-dump-records.cpp
M clang/test/AST/ast-dump-templates.cpp
M clang/test/ASTMerge/struct/test.c
M clang/test/Analysis/Inputs/expected-plists/lambda-notes.cpp.plist
M clang/test/Analysis/analyzer-note-analysis-entry-points.cpp
M clang/test/Analysis/bug_hash_test.cpp
M clang/test/Analysis/builtin_overflow.c
A clang/test/Analysis/call-and-message-argpointeeinitializedness.c
M clang/test/Analysis/call-invalidation.cpp
M clang/test/Analysis/cfg.cpp
M clang/test/Analysis/csv2json.py
M clang/test/Analysis/cxx-uninitialized-object-inheritance.cpp
M clang/test/Analysis/cxx-uninitialized-object.cpp
A clang/test/Analysis/cxx20-range-for-cfg.cpp
M clang/test/Analysis/debug-CallGraph.cpp
M clang/test/Analysis/inlining/Inputs/expected-plists/path-notes.cpp.plist
M clang/test/Analysis/stack-capture-leak-no-arc.mm
M clang/test/Analysis/uninit-ps-rdar6145427.m
M clang/test/C/C23/n3006.c
M clang/test/C/C23/n3029.c
M clang/test/C/C23/n3037.c
R clang/test/CIR/CodeGen/X86/avx512-reduceIntrin.c
R clang/test/CIR/CodeGen/X86/avx512-reduceMinMaxIntrin.c
R clang/test/CIR/CodeGen/X86/cir-sqrt-builtins.c
M clang/test/CIR/CodeGen/aapcs-volatile-bitfields.c
M clang/test/CIR/CodeGen/assign-operator.cpp
M clang/test/CIR/CodeGen/atomic-scoped.c
M clang/test/CIR/CodeGen/atomic.c
M clang/test/CIR/CodeGen/basic.c
M clang/test/CIR/CodeGen/basic.cpp
M clang/test/CIR/CodeGen/binassign.c
M clang/test/CIR/CodeGen/bitfields_be.c
M clang/test/CIR/CodeGen/comma.c
M clang/test/CIR/CodeGen/constant-expr.cpp
M clang/test/CIR/CodeGen/cxx-default-init.cpp
A clang/test/CIR/CodeGen/empty-union.c
A clang/test/CIR/CodeGen/empty-union.cpp
M clang/test/CIR/CodeGen/enum.cpp
M clang/test/CIR/CodeGen/finegrain-bitfield-access.cpp
A clang/test/CIR/CodeGen/fold-during-cg.c
M clang/test/CIR/CodeGen/goto.cpp
M clang/test/CIR/CodeGen/new.cpp
M clang/test/CIR/CodeGen/placement-new.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cast.cpp
A clang/test/CIR/CodeGen/pointer-to-data-member-cmp.cpp
A clang/test/CIR/CodeGen/pointer-to-member-func.cpp
M clang/test/CIR/CodeGen/pointers.cpp
M clang/test/CIR/CodeGen/statement-exprs.c
M clang/test/CIR/CodeGen/struct.cpp
M clang/test/CIR/CodeGen/switch.cpp
M clang/test/CIR/CodeGen/ternary.cpp
M clang/test/CIR/CodeGen/try-catch-tmp.cpp
M clang/test/CIR/CodeGen/union.c
M clang/test/CIR/CodeGen/vla.c
A clang/test/CIR/CodeGenBuiltins/AArch64/acle_sve_dup.c
M clang/test/CIR/CodeGenBuiltins/X86/avx-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx2-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceIntrin.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512-reduceMinMaxIntrin.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512bw-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512f-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512f16c-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/avx512vl-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlbf16-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vlvp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/avx512vp2intersect-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ms-x86-intrinsics.c
A clang/test/CIR/CodeGenBuiltins/X86/permd-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/sqrt-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/sse41-builtins.c
A clang/test/CIR/CodeGenBuiltins/X86/ssse3-builtins.c
M clang/test/CIR/CodeGenBuiltins/X86/xop-builtins.c
A clang/test/CIR/IR/eh-type-id.cir
A clang/test/CIR/IR/invalid-eh-type-id.cir
A clang/test/CIR/IR/invalid-struct.cir
A clang/test/CIR/IR/method-attr.cir
M clang/test/CIR/IR/struct.cir
A clang/test/CIR/Lowering/eh-type-id.cir
M clang/test/CIR/Lowering/goto.cir
A clang/test/CIR/Lowering/struct.cir
M clang/test/CIR/Transforms/canonicalize.cir
M clang/test/CIR/Transforms/switch.cir
M clang/test/CMakeLists.txt
M clang/test/CXX/except/except.spec/p13-friend.cpp
M clang/test/CXX/temp/temp.pre/p6.cpp
M clang/test/CodeGen/AArch64/fp8-intrinsics/acle_sme2_fp8_mla.c
A clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_crypto.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_compact.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_expand.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_firstp.c
R clang/test/CodeGen/AArch64/sve2p2-intriniscs/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2_cvtnt.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_compact.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_expand.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_firstp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve2p2_lastp.c
A clang/test/CodeGen/AArch64/sve2p2-intrinsics/acle_sve_rintx.c
A clang/test/CodeGen/AMDGPU/nullptr-in-different-address-spaces.cpp
M clang/test/CodeGen/PowerPC/builtins-amo-err.c
M clang/test/CodeGen/PowerPC/builtins-ppc-amo.c
M clang/test/CodeGen/PowerPC/ppc-amo-header.c
M clang/test/CodeGen/RISCV/bitint.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/non-policy/overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/non-overloaded/vfwcvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvt.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfncvtbf16.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-sifive/policy/overloaded/vfwcvtbf16.c
M clang/test/CodeGen/X86/avx-builtins.c
M clang/test/CodeGen/X86/avx512f-builtins.c
M clang/test/CodeGen/X86/avx512fp16-builtins.c
M clang/test/CodeGen/X86/avx512vl-builtins.c
M clang/test/CodeGen/X86/avx512vlfp16-builtins.c
M clang/test/CodeGen/X86/keylocker.c
M clang/test/CodeGen/X86/sse-builtins.c
M clang/test/CodeGen/X86/sse2-builtins.c
M clang/test/CodeGen/arm_acle.c
M clang/test/CodeGen/attr-counted-by.c
M clang/test/CodeGen/block-with-perdefinedexpr.cpp
A clang/test/CodeGen/builtin-allow-sanitize-check-lower.c
A clang/test/CodeGen/builtin-allow-sanitize-check.c
A clang/test/CodeGen/builtin-stackaddress.c
M clang/test/CodeGen/builtins-arm64.c
M clang/test/CodeGen/builtins-nvptx.c
M clang/test/CodeGen/codegen-plugins.c
M clang/test/CodeGen/ext-int-cc.c
M clang/test/CodeGen/ext-int.c
M clang/test/CodeGen/fat-lto-objects.c
M clang/test/CodeGen/pass-plugins.c
A clang/test/CodeGenCXX/builtin-stackaddress.cpp
M clang/test/CodeGenCXX/ctor-empty-nounique.cpp
M clang/test/CodeGenCXX/cxx2c-trivially-relocatable.cpp
M clang/test/CodeGenCXX/dynamic-cast-hint.cpp
M clang/test/CodeGenCXX/pragma-gcc-unroll.cpp
M clang/test/CodeGenCXX/pragma-unroll.cpp
M clang/test/CodeGenCXX/predefined-expr.cpp
M clang/test/CodeGenCXX/riscv-mangle-rvv-fixed-vectors.cpp
M clang/test/CodeGenCoroutines/coro-attributes.cpp
A clang/test/CodeGenHIP/builtins-amdgcn-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx11-dl-insts.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx12-wmma-w64.hip
A clang/test/CodeGenHIP/builtins-amdgcn-gfx950-cvt.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx908.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx942.hip
A clang/test/CodeGenHIP/builtins-amdgcn-mfma-gfx950.hip
A clang/test/CodeGenHIP/builtins-amdgcn-raytracing.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w32.hip
A clang/test/CodeGenHIP/builtins-amdgcn-wmma-w64.hip
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptDynamicSwizzle.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptGetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSingleSubscriptSetter.hlsl
M clang/test/CodeGenHLSL/BasicFeatures/MatrixSplat.hlsl
M clang/test/CodeGenHLSL/BoolMatrix.hlsl
A clang/test/CodeGenHLSL/builtins/WaveActiveBallot.hlsl
M clang/test/CodeGenOpenCL/amdgpu-cluster-dims.cl
M clang/test/CodeGenOpenCL/amdgpu-features.cl
A clang/test/CodeGenOpenCL/builtin-store-half-rounding-constrained.cl
M clang/test/CodeGenOpenCL/builtins-amdgcn-gfx1250-wmma-w32.cl
A clang/test/CodeGenSPIRV/Builtins/group.c
A clang/test/CodeGenSPIRV/Builtins/subgroup.c
M clang/test/CoverageMapping/mcdc-nested-expr.cpp
M clang/test/DebugInfo/CXX/simple-template-names.cpp
M clang/test/DebugInfo/Generic/macro-info.c
A clang/test/Driver/Inputs/DriverKit21.0.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/DriverKit23.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX10.15.versioned.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/MacOSX15.1.sdk/SDKSettings.json
M clang/test/Driver/Inputs/WatchOS6.0.sdk/SDKSettings.json
M clang/test/Driver/Inputs/iPhoneOS13.0.sdk/SDKSettings.json
M clang/test/Driver/aarch64-mcpu.c
M clang/test/Driver/amdgpu-openmp-toolchain.c
M clang/test/Driver/clang_f_opts.c
M clang/test/Driver/crash-ir-repro.cpp
A clang/test/Driver/cuda-arch-list.cu
M clang/test/Driver/darwin-invalid-version-range.c
M clang/test/Driver/driverkit-path.c
M clang/test/Driver/fat-lto-objects.c
A clang/test/Driver/fpartition-static-data-sections.c
M clang/test/Driver/hip-device-libs.hip
M clang/test/Driver/hipspv-link-static-library.hip
M clang/test/Driver/hipspv-toolchain-rdc.hip
M clang/test/Driver/hipspv-toolchain.hip
M clang/test/Driver/loongarch-relax-features.c
M clang/test/Driver/module-fgen-reduced-bmi.cppm
M clang/test/Driver/module-output.cppm
M clang/test/Driver/modulemap-allow-subdirectory-search.c
A clang/test/Driver/print-enabled-extensions/aarch64-ampere1c.c
M clang/test/Driver/print-supported-extensions-riscv.c
M clang/test/Driver/ps5-linker.c
A clang/test/Driver/rocm-detect-lib-llvm.hip
M clang/test/Driver/rocm-device-libs.cl
A clang/test/Driver/sframe.c
M clang/test/Driver/spirv-amd-toolchain.c
A clang/test/Driver/spirv-llvm-link-emit-asm.c
A clang/test/Driver/spirv-llvm-link.c
M clang/test/Frontend/rewrite-includes-bom.c
M clang/test/Headers/gpuintrin.c
M clang/test/Headers/gpuintrin_lang.c
M clang/test/Index/print-type.c
M clang/test/InstallAPI/Inputs/MacOSX13.0.sdk/SDKSettings.json
M clang/test/Layout/ms-x86-alias-avoidance-padding.cpp
M clang/test/Lexer/has_feature_undefined_behavior_sanitizer.cpp
A clang/test/Misc/cc1as-sframe.s
M clang/test/Misc/target-invalid-cpu-note/aarch64.c
M clang/test/Misc/target-invalid-cpu-note/riscv.c
A clang/test/Modules/Inputs/pch-config-macros/include/Mod1.h
A clang/test/Modules/Inputs/pch-config-macros/include/module.modulemap
A clang/test/Modules/class-instantiate-no-change.cppm
M clang/test/Modules/ignored_macros.m
M clang/test/Modules/malformed-constraint-template-non-type-parm-decl.cpp
M clang/test/Modules/mismatch-diagnostics.cpp
A clang/test/Modules/pch-config-macros.c
A clang/test/Modules/pr149404-02.cppm
A clang/test/Modules/pr158321.cppm
A clang/test/Modules/pr172241.cppm
A clang/test/Modules/pr174543.cppm
A clang/test/Modules/precompiled-config-mismatch-diagnostics.c
M clang/test/Modules/sdk-settings-json-dep.m
M clang/test/OpenMP/need_device_ptr_kind_messages.cpp
A clang/test/OpenMP/target_vtable_codegen_container.cpp
A clang/test/OpenMP/target_vtable_codegen_explicit.cpp
A clang/test/OpenMP/target_vtable_codegen_implicit_namespace.cpp
A clang/test/OpenMP/target_vtable_codegen_memberexpr_codegen.cpp
A clang/test/OpenMP/target_vtable_codegen_mult_inherritence.cpp
A clang/test/OpenMP/target_vtable_codegen_nested.cpp
M clang/test/PCH/module-hash-difference.m
M clang/test/Parser/MicrosoftExtensions.c
R clang/test/Parser/cxx2c-trivially-relocatable.cpp
A clang/test/Parser/enableif-attr.cpp
M clang/test/Preprocessor/aarch64-target-features.c
M clang/test/Preprocessor/init-aarch64.c
M clang/test/Preprocessor/init.c
M clang/test/Profile/c-mcdc-not.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f16.c
M clang/test/Sema/AArch64/arm_sme_streaming_only_sme_AND_sme-f8f32.c
M clang/test/Sema/AArch64/arm_sve_feature_dependent_sve_AND_LP_sve2p2_OR_sme2p2_RP___sme_AND_LP_sve2p2_OR_sme2p2_RP.c
M clang/test/Sema/Inputs/AppleTVOS15.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/MacOSX11.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/WatchOS7.0.sdk/SDKSettings.json
M clang/test/Sema/Inputs/XROS.sdk/SDKSettings.json
M clang/test/Sema/aarch64-fp8-intrinsics/acle_sme2_fp8_mla.c
M clang/test/Sema/aarch64-sve2p1-intrinsics/acle_sve2p1_imm.cpp
M clang/test/Sema/assign.c
M clang/test/Sema/attr-modular-format.c
A clang/test/Sema/builtin-allow-sanitize-check.c
M clang/test/Sema/builtin-stackaddress.c
M clang/test/Sema/builtins-arm64.c
A clang/test/Sema/c23-fixed-underlying-enum.c
A clang/test/Sema/c23-switch.c
M clang/test/Sema/constexpr.c
M clang/test/Sema/scope-check.c
A clang/test/Sema/sentinel-attribute-block.c
A clang/test/Sema/spirv-address-space.c
M clang/test/Sema/switch.c
M clang/test/Sema/unroll-template-value-crash.cpp
M clang/test/Sema/warn-lifetime-safety-dataflow.cpp
M clang/test/Sema/warn-lifetime-safety-suggestions.cpp
M clang/test/Sema/warn-lifetime-safety.cpp
M clang/test/Sema/warn-thread-safety-analysis.c
M clang/test/SemaCXX/bitfield-preferred-type-sizing.cpp
M clang/test/SemaCXX/builtin-bswapg.cpp
M clang/test/SemaCXX/builtin-is-within-lifetime.cpp
M clang/test/SemaCXX/constant-expression-cxx14.cpp
M clang/test/SemaCXX/constant-expression-cxx2a.cpp
M clang/test/SemaCXX/constant-expression-p2280r4.cpp
M clang/test/SemaCXX/constexpr-builtin-bit-cast.cpp
A clang/test/SemaCXX/crash-GH173943.cpp
M clang/test/SemaCXX/cxx0x-nontrivial-union.cpp
M clang/test/SemaCXX/cxx11-attr-print.cpp
M clang/test/SemaCXX/cxx1z-decomposition.cpp
M clang/test/SemaCXX/cxx2b-consteval-propagate.cpp
M clang/test/SemaCXX/cxx2b-deducing-this.cpp
M clang/test/SemaCXX/cxx2c-trivially-relocatable.cpp
M clang/test/SemaCXX/lambda-unevaluated.cpp
M clang/test/SemaCXX/predefined-expr.cpp
M clang/test/SemaCXX/ptrauth-triviality.cpp
M clang/test/SemaCXX/ptrauth-type-traits.cpp
M clang/test/SemaCXX/trivially-relocatable-ptrauth.cpp
M clang/test/SemaCXX/type-traits-unsatisfied-diags.cpp
A clang/test/SemaCXX/typeid-requires-typeinfo.cpp
M clang/test/SemaCXX/typeid.cpp
M clang/test/SemaCXX/undefined-internal.cpp
M clang/test/SemaCXX/vector.cpp
M clang/test/SemaCXX/warn-thread-safety-analysis.cpp
M clang/test/SemaCXX/warn-unsafe-buffer-usage-libc-functions.cpp
A clang/test/SemaHIP/amdgpu-global-load-lds-template.hip
A clang/test/SemaHLSL/BuiltIns/WaveActiveBallot-errors.hlsl
M clang/test/SemaHLSL/matrix_single_subscript_errors.hlsl
M clang/test/SemaHLSL/resource_binding_attr_error.hlsl
A clang/test/SemaHLSL/resource_binding_attr_error_uint32_max.hlsl
M clang/test/SemaObjCXX/arc-0x.mm
M clang/test/SemaOpenCL/builtins-amdgcn-error-gfx1250-wmma-w32-param.cl
M clang/test/SemaOpenCL/extension-version.cl
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
A clang/test/SemaSPIRV/BuiltIns/subgroup-errors.c
M clang/test/SemaTemplate/concepts.cpp
M clang/test/SemaTemplate/deduction.cpp
M clang/test/TableGen/target-builtins-prototype-parser.td
M clang/tools/clang-import-test/clang-import-test.cpp
M clang/tools/clang-nvlink-wrapper/ClangNVLinkWrapper.cpp
M clang/tools/clang-repl/ClangRepl.cpp
M clang/tools/driver/cc1as_main.cpp
M clang/tools/driver/cc1gen_reproducer_main.cpp
M clang/tools/driver/driver.cpp
M clang/unittests/AST/NamedDeclPrinterTest.cpp
M clang/unittests/AST/TypePrinterTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
M clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp
M clang/unittests/Analysis/LifetimeSafetyTest.cpp
M clang/unittests/Basic/CMakeLists.txt
M clang/unittests/Basic/DarwinSDKInfoTest.cpp
M clang/unittests/Basic/SourceManagerTest.cpp
M clang/unittests/CodeGen/TestCompiler.h
M clang/unittests/DependencyScanning/DependencyScanningWorkerTest.cpp
M clang/unittests/Format/FormatTestCSharp.cpp
M clang/unittests/Format/TokenAnnotatorTest.cpp
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
M clang/unittests/Interpreter/OutOfProcessInterpreterTests.cpp
M clang/unittests/Serialization/CMakeLists.txt
M clang/unittests/Serialization/ModuleCacheTest.cpp
R clang/unittests/Serialization/NamespaceLookupTest.cpp
M clang/unittests/Support/TimeProfilerTest.cpp
M clang/unittests/Tooling/QualTypeNamesTest.cpp
M clang/unittests/Tooling/ToolingTest.cpp
M clang/utils/TableGen/CIRLoweringEmitter.cpp
M clang/utils/TableGen/ClangBuiltinsEmitter.cpp
M clang/utils/TableGen/RISCVVEmitter.cpp
M clang/utils/TableGen/SveEmitter.cpp
M cmake/Modules/LLVMVersion.cmake
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
M compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
M compiler-rt/cmake/builtin-config-ix.cmake
M compiler-rt/lib/asan/asan_allocator.h
M compiler-rt/lib/builtins/CMakeLists.txt
M compiler-rt/lib/builtins/aarch64/sme-abi.S
M compiler-rt/lib/builtins/arm/addsf3.S
M compiler-rt/lib/builtins/fp_add_impl.inc
M compiler-rt/lib/gwp_asan/tests/backtrace.cpp
M compiler-rt/lib/rtsan/CMakeLists.txt
M compiler-rt/lib/rtsan/rtsan_context.cpp
M compiler-rt/lib/rtsan/rtsan_suppressions.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
M compiler-rt/test/CMakeLists.txt
M compiler-rt/test/asan/CMakeLists.txt
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-no-external-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/asan-symbolize-with-module-map.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cpp
M compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer.cpp
M compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cpp
M compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cpp
M compiler-rt/test/asan/TestCases/Darwin/interface_symbols_darwin.cpp
M compiler-rt/test/asan/TestCases/Darwin/suppressions-sandbox.cpp
M compiler-rt/test/asan/TestCases/Darwin/uuid.cpp
M compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cpp
M compiler-rt/test/asan/TestCases/Posix/asan_symbolize_script/plugin_wrong_frame_number_bug.cpp
M compiler-rt/test/asan/TestCases/Posix/coverage.cpp
M compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cpp
M compiler-rt/test/asan/TestCases/default_ignorelist.cpp
M compiler-rt/test/asan/TestCases/log-path_test.cpp
M compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cpp
M compiler-rt/test/asan/lit.site.cfg.py.in
M compiler-rt/test/asan_abi/CMakeLists.txt
M compiler-rt/test/asan_abi/lit.site.cfg.py.in
M compiler-rt/test/builtins/CMakeLists.txt
M compiler-rt/test/builtins/Unit/fixunstfdi_test.c
M compiler-rt/test/builtins/Unit/multc3_test.c
M compiler-rt/test/fuzzer/CMakeLists.txt
M compiler-rt/test/fuzzer/afl-driver-stderr.test
M compiler-rt/test/fuzzer/big-file-copy.test
M compiler-rt/test/fuzzer/cross_over.test
M compiler-rt/test/fuzzer/lit.site.cfg.py.in
M compiler-rt/test/fuzzer/merge-control-file.test
M compiler-rt/test/fuzzer/merge-posix.test
M compiler-rt/test/fuzzer/seed_inputs.test
M compiler-rt/test/lit.common.cfg.py
M compiler-rt/test/lit.common.configured.in
M compiler-rt/test/lsan/TestCases/swapcontext.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
M compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
M compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls-pwr10.test
M compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
M compiler-rt/test/sanitizer_common/CMakeLists.txt
M compiler-rt/test/sanitizer_common/TestCases/sanitizer_coverage_trace_pc_guard.cpp
M compiler-rt/test/sanitizer_common/TestCases/suffix-log-path_test.c
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
M compiler-rt/test/tsan/CMakeLists.txt
M compiler-rt/test/tsan/Darwin/dlopen.cpp
M compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
M compiler-rt/test/tsan/Darwin/write-interpose.c
M compiler-rt/test/tsan/lit.site.cfg.py.in
M compiler-rt/test/ubsan/CMakeLists.txt
M compiler-rt/test/ubsan/lit.site.cfg.py.in
M cross-project-tests/CMakeLists.txt
M cross-project-tests/debuginfo-tests/dexter/dex/debugger/DAP.py
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/CMakeLists.txt
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/arrayref.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/lit.local.cfg
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-int-pair.test
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.cpp
A cross-project-tests/debuginfo-tests/llvm-prettyprinters/lldb/pointer-union.test
M cross-project-tests/lit.cfg.py
M cross-project-tests/veclib/veclib-sincos.c
M flang-rt/CMakeLists.txt
M flang-rt/cmake/modules/GetToolchainDirs.cmake
M flang-rt/cmake/modules/HandleLibs.cmake
M flang-rt/lib/runtime/extensions.cpp
M flang-rt/lib/runtime/sum.cpp
M flang-rt/test/CMakeLists.txt
M flang-rt/unittests/Runtime/NumericalFormatTest.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang/docs/Aliasing.md
M flang/docs/CMakeLists.txt
M flang/docs/Extensions.md
M flang/docs/GettingInvolved.md
M flang/docs/OpenMPSupport.md
M flang/docs/ReleaseNotes.md
R flang/docs/_static/llvm.css
R flang/docs/_templates/indexsidebar.html
R flang/docs/_templates/layout.html
R flang/docs/_themes/llvm-theme/layout.html
R flang/docs/_themes/llvm-theme/static/contents.png
R flang/docs/_themes/llvm-theme/static/llvm-theme.css
R flang/docs/_themes/llvm-theme/static/logo.png
R flang/docs/_themes/llvm-theme/static/navigation.png
R flang/docs/_themes/llvm-theme/theme.conf
M flang/docs/index.md
M flang/include/flang/Evaluate/complex.h
M flang/include/flang/Evaluate/real.h
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Frontend/CompilerInstance.h
M flang/include/flang/Optimizer/Dialect/FIROps.td
M flang/include/flang/Optimizer/OpenACC/Passes.h
M flang/include/flang/Optimizer/OpenACC/Passes.td
M flang/include/flang/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.h
M flang/include/flang/Optimizer/Passes/CommandLineOpts.h
M flang/include/flang/Optimizer/Support/InitFIR.h
A flang/include/flang/Optimizer/Transforms/FIRToMemRefTypeConverter.h
M flang/include/flang/Optimizer/Transforms/Passes.h
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree-visitor.h
M flang/include/flang/Parser/parse-tree.h
M flang/include/flang/Semantics/expression.h
M flang/lib/Evaluate/complex.cpp
M flang/lib/Evaluate/fold-matmul.h
M flang/lib/Evaluate/fold-real.cpp
M flang/lib/Evaluate/fold-reduction.h
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/FrontendTool/CMakeLists.txt
M flang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/ConvertConstant.cpp
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Optimizer/Analysis/AliasAnalysis.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/CodeGen/CodeGen.cpp
M flang/lib/Optimizer/Dialect/FIROps.cpp
M flang/lib/Optimizer/OpenACC/Support/CMakeLists.txt
M flang/lib/Optimizer/OpenACC/Support/FIROpenACCOpsInterfaces.cpp
M flang/lib/Optimizer/OpenACC/Support/RegisterOpenACCExtensions.cpp
A flang/lib/Optimizer/OpenACC/Transforms/ACCUseDeviceCanonicalizer.cpp
M flang/lib/Optimizer/OpenACC/Transforms/CMakeLists.txt
M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
M flang/lib/Optimizer/Passes/CommandLineOpts.cpp
M flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
A flang/lib/Optimizer/Transforms/CUDA/CUFAddConstructor.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFComputeSharedMemoryOffsetsAndSize.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceFuncTransform.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFDeviceGlobal.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFFunctionRewrite.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFGPUToLLVMConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFLaunchAttachAttr.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/CUDA/CUFPredefinedVarToGPU.cpp
R flang/lib/Optimizer/Transforms/CUFAddConstructor.cpp
R flang/lib/Optimizer/Transforms/CUFComputeSharedMemoryOffsetsAndSize.cpp
R flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
R flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
R flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
A flang/lib/Optimizer/Transforms/FIRToMemRef.cpp
M flang/lib/Optimizer/Transforms/FIRToSCF.cpp
A flang/lib/Optimizer/Transforms/LoopInvariantCodeMotion.cpp
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/check-acc-structure.cpp
M flang/lib/Semantics/check-call.cpp
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/check-omp-loop.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/mod-file.cpp
M flang/lib/Semantics/resolve-directives.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Analysis/AliasAnalysis/alias-analysis-cray-pointers.fir
M flang/test/Analysis/AliasAnalysis/gen_mod_ref_test.py
M flang/test/Analysis/AliasAnalysis/modref-call-dummies.f90
M flang/test/Analysis/AliasAnalysis/modref-call-globals.f90
A flang/test/Analysis/AliasAnalysis/modref-call-recursive.fir
M flang/test/CMakeLists.txt
M flang/test/Driver/Inputs/free-form-test.f90
M flang/test/Driver/color-diagnostics-scan.f
M flang/test/Driver/fixed-free-detection.f90
M flang/test/Driver/fixed-free-flag.f90
M flang/test/Driver/omp-driver-offload.f90
A flang/test/Driver/pass-plugin-codegen.f90
M flang/test/Driver/pass-plugin.f90
M flang/test/Driver/unsafe-cray-pointers.f90
A flang/test/Driver/veclib-frem.f90
M flang/test/Driver/werror-scan.f
A flang/test/Evaluate/bug89528.f90
A flang/test/Fir/CUDA/cuda-device-func-transform-cc90.mlir
A flang/test/Fir/CUDA/cuda-device-func-transform.mlir
A flang/test/Fir/CUDA/cuda-function-rewrite.mlir
M flang/test/Fir/CUDA/cuda-global-addr.mlir
A flang/test/Fir/CUDA/cuda-launch-attach-attr.mlir
A flang/test/Fir/CUDA/cuf-offload-livein-value-canonicalization.fir
A flang/test/Fir/CUDA/predefined-variables.mlir
M flang/test/Fir/FirToSCF/do-loop.fir
A flang/test/Fir/OpenACC/offload-livein-value-canonicalization.fir
A flang/test/Fir/OpenACC/use-device-canonicalizer.mlir
M flang/test/Fir/convert-memref-codegen.mlir
M flang/test/Fir/convert-to-llvm.fir
A flang/test/Fir/prefetch.fir
M flang/test/Integration/OpenMP/copyprivate.f90
M flang/test/Integration/OpenMP/private-global.f90
A flang/test/Integration/prefetch.f90
A flang/test/Integration/select-case-pointer-assign.f90
M flang/test/Lower/CUDA/cuda-data-transfer.cuf
A flang/test/Lower/CUDA/cuda-gpu-managed.cuf
A flang/test/Lower/HLFIR/prefetch.f90
M flang/test/Lower/Intrinsics/show_descriptor.f90
R flang/test/Lower/OpenACC/Todo/acc-cache.f90
A flang/test/Lower/OpenACC/acc-cache.f90
A flang/test/Lower/OpenMP/composite_simd_linear.f90
M flang/test/Lower/OpenMP/distribute-parallel-do-simd.f90
M flang/test/Lower/OpenMP/parallel-private-clause.f90
M flang/test/Lower/OpenMP/simd-linear.f90
M flang/test/Lower/OpenMP/target-spmd.f90
M flang/test/Lower/OpenMP/target.f90
M flang/test/Lower/allocatable-return.f90
M flang/test/Lower/allocatable-runtime.f90
M flang/test/Lower/allocatables.f90
M flang/test/Lower/allocate-mold.f90
M flang/test/Lower/allocate-source-allocatables.f90
M flang/test/Lower/allocate-source-pointers.f90
M flang/test/Lower/allocated.f90
M flang/test/Lower/always-execute-loop-body.f90
M flang/test/Lower/arithmetic-goto.f90
M flang/test/Lower/array-constructor-1.f90
M flang/test/Lower/array-constructor-2.f90
M flang/test/Lower/array-constructor-index.f90
M flang/test/Lower/array-derived.f90
M flang/test/Lower/array-elemental-calls-2.f90
M flang/test/Lower/array-elemental-calls-3.f90
M flang/test/Lower/array-elemental-calls.f90
M flang/test/Lower/array-elemental-subroutines.f90
M flang/test/Lower/array-expression-assumed-size.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/array-expression-slice-2.f90
M flang/test/Lower/array-expression-subscript.f90
M flang/test/Lower/array-substring.f90
M flang/test/Lower/array-temp.f90
M flang/test/Lower/array-user-def-assignments.f90
M flang/test/Lower/array-wide-char.f90
M flang/test/Lower/array.f90
M flang/test/Lower/associate-construct-2.f90
M flang/test/Lower/assumed-shape-callee.f90
M flang/test/Lower/assumed-type.f90
M flang/test/Lower/basic-call.f90
M flang/test/Lower/block.f90
M flang/test/Lower/call-copy-in-out.f90
M flang/test/Lower/call-implicit.f90
M flang/test/Lower/call.f90
M flang/test/Lower/character-compare.f90
A flang/test/Lower/debug-use-stmt-ambiguous.f90
M flang/test/Parser/badlabel.f
A flang/test/Parser/bug50563.f
M flang/test/Preprocessing/pp039.F
M flang/test/Semantics/OpenACC/acc-cache-validity.f90
M flang/test/Semantics/OpenMP/clause-validity01.f90
M flang/test/Semantics/OpenMP/cray-pointer-usage.f90
M flang/test/Semantics/OpenMP/linear-clause01.f90
M flang/test/Semantics/OpenMP/linear-iter.f90
A flang/test/Semantics/OpenMP/simd-linear-array.f90
A flang/test/Semantics/bug127425.f90
A flang/test/Semantics/bug174859.f90
A flang/test/Semantics/bug175207.f90
A flang/test/Semantics/bug2021.f90
M flang/test/Semantics/cuf23.cuf
A flang/test/Semantics/modfile82.f90
A flang/test/Semantics/zero_len_char_array.f90
A flang/test/Transforms/FIRToMemRef/alloca.mlir
A flang/test/Transforms/FIRToMemRef/array-coor-op.mlir
A flang/test/Transforms/FIRToMemRef/complex.mlir
A flang/test/Transforms/FIRToMemRef/convert-opt.mlir
A flang/test/Transforms/FIRToMemRef/cuda-alloca.mlir
A flang/test/Transforms/FIRToMemRef/derived-types.mlir
A flang/test/Transforms/FIRToMemRef/index.mlir
A flang/test/Transforms/FIRToMemRef/load-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-dynamic.mlir
A flang/test/Transforms/FIRToMemRef/load-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/load-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/logical.mlir
A flang/test/Transforms/FIRToMemRef/no-declare.mlir
A flang/test/Transforms/FIRToMemRef/reject-conversions.mlir
A flang/test/Transforms/FIRToMemRef/replace.mlir
A flang/test/Transforms/FIRToMemRef/slice.mlir
A flang/test/Transforms/FIRToMemRef/store-dynamic-shape.mlir
A flang/test/Transforms/FIRToMemRef/store-shift-static.mlir
A flang/test/Transforms/FIRToMemRef/store-static-shape.mlir
A flang/test/Transforms/FIRToMemRef/tbaa-tag.mlir
A flang/test/Transforms/licm.fir
M flang/test/Transforms/omp-map-info-finalization-implicit-field.fir
M flang/test/Transforms/tbaa-cray-pointer.fir
M flang/test/lit.site.cfg.py.in
M flang/tools/bbc/bbc.cpp
M libc/.gitignore
M libc/Maintainers.rst
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/cmake/modules/LLVMLibCHeaderRules.cmake
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/cmake/modules/LLVMLibCTestRules.cmake
M libc/config/baremetal/aarch64/headers.txt
M libc/config/baremetal/arm/headers.txt
M libc/config/baremetal/riscv/headers.txt
M libc/docs/hand_in_hand.rst
M libc/hdr/CMakeLists.txt
A libc/hdr/elf_macros.h
M libc/hdr/types/CMakeLists.txt
A libc/hdr/types/Elf32_Addr.h
A libc/hdr/types/Elf32_Chdr.h
A libc/hdr/types/Elf32_Dyn.h
A libc/hdr/types/Elf32_Ehdr.h
A libc/hdr/types/Elf32_Half.h
A libc/hdr/types/Elf32_Lword.h
A libc/hdr/types/Elf32_Nhdr.h
A libc/hdr/types/Elf32_Off.h
A libc/hdr/types/Elf32_Phdr.h
A libc/hdr/types/Elf32_Rel.h
A libc/hdr/types/Elf32_Rela.h
A libc/hdr/types/Elf32_Shdr.h
A libc/hdr/types/Elf32_Sword.h
A libc/hdr/types/Elf32_Sym.h
A libc/hdr/types/Elf32_Verdaux.h
A libc/hdr/types/Elf32_Verdef.h
A libc/hdr/types/Elf32_Vernaux.h
A libc/hdr/types/Elf32_Verneed.h
A libc/hdr/types/Elf32_Versym.h
A libc/hdr/types/Elf32_Word.h
A libc/hdr/types/Elf64_Addr.h
A libc/hdr/types/Elf64_Chdr.h
A libc/hdr/types/Elf64_Dyn.h
A libc/hdr/types/Elf64_Ehdr.h
A libc/hdr/types/Elf64_Half.h
A libc/hdr/types/Elf64_Lword.h
A libc/hdr/types/Elf64_Nhdr.h
A libc/hdr/types/Elf64_Off.h
A libc/hdr/types/Elf64_Phdr.h
A libc/hdr/types/Elf64_Rel.h
A libc/hdr/types/Elf64_Rela.h
A libc/hdr/types/Elf64_Shdr.h
A libc/hdr/types/Elf64_Sword.h
A libc/hdr/types/Elf64_Sxword.h
A libc/hdr/types/Elf64_Sym.h
A libc/hdr/types/Elf64_Verdaux.h
A libc/hdr/types/Elf64_Verdef.h
A libc/hdr/types/Elf64_Vernaux.h
A libc/hdr/types/Elf64_Verneed.h
A libc/hdr/types/Elf64_Versym.h
A libc/hdr/types/Elf64_Word.h
A libc/hdr/types/Elf64_Xword.h
M libc/include/CMakeLists.txt
M libc/include/elf.yaml
A libc/include/link.h.def
M libc/include/link.yaml
M libc/include/llvm-libc-macros/elf-macros.h
M libc/include/llvm-libc-macros/link-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/Elf32_Addr.h
A libc/include/llvm-libc-types/Elf32_Chdr.h
A libc/include/llvm-libc-types/Elf32_Dyn.h
A libc/include/llvm-libc-types/Elf32_Ehdr.h
A libc/include/llvm-libc-types/Elf32_Half.h
A libc/include/llvm-libc-types/Elf32_Lword.h
A libc/include/llvm-libc-types/Elf32_Nhdr.h
A libc/include/llvm-libc-types/Elf32_Off.h
A libc/include/llvm-libc-types/Elf32_Phdr.h
A libc/include/llvm-libc-types/Elf32_Rel.h
A libc/include/llvm-libc-types/Elf32_Rela.h
A libc/include/llvm-libc-types/Elf32_Shdr.h
A libc/include/llvm-libc-types/Elf32_Sword.h
A libc/include/llvm-libc-types/Elf32_Sym.h
A libc/include/llvm-libc-types/Elf32_Verdaux.h
A libc/include/llvm-libc-types/Elf32_Verdef.h
A libc/include/llvm-libc-types/Elf32_Vernaux.h
A libc/include/llvm-libc-types/Elf32_Verneed.h
A libc/include/llvm-libc-types/Elf32_Versym.h
A libc/include/llvm-libc-types/Elf32_Word.h
A libc/include/llvm-libc-types/Elf64_Addr.h
A libc/include/llvm-libc-types/Elf64_Chdr.h
A libc/include/llvm-libc-types/Elf64_Dyn.h
A libc/include/llvm-libc-types/Elf64_Ehdr.h
A libc/include/llvm-libc-types/Elf64_Half.h
A libc/include/llvm-libc-types/Elf64_Lword.h
A libc/include/llvm-libc-types/Elf64_Nhdr.h
A libc/include/llvm-libc-types/Elf64_Off.h
A libc/include/llvm-libc-types/Elf64_Phdr.h
A libc/include/llvm-libc-types/Elf64_Rel.h
A libc/include/llvm-libc-types/Elf64_Rela.h
A libc/include/llvm-libc-types/Elf64_Shdr.h
A libc/include/llvm-libc-types/Elf64_Sword.h
A libc/include/llvm-libc-types/Elf64_Sxword.h
A libc/include/llvm-libc-types/Elf64_Sym.h
A libc/include/llvm-libc-types/Elf64_Verdaux.h
A libc/include/llvm-libc-types/Elf64_Verdef.h
A libc/include/llvm-libc-types/Elf64_Vernaux.h
A libc/include/llvm-libc-types/Elf64_Verneed.h
A libc/include/llvm-libc-types/Elf64_Versym.h
A libc/include/llvm-libc-types/Elf64_Word.h
A libc/include/llvm-libc-types/Elf64_Xword.h
M libc/shared/math.h
A libc/shared/math/expm1f16.h
A libc/shared/math/ilogbf16.h
A libc/shared/math/log.h
A libc/shared/math/sin.h
M libc/src/__support/CMakeLists.txt
M libc/src/__support/GPU/allocator.cpp
M libc/src/__support/OSUtil/linux/CMakeLists.txt
M libc/src/__support/OSUtil/linux/vdso.cpp
M libc/src/__support/RPC/rpc_server.h
M libc/src/__support/math/CMakeLists.txt
M libc/src/__support/math/cbrt.h
A libc/src/__support/math/expm1f16.h
A libc/src/__support/math/ilogbf16.h
A libc/src/__support/math/log.h
A libc/src/__support/math/log_range_reduction.h
A libc/src/__support/math/sin.h
M libc/src/__support/str_to_float.h
A libc/src/__support/wctype/CMakeLists.txt
A libc/src/__support/wctype/wctype_classification_utils.h
M libc/src/math/docs/add_math_function.md
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/expm1f16.cpp
M libc/src/math/generic/ilogbf16.cpp
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/math/generic/log2.cpp
R libc/src/math/generic/log_range_reduction.h
M libc/src/math/generic/sin.cpp
M libc/src/stdio/generic/fgets.cpp
M libc/src/stdlib/atexit.cpp
M libc/src/stdlib/exit.cpp
M libc/src/stdlib/quick_exit.cpp
M libc/src/stdlib/strfroml.cpp
M libc/startup/gpu/amdgpu/start.cpp
M libc/startup/gpu/nvptx/start.cpp
M libc/startup/linux/CMakeLists.txt
M libc/startup/linux/do_start.cpp
M libc/test/integration/startup/gpu/rpc_interface_test.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/__support/CMakeLists.txt
A libc/test/src/__support/wctype/CMakeLists.txt
A libc/test/src/__support/wctype/wctype_classification_utils_test.cpp
M libc/utils/hdrgen/hdrgen/header.py
M libc/utils/hdrgen/hdrgen/main.py
A libc/utils/hdrgen/tests/expected_output/test_small_proxy.h
M libc/utils/hdrgen/tests/test_integration.py
A libc/utils/wctype_utils/classification/__init__.py
A libc/utils/wctype_utils/classification/gen_classification_data.py
M libc/utils/wctype_utils/gen.py
M libclc/CMakeLists.txt
M libclc/clc/lib/amdgcn/SOURCES
A libclc/clc/lib/amdgcn/math/clc_ldexp.cl
R libclc/clc/lib/amdgcn/math/clc_ldexp_override.cl
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_sqrt.cl
R libclc/clc/lib/amdgpu/math/clc_sqrt_fp64.cl
M libclc/clc/lib/generic/SOURCES
M libclc/clc/lib/generic/conversion/clc_convert_integer.cl
M libclc/clc/lib/r600/SOURCES
A libclc/clc/lib/r600/math/clc_rsqrt.cl
R libclc/clc/lib/r600/math/clc_rsqrt_override.cl
M libclc/cmake/modules/AddLibclc.cmake
R libclc/utils/CMakeLists.txt
R libclc/utils/prepare-builtins.cpp
M libcxx/.clang-format
M libcxx/CMakeLists.txt
M libcxx/docs/ABIGuarantees.rst
M libcxx/docs/CodingGuidelines.rst
M libcxx/docs/ImplementationDefinedBehavior.rst
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/ReleaseNotes/22.rst
A libcxx/docs/ReleaseNotes/23.rst
M libcxx/docs/ReleaseProcedure.rst
M libcxx/docs/Status/Cxx17Papers.csv
M libcxx/docs/Status/Cxx2cIssues.csv
A libcxx/docs/Status/Cxx2cIssues.csvgb
R libcxx/docs/Status/PSTL.rst
R libcxx/docs/Status/PSTLPaper.csv
M libcxx/docs/VendorDocumentation.rst
M libcxx/docs/conf.py
M libcxx/docs/index.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/copy.h
M libcxx/include/__algorithm/equal.h
M libcxx/include/__algorithm/find.h
M libcxx/include/__algorithm/move.h
M libcxx/include/__algorithm/pstl.h
M libcxx/include/__algorithm/ranges_equal.h
M libcxx/include/__algorithm/ranges_search_n.h
M libcxx/include/__algorithm/search_n.h
M libcxx/include/__algorithm/unwrap_iter.h
M libcxx/include/__atomic/atomic.h
M libcxx/include/__atomic/atomic_flag.h
M libcxx/include/__atomic/atomic_ref.h
M libcxx/include/__atomic/atomic_sync.h
A libcxx/include/__atomic/atomic_waitable_traits.h
M libcxx/include/__bit/byteswap.h
M libcxx/include/__charconv/traits.h
M libcxx/include/__chrono/duration.h
M libcxx/include/__chrono/file_clock.h
M libcxx/include/__chrono/leap_second.h
M libcxx/include/__chrono/steady_clock.h
M libcxx/include/__chrono/system_clock.h
M libcxx/include/__chrono/time_point.h
M libcxx/include/__chrono/zoned_time.h
M libcxx/include/__config
M libcxx/include/__configuration/abi.h
M libcxx/include/__configuration/availability.h
M libcxx/include/__configuration/experimental.h
M libcxx/include/__filesystem/path.h
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
M libcxx/include/__format/extended_grapheme_cluster_table.h
M libcxx/include/__format/indic_conjunct_break_table.h
M libcxx/include/__format/width_estimation_table.h
M libcxx/include/__ios/fpos.h
M libcxx/include/__locale
M libcxx/include/__math/special_functions.h
M libcxx/include/__mdspan/layout_stride.h
M libcxx/include/__mdspan/mdspan.h
M libcxx/include/__memory/addressof.h
M libcxx/include/__memory/allocator.h
M libcxx/include/__memory/allocator_traits.h
M libcxx/include/__memory/is_sufficiently_aligned.h
M libcxx/include/__memory/raw_storage_iterator.h
M libcxx/include/__memory_resource/memory_resource.h
M libcxx/include/__memory_resource/monotonic_buffer_resource.h
M libcxx/include/__memory_resource/polymorphic_allocator.h
M libcxx/include/__memory_resource/synchronized_pool_resource.h
M libcxx/include/__memory_resource/unsynchronized_pool_resource.h
M libcxx/include/__new/allocate.h
M libcxx/include/__new/global_new_delete.h
M libcxx/include/__new/interference_size.h
M libcxx/include/__numeric/midpoint.h
M libcxx/include/__ostream/basic_ostream.h
M libcxx/include/__ranges/data.h
M libcxx/include/__ranges/view_interface.h
M libcxx/include/__thread/poll_with_backoff.h
M libcxx/include/__thread/timed_backoff_policy.h
M libcxx/include/__vector/vector.h
M libcxx/include/any
M libcxx/include/atomic
M libcxx/include/deque
M libcxx/include/fstream
M libcxx/include/future
M libcxx/include/ios
M libcxx/include/istream
M libcxx/include/module.modulemap.in
M libcxx/include/optional
M libcxx/include/scoped_allocator
M libcxx/include/semaphore
M libcxx/include/sstream
M libcxx/include/streambuf
M libcxx/include/string
M libcxx/include/strstream
M libcxx/include/syncstream
M libcxx/include/valarray
M libcxx/include/variant
M libcxx/include/version
M libcxx/lib/abi/arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist
M libcxx/lib/abi/x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist
M libcxx/modules/std/new.inc
M libcxx/modules/std/optional.inc
M libcxx/src/any.cpp
M libcxx/src/atomic.cpp
M libcxx/src/charconv.cpp
M libcxx/src/condition_variable_destructor.cpp
M libcxx/src/error_category.cpp
M libcxx/src/experimental/tzdb.cpp
M libcxx/src/include/overridable_function.h
M libcxx/src/locale.cpp
M libcxx/src/memory.cpp
M libcxx/src/mutex_destructor.cpp
M libcxx/src/new.cpp
M libcxx/src/optional.cpp
M libcxx/src/string.cpp
M libcxx/src/valarray.cpp
M libcxx/src/vector.cpp
M libcxx/src/verbose_abort.cpp
R libcxx/test/benchmarks/VariantBenchmarks.h
M libcxx/test/benchmarks/algorithms/lexicographical_compare.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/find.bench.cpp
M libcxx/test/benchmarks/algorithms/nonmodifying/search_n.bench.cpp
M libcxx/test/benchmarks/bitset.bench.cpp
M libcxx/test/benchmarks/containers/associative/associative_container_benchmarks.h
M libcxx/test/benchmarks/containers/sequence/sequence_container_benchmarks.h
M libcxx/test/benchmarks/to_chars.bench.cpp
A libcxx/test/benchmarks/variant.bench.cpp
R libcxx/test/benchmarks/variant_visit_1.bench.cpp
R libcxx/test/benchmarks/variant_visit_2.bench.cpp
R libcxx/test/benchmarks/variant_visit_3.bench.cpp
A libcxx/test/extensions/libcxx/input.output/file.streams/fstreams/filebuf.members/close.dont-get-rid-of-buffer.pass.cpp
A libcxx/test/libcxx/algorithms/nodiscard.verify.cpp
A libcxx/test/libcxx/algorithms/pstl.nodiscard.verify.cpp
M libcxx/test/libcxx/atomics/diagnose_invalid_memory_order.verify.cpp
A libcxx/test/libcxx/atomics/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/map.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/map/multimap.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/multiset.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/associative/set/set.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/flat.set/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/queue/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.adaptors/stack/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/container.node/node_handle.nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/array/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/deque/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/forwardlist/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/list/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/sequences/vector/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.map/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multimap/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.multiset/nodiscard.verify.cpp
A libcxx/test/libcxx/containers/unord/unord.set/nodiscard.verify.cpp
A libcxx/test/libcxx/depr/depr.strstream/nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/algorithm.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/array.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/atomic.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/bit.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/chrono.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cmath.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstddef.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/cstdlib.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/deque.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/filesystem.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/flat_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/format.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/forward_list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/functional.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/future.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/limits.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/list.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/memory_resource.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/mutex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/new.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/node_handle.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/pstl.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/queue.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/regex.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/scoped_allocator.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/stack.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/string_view.nodiscard.verify.cpp
A libcxx/test/libcxx/diagnostics/syserr/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/system_error_win_codes.pass.cpp
R libcxx/test/libcxx/diagnostics/unordered_map.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multimap.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_multiset.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/unordered_set.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/utility.nodiscard.verify.cpp
R libcxx/test/libcxx/diagnostics/vector.nodiscard.verify.cpp
M libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp
A libcxx/test/libcxx/input.output/file.streams/fstreams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/class.path/lifetimebound.verify.cpp
A libcxx/test/libcxx/input.output/filesystems/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
M libcxx/test/libcxx/input.output/iostreams.base/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/stream.buffers/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/string.streams/nodiscard.verify.cpp
A libcxx/test/libcxx/input.output/synchstream/nodiscard.verify.cpp
A libcxx/test/libcxx/language.support/limits/nodiscard.verify.cpp
M libcxx/test/libcxx/language.support/nodiscard.verify.cpp
M libcxx/test/libcxx/mem/mem.res/nodiscard.verify.cpp
A libcxx/test/libcxx/numerics/c.math/nodiscard.verify.cpp
M libcxx/test/libcxx/numerics/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.access/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.as_rvalue_view/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.common.view/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.common/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.counted/adaptor.nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.counted/nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.adaptors/range.join.with/nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/deref.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.iterator/iter_move.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.overview/adaptor.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.sentinel/eq.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/base.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/begin.nodiscard.verify.cpp
R libcxx/test/libcxx/ranges/range.adaptors/range.join.with/range.join.with.view/end.nodiscard.verify.cpp
A libcxx/test/libcxx/ranges/range.utility/view.interface/nodiscard.verify.cpp
A libcxx/test/libcxx/re/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/basic.string/nodiscard.verify.cpp
A libcxx/test/libcxx/strings/string.view/nodiscard.verify.cpp
M libcxx/test/libcxx/thread/nodiscard.verify.cpp
A libcxx/test/libcxx/time/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/allocator.adaptor/scoped_allocator.nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/bit/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/format/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/function.objects/nodiscard.verify.cpp
A libcxx/test/libcxx/utilities/memory/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/optional/optional.object/optional.object.observe/value_or.compile.pass.cpp
A libcxx/test/libcxx/utilities/utility/nodiscard.verify.cpp
M libcxx/test/libcxx/utilities/variant/nodiscard.verify.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ranges.search_n.pass.cpp
M libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp
R libcxx/test/std/containers/container.node/node_handle.nodiscard.verify.cpp
M libcxx/test/std/containers/insert_range_helpers.h
M libcxx/test/std/containers/sequences/deque/deque.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/deque/deque.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/insert_range_sequence_containers.h
M libcxx/test/std/containers/sequences/list/list.modifiers/append_range.pass.cpp
M libcxx/test/std/containers/sequences/list/list.modifiers/prepend_range.pass.cpp
M libcxx/test/std/containers/sequences/vector/vector.modifiers/append_range.pass.cpp
M libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
R libcxx/test/std/input.output/iostream.format/quoted.manip/quoted_traits.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/new.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/optional.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
A libcxx/test/std/language.support/support.types/cstddef.nodiscard.verify.cpp
M libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.verify.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.promise/set_value_void.pass.cpp
M libcxx/test/std/thread/futures/futures.shared_future/get.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp
M libcxx/test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp
M libcxx/test/std/thread/futures/futures.unique_future/get.pass.cpp
R libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.verify.cpp
M libcxx/test/std/utilities/optional/optional.iterator/begin.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/borrowed_range.compile.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/end.pass.cpp
M libcxx/test/std/utilities/optional/optional.iterator/iterator.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/and_then.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/or_else.pass.cpp
M libcxx/test/std/utilities/optional/optional.monadic/transform.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional.object.assign/emplace.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ref_constructs_from_temporary.verify.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
M libcxx/test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp
A libcxx/test/std/utilities/optional/optional.object/optional_helper_types.h
M libcxx/test/support/MinSequenceContainer.h
M libcxx/test/support/concat_macros.h
M libcxx/utils/ci/docker/docker-compose.yml
M libcxx/utils/ci/docker/linux-builder-base.dockerfile
M libcxx/utils/ci/images/libcxx_next_runners.txt
M libcxx/utils/ci/images/libcxx_runners.txt
A libcxx/utils/conformance
M libcxx/utils/generate_extended_grapheme_cluster_table.py
M libcxx/utils/generate_feature_test_macro_components.py
M libcxx/utils/generate_indic_conjunct_break_table.py
M libcxx/utils/generate_width_estimation_table.py
M libcxx/utils/libcxx/test/params.py
M libcxx/utils/requirements.txt
R libcxx/utils/synchronize_csv_status_files.py
M libcxxabi/CMakeLists.txt
M libcxxabi/include/cxxabi.h
M libcxxabi/src/cxa_exception.cpp
M libcxxabi/src/cxa_personality.cpp
M libcxxabi/src/stdlib_new_delete.cpp
M libunwind/include/__libunwind_config.h
M libunwind/src/Unwind-wasm.c
M lld/COFF/Config.h
M lld/COFF/Driver.cpp
M lld/COFF/Driver.h
M lld/COFF/LTO.cpp
M lld/COFF/Options.td
M lld/ELF/AArch64ErrataFix.cpp
M lld/ELF/AArch64ErrataFix.h
M lld/ELF/Arch/AArch64.cpp
M lld/ELF/Relocations.cpp
M lld/ELF/Relocations.h
M lld/ELF/ScriptLexer.cpp
M lld/ELF/ScriptLexer.h
M lld/ELF/ScriptParser.cpp
M lld/MachO/Arch/ARM64Common.cpp
M lld/MachO/Arch/ARM64Common.h
M lld/MachO/Arch/X86_64.cpp
M lld/MachO/BPSectionOrderer.cpp
M lld/MachO/ConcatOutputSection.cpp
M lld/MachO/EhFrame.cpp
M lld/MachO/EhFrame.h
M lld/MachO/ICF.cpp
M lld/MachO/InputFiles.cpp
M lld/MachO/InputFiles.h
M lld/MachO/InputSection.cpp
M lld/MachO/InputSection.h
M lld/MachO/MarkLive.cpp
M lld/MachO/ObjC.cpp
M lld/MachO/Relocations.cpp
M lld/MachO/Relocations.h
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/UnwindInfoSection.cpp
M lld/MachO/Writer.cpp
M lld/MinGW/Driver.cpp
M lld/MinGW/Options.td
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/linkreprofullpathrsp.test
A lld/test/COFF/lto-slp-vectorize-pm.ll
A lld/test/ELF/aarch64-cortex-a53-843419-thunk-relocation-crash.s
M lld/test/ELF/dynamic-list-extern.s
M lld/test/ELF/linkerscript/version-script.s
M lld/test/ELF/loongarch-relax-align.s
M lld/test/ELF/loongarch-relax-emit-relocs.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12-got-symbols.s
M lld/test/ELF/loongarch-relax-pc-hi20-lo12.s
M lld/test/ELF/loongarch-relocatable-align.s
M lld/test/ELF/loongarch-tls-gd-edge-case.s
M lld/test/ELF/loongarch-tls-gd.s
M lld/test/ELF/loongarch-tls-ie.s
M lld/test/ELF/loongarch-tls-ld.s
M lld/test/ELF/loongarch-tlsdesc.s
M lld/test/ELF/version-script.s
M lld/test/MinGW/driver.test
M lldb/Maintainers.md
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/index.rst
A lldb/docs/resources/lldbdap-contributing.md
R lldb/docs/resources/lldbdap.md
M lldb/docs/resources/lldbgdbremote.md
M lldb/docs/resources/qemu-testing.rst
A lldb/docs/use/lldbdap.md
M lldb/examples/python/crashlog.py
M lldb/include/lldb/API/SBCommandInterpreter.h
M lldb/include/lldb/API/SBSymbol.h
M lldb/include/lldb/API/SBValue.h
M lldb/include/lldb/Core/FormatEntity.h
M lldb/include/lldb/DataFormatters/TypeSynthetic.h
M lldb/include/lldb/Host/windows/ProcessLauncherWindows.h
M lldb/include/lldb/Symbol/Symbol.h
M lldb/include/lldb/Target/Platform.h
M lldb/include/lldb/ValueObject/DILAST.h
M lldb/include/lldb/ValueObject/DILEval.h
M lldb/include/lldb/lldb-defines.h
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
M lldb/packages/Python/lldbsuite/test/lldbpexpect.py
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
M lldb/packages/Python/lldbsuite/test/tools/lldb-dap/dap_server.py
M lldb/source/API/SBCommandReturnObject.cpp
M lldb/source/API/SBSymbol.cpp
M lldb/source/API/SBThread.cpp
M lldb/source/API/SBValue.cpp
M lldb/source/Commands/CommandObjectCommands.cpp
M lldb/source/Commands/CommandObjectVersion.cpp
M lldb/source/Core/Debugger.cpp
M lldb/source/Core/FormatEntity.cpp
M lldb/source/Core/IOHandlerCursesGUI.cpp
M lldb/source/Core/SourceManager.cpp
M lldb/source/Core/Statusline.cpp
M lldb/source/DataFormatters/FormatManager.cpp
M lldb/source/DataFormatters/FormatterBytecode.cpp
M lldb/source/DataFormatters/FormattersHelpers.cpp
M lldb/source/DataFormatters/TypeSummary.cpp
M lldb/source/DataFormatters/TypeSynthetic.cpp
M lldb/source/DataFormatters/ValueObjectPrinter.cpp
M lldb/source/Expression/UserExpression.cpp
M lldb/source/Host/windows/ProcessLauncherWindows.cpp
M lldb/source/Interpreter/embedded_interpreter.py
M lldb/source/Plugins/ABI/RISCV/ABISysV_riscv.cpp
M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
M lldb/source/Plugins/InstrumentationRuntime/BoundsSafety/InstrumentationRuntimeBoundsSafety.cpp
M lldb/source/Plugins/Language/CPlusPlus/CMakeLists.txt
M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
M lldb/source/Plugins/Language/CPlusPlus/GenericList.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlAtomic.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlDeque.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlSmartPointer.cpp
A lldb/source/Plugins/Language/CPlusPlus/MsvcStlSpan.cpp
M lldb/source/Plugins/Language/CPlusPlus/MsvcStlTree.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/CMakeLists.txt
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.cpp
A lldb/source/Plugins/ObjectContainer/Big-Archive/ObjectContainerBigArchive.h
M lldb/source/Plugins/ObjectContainer/CMakeLists.txt
M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
M lldb/source/Plugins/Platform/AIX/PlatformAIX.cpp
M lldb/source/Plugins/Platform/AIX/PlatformAIX.h
M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
M lldb/source/Plugins/Platform/WebAssembly/CMakeLists.txt
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp
M lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.h
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.cpp
A lldb/source/Plugins/Platform/WebAssembly/PlatformWasmRemoteGDBServer.h
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
M lldb/source/Plugins/Process/AIX/CMakeLists.txt
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.cpp
A lldb/source/Plugins/Process/AIX/NativeRegisterContextAIX_ppc64.h
M lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h
M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/CMakeLists.txt
R lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.cpp
A lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilderClang.h
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
M lldb/source/Plugins/TraceExporter/common/TraceHTR.cpp
M lldb/source/Plugins/TraceExporter/common/TraceHTR.h
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Symbol/ObjectFile.cpp
M lldb/source/Target/RegisterContextUnwind.cpp
M lldb/source/Target/StackFrame.cpp
M lldb/source/Target/Thread.cpp
M lldb/source/Utility/PPC64_DWARF_Registers.h
M lldb/source/ValueObject/DILEval.cpp
M lldb/source/ValueObject/ValueObject.cpp
M lldb/test/API/CMakeLists.txt
M lldb/test/API/api/multithreaded/inferior.cpp
M lldb/test/API/api/multithreaded/test_breakpoint_location_callback.cpp.template
M lldb/test/API/commands/command/script/add/TestAddParsedCommand.py
M lldb/test/API/commands/frame/var-dil/basics/LocalVars/TestFrameVarDILLocalVars.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/Makefile
A lldb/test/API/commands/frame/var-dil/expr/Casts/TestFrameVarDILCast.py
A lldb/test/API/commands/frame/var-dil/expr/Casts/main.cpp
M lldb/test/API/commands/process/detach-resumes/TestDetachResumes.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/deque/TestDataFormatterGenericDeque.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/Makefile
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/TestDataFormatterStdOrdering.py
A lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/ordering/main.cpp
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/span/TestDataFormatterStdSpan.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string_view/TestDataFormatterStdStringView.py
M lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/u8string_view/TestDataFormatterStdU8StringView.py
A lldb/test/API/functionalities/data-formatter/stringprinter/Makefile
M lldb/test/API/functionalities/data-formatter/stringprinter/TestStringPrinter.py
M lldb/test/API/functionalities/data-formatter/stringprinter/main.cpp
M lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py
M lldb/test/API/functionalities/gdb_remote_client/TestXMLRegisterFlags.py
M lldb/test/API/lang/objc/failing-description/TestObjCFailingDescription.py
M lldb/test/API/lang/objc/struct-description/TestObjCStructDescription.py
M lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
M lldb/test/API/linux/aarch64/mte_tag_access/TestAArch64LinuxMTEMemoryTagAccess.py
M lldb/test/API/macosx/dsym_modules/TestdSYMModuleInit.py
M lldb/test/API/python_api/file_handle/TestFileHandle.py
M lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py
M lldb/test/API/python_api/section/TestSectionAPI.py
A lldb/test/API/python_api/value/get_expr_path/Makefile
A lldb/test/API/python_api/value/get_expr_path/TestValueAPIGetExpressionPath.py
A lldb/test/API/python_api/value/get_expr_path/main.c
A lldb/test/API/terminal/TestPythonInterpreterEcho.py
M lldb/test/API/tools/lldb-dap/attach/TestDAP_attach.py
M lldb/test/API/tools/lldb-dap/evaluate/TestDAP_evaluate.py
M lldb/test/API/tools/lldb-dap/evaluate/main.cpp
M lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
A lldb/test/API/tools/lldb-dap/launch/io/Makefile
A lldb/test/API/tools/lldb-dap/launch/io/TestDAP_launch_io.py
A lldb/test/API/tools/lldb-dap/launch/io/main.cpp
M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
M lldb/test/Shell/Expr/TestExecProgress.test
A lldb/test/Shell/ObjectFile/invalid.test
A lldb/test/Shell/ScriptInterpreter/Python/io.test
M lldb/test/Shell/Settings/TestCxxFrameFormatRecursive.test
M lldb/test/Shell/SymbolFile/DWARF/split-dwarf-expression-eval-bug.cpp
M lldb/test/Shell/helper/toolchain.py
R lldb/tools/lldb-dap/.gitignore
R lldb/tools/lldb-dap/.prettierrc.json
R lldb/tools/lldb-dap/.vscode/launch.json
R lldb/tools/lldb-dap/.vscode/tasks.json
R lldb/tools/lldb-dap/.vscodeignore
M lldb/tools/lldb-dap/ClientLauncher.cpp
M lldb/tools/lldb-dap/ClientLauncher.h
M lldb/tools/lldb-dap/EventHelper.cpp
M lldb/tools/lldb-dap/Handler/ConfigurationDoneRequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.cpp
M lldb/tools/lldb-dap/Handler/RequestHandler.h
M lldb/tools/lldb-dap/JSONUtils.cpp
R lldb/tools/lldb-dap/LICENSE.TXT
M lldb/tools/lldb-dap/LLDBUtils.cpp
M lldb/tools/lldb-dap/Protocol/ProtocolRequests.cpp
M lldb/tools/lldb-dap/README.md
A lldb/tools/lldb-dap/extension/.gitignore
A lldb/tools/lldb-dap/extension/.prettierignore
A lldb/tools/lldb-dap/extension/.prettierrc.json
A lldb/tools/lldb-dap/extension/.vscode-test.mjs
A lldb/tools/lldb-dap/extension/.vscode/launch.json
A lldb/tools/lldb-dap/extension/.vscode/tasks.json
A lldb/tools/lldb-dap/extension/.vscodeignore
A lldb/tools/lldb-dap/extension/LICENSE.TXT
A lldb/tools/lldb-dap/extension/llvm-logo.png
A lldb/tools/lldb-dap/extension/package-lock.json
A lldb/tools/lldb-dap/extension/package.json
A lldb/tools/lldb-dap/extension/src/debug-adapter-factory.ts
A lldb/tools/lldb-dap/extension/src/debug-configuration-provider.ts
A lldb/tools/lldb-dap/extension/src/debug-session-tracker.ts
A lldb/tools/lldb-dap/extension/src/disposable-context.ts
A lldb/tools/lldb-dap/extension/src/extension.ts
A lldb/tools/lldb-dap/extension/src/index.d.ts
A lldb/tools/lldb-dap/extension/src/lldb-dap-server.ts
A lldb/tools/lldb-dap/extension/src/logging.ts
A lldb/tools/lldb-dap/extension/src/ui/error-with-notification.ts
A lldb/tools/lldb-dap/extension/src/ui/modules-data-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/show-error-message.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-provider.ts
A lldb/tools/lldb-dap/extension/src/ui/symbols-webview-html.ts
A lldb/tools/lldb-dap/extension/src/uri-launch-handler.ts
A lldb/tools/lldb-dap/extension/src/utils.ts
A lldb/tools/lldb-dap/extension/src/webview/symbols-table-view.ts
A lldb/tools/lldb-dap/extension/src/webview/tsconfig.json
A lldb/tools/lldb-dap/extension/syntaxes/arm.disasm
A lldb/tools/lldb-dap/extension/syntaxes/arm64.disasm
A lldb/tools/lldb-dap/extension/syntaxes/disassembly.json
A lldb/tools/lldb-dap/extension/syntaxes/x86.disasm
A lldb/tools/lldb-dap/extension/test/unit/expandUser.test.ts
A lldb/tools/lldb-dap/extension/tsconfig.json
R lldb/tools/lldb-dap/llvm-logo.png
R lldb/tools/lldb-dap/package-lock.json
R lldb/tools/lldb-dap/package.json
R lldb/tools/lldb-dap/src-ts/debug-adapter-factory.ts
R lldb/tools/lldb-dap/src-ts/debug-configuration-provider.ts
R lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts
R lldb/tools/lldb-dap/src-ts/disposable-context.ts
R lldb/tools/lldb-dap/src-ts/extension.ts
R lldb/tools/lldb-dap/src-ts/index.d.ts
R lldb/tools/lldb-dap/src-ts/lldb-dap-server.ts
R lldb/tools/lldb-dap/src-ts/logging.ts
R lldb/tools/lldb-dap/src-ts/ui/error-with-notification.ts
R lldb/tools/lldb-dap/src-ts/ui/modules-data-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/show-error-message.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-provider.ts
R lldb/tools/lldb-dap/src-ts/ui/symbols-webview-html.ts
R lldb/tools/lldb-dap/src-ts/uri-launch-handler.ts
R lldb/tools/lldb-dap/src-ts/utils.ts
R lldb/tools/lldb-dap/src-ts/webview/symbols-table-view.ts
R lldb/tools/lldb-dap/src-ts/webview/tsconfig.json
R lldb/tools/lldb-dap/syntaxes/arm.disasm
R lldb/tools/lldb-dap/syntaxes/arm64.disasm
R lldb/tools/lldb-dap/syntaxes/disassembly.json
R lldb/tools/lldb-dap/syntaxes/x86.disasm
M lldb/tools/lldb-dap/tool/lldb-dap.cpp
R lldb/tools/lldb-dap/tsconfig.json
M lldb/unittests/Core/FormatEntityTest.cpp
M lldb/unittests/DAP/ProtocolTypesTest.cpp
M lldb/unittests/Language/CPlusPlus/CMakeLists.txt
A lldb/unittests/Language/CPlusPlus/LibStdcppTupleTest.cpp
M lldb/unittests/Symbol/TestTypeSystemClang.cpp
M lldb/unittests/Thread/ThreadTest.cpp
M lldb/unittests/Utility/StreamTest.cpp
M llvm/CMakeLists.txt
M llvm/Maintainers.md
M llvm/bindings/ocaml/bitreader/llvm_bitreader.mli
M llvm/bindings/ocaml/irreader/irreader_ocaml.c
M llvm/bindings/ocaml/irreader/llvm_irreader.ml
M llvm/bindings/ocaml/irreader/llvm_irreader.mli
M llvm/bindings/ocaml/llvm/llvm.ml
M llvm/bindings/ocaml/llvm/llvm.mli
M llvm/cmake/modules/AddLLVM.cmake
M llvm/cmake/modules/HandleLLVMOptions.cmake
M llvm/docs/AMDGPUUsage.rst
M llvm/docs/CommandGuide/llvm-readelf.rst
M llvm/docs/CommandGuide/llvm-readobj.rst
M llvm/docs/DeveloperPolicy.rst
M llvm/docs/HowToReleaseLLVM.rst
M llvm/docs/LangRef.rst
A llvm/docs/MemProf.rst
M llvm/docs/RISCVUsage.rst
M llvm/docs/ReleaseNotes.md
M llvm/docs/SPIRVUsage.rst
M llvm/docs/TableGen/ProgRef.rst
M llvm/docs/UserGuides.rst
M llvm/docs/Vectorizers.rst
M llvm/docs/vplan-early-exit-lowered.dot
M llvm/docs/vplan-early-exit-lowered.png
M llvm/examples/OrcV2Examples/OrcV2CBindingsLazy/OrcV2CBindingsLazy.c
M llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c
M llvm/include/llvm-c/IRReader.h
M llvm/include/llvm-c/Object.h
M llvm/include/llvm-c/OrcEE.h
M llvm/include/llvm/ADT/APFloat.h
M llvm/include/llvm/ADT/APInt.h
M llvm/include/llvm/ADT/FloatingPointMode.h
M llvm/include/llvm/ADT/GenericCycleInfo.h
M llvm/include/llvm/ADT/GenericUniformityImpl.h
M llvm/include/llvm/ADT/STLExtras.h
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h
M llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h
M llvm/include/llvm/Analysis/IVDescriptors.h
M llvm/include/llvm/Analysis/LazyCallGraph.h
M llvm/include/llvm/Analysis/LoopAnalysisManager.h
M llvm/include/llvm/Analysis/ScalarEvolution.h
M llvm/include/llvm/Analysis/TargetTransformInfo.h
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/include/llvm/Analysis/VecFuncs.def
M llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def
M llvm/include/llvm/CAS/OnDiskGraphDB.h
M llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/include/llvm/CodeGen/MachineBasicBlock.h
M llvm/include/llvm/CodeGen/MachineFunction.h
M llvm/include/llvm/CodeGen/MachineInstr.h
M llvm/include/llvm/CodeGen/MachinePassManager.h
M llvm/include/llvm/CodeGen/Passes.h
M llvm/include/llvm/CodeGen/ReachingDefAnalysis.h
M llvm/include/llvm/CodeGen/SDPatternMatch.h
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/include/llvm/CodeGen/SelectionDAGISel.h
M llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h
M llvm/include/llvm/CodeGen/TargetInstrInfo.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/CodeGen/ValueTypes.td
M llvm/include/llvm/DWARFCFIChecker/DWARFCFIAnalysis.h
M llvm/include/llvm/DWP/DWP.h
M llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h
M llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
M llvm/include/llvm/ExecutionEngine/JITLink/systemz.h
A llvm/include/llvm/ExecutionEngine/Orc/BacktraceTools.h
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryResolver.h
M llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/LibraryScanner.h
M llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h
M llvm/include/llvm/Frontend/Driver/CodeGenOptions.h
M llvm/include/llvm/Frontend/OpenMP/ClauseT.h
M llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h
M llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
M llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h
M llvm/include/llvm/IR/BasicBlock.h
M llvm/include/llvm/IR/Constants.h
M llvm/include/llvm/IR/DebugInfoFlags.def
M llvm/include/llvm/IR/FixedMetadataKinds.def
A llvm/include/llvm/IR/FunctionProperties.def
M llvm/include/llvm/IR/IRBuilder.h
M llvm/include/llvm/IR/Instructions.h
M llvm/include/llvm/IR/Intrinsics.td
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/include/llvm/IR/IntrinsicsDirectX.td
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/include/llvm/IR/ModuleSummaryIndex.h
M llvm/include/llvm/IR/OptBisect.h
M llvm/include/llvm/IR/PassManager.h
M llvm/include/llvm/IR/PatternMatch.h
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/include/llvm/IR/Type.h
M llvm/include/llvm/IR/User.h
M llvm/include/llvm/InitializePasses.h
M llvm/include/llvm/MC/MCGOFFStreamer.h
M llvm/include/llvm/MC/MCObjectStreamer.h
M llvm/include/llvm/Passes/CodeGenPassBuilder.h
M llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
M llvm/include/llvm/ProfileData/InstrProf.h
M llvm/include/llvm/ProfileData/SampleProf.h
M llvm/include/llvm/Support/AMDGPUAddrSpace.h
M llvm/include/llvm/Support/CommandLine.h
M llvm/include/llvm/Support/Compiler.h
M llvm/include/llvm/Support/DebugCounter.h
M llvm/include/llvm/Support/Error.h
M llvm/include/llvm/Support/FileSystem.h
M llvm/include/llvm/Support/FormatVariadic.h
A llvm/include/llvm/Support/IntegerInclusiveInterval.h
M llvm/include/llvm/Support/InterleavedRange.h
M llvm/include/llvm/Support/JSON.h
M llvm/include/llvm/Support/KnownBits.h
M llvm/include/llvm/Support/KnownFPClass.h
M llvm/include/llvm/Support/LEB128.h
M llvm/include/llvm/Support/MemoryBuffer.h
M llvm/include/llvm/Support/raw_socket_stream.h
M llvm/include/llvm/Target/CGPassBuilderOption.h
M llvm/include/llvm/Target/TargetOptions.h
M llvm/include/llvm/Target/TargetSelectionDAG.td
M llvm/include/llvm/TargetParser/Triple.h
M llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h
M llvm/include/llvm/Transforms/Utils/CodeExtractor.h
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h
M llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h
M llvm/lib/Analysis/AliasAnalysis.cpp
M llvm/lib/Analysis/CFGSCCPrinter.cpp
M llvm/lib/Analysis/CallGraph.cpp
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Analysis/ConstraintSystem.cpp
M llvm/lib/Analysis/Delinearization.cpp
M llvm/lib/Analysis/FunctionPropertiesAnalysis.cpp
M llvm/lib/Analysis/IVDescriptors.cpp
M llvm/lib/Analysis/ImportedFunctionsInliningStatistics.cpp
M llvm/lib/Analysis/InlineAdvisor.cpp
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/TargetTransformInfo.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/BinaryFormat/MachO.cpp
M llvm/lib/CodeGen/Analysis.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/lib/CodeGen/AsmPrinter/PseudoProbePrinter.cpp
M llvm/lib/CodeGen/BasicBlockSectionsProfileReader.cpp
M llvm/lib/CodeGen/CFIInstrInserter.cpp
M llvm/lib/CodeGen/CMakeLists.txt
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
M llvm/lib/CodeGen/CommandFlags.cpp
M llvm/lib/CodeGen/EarlyIfConversion.cpp
M llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
A llvm/lib/CodeGen/InsertCodePrefetch.cpp
M llvm/lib/CodeGen/InterleavedAccessPass.cpp
M llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
M llvm/lib/CodeGen/MIRCanonicalizerPass.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.cpp
M llvm/lib/CodeGen/MIRParser/MILexer.h
M llvm/lib/CodeGen/MIRParser/MIParser.cpp
M llvm/lib/CodeGen/MachineBasicBlock.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/MachineInstr.cpp
M llvm/lib/CodeGen/ModuloSchedule.cpp
M llvm/lib/CodeGen/PHIEliminationUtils.cpp
M llvm/lib/CodeGen/PseudoProbeInserter.cpp
M llvm/lib/CodeGen/ReachingDefAnalysis.cpp
M llvm/lib/CodeGen/RegisterPressure.cpp
M llvm/lib/CodeGen/RegisterUsageInfo.cpp
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/CodeGen/SplitKit.cpp
M llvm/lib/CodeGen/TargetInstrInfo.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
M llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
M llvm/lib/DebugInfo/DWARF/DWARFUnwindTablePrinter.cpp
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
M llvm/lib/DebugInfo/GSYM/GsymCreator.cpp
M llvm/lib/DebugInfo/GSYM/InlineInfo.cpp
M llvm/lib/DebugInfo/GSYM/LineTable.cpp
M llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_systemz.cpp
M llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
M llvm/lib/ExecutionEngine/JITLink/loongarch.cpp
M llvm/lib/ExecutionEngine/JITLink/systemz.cpp
A llvm/lib/ExecutionEngine/Orc/BacktraceTools.cpp
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
M llvm/lib/ExecutionEngine/Orc/OrcV2CBindings.cpp
M llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/CMakeLists.txt
M llvm/lib/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryResolver.cpp
M llvm/lib/ExecutionEngine/Orc/TargetProcess/LibraryScanner.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
M llvm/lib/FileCheck/FileCheck.cpp
M llvm/lib/Frontend/Driver/CodeGenOptions.cpp
M llvm/lib/Frontend/HLSL/HLSLRootSignature.cpp
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/IR/Attributes.cpp
M llvm/lib/IR/AutoUpgrade.cpp
M llvm/lib/IR/ConstantFold.cpp
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/Core.cpp
M llvm/lib/IR/DiagnosticInfo.cpp
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/IR/Instruction.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/IR/Mangler.cpp
M llvm/lib/IR/Metadata.cpp
M llvm/lib/IR/Module.cpp
M llvm/lib/IR/Operator.cpp
M llvm/lib/IR/OptBisect.cpp
M llvm/lib/IR/ProfDataUtils.cpp
M llvm/lib/IR/Verifier.cpp
M llvm/lib/IRReader/IRReader.cpp
M llvm/lib/LTO/LTOCodeGenerator.cpp
M llvm/lib/MC/GOFFObjectWriter.cpp
M llvm/lib/MC/MCGOFFStreamer.cpp
M llvm/lib/MC/MCInstPrinter.cpp
M llvm/lib/ObjCopy/ELF/ELFObject.cpp
M llvm/lib/Object/Archive.cpp
M llvm/lib/Object/ArchiveWriter.cpp
M llvm/lib/Object/IRSymtab.cpp
M llvm/lib/Object/MachOObjectFile.cpp
M llvm/lib/ObjectYAML/DWARFEmitter.cpp
M llvm/lib/ObjectYAML/WasmEmitter.cpp
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
M llvm/lib/ProfileData/InstrProf.cpp
M llvm/lib/Remarks/YAMLRemarkParser.cpp
M llvm/lib/Support/APFloat.cpp
M llvm/lib/Support/APInt.cpp
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/Chrono.cpp
M llvm/lib/Support/CommandLine.cpp
M llvm/lib/Support/DebugCounter.cpp
M llvm/lib/Support/Error.cpp
M llvm/lib/Support/FloatingPointMode.cpp
A llvm/lib/Support/IntegerInclusiveInterval.cpp
M llvm/lib/Support/JSON.cpp
M llvm/lib/Support/KnownBits.cpp
M llvm/lib/Support/KnownFPClass.cpp
M llvm/lib/Support/MemoryBuffer.cpp
M llvm/lib/Support/Path.cpp
M llvm/lib/Support/TextEncoding.cpp
M llvm/lib/Support/ThreadPool.cpp
M llvm/lib/Support/UnicodeNameToCodepoint.cpp
M llvm/lib/Support/UnicodeNameToCodepointGenerated.cpp
M llvm/lib/Support/Unix/Path.inc
M llvm/lib/Support/VirtualFileSystem.cpp
M llvm/lib/Support/Windows/Path.inc
M llvm/lib/TableGen/TGLexer.cpp
M llvm/lib/Target/AArch64/AArch64.h
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
M llvm/lib/Target/AArch64/AArch64ConditionOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64Features.td
M llvm/lib/Target/AArch64/AArch64GenRegisterBankInfo.def
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.h
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/lib/Target/AArch64/AArch64InstrGISel.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.h
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
M llvm/lib/Target/AArch64/AArch64Processors.td
M llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
A llvm/lib/Target/AArch64/AArch64SRLTDefineSuperRegs.cpp
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/AArch64SchedNeoverseN2.td
M llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.cpp
M llvm/lib/Target/AArch64/AArch64Subtarget.h
M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/CMakeLists.txt
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUAttributor.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerKernelAttributes.cpp
M llvm/lib/Target/AMDGPU/AMDGPULowerVGPREncoding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPostLegalizerCombiner.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegBankLegalizeRules.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSplitModule.cpp
M llvm/lib/Target/AMDGPU/AMDGPUSwLowerLDS.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/AMDGPUUniformIntrinsicCombine.cpp
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCCodeEmitter.cpp
M llvm/lib/Target/AMDGPU/R600ISelLowering.cpp
M llvm/lib/Target/AMDGPU/R600MachineCFGStructurizer.cpp
M llvm/lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
M llvm/lib/Target/AMDGPU/SIDefines.h
M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/SILateBranchLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp
M llvm/lib/Target/AMDGPU/SIMemoryLegalizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.td
M llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
M llvm/lib/Target/AMDGPU/VINTERPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
M llvm/lib/Target/ARC/ARCInstrInfo.cpp
M llvm/lib/Target/ARC/ARCInstrInfo.h
M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/ARMISelLowering.h
M llvm/lib/Target/ARM/ARMInstrNEON.td
M llvm/lib/Target/ARM/Thumb1InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb1InstrInfo.h
M llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
M llvm/lib/Target/ARM/Thumb2InstrInfo.h
M llvm/lib/Target/AVR/AVRISelLowering.h
M llvm/lib/Target/AVR/AVRInstrInfo.cpp
M llvm/lib/Target/AVR/AVRInstrInfo.h
M llvm/lib/Target/BPF/BPFInstrInfo.cpp
M llvm/lib/Target/BPF/BPFInstrInfo.h
M llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
M llvm/lib/Target/CSKY/CSKYInstrInfo.h
M llvm/lib/Target/DirectX/DXIL.td
M llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp
M llvm/lib/Target/DirectX/DXILResourceAccess.cpp
M llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
M llvm/lib/Target/Hexagon/HexagonISelLowering.h
M llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
M llvm/lib/Target/Hexagon/HexagonInstrInfo.h
M llvm/lib/Target/Hexagon/HexagonVectorCombine.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
M llvm/lib/Target/Lanai/LanaiInstrInfo.h
M llvm/lib/Target/LoongArch/AsmParser/LoongArchAsmParser.cpp
M llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp
M llvm/lib/Target/LoongArch/LoongArchExpandPseudoInsts.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.cpp
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.h
M llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
M llvm/lib/Target/LoongArch/LoongArchMCInstLower.cpp
M llvm/lib/Target/LoongArch/LoongArchMachineFunctionInfo.h
M llvm/lib/Target/LoongArch/LoongArchMergeBaseOffset.cpp
M llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp
M llvm/lib/Target/LoongArch/LoongArchTargetMachine.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchBaseInfo.h
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCAsmInfo.cpp
M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.cpp
M llvm/lib/Target/M68k/M68kInstrInfo.h
M llvm/lib/Target/M68k/MCTargetDesc/M68kMCCodeEmitter.cpp
M llvm/lib/Target/MSP430/MSP430ISelLowering.h
M llvm/lib/Target/MSP430/MSP430InstrInfo.cpp
M llvm/lib/Target/MSP430/MSP430InstrInfo.h
M llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
M llvm/lib/Target/Mips/Mips64InstrInfo.td
M llvm/lib/Target/Mips/MipsISelLowering.cpp
M llvm/lib/Target/Mips/MipsISelLowering.h
M llvm/lib/Target/Mips/MipsInstrInfo.h
M llvm/lib/Target/Mips/MipsInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.h
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXSubtarget.h
M llvm/lib/Target/NVPTX/NVPTXUtilities.h
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrFutureMMA.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.cpp
M llvm/lib/Target/PowerPC/PPCSelectionDAGInfo.h
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/CMakeLists.txt
M llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.h
A llvm/lib/Target/RISCV/MCTargetDesc/RISCVMachObjectWriter.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.h
M llvm/lib/Target/RISCV/RISCVAsmPrinter.cpp
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInsertVSETVLI.cpp
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
A llvm/lib/Target/RISCV/RISCVInstrFormatsXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfo.h
M llvm/lib/Target/RISCV/RISCVInstrInfo.td
M llvm/lib/Target/RISCV/RISCVInstrInfoP.td
M llvm/lib/Target/RISCV/RISCVInstrInfoSFB.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
A llvm/lib/Target/RISCV/RISCVInstrInfoXAIF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoXqci.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfbfmin.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZibi.td
M llvm/lib/Target/RISCV/RISCVLoadStoreOptimizer.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.cpp
A llvm/lib/Target/RISCV/RISCVMachineScheduler.h
M llvm/lib/Target/RISCV/RISCVMakeCompressible.cpp
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/lib/Target/RISCV/RISCVProcessors.td
M llvm/lib/Target/RISCV/RISCVRedundantCopyElimination.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.cpp
M llvm/lib/Target/RISCV/RISCVRegisterInfo.td
M llvm/lib/Target/RISCV/RISCVSchedAndes45.td
M llvm/lib/Target/RISCV/RISCVSystemOperands.td
M llvm/lib/Target/RISCV/RISCVTargetMachine.cpp
M llvm/lib/Target/RISCV/RISCVTargetObjectFile.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.cpp
A llvm/lib/Target/RISCV/RISCVVSETVLIInfoAnalysis.h
M llvm/lib/Target/RISCV/RISCVZilsdOptimizer.cpp
M llvm/lib/Target/SPIRV/CMakeLists.txt
M llvm/lib/Target/SPIRV/SPIRV.h
M llvm/lib/Target/SPIRV/SPIRVBuiltins.cpp
M llvm/lib/Target/SPIRV/SPIRVBuiltins.td
M llvm/lib/Target/SPIRV/SPIRVCommandLine.cpp
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
M llvm/lib/Target/SPIRV/SPIRVInstrInfo.td
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/lib/Target/SPIRV/SPIRVLegalizePointerCast.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.cpp
A llvm/lib/Target/SPIRV/SPIRVLegalizeZeroSizeArrays.h
M llvm/lib/Target/SPIRV/SPIRVLegalizerInfo.cpp
M llvm/lib/Target/SPIRV/SPIRVModuleAnalysis.cpp
M llvm/lib/Target/SPIRV/SPIRVPassRegistry.def
M llvm/lib/Target/SPIRV/SPIRVPostLegalizer.cpp
M llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
M llvm/lib/Target/SPIRV/SPIRVPushConstantAccess.cpp
M llvm/lib/Target/SPIRV/SPIRVRegularizer.cpp
M llvm/lib/Target/SPIRV/SPIRVSymbolicOperands.td
M llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp
M llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.cpp
M llvm/lib/Target/Sparc/SparcISelLowering.h
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.cpp
M llvm/lib/Target/Sparc/SparcInstrInfo.h
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.h
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.h
M llvm/lib/Target/TargetLoweringObjectFile.cpp
M llvm/lib/Target/VE/VEISelLowering.h
M llvm/lib/Target/VE/VEInstrInfo.cpp
M llvm/lib/Target/VE/VEInstrInfo.h
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
M llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
M llvm/lib/Target/X86/GISel/X86LegalizerInfo.cpp
M llvm/lib/Target/X86/X86.h
M llvm/lib/Target/X86/X86.td
M llvm/lib/Target/X86/X86ArgumentStackSlotRebase.cpp
M llvm/lib/Target/X86/X86CmovConversion.cpp
M llvm/lib/Target/X86/X86CompressEVEX.cpp
M llvm/lib/Target/X86/X86DomainReassignment.cpp
M llvm/lib/Target/X86/X86FastISel.cpp
M llvm/lib/Target/X86/X86FastPreTileConfig.cpp
M llvm/lib/Target/X86/X86FastTileConfig.cpp
M llvm/lib/Target/X86/X86FixupBWInsts.cpp
M llvm/lib/Target/X86/X86FixupInstTuning.cpp
M llvm/lib/Target/X86/X86FixupSetCC.cpp
M llvm/lib/Target/X86/X86FixupVectorConstants.cpp
M llvm/lib/Target/X86/X86FlagsCopyLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.h
M llvm/lib/Target/X86/X86ISelLoweringCall.cpp
M llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
M llvm/lib/Target/X86/X86InstrAVX512.td
M llvm/lib/Target/X86/X86InstrCMovSetCC.td
M llvm/lib/Target/X86/X86InstrFragmentsSIMD.td
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/lib/Target/X86/X86InstrInfo.h
M llvm/lib/Target/X86/X86InstrPredicates.td
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/lib/Target/X86/X86IntrinsicsInfo.h
M llvm/lib/Target/X86/X86LowerTileCopy.cpp
M llvm/lib/Target/X86/X86PassRegistry.def
M llvm/lib/Target/X86/X86PreTileConfig.cpp
M llvm/lib/Target/X86/X86SchedLunarlakeP.td
M llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp
M llvm/lib/Target/X86/X86SuppressAPXForReloc.cpp
M llvm/lib/Target/X86/X86TargetMachine.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Target/X86/X86TileConfig.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.cpp
M llvm/lib/Target/XCore/XCoreInstrInfo.h
M llvm/lib/Target/Xtensa/XtensaISelLowering.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.cpp
M llvm/lib/Target/Xtensa/XtensaInstrInfo.h
M llvm/lib/TargetParser/Host.cpp
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/lib/TargetParser/TargetDataLayout.cpp
M llvm/lib/TargetParser/TargetParser.cpp
M llvm/lib/TargetParser/Triple.cpp
M llvm/lib/TextAPI/TextStubV5.cpp
M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
M llvm/lib/Transforms/IPO/BlockExtractor.cpp
M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
M llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp
M llvm/lib/Transforms/IPO/MergeFunctions.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/Instrumentation/AllocToken.cpp
M llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
M llvm/lib/Transforms/Scalar/GVNHoist.cpp
M llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
M llvm/lib/Transforms/Scalar/JumpTableToSwitch.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
M llvm/lib/Transforms/Scalar/LoopInterchange.cpp
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
M llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
M llvm/lib/Transforms/Scalar/NewGVN.cpp
M llvm/lib/Transforms/Scalar/SROA.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
M llvm/lib/Transforms/Utils/CMakeLists.txt
M llvm/lib/Transforms/Utils/IRNormalizer.cpp
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Utils/LoopConstrainer.cpp
M llvm/lib/Transforms/Utils/LoopUnroll.cpp
M llvm/lib/Transforms/Utils/LoopUtils.cpp
M llvm/lib/Transforms/Utils/LowerMemIntrinsics.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.cpp
M llvm/lib/Transforms/Vectorize/VPlanAnalysis.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanTransforms.h
M llvm/lib/Transforms/Vectorize/VPlanUnroll.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/runtimes/CMakeLists.txt
M llvm/test/Analysis/CostModel/AArch64/splice.ll
M llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
A llvm/test/Analysis/CostModel/RISCV/constant-pool.ll
M llvm/test/Analysis/CostModel/RISCV/rvv-shuffle.ll
M llvm/test/Analysis/CostModel/RISCV/splice.ll
M llvm/test/Analysis/Delinearization/fixed_size_array.ll
A llvm/test/Analysis/Delinearization/global_array_bounds.ll
M llvm/test/Analysis/Delinearization/validation_large_size.ll
M llvm/test/Analysis/DependenceAnalysis/FlipFlopBaseAddress.ll
A llvm/test/Analysis/DependenceAnalysis/monotonicity-loop-guard.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr-i32-index-width.ll
M llvm/test/Analysis/ScalarEvolution/ptrtoaddr.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll
M llvm/test/Analysis/ScalarEvolution/trip-multiple.ll
M llvm/test/Analysis/ScalarEvolution/urem-0.ll
M llvm/test/Analysis/UniformityAnalysis/AMDGPU/intrinsics.ll
A llvm/test/Analysis/UniformityAnalysis/AMDGPU/irreducible/reducible-subgraph.ll
M llvm/test/Analysis/ValueTracking/assume.ll
A llvm/test/Assembler/arbitrary-fp-convert.ll
M llvm/test/Assembler/auto_upgrade_intrinsics.ll
M llvm/test/Assembler/auto_upgrade_nvvm_intrinsics.ll
M llvm/test/Assembler/debug-info.ll
M llvm/test/Assembler/disubprogram.ll
M llvm/test/Bindings/OCaml/bitreader.ml
M llvm/test/Bindings/OCaml/core.ml
M llvm/test/Bindings/OCaml/irreader.ml
A llvm/test/Bitcode/amdgpu-wmma-clamp-upgrade.ll
M llvm/test/Bitcode/upgrade-vector-splice-intrinsic.ll
M llvm/test/CodeGen/AArch64/Atomics/aarch64-atomic-load-rcpc_immo.ll
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-pcsections.ll
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
M llvm/test/CodeGen/AArch64/aarch64-mops.ll
M llvm/test/CodeGen/AArch64/active_lane_mask.ll
M llvm/test/CodeGen/AArch64/aggressive-interleaving.ll
M llvm/test/CodeGen/AArch64/apply-terminal-rule.mir
M llvm/test/CodeGen/AArch64/arm64-ccmp.ll
M llvm/test/CodeGen/AArch64/arm64-clrsb.ll
A llvm/test/CodeGen/AArch64/arm64-cvtf-simd-itofp.ll
M llvm/test/CodeGen/AArch64/arm64-homogeneous-prolog-epilog-tail-call.mir
M llvm/test/CodeGen/AArch64/arm64-int-neon.ll
M llvm/test/CodeGen/AArch64/arm64-neon-v8.1a.ll
M llvm/test/CodeGen/AArch64/arm64-platform-reg.ll
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
M llvm/test/CodeGen/AArch64/arm64-vmul.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll
M llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll
M llvm/test/CodeGen/AArch64/avg.ll
A llvm/test/CodeGen/AArch64/bit-test.ll
M llvm/test/CodeGen/AArch64/cls.ll
M llvm/test/CodeGen/AArch64/combine-comparisons-by-cse.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-add-scalable.ll
M llvm/test/CodeGen/AArch64/complex-deinterleaving-f16-mul-scalable.ll
M llvm/test/CodeGen/AArch64/cpus.ll
M llvm/test/CodeGen/AArch64/dag-combine-setcc.ll
M llvm/test/CodeGen/AArch64/early-ifcvt-likely-predictable.mir
M llvm/test/CodeGen/AArch64/fcmp-fp128.ll
M llvm/test/CodeGen/AArch64/fp8-sve-cvtn.ll
M llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
M llvm/test/CodeGen/AArch64/intrinsic-cttz-elts-sve.ll
M llvm/test/CodeGen/AArch64/ldst-implicitop.mir
M llvm/test/CodeGen/AArch64/load-store-forwarding.ll
A llvm/test/CodeGen/AArch64/max-stores-per-mem-ops.ll
M llvm/test/CodeGen/AArch64/named-vector-shuffles-neon.ll
M llvm/test/CodeGen/AArch64/neon-dot-product.ll
M llvm/test/CodeGen/AArch64/neon-vcmla.ll
M llvm/test/CodeGen/AArch64/popcount.ll
A llvm/test/CodeGen/AArch64/pr161289.ll
A llvm/test/CodeGen/AArch64/ptrauth-global-no-pic.ll
M llvm/test/CodeGen/AArch64/ptrauth-irelative.ll
A llvm/test/CodeGen/AArch64/range-prefetch.ll
M llvm/test/CodeGen/AArch64/scalable_masked_deinterleaved_loads.ll
M llvm/test/CodeGen/AArch64/scalable_masked_interleaved_stores.ll
A llvm/test/CodeGen/AArch64/seh-unreachable-loop.mir
M llvm/test/CodeGen/AArch64/settag-merge-nonaligned-fp.ll
A llvm/test/CodeGen/AArch64/sink-fneg.ll
M llvm/test/CodeGen/AArch64/sme-avoid-coalescing-locally-streaming.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-loads.ll
M llvm/test/CodeGen/AArch64/sme-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sme-pstate-sm-changing-call-disable-coalescing.ll
M llvm/test/CodeGen/AArch64/sme-streaming-body.ll
A llvm/test/CodeGen/AArch64/sme-streaming-mode-fpr-copy.ll
M llvm/test/CodeGen/AArch64/sme2-fp8-intrinsics-mla.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-add-sub-za16.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfmul.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-bfscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-cvtn.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-faminmax.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fmlas.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-fscale.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4-lane-x4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-luti4.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-max.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-min.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlals.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4-fp8.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x1.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-mop4a_2x2.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-rshl.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sclamp.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-select-sme-tileslice.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sqdmulh.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-sub.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-tmop.ll
M llvm/test/CodeGen/AArch64/sme2-intrinsics-uclamp.ll
M llvm/test/CodeGen/AArch64/sme2p2-intrinsics-fmul.ll
M llvm/test/CodeGen/AArch64/speculation-hardening-sls-blr.mir
M llvm/test/CodeGen/AArch64/stack-hazard.ll
A llvm/test/CodeGen/AArch64/stackaddress.ll
A llvm/test/CodeGen/AArch64/subreg-liveness-fix-subreg-to-reg-implicit-def.mir
A llvm/test/CodeGen/AArch64/subreg_to_reg_coalescing_issue.mir
M llvm/test/CodeGen/AArch64/sve-bf16-reductions.ll
M llvm/test/CodeGen/AArch64/sve-extract-element.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-partial-reduce.ll
M llvm/test/CodeGen/AArch64/sve-fmsub.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-contiguous-prefetches.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-reinterpret.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqdec.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-sqinc.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-imm-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stN-reg-reg-addr-mode.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-int-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-fp-to-int.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-cvt-int-to-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-and-combine.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bit-counting.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-bitselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-build-vector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-concat.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ext-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-subvector.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-extract-vector-elt.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fcopysign.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-extend-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-rounding.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-compares.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-log.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-minmax.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mul.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-select.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ld2-alloca.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-limit-duplane.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-log-reduce.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-gather-scatter.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-optimize-ptrue.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-permute-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ptest.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reductions.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-reshuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-rev.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-sdiv-pow2.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc-stores.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-trunc.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll
M llvm/test/CodeGen/AArch64/sve-vector-deinterleave.ll
M llvm/test/CodeGen/AArch64/sve-vector-interleave.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-luti.ll
M llvm/test/CodeGen/AArch64/sve2-intrinsics-while.ll
M llvm/test/CodeGen/AArch64/sve2p1-dots-partial-reduction.ll
A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-crypto.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-multivec-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-selx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-stores.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-uzpx4.ll
M llvm/test/CodeGen/AArch64/sve2p1-intrinsics-while-pp.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-arith.ll
A llvm/test/CodeGen/AArch64/sve2p2-intrinsics-fp-converts.ll
M llvm/test/CodeGen/AArch64/switch-cases-to-branch-and.ll
M llvm/test/CodeGen/AArch64/tail-dup-redundant-phi.mir
M llvm/test/CodeGen/AArch64/vector-extract-last-active.ll
M llvm/test/CodeGen/AArch64/win-import-call-optimization.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/addo.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/fcmp.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/icmp.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/implicit-kernarg-backend-usage-global-isel.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslate-bf16.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/irtranslator-function-args.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.end.cf.i64.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-fcanonicalize.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-ptrmask.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-smulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-umulh.mir
M llvm/test/CodeGen/AMDGPU/GlobalISel/subo.ll
M llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-intrinsic-missing-nocallback.ll
R llvm/test/CodeGen/AMDGPU/amdgpu-attributor-nocallback-intrinsics.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-miscellaneous-uniform-intrinsic.ll
M llvm/test/CodeGen/AMDGPU/amdgpu-uniform-intrinsic-combine.ll
M llvm/test/CodeGen/AMDGPU/bf16.ll
M llvm/test/CodeGen/AMDGPU/branch-folding-implicit-def-subreg.ll
M llvm/test/CodeGen/AMDGPU/branch-relaxation-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/coalescing_makes_lanes_undef.mir
M llvm/test/CodeGen/AMDGPU/code-size-estimate-gfx1250.ll
M llvm/test/CodeGen/AMDGPU/code-size-estimate.ll
M llvm/test/CodeGen/AMDGPU/constant-address-space-32bit.ll
M llvm/test/CodeGen/AMDGPU/emit-high-vgprs.mir
A llvm/test/CodeGen/AMDGPU/expand-waitcnt-profiling.ll
A llvm/test/CodeGen/AMDGPU/expert_scheduling_gfx12.mir
M llvm/test/CodeGen/AMDGPU/fcanonicalize.ll
M llvm/test/CodeGen/AMDGPU/flat-scratch-alloca-issue-155902.ll
A llvm/test/CodeGen/AMDGPU/fmamk_fmaak-t16.mir
M llvm/test/CodeGen/AMDGPU/fmul-to-ldexp.ll
M llvm/test/CodeGen/AMDGPU/fshl.ll
M llvm/test/CodeGen/AMDGPU/fsqrt.f32.ll
A llvm/test/CodeGen/AMDGPU/function-esm2-prologue-epilogue.ll
M llvm/test/CodeGen/AMDGPU/hazard-shift64.mir
M llvm/test/CodeGen/AMDGPU/imm16.ll
M llvm/test/CodeGen/AMDGPU/immv216.ll
A llvm/test/CodeGen/AMDGPU/implicit-arg-block-count.ll
M llvm/test/CodeGen/AMDGPU/ipra-regmask.ll
M llvm/test/CodeGen/AMDGPU/lds-global-non-entry-func.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline-npm.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.raw.ptr.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.atomic.buffer.load.ll
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.struct.ptr.atomic.buffer.load.ll
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wave.shuffle.ll
M llvm/test/CodeGen/AMDGPU/llvm.exp2.bf16.ll
M llvm/test/CodeGen/AMDGPU/llvm.ldexp.ll
M llvm/test/CodeGen/AMDGPU/llvm.log2.bf16.ll
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-add-references.gfx10.mir
M llvm/test/CodeGen/AMDGPU/local-stack-alloc-block-sp-reference.ll
A llvm/test/CodeGen/AMDGPU/local-stack-alloc-sort-framerefs.mir
M llvm/test/CodeGen/AMDGPU/loop-prefetch-data.ll
M llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/merge-load-store.mir
M llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/optimize-compare.mir
M llvm/test/CodeGen/AMDGPU/permlane16_var-op-sel.ll
A llvm/test/CodeGen/AMDGPU/promote-alloca-use-after-erase.ll
M llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
M llvm/test/CodeGen/AMDGPU/s_cmp_0.ll
A llvm/test/CodeGen/AMDGPU/vgpr-setreg-mode-swar.mir
M llvm/test/CodeGen/AMDGPU/wait-xcnt.mir
A llvm/test/CodeGen/AMDGPU/waitcnt-debug-output-crash.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-ds-prefetch-pattern.ll
A llvm/test/CodeGen/AMDGPU/waitcnt-loop-opt.mir
M llvm/test/CodeGen/AMDGPU/waitcnt-looptest.ll
M llvm/test/CodeGen/AMDGPU/wmma-coececution-valu-hazards.mir
M llvm/test/CodeGen/AMDGPU/wmma-hazards-gfx1250-w32.mir
M llvm/test/CodeGen/AMDGPU/workitem-intrinsic-opts.ll
M llvm/test/CodeGen/AMDGPU/wqm.ll
M llvm/test/CodeGen/ARM/neon-dot-product.ll
A llvm/test/CodeGen/ARM/stackaddress.ll
M llvm/test/CodeGen/BPF/BTF/ptr-named-2.ll
M llvm/test/CodeGen/BPF/unaligned_load_store.ll
M llvm/test/CodeGen/CSKY/fpu/fp16-promote.ll
M llvm/test/CodeGen/DirectX/ResourceAccess/load-cbuffer-vectors.ll
A llvm/test/CodeGen/DirectX/WaveActiveBallot.ll
M llvm/test/CodeGen/Generic/half-op.ll
M llvm/test/CodeGen/Generic/half.ll
M llvm/test/CodeGen/Hexagon/and_mask_cmp0_sink.ll
M llvm/test/CodeGen/Hexagon/autohvx/addi-offset-opt-addr-mode.ll
M llvm/test/CodeGen/Hexagon/bittracker-regclass.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore.ll
A llvm/test/CodeGen/Hexagon/hvx-align-mstore_1.ll
A llvm/test/CodeGen/Hexagon/hvx-constpool-vector-type.ll
M llvm/test/CodeGen/Hexagon/isel-fold-shl-zext.ll
M llvm/test/CodeGen/Hexagon/mpy-operand-hoist.ll
M llvm/test/CodeGen/Hexagon/swp-pragma-disable.ii
M llvm/test/CodeGen/Hexagon/swp-pragma-initiation-interval.ii
M llvm/test/CodeGen/LoongArch/block-address.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation-spill-32.ll
M llvm/test/CodeGen/LoongArch/branch-relaxation.ll
M llvm/test/CodeGen/LoongArch/calling-conv-ilp32d.ll
M llvm/test/CodeGen/LoongArch/code-models.ll
M llvm/test/CodeGen/LoongArch/ctlz-cttz-ctpop.ll
M llvm/test/CodeGen/LoongArch/double-imm.ll
M llvm/test/CodeGen/LoongArch/expand-call.ll
M llvm/test/CodeGen/LoongArch/float-imm.ll
M llvm/test/CodeGen/LoongArch/global-address.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-f.ll
M llvm/test/CodeGen/LoongArch/inline-asm-constraint-m.ll
M llvm/test/CodeGen/LoongArch/ir-instruction/load-store.ll
M llvm/test/CodeGen/LoongArch/lrint-conv.ll
A llvm/test/CodeGen/LoongArch/lsx/issue174606.ll
M llvm/test/CodeGen/LoongArch/machinelicm-address-pseudos.ll
M llvm/test/CodeGen/LoongArch/merge-base-offset.ll
A llvm/test/CodeGen/LoongArch/musttail.ll
M llvm/test/CodeGen/LoongArch/numeric-reg-names.ll
M llvm/test/CodeGen/LoongArch/stack-protector-target.ll
M llvm/test/CodeGen/LoongArch/tail-calls.ll
M llvm/test/CodeGen/LoongArch/tls-models.ll
M llvm/test/CodeGen/LoongArch/unaligned-memcpy-inline.ll
M llvm/test/CodeGen/LoongArch/vector-fp-imm.ll
A llvm/test/CodeGen/MIR/Generic/machine-basic-block-ehscope-entry.mir
M llvm/test/CodeGen/MLRegAlloc/Inputs/input.ll
M llvm/test/CodeGen/MLRegAlloc/Inputs/two-large-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/default-eviction-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/default-priority-advisor.ll
M llvm/test/CodeGen/MLRegAlloc/dev-mode-log-2-fcts.ll
M llvm/test/CodeGen/MLRegAlloc/empty-log.ll
M llvm/test/CodeGen/MSP430/llvm.sincos.ll
M llvm/test/CodeGen/Mips/GlobalISel/legalizer/load_split_because_of_memsize_or_align
M llvm/test/CodeGen/Mips/divrem-inline-asm.ll
M llvm/test/CodeGen/Mips/llrint-conv.ll
A llvm/test/CodeGen/Mips/llvm-ir/select-globaladdr.ll
M llvm/test/CodeGen/Mips/lrint-conv.ll
M llvm/test/CodeGen/NVPTX/clusterlaunchcontrol-multicast.ll
A llvm/test/CodeGen/NVPTX/combine-mul-wide-type.ll
M llvm/test/CodeGen/NVPTX/redux-sync-f32.ll
M llvm/test/CodeGen/NVPTX/setmaxnreg-sm100a.ll
A llvm/test/CodeGen/NVPTX/stackaddress.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88-aa.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-block-scale-ptx88.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-disable-output-lane.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-scale-d.ll
A llvm/test/CodeGen/NVPTX/tcgen05-mma-ws-i8.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma-ws.ll
M llvm/test/CodeGen/NVPTX/tcgen05-mma.ll
M llvm/test/CodeGen/NVPTX/wmma-ptx78-sm90.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm100a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm101a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx86-sm120a.py
M llvm/test/CodeGen/NVPTX/wmma-ptx87-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm100f.py
M llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120a.py
A llvm/test/CodeGen/NVPTX/wmma-ptx88-sm120f.py
A llvm/test/CodeGen/NVPTX/wmma-ptx90-sm110f.py
M llvm/test/CodeGen/NVPTX/wmma.py
A llvm/test/CodeGen/PowerPC/aix-func-ref.ll
A llvm/test/CodeGen/PowerPC/aix-ref-metadata.ll
M llvm/test/CodeGen/PowerPC/amo-enable.ll
M llvm/test/CodeGen/PowerPC/atomics.ll
M llvm/test/CodeGen/PowerPC/compare-vector-with-zero.ll
M llvm/test/CodeGen/PowerPC/dmf-outer-product.ll
M llvm/test/CodeGen/PowerPC/dmr-enable.ll
M llvm/test/CodeGen/PowerPC/dmr-spill.ll
M llvm/test/CodeGen/PowerPC/dmrp-spill.ll
M llvm/test/CodeGen/PowerPC/f128-conv.ll
M llvm/test/CodeGen/PowerPC/half.ll
M llvm/test/CodeGen/PowerPC/ldexp.ll
M llvm/test/CodeGen/PowerPC/llvm.frexp.ll
M llvm/test/CodeGen/PowerPC/llvm.modf.ll
M llvm/test/CodeGen/PowerPC/milicode32.ll
M llvm/test/CodeGen/PowerPC/milicode64.ll
M llvm/test/CodeGen/PowerPC/mma-intrinsics.ll
M llvm/test/CodeGen/PowerPC/mma-outer-product.ll
M llvm/test/CodeGen/PowerPC/mmaplus-crypto.ll
M llvm/test/CodeGen/PowerPC/mmaplus-intrinsics.ll
M llvm/test/CodeGen/PowerPC/optimize-vector-not-equal.ll
M llvm/test/CodeGen/PowerPC/pr48519.ll
M llvm/test/CodeGen/PowerPC/pr49092.ll
M llvm/test/CodeGen/PowerPC/pr61315.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/v1024ls.ll
M llvm/test/CodeGen/PowerPC/vavg.ll
M llvm/test/CodeGen/PowerPC/vector-llrint.ll
M llvm/test/CodeGen/PowerPC/vector-lrint.ll
M llvm/test/CodeGen/PowerPC/vector-popcnt-128-ult-ugt.ll
M llvm/test/CodeGen/PowerPC/widen-vec-correctly-be.ll
M llvm/test/CodeGen/RISCV/attributes-qc.ll
A llvm/test/CodeGen/RISCV/bitint-fp-conv-200.ll
A llvm/test/CodeGen/RISCV/clmul.ll
M llvm/test/CodeGen/RISCV/features-info.ll
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
M llvm/test/CodeGen/RISCV/fpclamptosat.ll
M llvm/test/CodeGen/RISCV/hoist-global-addr-base.ll
M llvm/test/CodeGen/RISCV/intrinsic-cttz-elts-vscale.ll
M llvm/test/CodeGen/RISCV/lrint-conv.ll
M llvm/test/CodeGen/RISCV/make-compressible-xqci.mir
M llvm/test/CodeGen/RISCV/option-relax-relocation.ll
M llvm/test/CodeGen/RISCV/pr148084.ll
M llvm/test/CodeGen/RISCV/qci-interrupt-attr.ll
A llvm/test/CodeGen/RISCV/rda-liveins.mir
M llvm/test/CodeGen/RISCV/rda-stack.mir
A llvm/test/CodeGen/RISCV/redundant-copy-elim.ll
A llvm/test/CodeGen/RISCV/riscv-macho.ll
M llvm/test/CodeGen/RISCV/rv32p.ll
M llvm/test/CodeGen/RISCV/rv64p.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv32.ll
M llvm/test/CodeGen/RISCV/rvp-ext-rv64.ll
A llvm/test/CodeGen/RISCV/rvp-unaligned-load-store.ll
A llvm/test/CodeGen/RISCV/rvv/clmul-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-clmul.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfclass.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfneg-vp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmadd-sdnode.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmacc.ll
A llvm/test/CodeGen/RISCV/rvv/rvv-vtype-based-scheduler.ll
M llvm/test/CodeGen/RISCV/rvv/vcopysign-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfabs-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfclass-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfcopysign-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfneg-vp.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmadd-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfnmsub-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vfwmacc-sdnode.ll
M llvm/test/CodeGen/RISCV/rvv/vscale-vw-web-simplification.ll
M llvm/test/CodeGen/RISCV/rvv/vsplats-zfa.ll
M llvm/test/CodeGen/RISCV/rvv/vwadd-sdnode.ll
M llvm/test/CodeGen/RISCV/xandesbfhcvt.ll
A llvm/test/CodeGen/RISCV/xandesperf-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqccmp-additional-stack.ll
M llvm/test/CodeGen/RISCV/xqccmp-callee-saved-gprs.ll
M llvm/test/CodeGen/RISCV/xqccmp-cm-popretz.mir
M llvm/test/CodeGen/RISCV/xqccmp-cm-push-pop.mir
M llvm/test/CodeGen/RISCV/xqccmp-push-pop-popret.ll
M llvm/test/CodeGen/RISCV/xqccmp-with-float.ll
M llvm/test/CodeGen/RISCV/xqccmp_mvas_mvsa.mir
A llvm/test/CodeGen/RISCV/xqcibi-redundant-copy-elim.ll
M llvm/test/CodeGen/RISCV/xqcilo.ll
A llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi-multiple.mir
M llvm/test/CodeGen/RISCV/xqcilsm-lwmi-swmi.mir
M llvm/test/CodeGen/RISCV/xqcilsm-memset.ll
M llvm/test/CodeGen/RISCV/xqcisls.ll
M llvm/test/CodeGen/RISCV/zdinx-spill.ll
M llvm/test/CodeGen/RISCV/zibi.ll
M llvm/test/CodeGen/RISCV/zilsd-ldst-opt-prera.mir
A llvm/test/CodeGen/RISCV/zilsd-spill.ll
M llvm/test/CodeGen/RISCV/zilsd.ll
A llvm/test/CodeGen/SPARC/stackaddress.ll
M llvm/test/CodeGen/SPIRV/AtomicBuiltinsFloat.ll
M llvm/test/CodeGen/SPIRV/ComparePointers.ll
M llvm/test/CodeGen/SPIRV/EnqueueEmptyKernel.ll
M llvm/test/CodeGen/SPIRV/ExecutionMode.ll
M llvm/test/CodeGen/SPIRV/FOrdGreaterThanEqual_int.ll
M llvm/test/CodeGen/SPIRV/SpecConstants/bool-spirv-specconstant.ll
M llvm/test/CodeGen/SPIRV/TruncToBool.ll
M llvm/test/CodeGen/SPIRV/atomicrmw.ll
M llvm/test/CodeGen/SPIRV/basic_int_types_spirvdis.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch32.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitch64.ll
M llvm/test/CodeGen/SPIRV/branching/OpSwitchChar.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_32.ll
M llvm/test/CodeGen/SPIRV/builtin_intrinsics_64.ll
M llvm/test/CodeGen/SPIRV/builtin_vars-decorate.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics-store.ll
M llvm/test/CodeGen/SPIRV/capability-Int64Atomics.ll
M llvm/test/CodeGen/SPIRV/capability-kernel.ll
M llvm/test/CodeGen/SPIRV/constant/global-constants.ll
M llvm/test/CodeGen/SPIRV/debug-info/opname-filtering.ll
M llvm/test/CodeGen/SPIRV/empty.ll
M llvm/test/CodeGen/SPIRV/event_no_group_cap.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_EXT_shader_atomic_float_add/atomicrmw_faddfsub_float.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test.ll
A llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_arbitrary_precision_floating_point/arbitrary_precision_floating_point_test_extended.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_fp_max_error/IntelFPMaxErrorFPMath.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_bit_instructions.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/decoration.ll
M llvm/test/CodeGen/SPIRV/extensions/SPV_KHR_float_controls2/disabled-on-amd.ll
A llvm/test/CodeGen/SPIRV/externally-initialized.ll
M llvm/test/CodeGen/SPIRV/function/alloca-load-store.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-interp.ll
M llvm/test/CodeGen/SPIRV/ga-interp-func-noninterp.ll
M llvm/test/CodeGen/SPIRV/ga-inttoptr.ll
M llvm/test/CodeGen/SPIRV/ga-noninterp-func-interp.ll
M llvm/test/CodeGen/SPIRV/half_extension.ll
M llvm/test/CodeGen/SPIRV/half_no_extension.ll
A llvm/test/CodeGen/SPIRV/hlsl-intrinsics/WaveActiveBallot.ll
M llvm/test/CodeGen/SPIRV/hlsl-resources/UniqueImplicitBindingNumber.ll
A llvm/test/CodeGen/SPIRV/icmp-i1.ll
M llvm/test/CodeGen/SPIRV/image-unoptimized.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_acqrel.ll
M llvm/test/CodeGen/SPIRV/instructions/atomic_seq.ll
M llvm/test/CodeGen/SPIRV/instructions/bitwise-i1.ll
M llvm/test/CodeGen/SPIRV/instructions/nested-composites.ll
M llvm/test/CodeGen/SPIRV/instructions/ptrcmp.ll
A llvm/test/CodeGen/SPIRV/instructions/zext_sext_deduce_type.ll
M llvm/test/CodeGen/SPIRV/legalization/load-store-global.ll
A llvm/test/CodeGen/SPIRV/legalization/spv-extractelt-legalization.ll
M llvm/test/CodeGen/SPIRV/legalization/vector-arithmetic-6.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-count.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-alloca.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-extractvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-global.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-insertvalue.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-load.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-nested.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-select.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-store.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-struct.ll
A llvm/test/CodeGen/SPIRV/legalize-zero-size-arrays-undef.ll
A llvm/test/CodeGen/SPIRV/lifetime-poison.ll
M llvm/test/CodeGen/SPIRV/linkage/linkage-types.ll
M llvm/test/CodeGen/SPIRV/linked-list.ll
M llvm/test/CodeGen/SPIRV/llc-pipeline.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/abs.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/assume.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bitreverse_small_type.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/bswap.ll
A llvm/test/CodeGen/SPIRV/llvm-intrinsics/constrained-fmuladd.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/ctpop.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/expect.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/fp-to-int-intrinsics.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/invariant.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-multiply.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/matrix-transpose.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memcpy.align.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memmove.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/memset.ll
M llvm/test/CodeGen/SPIRV/llvm-intrinsics/sqrt.ll
M llvm/test/CodeGen/SPIRV/lshr-constexpr.ll
M llvm/test/CodeGen/SPIRV/multi_md.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/get_global_offset.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_init.ll
M llvm/test/CodeGen/SPIRV/opencl/basic/progvar_prog_scope_uninit.ll
M llvm/test/CodeGen/SPIRV/opencl/device_execution/execute_block.ll
M llvm/test/CodeGen/SPIRV/opencl/image.ll
A llvm/test/CodeGen/SPIRV/pointers/store-to-array-first-element.ll
M llvm/test/CodeGen/SPIRV/pointers/two-bitcast-or-param-users.ll
M llvm/test/CodeGen/SPIRV/pointers/two-subsequent-bitcasts.ll
M llvm/test/CodeGen/SPIRV/scoped_atomicrmw.ll
M llvm/test/CodeGen/SPIRV/select-builtin.ll
M llvm/test/CodeGen/SPIRV/simple.ll
M llvm/test/CodeGen/SPIRV/sitofp-with-bool.ll
M llvm/test/CodeGen/SPIRV/spec_const_decoration.ll
M llvm/test/CodeGen/SPIRV/spirv-load-store.ll
M llvm/test/CodeGen/SPIRV/spirv-tools-dis.ll
M llvm/test/CodeGen/SPIRV/spirv_param_decorations_quals.ll
Log Message:
-----------
Merge branch 'users/chapuni/mcdc/nest/covmapdesc' into users/chapuni/mcdc/nest/nest
Conflicts:
clang/lib/CodeGen/CodeGenPGO.cpp
Compare: https://github.com/llvm/llvm-project/compare/2b9ab09a5eb4...1b17f3117583
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list