Skip to content

Commit

Permalink
llvm: Update baseline to 36a405519bf54c7b9bc1247286c59beca0d8eff8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 14, 2024
1 parent 22d1711 commit 56b3fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 50 files
+2 −2 bolt/tools/driver/llvm-bolt.cpp
+2 −0 clang/lib/Driver/ToolChains/WebAssembly.cpp
+1 −1 compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
+1 −1 compiler-rt/cmake/config-ix.cmake
+24 −0 compiler-rt/lib/profile/CMakeLists.txt
+1 −1 compiler-rt/lib/profile/GCDAProfiling.c
+4 −4 compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
+2 −1 compiler-rt/lib/profile/InstrProfilingPlatformOther.c
+1 −1 compiler-rt/lib/profile/InstrProfilingPort.h
+8 −4 compiler-rt/lib/profile/InstrProfilingUtil.c
+2 −0 compiler-rt/lib/scudo/standalone/primary64.h
+6 −0 libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
+65 −0 libc/docs/complex.rst
+1 −0 libc/docs/index.rst
+10 −0 libc/include/CMakeLists.txt
+17 −0 libc/include/complex.h.def
+6 −0 libc/include/llvm-libc-macros/CMakeLists.txt
+24 −0 libc/include/llvm-libc-macros/complex-macros.h
+1 −0 libc/src/__support/CPP/type_traits.h
+40 −0 libc/src/__support/CPP/type_traits/is_complex.h
+89 −0 libc/test/UnitTest/FPMatcher.h
+10 −0 libc/test/include/CMakeLists.txt
+19 −0 libc/test/include/complex_test.cpp
+31 −0 lld/test/wasm/custom-section-align.s
+6 −4 lld/wasm/InputChunks.h
+16 −2 lld/wasm/InputFiles.cpp
+1 −0 lld/wasm/OutputSections.cpp
+3 −1 lldb/source/Commands/CommandObjectTarget.cpp
+6 −6 lldb/source/Symbol/UnwindTable.cpp
+256 −0 lldb/test/Shell/Unwind/Inputs/basic-block-sections-with-dwarf.s
+26 −0 lldb/test/Shell/Unwind/Inputs/linux-x86_64.yaml
+65 −0 lldb/test/Shell/Unwind/basic-block-sections-with-dwarf-static.test
+23 −0 lldb/test/Shell/Unwind/basic-block-sections-with-dwarf.test
+11 −2 llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h
+5 −5 llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+18 −9 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+5 −1 llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
+5 −0 llvm/lib/MC/MCContext.cpp
+72 −15 llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp
+3 −2 llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
+13 −3 llvm/test/CodeGen/RISCV/rvv/vl-opt.ll
+38 −0 llvm/test/CodeGen/VE/Scalar/cast.ll
+47 −0 llvm/test/CodeGen/WebAssembly/profile.ll
+43 −8 llvm/test/CodeGen/X86/avx512-cvt.ll
+1 −6 llvm/test/Instrumentation/InstrProfiling/profiling.ll
+ llvm/test/tools/llvm-cov/Inputs/binary-formats.v6.wasm32
+4 −0 llvm/test/tools/llvm-cov/Inputs/binary-formats.wasm.proftext
+7 −0 llvm/test/tools/llvm-cov/binary-formats.c
+2 −0 mlir/lib/Dialect/SCF/Transforms/LoopRangeFolding.cpp
+25 −20 mlir/test/Dialect/SCF/loop-range.mlir

0 comments on commit 56b3fd4

Please sign in to comment.