| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Submodule llvm-project updated 83 files
- clang-tools-extra/docs/ReleaseNotes.rst+4
- clang/cmake/caches/cross-linux-toolchain.cmake+360
- clang/docs/ReleaseNotes.rst+1
- clang/include/clang/AST/DeclBase.h+14-1
- clang/include/clang/AST/DeclContextInternals.h+3-1
- clang/include/clang/Basic/Attr.td+4-3
- clang/include/clang/Basic/AttrDocs.td+1-1
- clang/lib/AST/ASTContext.cpp+9-10
- clang/lib/AST/Decl.cpp+1
- clang/lib/AST/DeclBase.cpp+2-1
- clang/lib/AST/Expr.cpp+1-1
- clang/lib/CodeGen/BackendUtil.cpp+19-3
- clang/lib/CodeGen/CGDecl.cpp+7-2
- clang/lib/CodeGen/CoverageMappingGen.cpp+16-11
- clang/lib/Driver/ToolChains/Clang.cpp+1-1
- clang/lib/Sema/SemaLookup.cpp+1-1
- clang/lib/Serialization/ASTReaderDecl.cpp+1
- clang/test/CodeGenCXX/builtin_FUNCTION.cpp+17
- clang/test/CodeGenCoroutines/coro-param-fake-use.cpp+42
- clang/test/CoverageMapping/system_macro_switch.cpp+42
- clang/test/DebugInfo/Generic/codeview-buildinfo.c+33
- clang/test/Modules/include-between-imports-enums.cppm+47
- clang/test/SemaCXX/member-pointer.cpp+13
- clang/test/SemaCXX/source_location.cpp+10
- cmake/Modules/LLVMVersion.cmake+1-1
- compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp+9-12
- libcxx/include/__config+1-1
- libunwind/src/AddressSpace.hpp+1-1
- libunwind/src/DwarfParser.hpp+1-1
- lld/ELF/LinkerScript.cpp+7-6
- lldb/source/Host/common/File.cpp+22-5
- lldb/test/API/tools/lldb-dap/source/TestDAP_source.py+6
- lldb/tools/lldb-dap/Handler/SourceRequestHandler.cpp+3-2
- lldb/utils/TableGen/CMakeLists.txt+1
- llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp+27
- llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h+1
- llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp+1-7
- llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp+13-6
- llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp+17-11
- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp+27-27
- llvm/lib/Target/Mips/MipsDelaySlotFiller.cpp+179-32
- llvm/lib/Target/Mips/MipsInstrInfo.cpp+2-1
- llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp+21
- llvm/lib/Target/SystemZ/SystemZISelLowering.cpp+1-1
- llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp+5
- llvm/lib/Target/SystemZ/SystemZInstrInfo.h+2
- llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp+50-3
- llvm/lib/Target/X86/X86FastISel.cpp+27
- llvm/lib/Target/X86/X86ISelLowering.cpp+6-7
- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp+4
- llvm/test/CodeGen/AArch64/aarch64_be-shuffle-vector.ll+95
- llvm/test/CodeGen/AArch64/fix-shuffle-vector-be-rev.ll-39
- llvm/test/CodeGen/Mips/gprestore.ll+50
- llvm/test/CodeGen/Mips/llvm-ir/load.ll+221-84
- llvm/test/CodeGen/Mips/llvm-ir/select-dbl.ll+225-35
- llvm/test/CodeGen/Mips/mips1-load-in-delay-slot.ll+61
- llvm/test/CodeGen/Mips/unalignedload.ll+62-6
- llvm/test/CodeGen/PowerPC/soft-promote-half-br-cc.ll+162
- llvm/test/CodeGen/SystemZ/args-23.ll+464
- llvm/test/CodeGen/SystemZ/patchable-function-entry.ll+102
- llvm/test/CodeGen/WebAssembly/cfg-stackify-eh-legacy.ll+62-2
- llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll+61-1
- llvm/test/CodeGen/WebAssembly/exception.ll+25-32
- llvm/test/CodeGen/X86/avx2-masked-gather.ll+8-4
- llvm/test/CodeGen/X86/bf16-fast-isel.ll+85
- llvm/test/CodeGen/X86/fast-isel-struct-ret.ll+58
- llvm/test/CodeGen/X86/i1-fast-isel.ll+106
- llvm/test/CodeGen/X86/masked_gather_scatter_widen.ll+2-1
- llvm/test/CodeGen/X86/masked_store_trunc.ll+6-6
- llvm/test/CodeGen/X86/masked_store_trunc_ssat.ll+6-6
- llvm/test/CodeGen/X86/masked_store_trunc_usat.ll+6-6
- llvm/test/CodeGen/X86/pr179100.ll+26
- llvm/test/CodeGen/X86/vector-interleaved-load-i16-stride-7.ll+30-30
- llvm/test/CodeGen/X86/vector-interleaved-store-i16-stride-7.ll+14-14
- llvm/test/CodeGen/X86/vector-interleaved-store-i32-stride-5.ll+32-32
- llvm/test/CodeGen/X86/vector-interleaved-store-i32-stride-7.ll+63-63
- llvm/test/CodeGen/X86/vector-shuffle-128-v4.ll+8-26
- llvm/test/CodeGen/X86/vector-shuffle-combining-sse41.ll+41
- llvm/test/CodeGen/X86/vector-shuffle-combining.ll+17-42
- llvm/test/Transforms/SLPVectorizer/loads-with-large-distance.ll+21
- llvm/utils/gn/secondary/llvm/version.gni+1-1
- llvm/utils/lit/lit/__init__.py+1-1
- llvm/utils/mlgo-utils/mlgo/__init__.py+1-1
0 commit comments