Skip to content

Commit

Permalink
llvm: Update baseline to 4468d58080d0502a050b71a33413d5206ad5e8fd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2024
1 parent d26dc44 commit be76ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 45 files
+3 −0 compiler-rt/lib/rtsan/CMakeLists.txt
+3 −1 compiler-rt/lib/rtsan/rtsan.cpp
+4 −0 compiler-rt/lib/rtsan/rtsan_assertions.h
+19 −0 compiler-rt/lib/rtsan/rtsan_checks.inc
+1 −0 compiler-rt/lib/rtsan/rtsan_flags.inc
+94 −0 compiler-rt/lib/rtsan/rtsan_suppressions.cpp
+22 −0 compiler-rt/lib/rtsan/rtsan_suppressions.h
+53 −0 compiler-rt/test/rtsan/stack_suppressions.cpp
+4 −0 compiler-rt/test/rtsan/stack_suppressions.cpp.supp
+1 −0 libc/config/linux/x86_64/entrypoints.txt
+1 −1 libc/docs/math/index.rst
+7 −0 libc/newhdrgen/yaml/math.yaml
+1 −0 libc/spec/stdc.td
+1 −0 libc/src/math/CMakeLists.txt
+21 −0 libc/src/math/exp2m1f16.h
+26 −4 libc/src/math/generic/CMakeLists.txt
+2 −37 libc/src/math/generic/exp2f16.cpp
+162 −0 libc/src/math/generic/exp2m1f16.cpp
+38 −0 libc/src/math/generic/expxf16.h
+11 −0 libc/test/src/math/CMakeLists.txt
+40 −0 libc/test/src/math/exp2m1f16_test.cpp
+12 −0 libc/test/src/math/smoke/CMakeLists.txt
+87 −0 libc/test/src/math/smoke/exp2m1f16_test.cpp
+1 −0 libcxx/include/CMakeLists.txt
+43 −0 libcxx/include/__type_traits/container_traits.h
+13 −0 libcxx/include/deque
+12 −0 libcxx/include/forward_list
+12 −0 libcxx/include/list
+17 −0 libcxx/include/map
+1 −0 libcxx/include/module.modulemap
+17 −0 libcxx/include/set
+22 −0 libcxx/include/unordered_map
+22 −0 libcxx/include/unordered_set
+14 −0 libcxx/include/vector
+163 −0 libcxx/test/libcxx/containers/container_traits.compile.pass.cpp
+8 −8 lld/ELF/LinkerScript.cpp
+1 −1 lld/ELF/LinkerScript.h
+4 −4 lld/ELF/Relocations.cpp
+22 −19 lld/ELF/SyntheticSections.cpp
+5 −5 lld/ELF/SyntheticSections.h
+1 −1 lld/ELF/Writer.cpp
+1 −1 mlir/docs/DefiningDialects/Operations.md
+1 −1 mlir/docs/DefiningDialects/_index.md
+5 −5 mlir/docs/PDLL.md
+1 −1 mlir/include/mlir/Dialect/Func/IR/FuncOps.td

0 comments on commit be76ed9

Please sign in to comment.