Skip to content

Commit

Permalink
Auto merge of rust-lang#133254 - Earlopain:llvm-19.1.4, r=DianQK
Browse files Browse the repository at this point in the history
Update LLVM to 19.1.4

Fixes rust-lang#125619

r? `@DianQK`
  • Loading branch information
bors committed Nov 21, 2024
2 parents 2d0ea79 + a4bd570 commit 318f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm-project
Submodule llvm-project updated 57 files
+73 −73 clang/include/clang/Basic/BuiltinsLoongArchLASX.def
+66 −66 clang/include/clang/Basic/BuiltinsLoongArchLSX.def
+7 −3 clang/lib/AST/Decl.cpp
+8 −0 clang/lib/AST/Interp/Interp.cpp
+2 −2 clang/lib/CodeGen/CodeGenModule.cpp
+6 −2 clang/lib/Format/UnwrappedLineParser.cpp
+2 −0 clang/lib/Interpreter/CMakeLists.txt
+1 −1 clang/lib/Sema/SemaConcept.cpp
+5 −0 clang/test/Headers/lasxintrin.c
+5 −0 clang/test/Headers/lsxintrin.c
+18 −0 clang/test/Modules/static-initializer.cppm
+17 −0 clang/test/Sema/constexpr.c
+16 −0 clang/test/SemaTemplate/concepts-out-of-line-def.cpp
+7 −0 clang/unittests/Format/TokenAnnotatorTest.cpp
+1 −1 cmake/Modules/LLVMVersion.cmake
+16 −0 compiler-rt/CMakeLists.txt
+9 −4 compiler-rt/lib/builtins/int_math.h
+5 −4 compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
+39 −16 compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
+1 −0 compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
+76 −0 compiler-rt/lib/sanitizer_common/tests/sanitizer_block_signals.cpp
+2 −0 compiler-rt/test/CMakeLists.txt
+5 −1 compiler-rt/test/lit.common.cfg.py
+1 −0 compiler-rt/test/lit.common.configured.in
+24 −1 libcxx/cmake/Modules/HandleLibCXXABI.cmake
+1 −1 libcxx/include/__config
+2 −6 libcxx/src/CMakeLists.txt
+2 −0 libcxxabi/src/CMakeLists.txt
+4 −0 llvm/include/llvm/Demangle/Demangle.h
+4 −0 llvm/include/llvm/Demangle/MicrosoftDemangle.h
+6 −0 llvm/include/llvm/IR/Mangler.h
+5 −1 llvm/include/llvm/Target/TargetSelectionDAG.td
+4 −2 llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+19 −0 llvm/lib/Demangle/MicrosoftDemangle.cpp
+16 −20 llvm/lib/IR/Mangler.cpp
+1 −1 llvm/lib/Target/AArch64/AArch64InstrInfo.td
+6 −1 llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
+2 −1 llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+8 −45 llvm/lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp
+13 −0 llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
+4 −5 llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
+31 −3 llvm/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
+2 −1 llvm/lib/Target/X86/X86InstrCompiler.td
+11 −0 llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
+2 −1 llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp
+10 −0 llvm/test/CodeGen/SystemZ/vec-combine-01.ll
+7 −4 llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.mir
+105 −0 llvm/test/CodeGen/WebAssembly/exception-legacy.ll
+1 −1 llvm/test/CodeGen/WebAssembly/exception.mir
+6 −0 llvm/test/MC/RISCV/rv64-relax-all.s
+1 −1 llvm/test/Transforms/InstCombine/opaque-ptr.ll
+28 −0 llvm/test/Transforms/InstCombine/phi.ll
+42 −0 llvm/test/Transforms/InstCombine/sub-of-negatible.ll
+77 −0 llvm/unittests/IR/ManglerTest.cpp
+1 −1 llvm/utils/gn/secondary/llvm/version.gni
+1 −1 llvm/utils/lit/lit/__init__.py
+1 −1 llvm/utils/mlgo-utils/mlgo/__init__.py

0 comments on commit 318f96a

Please sign in to comment.