Skip to content

Commit

Permalink
llvm: Update baseline to 3614f65a7ba9d925010e3316a1d93bcebc632178
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 16, 2024
1 parent f6c7140 commit 1fb7e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 55 files
+2 −0 clang/docs/ReleaseNotes.rst
+2 −0 clang/include/clang/Basic/DiagnosticSemaKinds.td
+30 −4 clang/lib/Sema/SemaDeclCXX.cpp
+55 −0 clang/lib/Sema/SemaType.cpp
+41 −0 clang/test/SemaCXX/cxx2b-deducing-this.cpp
+4 −0 compiler-rt/CODE_OWNERS.TXT
+4 −4 compiler-rt/lib/asan/asan_globals_win.cpp
+2 −2 compiler-rt/lib/asan/asan_malloc_linux.cpp
+2 −2 compiler-rt/lib/asan/asan_report.cpp
+1 −1 compiler-rt/lib/asan/asan_suppressions.cpp
+4 −4 compiler-rt/lib/asan/asan_thread.cpp
+1 −1 compiler-rt/lib/dfsan/dfsan_allocator.h
+1 −1 compiler-rt/lib/hwasan/hwasan_allocator.cpp
+4 −4 compiler-rt/lib/hwasan/hwasan_thread_list.cpp
+1 −1 compiler-rt/lib/lsan/lsan_common.cpp
+1 −1 compiler-rt/lib/lsan/lsan_common_linux.cpp
+3 −3 compiler-rt/lib/lsan/lsan_thread.cpp
+1 −1 compiler-rt/lib/memprof/memprof_thread.cpp
+4 −5 compiler-rt/lib/msan/msan.cpp
+1 −1 compiler-rt/lib/msan/msan_allocator.h
+1 −1 compiler-rt/lib/msan/msan_interceptors.cpp
+1 −1 compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
+1 −1 compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary32.h
+1 −1 compiler-rt/lib/sanitizer_common/sanitizer_allocator_primary64.h
+1 −1 compiler-rt/lib/sanitizer_common/sanitizer_atomic.h
+1 −1 compiler-rt/lib/ubsan/ubsan_diag.cpp
+0 −35 libc/config/baremetal/api.td
+0 −29 libc/config/gpu/api.td
+0 −36 libc/config/linux/api.td
+20 −0 libc/include/assert.h.def
+16 −0 libc/newhdrgen/yaml/assert.yaml
+31 −0 lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py
+5 −0 lldb/tools/lldb-dap/lldb-dap.cpp
+8 −0 llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
+15 −8 llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
+8 −0 llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+2 −2 llvm/lib/Target/ARM/ARMConstantIslandPass.cpp
+2 −2 llvm/lib/Target/ARM/ARMFrameLowering.cpp
+2 −2 llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
+2 −2 llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp
+6 −6 llvm/lib/Target/Hexagon/HexagonGenInsert.cpp
+2 −2 llvm/lib/Target/Mips/MipsConstantIslandPass.cpp
+2 −2 llvm/lib/Target/Mips/MipsFastISel.cpp
+2 −2 llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
+2 −2 llvm/lib/Target/PowerPC/PPCEarlyReturn.cpp
+4 −4 llvm/lib/Target/PowerPC/PPCFastISel.cpp
+1 −2 llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
+2 −3 llvm/lib/Target/XCore/XCoreLowerThreadLocal.cpp
+132 −0 llvm/test/CodeGen/AArch64/ptrauth-call.ll
+200 −3 llvm/test/CodeGen/AArch64/ptrauth-invoke.ll
+0 −2 mlir/include/mlir/Bytecode/BytecodeOpInterface.h
+2 −2 mlir/include/mlir/Bytecode/BytecodeReaderConfig.h
+1 −0 mlir/lib/Bytecode/Writer/IRNumbering.cpp
+1 −0 mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp
+1 −0 mlir/lib/Target/LLVMIR/DebugImporter.h

0 comments on commit 1fb7e52

Please sign in to comment.