1 file changed
+1
-1
lines changedSubmodule llvm-project updated 93 files
- clang/docs/ReleaseNotes.rst+6
 - clang/include/clang/Sema/SemaConcept.h+2
 - clang/lib/AST/ByteCode/InterpBuiltin.cpp+1-3
 - clang/lib/AST/DeclPrinter.cpp+2-2
 - clang/lib/CIR/CodeGen/CIRGenExprAggregate.cpp+4-2
 - clang/lib/CodeGen/CGExprScalar.cpp+6-1
 - clang/lib/Sema/SemaChecking.cpp+3
 - clang/lib/Sema/SemaConcept.cpp+16-13
 - clang/lib/Sema/SemaInit.cpp+3-3
 - clang/lib/Sema/SemaTemplate.cpp+9-4
 - clang/lib/Sema/SemaTemplateDeduction.cpp+4
 - clang/lib/Sema/SemaTemplateInstantiate.cpp+6
 - clang/lib/Sema/SemaTemplateInstantiateDecl.cpp+10-8
 - clang/test/AST/ast-print-record-decl.c+12-1
 - clang/test/CIR/CodeGen/struct.cpp+33
 - clang/test/Parser/cxx0x-lambda-expressions.cpp+1-1
 - clang/test/SemaCXX/builtin-assume-aligned.cpp+13
 - clang/test/SemaCXX/diagnose_if.cpp+27
 - clang/test/SemaCXX/lambda-expressions.cpp+23-7
 - clang/test/SemaTemplate/alias-template-deprecated.cpp+6-11
 - clang/test/SemaTemplate/alias-templates.cpp+8
 - clang/test/SemaTemplate/concepts.cpp+71
 - compiler-rt/lib/asan/asan_interceptors.cpp+3-43
 - compiler-rt/lib/asan/asan_interceptors.h-1
 - compiler-rt/lib/asan/asan_win_static_runtime_thunk.cpp-4
 - compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h+1-1
 - compiler-rt/test/asan/TestCases/wcscat.cpp-26
 - compiler-rt/test/asan/TestCases/wcscpy.cpp-23
 - compiler-rt/test/asan/TestCases/wcsncat.cpp-27
 - compiler-rt/test/asan/TestCases/wcsncpy.cpp-25
 - libc/shared/math.h+1
 - libc/shared/math/exp2.h+23
 - libc/src/__support/math/CMakeLists.txt+31
 - libc/src/__support/math/common_constants.h+34-13
 - libc/src/__support/math/exp2.h+425
 - libc/src/math/generic/CMakeLists.txt+15-41
 - libc/src/math/generic/common_constants.h-73
 - libc/src/math/generic/exp2.cpp+2-396
 - libc/src/math/generic/expm1.cpp+4-1
 - libc/src/math/generic/expm1f.cpp+2-1
 - libc/src/math/generic/log.cpp+3-1
 - libc/src/math/generic/log10.cpp+4-1
 - libc/src/math/generic/log10f.cpp+2-1
 - libc/src/math/generic/log1p.cpp+3-1
 - libc/src/math/generic/log1pf.cpp+3-1
 - libc/src/math/generic/log2.cpp+4-1
 - libc/src/math/generic/log2f.cpp+3-2
 - libc/src/math/generic/log_range_reduction.h+2-1
 - libc/src/math/generic/logf.cpp+2-1
 - libc/src/math/generic/pow.cpp+4-1
 - libc/src/math/generic/powf.cpp+5-1
 - libc/test/shared/CMakeLists.txt+1
 - libc/test/shared/shared_math_test.cpp+1
 - llvm/docs/GettingStarted.rst+4-4
 - llvm/docs/LangRef.rst+1-1
 - llvm/include/llvm/ADT/StringSwitch.h+9-3
 - llvm/include/llvm/Analysis/MemoryProfileInfo.h+8
 - llvm/lib/Analysis/InstructionSimplify.cpp+4
 - llvm/lib/Analysis/MemoryProfileInfo.cpp+28
 - llvm/lib/Analysis/ValueTracking.cpp+89-9
 - llvm/lib/IR/Core.cpp+4
 - llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp+6-3
 - llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp+20-10
 - llvm/lib/Transforms/Vectorize/LoopVectorize.cpp+6-10
 - llvm/lib/Transforms/Vectorize/VPlan.cpp+2-7
 - llvm/lib/Transforms/Vectorize/VPlanHelpers.h+6-10
 - llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp+15-108
 - llvm/test/CodeGen/AMDGPU/.#llvm.amdgcn.smfmac.gfx950.ll-1
 - llvm/test/CodeGen/AMDGPU/sgpr-copy.ll+1-1
 - llvm/test/ThinLTO/X86/memprof-basic.ll+4-1
 - llvm/test/Transforms/InstCombine/clamp-to-minmax.ll+2-4
 - llvm/test/Transforms/InstCombine/select-gep.ll+32
 - llvm/test/Transforms/InstSimplify/domcondition.ll+207
 - llvm/test/Transforms/LoopVectorize/X86/replicating-load-store-costs.ll-126
 - llvm/test/Transforms/PGOProfile/memprof.ll+13-6
 - llvm/tools/llvm-c-test/debuginfo.c+9
 - llvm/unittests/ADT/StringSwitchTest.cpp+16
 - llvm/unittests/Analysis/MemoryProfileInfoTest.cpp+14-7
 - mlir/include/mlir-c/Rewrite.h+14
 - mlir/lib/Bindings/Python/IRCore.cpp+3
 - mlir/lib/Bindings/Python/IRModule.h+2
 - mlir/lib/Bindings/Python/Rewrite.cpp+31-3
 - mlir/lib/CAPI/Transforms/Rewrite.cpp+15
 - mlir/test/Dialect/Vector/canonicalize.mlir+9
 - mlir/test/python/integration/dialects/pdl.py+89-2
 - orc-rt/include/orc-rt/SPSWrapperFunction.h+6-3
 - orc-rt/include/orc-rt/WrapperFunction.h+22-5
 - orc-rt/unittests/CMakeLists.txt-1
 - orc-rt/unittests/CommonTestUtils.cpp-20
 - orc-rt/unittests/CommonTestUtils.h+8-1
 - orc-rt/unittests/SPSWrapperFunctionTest.cpp+79
 - orc-rt/unittests/bind-test.cpp+13-13
 - utils/bazel/llvm-project-overlay/libc/BUILD.bazel+46-39
 
0 commit comments