1 file changed
+1
-1
lines changedSubmodule llvm-project updated 90 files
- clang/include/clang/Basic/DiagnosticSemaKinds.td+6
- clang/include/clang/Sema/SemaOpenACC.h+32-4
- clang/lib/Sema/SemaAPINotes.cpp+9-1
- clang/lib/Sema/SemaDecl.cpp+3
- clang/lib/Sema/SemaOpenACC.cpp+47-5
- clang/test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.apinotes+2
- clang/test/APINotes/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.h+4
- clang/test/APINotes/types.m+3
- clang/test/APINotes/yaml-roundtrip-2.test+1-1
- clang/test/SemaOpenACC/loop-construct-collapse-clause.cpp+73-9
- clang/utils/TableGen/ClangOptionDocEmitter.cpp+1-1
- libc/config/config.json+8
- libc/docs/configure.rst+2
- libc/src/__support/FPUtil/dyadic_float.h+1-1
- libc/src/__support/float_to_string.h+11-8
- libc/src/math/generic/iscanonical.cpp+2-1
- libc/src/math/generic/iscanonicalf.cpp+1-1
- libc/src/math/generic/iscanonicalf128.cpp+1-1
- libc/src/math/generic/iscanonicalf16.cpp+1-1
- libc/src/math/generic/iscanonicall.cpp+1-1
- libc/src/stdio/printf_core/CMakeLists.txt+6
- libc/test/src/math/smoke/iscanonical_test.cpp+4
- libc/test/src/stdio/CMakeLists.txt+3
- libc/test/src/stdlib/CMakeLists.txt+13-3
- libc/test/src/stdlib/StrfromTest.h+4
- libcxx/docs/Status/Cxx23Papers.csv+1-1
- libcxx/include/__compare/compare_partial_order_fallback.h+11-12
- libcxx/include/__compare/compare_strong_order_fallback.h+9-10
- libcxx/include/__compare/compare_weak_order_fallback.h+7-7
- libcxx/test/std/language.support/cmp/cmp.alg/compare_partial_order_fallback.pass.cpp+53
- libcxx/test/std/language.support/cmp/cmp.alg/compare_strong_order_fallback.pass.cpp+58-2
- libcxx/test/std/language.support/cmp/cmp.alg/compare_weak_order_fallback.pass.cpp+52
- llvm/include/llvm/ADT/APFloat.h+23-1
- llvm/include/llvm/CodeGen/SelectionDAG.h+1-1
- llvm/include/llvm/Passes/StandardInstrumentations.h+1-1
- llvm/include/llvm/Support/GenericDomTreeConstruction.h+2-2
- llvm/include/llvm/TableGen/DirectiveEmitter.h+4-2
- llvm/include/llvm/TableGen/Record.h+9-9
- llvm/include/llvm/Transforms/Scalar/JumpThreading.h+2-2
- llvm/include/llvm/Transforms/Scalar/LoopPassManager.h+3-3
- llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h+3-3
- llvm/lib/CodeGen/MachineBlockPlacement.cpp+84-33
- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp+1-1
- llvm/lib/Passes/StandardInstrumentations.cpp+3-3
- llvm/lib/Support/APFloat.cpp+169-29
- llvm/lib/TableGen/Record.cpp+9-10
- llvm/lib/TableGen/TGParser.cpp+2-1
- llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp+227-22
- llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp+54-4
- llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp+1-1
- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp+7
- llvm/test/CodeGen/AMDGPU/GlobalISel/flat-scratch.ll+68-84
- llvm/test/CodeGen/AMDGPU/amdgpu-cs-chain-cc.ll+1-2
- llvm/test/CodeGen/AMDGPU/amdgpu-cs-chain-preserve-cc.ll+1-2
- llvm/test/CodeGen/AMDGPU/array-ptr-calc-i32.ll+6-1
- llvm/test/CodeGen/AMDGPU/eliminate-frame-index-v-add-co-u32-wave32.mir+40-38
- llvm/test/CodeGen/AMDGPU/eliminate-frame-index-v-add-co-u32.mir+333-584
- llvm/test/CodeGen/AMDGPU/eliminate-frame-index-v-add-u32.mir+171-221
- llvm/test/CodeGen/AMDGPU/flat-scratch.ll+4-4
- llvm/test/CodeGen/AMDGPU/frame-index.mir+4-4
- llvm/test/CodeGen/AMDGPU/materialize-frame-index-sgpr.gfx10.ll+14-14
- llvm/test/CodeGen/AMDGPU/mubuf-offset-private.ll+7-3
- llvm/test/CodeGen/AMDGPU/scratch-simple.ll+2-3
- llvm/test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll+1-1
- llvm/test/CodeGen/AMDGPU/stack-realign.ll+1-1
- llvm/test/CodeGen/X86/code_placement_ext_tsp_size.ll+131
- llvm/test/Transforms/PGOProfile/icp_vtable_cmp.ll+4
- llvm/test/Transforms/SLPVectorizer/X86/debug-counter.ll+182
- llvm/unittests/ADT/APFloatTest.cpp+461
- llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp+1-1
- llvm/utils/TableGen/Common/CodeGenSchedule.cpp+19-19
- llvm/utils/TableGen/Common/GlobalISel/CombinerUtils.h+1-1
- llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.h+1-1
- mlir/include/mlir/Analysis/Presburger/PresburgerSpace.h+3-3
- mlir/include/mlir/Dialect/Transform/Interfaces/TransformInterfaces.h+5-5
- mlir/include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td+32
- mlir/include/mlir/Dialect/XeGPU/IR/XeGPUTypes.td+15-5
- mlir/include/mlir/IR/PDLPatternMatch.h.inc+1-1
- mlir/include/mlir/TableGen/Attribute.h+1-1
- mlir/lib/Dialect/Transform/Interfaces/TransformInterfaces.cpp+6-6
- mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp+98-12
- mlir/lib/TableGen/Attribute.cpp+1-1
- mlir/lib/TableGen/Operator.cpp+6-5
- mlir/lib/TableGen/Pattern.cpp+2-1
- mlir/lib/Tools/tblgen-lsp-server/TableGenServer.cpp+51-55
- mlir/test/Dialect/XeGPU/XeGPUOps.mlir+24
- mlir/tools/mlir-tblgen/BytecodeDialectGen.cpp+8-8
- mlir/tools/mlir-tblgen/EnumsGen.cpp+1-1
- mlir/tools/mlir-tblgen/OmpOpGen.cpp+1-1
- openmp/docs/SupportAndFAQ.rst+1-1
0 commit comments