[all-commits] [llvm/llvm-project] a08aa4: Join FortranDecimal into FortranCommon
Michael Kruse via All-commits
all-commits at lists.llvm.org
Wed Jan 8 16:20:21 PST 2025
Branch: refs/heads/users/meinersbur/flang_runtime_shared
Home: https://github.com/llvm/llvm-project
Commit: a08aa48fb4955f9d16c6172580505c100076b5d4
https://github.com/llvm/llvm-project/commit/a08aa48fb4955f9d16c6172580505c100076b5d4
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Flang.cpp
M flang/docs/FlangDriver.md
A flang/include/flang/Common/binary-floating-point.h
A flang/include/flang/Common/decimal.h
R flang/include/flang/Decimal/binary-floating-point.h
R flang/include/flang/Decimal/decimal.h
M flang/lib/CMakeLists.txt
M flang/lib/Common/CMakeLists.txt
A flang/lib/Common/big-radix-floating-point.h
A flang/lib/Common/binary-to-decimal.cpp
A flang/lib/Common/decimal-to-binary.cpp
R flang/lib/Decimal/CMakeLists.txt
R flang/lib/Decimal/big-radix-floating-point.h
R flang/lib/Decimal/binary-to-decimal.cpp
R flang/lib/Decimal/decimal-to-binary.cpp
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Evaluate/real.cpp
M flang/runtime/CMakeLists.txt
M flang/runtime/edit-input.h
M flang/runtime/edit-output.h
M flang/runtime/environment.h
M flang/runtime/format-implementation.h
M flang/runtime/format.h
M flang/test/CMakeLists.txt
M flang/test/Driver/linker-flags.f90
M flang/test/Driver/msvc-dependent-lib-flags.f90
M flang/test/Driver/nostdlib.f90
M flang/test/Runtime/no-cpp-dep.c
M flang/test/lit.cfg.py
M flang/unittests/Decimal/CMakeLists.txt
M flang/unittests/Decimal/quick-sanity-test.cpp
M flang/unittests/Decimal/thorough-test.cpp
M flang/unittests/Evaluate/CMakeLists.txt
M lld/COFF/MinGW.cpp
Log Message:
-----------
Join FortranDecimal into FortranCommon
Commit: 69f7bd62381a63cffbcde365a27b76b0f279a86f
https://github.com/llvm/llvm-project/commit/69f7bd62381a63cffbcde365a27b76b0f279a86f
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
R flang/include/flang/Common/Fortran-features.h
R flang/include/flang/Common/Fortran.h
A flang/include/flang/Common/ISO_Fortran_binding_wrapper.h
R flang/include/flang/Common/LangOptions.def
R flang/include/flang/Common/LangOptions.h
R flang/include/flang/Common/MathOptionsBase.def
R flang/include/flang/Common/MathOptionsBase.h
R flang/include/flang/Common/OpenMP-features.h
R flang/include/flang/Common/Version.h
R flang/include/flang/Common/default-kinds.h
M flang/include/flang/Common/fast-int-set.h
R flang/include/flang/Common/indirection.h
R flang/include/flang/Common/interval.h
R flang/include/flang/Common/reference-counted.h
R flang/include/flang/Common/reference.h
R flang/include/flang/Common/static-multimap-view.h
R flang/include/flang/Common/template.h
R flang/include/flang/Common/unwrap.h
M flang/include/flang/Evaluate/call.h
M flang/include/flang/Evaluate/characteristics.h
M flang/include/flang/Evaluate/common.h
M flang/include/flang/Evaluate/constant.h
M flang/include/flang/Evaluate/expression.h
M flang/include/flang/Evaluate/formatting.h
M flang/include/flang/Evaluate/intrinsics.h
M flang/include/flang/Evaluate/shape.h
M flang/include/flang/Evaluate/target.h
M flang/include/flang/Evaluate/tools.h
M flang/include/flang/Evaluate/traverse.h
M flang/include/flang/Evaluate/type.h
M flang/include/flang/Evaluate/variable.h
M flang/include/flang/Frontend/CompilerInvocation.h
M flang/include/flang/Frontend/FrontendOptions.h
M flang/include/flang/ISO_Fortran_binding.h
R flang/include/flang/ISO_Fortran_binding_wrapper.h
M flang/include/flang/Lower/AbstractConverter.h
M flang/include/flang/Lower/Bridge.h
M flang/include/flang/Lower/CallInterface.h
M flang/include/flang/Lower/ConvertType.h
M flang/include/flang/Lower/LoweringOptions.h
M flang/include/flang/Lower/PFTBuilder.h
M flang/include/flang/Lower/Support/Utils.h
M flang/include/flang/Lower/SymbolMap.h
M flang/include/flang/Optimizer/Builder/FIRBuilder.h
M flang/include/flang/Optimizer/Builder/PPCIntrinsicCall.h
M flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
M flang/include/flang/Optimizer/CodeGen/DescriptorModel.h
M flang/include/flang/Optimizer/Dialect/CUF/Attributes/CUFAttr.h
M flang/include/flang/Optimizer/Support/TypeCode.h
M flang/include/flang/Optimizer/Support/Utils.h
M flang/include/flang/Parser/char-block.h
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/message.h
M flang/include/flang/Parser/parse-state.h
M flang/include/flang/Parser/parse-tree.h
M flang/include/flang/Parser/parsing.h
M flang/include/flang/Parser/provenance.h
M flang/include/flang/Parser/source.h
M flang/include/flang/Parser/user-state.h
M flang/include/flang/Runtime/allocatable.h
M flang/include/flang/Runtime/descriptor-consts.h
M flang/include/flang/Runtime/descriptor.h
M flang/include/flang/Runtime/io-api.h
M flang/include/flang/Runtime/pointer.h
M flang/include/flang/Runtime/random.h
M flang/include/flang/Runtime/support.h
M flang/include/flang/Runtime/type-code.h
M flang/include/flang/Semantics/expression.h
M flang/include/flang/Semantics/runtime-type-info.h
M flang/include/flang/Semantics/scope.h
M flang/include/flang/Semantics/semantics.h
M flang/include/flang/Semantics/symbol.h
M flang/include/flang/Semantics/tools.h
M flang/include/flang/Semantics/type.h
A flang/include/flang/Support/Fortran-features.h
A flang/include/flang/Support/Fortran.h
A flang/include/flang/Support/LangOptions.def
A flang/include/flang/Support/LangOptions.h
A flang/include/flang/Support/MathOptionsBase.def
A flang/include/flang/Support/MathOptionsBase.h
A flang/include/flang/Support/OpenMP-features.h
A flang/include/flang/Support/Version.h
A flang/include/flang/Support/default-kinds.h
A flang/include/flang/Support/indirection.h
A flang/include/flang/Support/interval.h
A flang/include/flang/Support/reference-counted.h
A flang/include/flang/Support/reference.h
A flang/include/flang/Support/static-multimap-view.h
A flang/include/flang/Support/template.h
A flang/include/flang/Support/unwrap.h
M flang/include/flang/Tools/CrossToolHelpers.h
M flang/lib/CMakeLists.txt
M flang/lib/Common/CMakeLists.txt
R flang/lib/Common/Fortran-features.cpp
R flang/lib/Common/Fortran.cpp
R flang/lib/Common/LangOptions.cpp
R flang/lib/Common/OpenMP-utils.cpp
R flang/lib/Common/Version.cpp
R flang/lib/Common/default-kinds.cpp
R flang/lib/Common/idioms.cpp
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Evaluate/call.cpp
M flang/lib/Evaluate/characteristics.cpp
M flang/lib/Evaluate/fold-implementation.h
M flang/lib/Evaluate/formatting.cpp
M flang/lib/Evaluate/intrinsics-library.cpp
M flang/lib/Evaluate/intrinsics.cpp
M flang/lib/Evaluate/real.cpp
M flang/lib/Evaluate/shape.cpp
M flang/lib/Evaluate/target.cpp
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Frontend/CompilerInstance.cpp
M flang/lib/Frontend/CompilerInvocation.cpp
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Lower/CallInterface.cpp
M flang/lib/Lower/ConvertExpr.cpp
M flang/lib/Lower/Mangler.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/CodeGen/TypeConverter.cpp
M flang/lib/Optimizer/Dialect/FIRType.cpp
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
M flang/lib/Optimizer/Passes/CMakeLists.txt
M flang/lib/Optimizer/Transforms/AddDebugInfo.cpp
M flang/lib/Optimizer/Transforms/AssumedRankOpConversion.cpp
M flang/lib/Optimizer/Transforms/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CUFDeviceGlobal.cpp
M flang/lib/Optimizer/Transforms/CUFGPUToLLVMConversion.cpp
M flang/lib/Optimizer/Transforms/CUFOpConversion.cpp
M flang/lib/Optimizer/Transforms/ExternalNameConversion.cpp
M flang/lib/Optimizer/Transforms/LoopVersioning.cpp
M flang/lib/Optimizer/Transforms/SimplifyIntrinsics.cpp
M flang/lib/Optimizer/Transforms/StackReclaim.cpp
M flang/lib/Optimizer/Transforms/VScaleAttr.cpp
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Parser/basic-parsers.h
M flang/lib/Parser/parse-tree.cpp
M flang/lib/Parser/prescan.h
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/CMakeLists.txt
M flang/lib/Semantics/assignment.h
M flang/lib/Semantics/check-case.cpp
M flang/lib/Semantics/check-coarray.cpp
M flang/lib/Semantics/check-cuda.cpp
M flang/lib/Semantics/check-data.h
M flang/lib/Semantics/check-do-forall.cpp
M flang/lib/Semantics/check-return.cpp
M flang/lib/Semantics/check-select-rank.cpp
M flang/lib/Semantics/check-select-type.cpp
M flang/lib/Semantics/check-stop.cpp
M flang/lib/Semantics/data-to-inits.h
M flang/lib/Semantics/expression.cpp
M flang/lib/Semantics/pointer-assignment.cpp
M flang/lib/Semantics/resolve-labels.cpp
M flang/lib/Semantics/resolve-names-utils.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/lib/Semantics/rewrite-parse-tree.cpp
M flang/lib/Semantics/semantics.cpp
M flang/lib/Semantics/tools.cpp
A flang/lib/Support/CMakeLists.txt
A flang/lib/Support/Fortran-features.cpp
A flang/lib/Support/Fortran.cpp
A flang/lib/Support/LangOptions.cpp
A flang/lib/Support/OpenMP-utils.cpp
A flang/lib/Support/Version.cpp
A flang/lib/Support/default-kinds.cpp
A flang/lib/Support/idioms.cpp
M flang/runtime/CUDA/allocator.cpp
M flang/runtime/ISO_Fortran_binding.cpp
M flang/runtime/ISO_Fortran_util.h
M flang/runtime/allocatable.cpp
M flang/runtime/edit-output.h
M flang/runtime/environment.h
M flang/runtime/format-implementation.h
M flang/runtime/format.h
M flang/runtime/stat.h
M flang/runtime/temporary-stack.cpp
M flang/tools/bbc/CMakeLists.txt
M flang/tools/bbc/bbc.cpp
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/unittests/Evaluate/ISO-Fortran-binding.cpp
M flang/unittests/Runtime/TemporaryStack.cpp
Log Message:
-----------
Introduce FortranSupport
Commit: dd931dc1c94d04a94fa01a098ce9c5e20b40db2f
https://github.com/llvm/llvm-project/commit/dd931dc1c94d04a94fa01a098ce9c5e20b40db2f
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Flang.cpp
M flang-rt/include/flang-rt/descriptor.h
M flang-rt/lib/flang_rt/CMakeLists.txt
M flang-rt/test/Runtime/no-cpp-dep.c
M flang/docs/FlangDriver.md
M flang/include/flang/Common/ISO_Fortran_binding_wrapper.h
M flang/include/flang/Common/fast-int-set.h
M flang/include/flang/Parser/message.h
M flang/lib/CMakeLists.txt
M flang/lib/Common/CMakeLists.txt
R flang/lib/Decimal/CMakeLists.txt
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/lib/Optimizer/Dialect/FIRType.cpp
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
M flang/lib/Optimizer/Passes/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
M flang/lib/Optimizer/Transforms/ExternalNameConversion.cpp
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Semantics/CMakeLists.txt
A flang/lib/Support/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/test/Driver/linker-flags.f90
M flang/test/Driver/msvc-dependent-lib-flags.f90
M flang/test/Driver/nostdlib.f90
M flang/test/lit.cfg.py
M flang/tools/bbc/CMakeLists.txt
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/unittests/Decimal/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M lld/COFF/MinGW.cpp
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FortranSupport' into users/meinersbur/flang_runtime_move-files
Commit: e3e0abe764b569328bf89f22bac944a06572d2eb
https://github.com/llvm/llvm-project/commit/e3e0abe764b569328bf89f22bac944a06572d2eb
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang-rt/include/flang-rt/descriptor.h
M flang-rt/lib/flang_rt/CUDA/allocatable.cpp
M flang-rt/lib/flang_rt/CUDA/allocator.cpp
M flang-rt/lib/flang_rt/CUDA/descriptor.cpp
M flang-rt/lib/flang_rt/CUDA/kernel.cpp
M flang-rt/lib/flang_rt/CUDA/memory.cpp
M flang-rt/lib/flang_rt/CUDA/registration.cpp
M flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
A flang-rt/unittests/Runtime/CUDA/Memory.cpp
R flang/unittests/Runtime/CUDA/CMakeLists.txt
R flang/unittests/Runtime/CUDA/Memory.cpp
Log Message:
-----------
Post-merge fixes
Commit: 0267f019ec9960aad079ab19718dee7a5a4c600e
https://github.com/llvm/llvm-project/commit/0267f019ec9960aad079ab19718dee7a5a4c600e
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang-rt/lib/flang_rt/CMakeLists.txt
M flang-rt/test/Runtime/no-cpp-dep.c
M flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
A flang-rt/unittests/Runtime/CUDA/Memory.cpp
M flang/include/flang/Common/ISO_Fortran_binding_wrapper.h
M flang/include/flang/Parser/message.h
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
M flang/lib/Optimizer/Transforms/ExternalNameConversion.cpp
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Semantics/CMakeLists.txt
M flang/test/Driver/msvc-dependent-lib-flags.f90
M flang/test/Driver/nostdlib.f90
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/unittests/Evaluate/CMakeLists.txt
R flang/unittests/Runtime/CUDA/CMakeLists.txt
R flang/unittests/Runtime/CUDA/Memory.cpp
M lld/COFF/MinGW.cpp
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
Commit: 10795909d14d581fdacab9e95b4107c4fe768241
https://github.com/llvm/llvm-project/commit/10795909d14d581fdacab9e95b4107c4fe768241
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang/lib/Evaluate/real.cpp
M flang/runtime/edit-output.h
M flang/runtime/environment.h
M flang/runtime/format-implementation.h
M flang/runtime/format.h
M flang/test/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
clang-format headers
Commit: 5d73279dc3f501008112c471825345a23ea629d3
https://github.com/llvm/llvm-project/commit/5d73279dc3f501008112c471825345a23ea629d3
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
clang-format to sort headers
Commit: 2525eb007d92fbb2a459a4ded1b32965d1385415
https://github.com/llvm/llvm-project/commit/2525eb007d92fbb2a459a4ded1b32965d1385415
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang/test/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FortranDecimal' into users/meinersbur/flang_runtime_FortranSupport
Commit: 5b79a197d263add0dffb0ae8db3c7e8bacd46e9c
https://github.com/llvm/llvm-project/commit/5b79a197d263add0dffb0ae8db3c7e8bacd46e9c
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
M flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
R flang/include/flang/Common/README.md
R flang/include/flang/Runtime/README.md
R flang/include/flang/Testing/README.md
R flang/lib/Common/README.md
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
R flang/lib/Testing/README.md
M flang/test/Driver/msvc-dependent-lib-flags.f90
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Post-merge fixes
Commit: 3b57346eab85a53ba9c108304df4c29cd558c44d
https://github.com/llvm/llvm-project/commit/3b57346eab85a53ba9c108304df4c29cd558c44d
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang-rt/lib/flang_rt/CMakeLists.txt
M flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
M flang-rt/test/Runtime/no-cpp-dep.c
M flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
A flang-rt/unittests/Runtime/CUDA/Memory.cpp
M flang/include/flang/Common/ISO_Fortran_binding_wrapper.h
R flang/include/flang/Common/README.md
M flang/include/flang/Parser/message.h
R flang/include/flang/Runtime/README.md
R flang/include/flang/Testing/README.md
R flang/lib/Common/README.md
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
M flang/lib/Optimizer/Transforms/ExternalNameConversion.cpp
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Semantics/CMakeLists.txt
R flang/lib/Testing/README.md
M flang/test/Driver/msvc-dependent-lib-flags.f90
M flang/test/Driver/nostdlib.f90
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/unittests/Evaluate/CMakeLists.txt
R flang/unittests/Runtime/CUDA/CMakeLists.txt
R flang/unittests/Runtime/CUDA/Memory.cpp
M lld/COFF/MinGW.cpp
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime' into users/meinersbur/flang_runtime_shared
Commit: 090ce709977631b7bd5615572766418091c3f25a
https://github.com/llvm/llvm-project/commit/090ce709977631b7bd5615572766418091c3f25a
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang/lib/Evaluate/real.cpp
M flang/runtime/edit-output.h
M flang/runtime/environment.h
M flang/runtime/format-implementation.h
M flang/runtime/format.h
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
clang-format headers
Commit: 3a11ec48ac1306af35c0816f15f15eabcaa1c947
https://github.com/llvm/llvm-project/commit/3a11ec48ac1306af35c0816f15f15eabcaa1c947
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang/test/CMakeLists.txt
M flang/tools/f18-parse-demo/CMakeLists.txt
M flang/tools/tco/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Frontend/CMakeLists.txt
Log Message:
-----------
Link fix
Commit: 7f36cd0b33c9e092e44e4deed040addbdd777f83
https://github.com/llvm/llvm-project/commit/7f36cd0b33c9e092e44e4deed040addbdd777f83
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FortranDecimal' into users/meinersbur/flang_runtime_FortranSupport
Commit: 308d180adaad8acbddc3d8b05fd5312b7723020c
https://github.com/llvm/llvm-project/commit/308d180adaad8acbddc3d8b05fd5312b7723020c
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
Log Message:
-----------
Post-merge fixes
Commit: 6093af990f639c73f27a14ea83dec746d4f4a4d5
https://github.com/llvm/llvm-project/commit/6093af990f639c73f27a14ea83dec746d4f4a4d5
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang-rt/cmake/modules/AddFlangRTOffload.cmake
M flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
M flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
Log Message:
-----------
Fix CufRuntime to static version
Commit: 323504f8160921684e0c26543df6c8b1203bdc13
https://github.com/llvm/llvm-project/commit/323504f8160921684e0c26543df6c8b1203bdc13
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang-rt/cmake/modules/AddFlangRT.cmake
M flang-rt/cmake/modules/AddFlangRTOffload.cmake
M flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
M flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
Log Message:
-----------
CufRuntime only supports static library
Commit: 74f6a6d6ad8bc77a291f41effc42bd60db80ab7f
https://github.com/llvm/llvm-project/commit/74f6a6d6ad8bc77a291f41effc42bd60db80ab7f
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime' into users/meinersbur/flang_runtime_shared
Commit: 74f3797a4e08d7340d9a0e4d508cece8f419d1fa
https://github.com/llvm/llvm-project/commit/74f3797a4e08d7340d9a0e4d508cece8f419d1fa
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang-rt/cmake/modules/GetToolchainDirs.cmake
Log Message:
-----------
dos2unix
Commit: 7f342b79b8beb187744d1d04674b884baca6e8cc
https://github.com/llvm/llvm-project/commit/7f342b79b8beb187744d1d04674b884baca6e8cc
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M flang/runtime/CUDA/allocatable.cpp
M flang/runtime/CUDA/allocator.cpp
M flang/unittests/Runtime/CUDA/Allocatable.cpp
M flang/unittests/Runtime/CUDA/AllocatorCUF.cpp
M flang/unittests/Runtime/CUDA/Memory.cpp
Log Message:
-----------
Fix headers
Commit: 19294cbdaa4fb1d52eedec6855859e15a425b15a
https://github.com/llvm/llvm-project/commit/19294cbdaa4fb1d52eedec6855859e15a425b15a
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/CMakeLists.txt
Log Message:
-----------
Output into lib/
Commit: f9a732ed07e645c16b097c46ab50e0e6be692eb6
https://github.com/llvm/llvm-project/commit/f9a732ed07e645c16b097c46ab50e0e6be692eb6
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/lib/flang_rt/CUDA/allocatable.cpp
M flang-rt/lib/flang_rt/CUDA/allocator.cpp
M flang-rt/unittests/Runtime/CUDA/Allocatable.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
M flang-rt/unittests/Runtime/CUDA/Memory.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/tools/f18-parse-demo/CMakeLists.txt
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/tools/tco/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Frontend/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FortranSupport' into users/meinersbur/flang_runtime_move-files
Commit: a6b76189ddbea584a670894fa7e271b707bbc457
https://github.com/llvm/llvm-project/commit/a6b76189ddbea584a670894fa7e271b707bbc457
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/lib/flang_rt/CUDA/allocatable.cpp
M flang-rt/lib/flang_rt/CUDA/allocator.cpp
M flang-rt/unittests/Runtime/CUDA/Allocatable.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
M flang-rt/unittests/Runtime/CUDA/Memory.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
Commit: 9d3420293c0dc6b4ce446abdc955cb84e6d62bab
https://github.com/llvm/llvm-project/commit/9d3420293c0dc6b4ce446abdc955cb84e6d62bab
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/CMakeLists.txt
M flang-rt/lib/flang_rt/CUDA/allocatable.cpp
M flang-rt/lib/flang_rt/CUDA/allocator.cpp
M flang-rt/unittests/Runtime/CUDA/Allocatable.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
M flang-rt/unittests/Runtime/CUDA/Memory.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/tools/f18-parse-demo/f18-parse-demo.cpp
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime' into users/meinersbur/flang_runtime_shared
Compare: https://github.com/llvm/llvm-project/compare/a3037ab5557d...9d3420293c0d
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list