[all-commits] [llvm/llvm-project] bc47e8: Working on keeping FortranRuntime
Michael Kruse via All-commits
all-commits at lists.llvm.org
Thu Jan 9 10:43:48 PST 2025
Branch: refs/heads/users/meinersbur/flang_runtime_shared
Home: https://github.com/llvm/llvm-project
Commit: bc47e8ac2d44e4d6bae3faa1a30c247027189fc8
https://github.com/llvm/llvm-project/commit/bc47e8ac2d44e4d6bae3faa1a30c247027189fc8
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-07 (Tue, 07 Jan 2025)
Changed paths:
R flang-rt/lib/FortranFloat128Math/CMakeLists.txt
R flang-rt/lib/flang_rt/CMakeLists.txt
R flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
R flang-rt/unittests/Evaluate/CMakeLists.txt
R flang-rt/unittests/Runtime/CMakeLists.txt
M flang/CMakeLists.txt
A flang/runtime/CMakeLists.txt
A flang/runtime/CUDA/CMakeLists.txt
A flang/runtime/Float128Math/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
A flang/unittests/Runtime/CMakeLists.txt
Log Message:
-----------
Working on keeping FortranRuntime
Commit: c77098f90a5c20bdbce078a0ee3aec1fe53772e3
https://github.com/llvm/llvm-project/commit/c77098f90a5c20bdbce078a0ee3aec1fe53772e3
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
Log Message:
-----------
clang-format to sort headers
Commit: 22ed7ebde19d4003fa3036039f75977b1e6b9f60
https://github.com/llvm/llvm-project/commit/22ed7ebde19d4003fa3036039f75977b1e6b9f60
Author: Michael Kruse <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
A flang-rt/unittests/Evaluate/CMakeLists.txt
M flang/CMakeLists.txt
M flang/docs/FlangDriver.md
M flang/docs/GettingStarted.md
M flang/docs/OpenACC-descriptor-management.md
M flang/docs/ReleaseNotes.md
M flang/examples/ExternalHelloWorld/CMakeLists.txt
M flang/runtime/CMakeLists.txt
M flang/runtime/CUDA/CMakeLists.txt
M flang/runtime/Float128Math/CMakeLists.txt
M flang/runtime/time-intrinsic.cpp
M flang/test/CMakeLists.txt
M flang/test/Driver/gcc-toolchain-install-dir.f90
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/tools/f18/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Frontend/CMakeLists.txt
M flang/unittests/Runtime/CMakeLists.txt
M flang/unittests/Runtime/CUDA/CMakeLists.txt
M lld/COFF/MinGW.cpp
Log Message:
-----------
FortranRuntime -> flang_rt
Commit: 268de15f2b7132bafa30a86ab33ee7a48172787a
https://github.com/llvm/llvm-project/commit/268de15f2b7132bafa30a86ab33ee7a48172787a
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
M flang/runtime/CUDA/allocatable.cpp
M flang/runtime/CUDA/allocator.cpp
M flang/tools/f18-parse-demo/CMakeLists.txt
M flang/tools/tco/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Runtime/CUDA/Allocatable.cpp
M flang/unittests/Runtime/CUDA/AllocatorCUF.cpp
M flang/unittests/Runtime/CUDA/Memory.cpp
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FortranSupport' into users/meinersbur/flang_runtime_flang_rt
Commit: ec8a23592452512b9091cd52416cb8fd0c4add2e
https://github.com/llvm/llvm-project/commit/ec8a23592452512b9091cd52416cb8fd0c4add2e
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
R flang/include/flang/Common/binary-floating-point.h
R flang/include/flang/Common/decimal.h
A flang/include/flang/Decimal/binary-floating-point.h
A flang/include/flang/Decimal/decimal.h
M flang/lib/CMakeLists.txt
M flang/lib/Common/CMakeLists.txt
R flang/lib/Common/big-radix-floating-point.h
R flang/lib/Common/binary-to-decimal.cpp
R flang/lib/Common/decimal-to-binary.cpp
A flang/lib/Decimal/CMakeLists.txt
A flang/lib/Decimal/big-radix-floating-point.h
A flang/lib/Decimal/binary-to-decimal.cpp
A 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/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
Log Message:
-----------
Keep identity of FortranDecimal
Commit: 8717edca05a89feca258b287d679a8b25e3e1dd7
https://github.com/llvm/llvm-project/commit/8717edca05a89feca258b287d679a8b25e3e1dd7
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
R flang/include/flang/Common/binary-floating-point.h
R flang/include/flang/Common/decimal.h
A flang/include/flang/Decimal/binary-floating-point.h
A flang/include/flang/Decimal/decimal.h
M flang/lib/CMakeLists.txt
M flang/lib/Common/CMakeLists.txt
R flang/lib/Common/big-radix-floating-point.h
R flang/lib/Common/binary-to-decimal.cpp
R flang/lib/Common/decimal-to-binary.cpp
A flang/lib/Decimal/CMakeLists.txt
A flang/lib/Decimal/big-radix-floating-point.h
A flang/lib/Decimal/binary-to-decimal.cpp
A 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/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
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FortranDecimal' into users/meinersbur/flang_runtime_FortranSupport
Commit: baa7cb19d7f77c4be9c283d1662ec6b5d4d0646f
https://github.com/llvm/llvm-project/commit/baa7cb19d7f77c4be9c283d1662ec6b5d4d0646f
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/lib/CMakeLists.txt
R flang/lib/Common/CMakeLists.txt
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
M flang/lib/Optimizer/Passes/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Semantics/CMakeLists.txt
M flang/tools/bbc/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:
-----------
Post-merge fixes
Commit: 301af7f3216cae9a73cd3515f89bf58c6b43a8a1
https://github.com/llvm/llvm-project/commit/301af7f3216cae9a73cd3515f89bf58c6b43a8a1
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/CMakeLists.txt
M flang-rt/cmake/modules/GetToolchainDirs.cmake
Log Message:
-----------
Don't trust CMAKE_INSTALL_LIBDIR
Not used by compiler-rt either
Commit: 9af78b582063f9046c79aa2c90bed1622c04a371
https://github.com/llvm/llvm-project/commit/9af78b582063f9046c79aa2c90bed1622c04a371
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/lib/flang_rt/CMakeLists.txt
M flang-rt/lib/flang_rt/edit-input.h
M flang-rt/lib/flang_rt/edit-output.h
M flang-rt/lib/flang_rt/environment.h
M flang-rt/lib/flang_rt/format-implementation.h
M flang-rt/lib/flang_rt/format.h
R flang/include/flang/Common/binary-floating-point.h
R flang/include/flang/Common/decimal.h
A flang/include/flang/Decimal/binary-floating-point.h
A flang/include/flang/Decimal/decimal.h
M flang/lib/CMakeLists.txt
R flang/lib/Common/CMakeLists.txt
R flang/lib/Common/big-radix-floating-point.h
R flang/lib/Common/binary-to-decimal.cpp
R flang/lib/Common/decimal-to-binary.cpp
A flang/lib/Decimal/CMakeLists.txt
A flang/lib/Decimal/big-radix-floating-point.h
A flang/lib/Decimal/binary-to-decimal.cpp
A flang/lib/Decimal/decimal-to-binary.cpp
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
M flang/lib/Optimizer/Passes/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Semantics/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/tools/bbc/CMakeLists.txt
M flang/tools/f18-parse-demo/CMakeLists.txt
M flang/tools/tco/CMakeLists.txt
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 flang/unittests/Frontend/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FortranSupport' into users/meinersbur/flang_runtime_move-files
Commit: 9758fba9928eb91900f9fcc62760b00c0fbb4903
https://github.com/llvm/llvm-project/commit/9758fba9928eb91900f9fcc62760b00c0fbb4903
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/CMakeLists.txt
M flang-rt/lib/flang_rt/edit-input.h
M flang-rt/lib/flang_rt/edit-output.h
M flang-rt/lib/flang_rt/environment.h
M flang-rt/lib/flang_rt/format-implementation.h
M flang-rt/lib/flang_rt/format.h
R flang/include/flang/Common/binary-floating-point.h
R flang/include/flang/Common/decimal.h
A flang/include/flang/Decimal/binary-floating-point.h
A flang/include/flang/Decimal/decimal.h
M flang/lib/CMakeLists.txt
R flang/lib/Common/CMakeLists.txt
R flang/lib/Common/big-radix-floating-point.h
R flang/lib/Common/binary-to-decimal.cpp
R flang/lib/Common/decimal-to-binary.cpp
A flang/lib/Decimal/CMakeLists.txt
A flang/lib/Decimal/big-radix-floating-point.h
A flang/lib/Decimal/binary-to-decimal.cpp
A flang/lib/Decimal/decimal-to-binary.cpp
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
M flang/lib/Optimizer/Passes/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Semantics/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/tools/bbc/CMakeLists.txt
M flang/tools/f18-parse-demo/CMakeLists.txt
M flang/tools/tco/CMakeLists.txt
A flang/unittests/Decimal/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Frontend/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
Commit: 44bca09a7fc8ef9d3cec727697eebe5fbafde080
https://github.com/llvm/llvm-project/commit/44bca09a7fc8ef9d3cec727697eebe5fbafde080
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/lib/flang_rt/CMakeLists.txt
Log Message:
-----------
Post-merge fixes
Commit: 74432e2d5d4916f09ee6f60a4d80f3f5a96f1b12
https://github.com/llvm/llvm-project/commit/74432e2d5d4916f09ee6f60a4d80f3f5a96f1b12
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
A flang/include/flang/Testing/fp-testing.h
A flang/include/flang/Testing/testing.h
A flang/lib/Testing/fp-testing.cpp
A flang/lib/Testing/testing.cpp
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Evaluate/ISO-Fortran-binding.cpp
M flang/unittests/Evaluate/bit-population-count.cpp
M flang/unittests/Evaluate/expression.cpp
M flang/unittests/Evaluate/folding.cpp
R flang/unittests/Evaluate/fp-testing.cpp
R flang/unittests/Evaluate/fp-testing.h
M flang/unittests/Evaluate/integer.cpp
M flang/unittests/Evaluate/intrinsics.cpp
M flang/unittests/Evaluate/leading-zero-bit-count.cpp
M flang/unittests/Evaluate/logical.cpp
M flang/unittests/Evaluate/real.cpp
M flang/unittests/Evaluate/reshape.cpp
R flang/unittests/Evaluate/testing.cpp
R flang/unittests/Evaluate/testing.h
M flang/unittests/Evaluate/uint128.cpp
Log Message:
-----------
Promote Testing lib
Commit: 65824196cfd6b9768f34bb55d49fac784fceb25c
https://github.com/llvm/llvm-project/commit/65824196cfd6b9768f34bb55d49fac784fceb25c
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/unittests/Evaluate/ISO-Fortran-binding.cpp
M flang/unittests/Evaluate/expression.cpp
M flang/unittests/Evaluate/folding.cpp
M flang/unittests/Evaluate/intrinsics.cpp
M flang/unittests/Evaluate/logical.cpp
M flang/unittests/Evaluate/real.cpp
M flang/unittests/Evaluate/reshape.cpp
Log Message:
-----------
clang-format header sort
Commit: de8eca793b6fa7df9d9d86e4097d696989a56f8a
https://github.com/llvm/llvm-project/commit/de8eca793b6fa7df9d9d86e4097d696989a56f8a
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/unittests/Evaluate/ISO-Fortran-binding.cpp
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_Testing' into users/meinersbur/flang_runtime_move-files
Commit: 7950bb4c272416bbe41e70269306a533a2b7910f
https://github.com/llvm/llvm-project/commit/7950bb4c272416bbe41e70269306a533a2b7910f
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
R flang-rt/lib/FortranFloat128Math/CMakeLists.txt
R flang-rt/lib/flang_rt/CMakeLists.txt
R flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
R flang-rt/unittests/Evaluate/CMakeLists.txt
M flang-rt/unittests/Runtime/CMakeLists.txt
M flang/CMakeLists.txt
A flang/runtime/CMakeLists.txt
A flang/runtime/CUDA/CMakeLists.txt
A flang/runtime/Float128Math/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge commit 'bc47e8ac2d44e4d6bae3faa1a30c247027189fc8' into users/meinersbur/flang_runtime_move-files
Commit: cdb582f8153ac2bfcb04821c7284b2fb1f2f1823
https://github.com/llvm/llvm-project/commit/cdb582f8153ac2bfcb04821c7284b2fb1f2f1823
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/.clang-format
M flang-rt/lib/FortranFloat128Math/math-entries.h
M flang-rt/lib/FortranFloat128Math/norm2.cpp
M flang-rt/lib/FortranFloat128Math/numeric-template-specs.h
M flang-rt/lib/FortranFloat128Math/random.cpp
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/ISO_Fortran_binding.cpp
M flang-rt/lib/flang_rt/ISO_Fortran_util.h
M flang-rt/lib/flang_rt/allocatable.cpp
M flang-rt/lib/flang_rt/array-constructor.cpp
M flang-rt/lib/flang_rt/assign.cpp
M flang-rt/lib/flang_rt/buffer.h
M flang-rt/lib/flang_rt/character.cpp
M flang-rt/lib/flang_rt/command.cpp
M flang-rt/lib/flang_rt/copy.cpp
M flang-rt/lib/flang_rt/derived-api.cpp
M flang-rt/lib/flang_rt/derived.cpp
M flang-rt/lib/flang_rt/descriptor-io.h
M flang-rt/lib/flang_rt/descriptor.cpp
M flang-rt/lib/flang_rt/dot-product.cpp
M flang-rt/lib/flang_rt/execute.cpp
M flang-rt/lib/flang_rt/extensions.cpp
M flang-rt/lib/flang_rt/file.cpp
M flang-rt/lib/flang_rt/file.h
M flang-rt/lib/flang_rt/inquiry.cpp
M flang-rt/lib/flang_rt/internal-unit.cpp
M flang-rt/lib/flang_rt/io-api.cpp
M flang-rt/lib/flang_rt/io-error.h
M flang-rt/lib/flang_rt/io-stmt.cpp
M flang-rt/lib/flang_rt/io-stmt.h
M flang-rt/lib/flang_rt/matmul-transpose.cpp
M flang-rt/lib/flang_rt/matmul.cpp
M flang-rt/lib/flang_rt/misc-intrinsic.cpp
M flang-rt/lib/flang_rt/random-templates.h
M flang-rt/lib/flang_rt/random.cpp
M flang-rt/lib/flang_rt/reduce.cpp
M flang-rt/lib/flang_rt/reduction-templates.h
M flang-rt/lib/flang_rt/reduction.cpp
M flang-rt/lib/flang_rt/stack.h
M flang-rt/lib/flang_rt/stat.cpp
M flang-rt/lib/flang_rt/support.cpp
M flang-rt/lib/flang_rt/temporary-stack.cpp
M flang-rt/lib/flang_rt/time-intrinsic.cpp
M flang-rt/lib/flang_rt/tools.h
M flang-rt/lib/flang_rt/transformational.cpp
M flang-rt/lib/flang_rt/type-info.h
M flang-rt/lib/flang_rt/unit-map.h
M flang-rt/lib/flang_rt/unit.h
M flang-rt/unittests/Runtime/ArrayConstructor.cpp
R flang-rt/unittests/Runtime/CMakeLists.txt
M flang-rt/unittests/Runtime/CUDA/Allocatable.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
R flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
M flang-rt/unittests/Runtime/CUDA/Memory.cpp
M flang-rt/unittests/Runtime/CharacterTest.cpp
M flang-rt/unittests/Runtime/CommandTest.cpp
M flang-rt/unittests/Runtime/Derived.cpp
M flang-rt/unittests/Runtime/ExternalIOTest.cpp
M flang-rt/unittests/Runtime/Format.cpp
M flang-rt/unittests/Runtime/Inquiry.cpp
M flang-rt/unittests/Runtime/ListInputTest.cpp
M flang-rt/unittests/Runtime/Matmul.cpp
M flang-rt/unittests/Runtime/MatmulTranspose.cpp
M flang-rt/unittests/Runtime/MiscIntrinsic.cpp
M flang-rt/unittests/Runtime/Namelist.cpp
M flang-rt/unittests/Runtime/Pointer.cpp
M flang-rt/unittests/Runtime/Random.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang-rt/unittests/Runtime/RuntimeCrashTest.cpp
M flang-rt/unittests/Runtime/Stop.cpp
M flang-rt/unittests/Runtime/Support.cpp
M flang-rt/unittests/Runtime/TemporaryStack.cpp
M flang-rt/unittests/Runtime/Transformational.cpp
M flang-rt/unittests/Runtime/tools.h
M flang/include/flang/ISO_Fortran_binding.h
M flang/lib/Optimizer/Builder/CMakeLists.txt
M flang/lib/Optimizer/Transforms/ExternalNameConversion.cpp
M flang/lib/Testing/fp-testing.cpp
M flang/runtime/CMakeLists.txt
M flang/runtime/CUDA/CMakeLists.txt
M flang/runtime/Float128Math/CMakeLists.txt
M flang/unittests/CMakeLists.txt
A flang/unittests/Runtime/CMakeLists.txt
A flang/unittests/Runtime/CUDA/CMakeLists.txt
Log Message:
-----------
Keep runtime CMake files in flang/
Commit: 11a9773de93c31abf74d5b7c24142c9e25d4515b
https://github.com/llvm/llvm-project/commit/11a9773de93c31abf74d5b7c24142c9e25d4515b
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/lib/CMakeLists.txt
A flang/lib/Testing/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Move Testing library CMake code to lib/Testing
Commit: df817848670a8c9ba16303d48ee6e6367ed68139
https://github.com/llvm/llvm-project/commit/df817848670a8c9ba16303d48ee6e6367ed68139
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/lib/CMakeLists.txt
A flang/lib/Testing/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_Testing' into users/meinersbur/flang_runtime_move-files
Commit: bbd298e648ed9451dc9395cd82244b7f30ded280
https://github.com/llvm/llvm-project/commit/bbd298e648ed9451dc9395cd82244b7f30ded280
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/.clang-format
M flang-rt/lib/FortranFloat128Math/norm2.cpp
M flang-rt/lib/FortranFloat128Math/numeric-template-specs.h
M flang-rt/lib/FortranFloat128Math/random.cpp
M flang-rt/unittests/Runtime/Allocatable.cpp
M flang-rt/unittests/Runtime/ArrayConstructor.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
M flang-rt/unittests/Runtime/Derived.cpp
M flang-rt/unittests/Runtime/Format.cpp
M flang-rt/unittests/Runtime/Inquiry.cpp
M flang-rt/unittests/Runtime/ListInputTest.cpp
M flang-rt/unittests/Runtime/Matmul.cpp
M flang-rt/unittests/Runtime/MatmulTranspose.cpp
M flang-rt/unittests/Runtime/MiscIntrinsic.cpp
M flang-rt/unittests/Runtime/Pointer.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang-rt/unittests/Runtime/RuntimeCrashTest.cpp
M flang-rt/unittests/Runtime/Stop.cpp
M flang-rt/unittests/Runtime/Support.cpp
M flang-rt/unittests/Runtime/TemporaryStack.cpp
M flang-rt/unittests/Runtime/Transformational.cpp
Log Message:
-----------
Resort includes
Commit: e0e72978115c60368d6afb6cca8ba4015152c6ad
https://github.com/llvm/llvm-project/commit/e0e72978115c60368d6afb6cca8ba4015152c6ad
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/.clang-format
M flang-rt/lib/FortranFloat128Math/math-entries.h
M flang-rt/lib/FortranFloat128Math/norm2.cpp
M flang-rt/lib/FortranFloat128Math/numeric-template-specs.h
M flang-rt/lib/FortranFloat128Math/random.cpp
R flang-rt/lib/flang_rt/CMakeLists.txt
R flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
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/ISO_Fortran_binding.cpp
M flang-rt/lib/flang_rt/ISO_Fortran_util.h
M flang-rt/lib/flang_rt/allocatable.cpp
M flang-rt/lib/flang_rt/array-constructor.cpp
M flang-rt/lib/flang_rt/assign.cpp
M flang-rt/lib/flang_rt/buffer.h
M flang-rt/lib/flang_rt/character.cpp
M flang-rt/lib/flang_rt/command.cpp
M flang-rt/lib/flang_rt/copy.cpp
M flang-rt/lib/flang_rt/derived-api.cpp
M flang-rt/lib/flang_rt/derived.cpp
M flang-rt/lib/flang_rt/descriptor-io.h
M flang-rt/lib/flang_rt/descriptor.cpp
M flang-rt/lib/flang_rt/dot-product.cpp
M flang-rt/lib/flang_rt/execute.cpp
M flang-rt/lib/flang_rt/extensions.cpp
M flang-rt/lib/flang_rt/file.cpp
M flang-rt/lib/flang_rt/file.h
M flang-rt/lib/flang_rt/inquiry.cpp
M flang-rt/lib/flang_rt/internal-unit.cpp
M flang-rt/lib/flang_rt/io-api.cpp
M flang-rt/lib/flang_rt/io-error.h
M flang-rt/lib/flang_rt/io-stmt.cpp
M flang-rt/lib/flang_rt/io-stmt.h
M flang-rt/lib/flang_rt/matmul-transpose.cpp
M flang-rt/lib/flang_rt/matmul.cpp
M flang-rt/lib/flang_rt/misc-intrinsic.cpp
M flang-rt/lib/flang_rt/random-templates.h
M flang-rt/lib/flang_rt/random.cpp
M flang-rt/lib/flang_rt/reduce.cpp
M flang-rt/lib/flang_rt/reduction-templates.h
M flang-rt/lib/flang_rt/reduction.cpp
M flang-rt/lib/flang_rt/stack.h
M flang-rt/lib/flang_rt/stat.cpp
M flang-rt/lib/flang_rt/support.cpp
M flang-rt/lib/flang_rt/temporary-stack.cpp
M flang-rt/lib/flang_rt/time-intrinsic.cpp
M flang-rt/lib/flang_rt/tools.h
M flang-rt/lib/flang_rt/transformational.cpp
M flang-rt/lib/flang_rt/type-info.h
M flang-rt/lib/flang_rt/unit-map.h
M flang-rt/lib/flang_rt/unit.h
M flang-rt/unittests/Evaluate/ISO-Fortran-binding.cpp
M flang-rt/unittests/Runtime/Allocatable.cpp
M flang-rt/unittests/Runtime/ArrayConstructor.cpp
M flang-rt/unittests/Runtime/CUDA/Allocatable.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
R flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
M flang-rt/unittests/Runtime/CUDA/Memory.cpp
M flang-rt/unittests/Runtime/CharacterTest.cpp
M flang-rt/unittests/Runtime/CommandTest.cpp
M flang-rt/unittests/Runtime/Derived.cpp
M flang-rt/unittests/Runtime/ExternalIOTest.cpp
M flang-rt/unittests/Runtime/Inquiry.cpp
M flang-rt/unittests/Runtime/ListInputTest.cpp
M flang-rt/unittests/Runtime/Matmul.cpp
M flang-rt/unittests/Runtime/MatmulTranspose.cpp
M flang-rt/unittests/Runtime/MiscIntrinsic.cpp
M flang-rt/unittests/Runtime/Namelist.cpp
M flang-rt/unittests/Runtime/Pointer.cpp
M flang-rt/unittests/Runtime/Random.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang-rt/unittests/Runtime/Support.cpp
M flang-rt/unittests/Runtime/TemporaryStack.cpp
M flang-rt/unittests/Runtime/Transformational.cpp
M flang-rt/unittests/Runtime/tools.h
M flang/CMakeLists.txt
M flang/include/flang/ISO_Fortran_binding.h
M flang/lib/CMakeLists.txt
M flang/lib/Optimizer/Transforms/ExternalNameConversion.cpp
A flang/lib/Testing/CMakeLists.txt
M flang/lib/Testing/fp-testing.cpp
A flang/runtime/CMakeLists.txt
A flang/runtime/CUDA/CMakeLists.txt
A flang/runtime/Float128Math/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
A flang/unittests/Runtime/CMakeLists.txt
A flang/unittests/Runtime/CUDA/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
Commit: 4b2f932dcf89f91640da1daa7f567f62591d9b8b
https://github.com/llvm/llvm-project/commit/4b2f932dcf89f91640da1daa7f567f62591d9b8b
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
R flang/include/flang/Common/binary-floating-point.h
R flang/include/flang/Common/decimal.h
A flang/include/flang/Decimal/binary-floating-point.h
A flang/include/flang/Decimal/decimal.h
A flang/include/flang/Testing/fp-testing.h
A flang/include/flang/Testing/testing.h
M flang/lib/CMakeLists.txt
R flang/lib/Common/CMakeLists.txt
R flang/lib/Common/big-radix-floating-point.h
R flang/lib/Common/binary-to-decimal.cpp
R flang/lib/Common/decimal-to-binary.cpp
A flang/lib/Decimal/CMakeLists.txt
A flang/lib/Decimal/big-radix-floating-point.h
A flang/lib/Decimal/binary-to-decimal.cpp
A flang/lib/Decimal/decimal-to-binary.cpp
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Optimizer/OpenMP/CMakeLists.txt
M flang/lib/Optimizer/Passes/CMakeLists.txt
M flang/lib/Optimizer/Transforms/CMakeLists.txt
M flang/lib/Parser/CMakeLists.txt
M flang/lib/Semantics/CMakeLists.txt
A flang/lib/Testing/CMakeLists.txt
A flang/lib/Testing/fp-testing.cpp
A flang/lib/Testing/testing.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/tools/bbc/CMakeLists.txt
M flang/tools/f18-parse-demo/CMakeLists.txt
M flang/tools/tco/CMakeLists.txt
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 flang/unittests/Evaluate/ISO-Fortran-binding.cpp
M flang/unittests/Evaluate/bit-population-count.cpp
M flang/unittests/Evaluate/expression.cpp
M flang/unittests/Evaluate/folding.cpp
R flang/unittests/Evaluate/fp-testing.cpp
R flang/unittests/Evaluate/fp-testing.h
M flang/unittests/Evaluate/integer.cpp
M flang/unittests/Evaluate/intrinsics.cpp
M flang/unittests/Evaluate/leading-zero-bit-count.cpp
M flang/unittests/Evaluate/logical.cpp
M flang/unittests/Evaluate/real.cpp
M flang/unittests/Evaluate/reshape.cpp
R flang/unittests/Evaluate/testing.cpp
R flang/unittests/Evaluate/testing.h
M flang/unittests/Evaluate/uint128.cpp
M flang/unittests/Frontend/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_Testing' into users/meinersbur/flang_runtime_flang_rt
Commit: 516c6df62d24ba2045485fd829bb59d8a32d6308
https://github.com/llvm/llvm-project/commit/516c6df62d24ba2045485fd829bb59d8a32d6308
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
R flang-rt/unittests/Evaluate/CMakeLists.txt
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
Log Message:
-----------
Post-merge fixes
Commit: 69a63aafc306d05eec114b5b6f631dd2acbef5d1
https://github.com/llvm/llvm-project/commit/69a63aafc306d05eec114b5b6f631dd2acbef5d1
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Flang.cpp
M flang-rt/lib/flang_rt/time-intrinsic.cpp
M flang-rt/test/Runtime/no-cpp-dep.c
M flang/CMakeLists.txt
M flang/docs/FlangDriver.md
M flang/docs/GettingStarted.md
M flang/docs/OpenACC-descriptor-management.md
M flang/docs/ReleaseNotes.md
M flang/examples/ExternalHelloWorld/CMakeLists.txt
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/runtime/CMakeLists.txt
M flang/runtime/CUDA/CMakeLists.txt
M flang/runtime/Float128Math/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/test/Driver/gcc-toolchain-install-dir.f90
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/f18/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Runtime/CMakeLists.txt
M flang/unittests/Runtime/CUDA/CMakeLists.txt
M lld/COFF/MinGW.cpp
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_flang_rt' into users/meinersbur/flang_runtime_move-files
Commit: dd3ac2e6d8d8d57cd639c25bea3b8d5c99a2f81e
https://github.com/llvm/llvm-project/commit/dd3ac2e6d8d8d57cd639c25bea3b8d5c99a2f81e
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/test/Driver/ctofortran.f90
M flang/test/Driver/exec.f90
M flang/test/Runtime/no-cpp-dep.c
M flang/test/lit.cfg.py
M flang/test/lit.site.cfg.py.in
M flang/tools/f18/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Introduce FLANG_INCLUDE_RUNTIME
Commit: fd4c214df57f9ed780d21433a1b2a0699f6477a4
https://github.com/llvm/llvm-project/commit/fd4c214df57f9ed780d21433a1b2a0699f6477a4
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/test/Driver/ctofortran.f90
M flang/test/Driver/exec.f90
M flang/test/Runtime/no-cpp-dep.c
M flang/test/lit.cfg.py
M flang/test/lit.site.cfg.py.in
M flang/tools/f18/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME' into users/meinersbur/flang_runtime_flang_rt
Commit: 5b8c8ec6b38832d723b756c2928431a1cbe3ccfe
https://github.com/llvm/llvm-project/commit/5b8c8ec6b38832d723b756c2928431a1cbe3ccfe
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/test/Driver/ctofortran.f90
M flang-rt/test/Driver/exec.f90
M flang-rt/test/Runtime/no-cpp-dep.c
M flang/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/test/lit.cfg.py
M flang/test/lit.site.cfg.py.in
M flang/tools/f18/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_flang_rt' into users/meinersbur/flang_runtime_move-files
Commit: ed062e416bab6e4b34824db4863d5837b8b749e9
https://github.com/llvm/llvm-project/commit/ed062e416bab6e4b34824db4863d5837b8b749e9
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/test/Driver/exec.f90
M flang-rt/test/Runtime/no-cpp-dep.c
M flang/CMakeLists.txt
M flang/docs/ReleaseNotes.md
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
M flang/runtime/CMakeLists.txt
M flang/runtime/CUDA/CMakeLists.txt
M flang/runtime/Float128Math/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/test/Driver/nostdlib.f90
M flang/test/lit.site.cfg.py.in
M flang/tools/f18/CMakeLists.txt
M flang/unittests/CMakeLists.txt
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Runtime/CMakeLists.txt
M flang/unittests/Runtime/CUDA/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
Commit: 32c3edc119d524f1af4987293b727a5998dbacc9
https://github.com/llvm/llvm-project/commit/32c3edc119d524f1af4987293b727a5998dbacc9
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
unittest intrinsics does not use runtime
Commit: b64e42849f9587d2696c41e1f54494db7fe651aa
https://github.com/llvm/llvm-project/commit/b64e42849f9587d2696c41e1f54494db7fe651aa
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/test/CMakeLists.txt
Log Message:
-----------
Conditional check-flang-rt target
Commit: 5e5ec227f85d7bcc7725ef7fe1a8e37b3169c8a9
https://github.com/llvm/llvm-project/commit/5e5ec227f85d7bcc7725ef7fe1a8e37b3169c8a9
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
A flang-rt/lib/flang_rt/CMakeLists.txt
M flang/CMakeLists.txt
M flang/test/CMakeLists.txt
A flang/unittests/Common/CMakeLists.txt
A flang/unittests/Common/FastIntSetTest.cpp
A flang/unittests/Decimal/quick-sanity-test.cpp
A flang/unittests/Decimal/thorough-test.cpp
Log Message:
-----------
Post-merge fixes
Commit: 05d812128268a14c477aedfd32c4a8e21d0c59cb
https://github.com/llvm/llvm-project/commit/05d812128268a14c477aedfd32c4a8e21d0c59cb
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/.clang-format
M flang-rt/CMakeLists.txt
M flang-rt/cmake/modules/GetToolchainDirs.cmake
M flang-rt/lib/FortranFloat128Math/math-entries.h
M flang-rt/lib/FortranFloat128Math/norm2.cpp
M flang-rt/lib/FortranFloat128Math/numeric-template-specs.h
M flang-rt/lib/FortranFloat128Math/random.cpp
M flang-rt/lib/flang_rt/CMakeLists.txt
R flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
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/ISO_Fortran_binding.cpp
M flang-rt/lib/flang_rt/ISO_Fortran_util.h
M flang-rt/lib/flang_rt/allocatable.cpp
M flang-rt/lib/flang_rt/array-constructor.cpp
M flang-rt/lib/flang_rt/assign.cpp
M flang-rt/lib/flang_rt/buffer.h
M flang-rt/lib/flang_rt/character.cpp
M flang-rt/lib/flang_rt/command.cpp
M flang-rt/lib/flang_rt/copy.cpp
M flang-rt/lib/flang_rt/derived-api.cpp
M flang-rt/lib/flang_rt/derived.cpp
M flang-rt/lib/flang_rt/descriptor-io.h
M flang-rt/lib/flang_rt/descriptor.cpp
M flang-rt/lib/flang_rt/dot-product.cpp
M flang-rt/lib/flang_rt/edit-input.h
M flang-rt/lib/flang_rt/edit-output.h
M flang-rt/lib/flang_rt/environment.h
M flang-rt/lib/flang_rt/execute.cpp
M flang-rt/lib/flang_rt/extensions.cpp
M flang-rt/lib/flang_rt/file.cpp
M flang-rt/lib/flang_rt/file.h
M flang-rt/lib/flang_rt/format-implementation.h
M flang-rt/lib/flang_rt/format.h
M flang-rt/lib/flang_rt/inquiry.cpp
M flang-rt/lib/flang_rt/internal-unit.cpp
M flang-rt/lib/flang_rt/io-api.cpp
M flang-rt/lib/flang_rt/io-error.h
M flang-rt/lib/flang_rt/io-stmt.cpp
M flang-rt/lib/flang_rt/io-stmt.h
M flang-rt/lib/flang_rt/matmul-transpose.cpp
M flang-rt/lib/flang_rt/matmul.cpp
M flang-rt/lib/flang_rt/misc-intrinsic.cpp
M flang-rt/lib/flang_rt/random-templates.h
M flang-rt/lib/flang_rt/random.cpp
M flang-rt/lib/flang_rt/reduce.cpp
M flang-rt/lib/flang_rt/reduction-templates.h
M flang-rt/lib/flang_rt/reduction.cpp
M flang-rt/lib/flang_rt/stack.h
M flang-rt/lib/flang_rt/stat.cpp
M flang-rt/lib/flang_rt/support.cpp
M flang-rt/lib/flang_rt/temporary-stack.cpp
M flang-rt/lib/flang_rt/time-intrinsic.cpp
M flang-rt/lib/flang_rt/tools.h
M flang-rt/lib/flang_rt/transformational.cpp
M flang-rt/lib/flang_rt/type-info.h
M flang-rt/lib/flang_rt/unit-map.h
M flang-rt/lib/flang_rt/unit.h
M flang-rt/test/Driver/exec.f90
M flang-rt/test/Runtime/no-cpp-dep.c
M flang-rt/unittests/Evaluate/ISO-Fortran-binding.cpp
M flang-rt/unittests/Runtime/Allocatable.cpp
M flang-rt/unittests/Runtime/ArrayConstructor.cpp
M flang-rt/unittests/Runtime/CUDA/Allocatable.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
R flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
M flang-rt/unittests/Runtime/CUDA/Memory.cpp
M flang-rt/unittests/Runtime/CharacterTest.cpp
M flang-rt/unittests/Runtime/CommandTest.cpp
M flang-rt/unittests/Runtime/Derived.cpp
M flang-rt/unittests/Runtime/ExternalIOTest.cpp
M flang-rt/unittests/Runtime/Inquiry.cpp
M flang-rt/unittests/Runtime/ListInputTest.cpp
M flang-rt/unittests/Runtime/Matmul.cpp
M flang-rt/unittests/Runtime/MatmulTranspose.cpp
M flang-rt/unittests/Runtime/MiscIntrinsic.cpp
M flang-rt/unittests/Runtime/Namelist.cpp
M flang-rt/unittests/Runtime/Pointer.cpp
M flang-rt/unittests/Runtime/Random.cpp
M flang-rt/unittests/Runtime/Reduction.cpp
M flang-rt/unittests/Runtime/Support.cpp
M flang-rt/unittests/Runtime/TemporaryStack.cpp
M flang-rt/unittests/Runtime/Transformational.cpp
M flang-rt/unittests/Runtime/tools.h
M flang/CMakeLists.txt
M flang/docs/ReleaseNotes.md
R flang/include/flang/Common/binary-floating-point.h
R flang/include/flang/Common/decimal.h
A flang/include/flang/Decimal/binary-floating-point.h
A flang/include/flang/Decimal/decimal.h
M flang/include/flang/ISO_Fortran_binding.h
M flang/lib/CMakeLists.txt
R flang/lib/Common/CMakeLists.txt
R flang/lib/Common/big-radix-floating-point.h
R flang/lib/Common/binary-to-decimal.cpp
R flang/lib/Common/decimal-to-binary.cpp
A flang/lib/Decimal/CMakeLists.txt
A flang/lib/Decimal/big-radix-floating-point.h
A flang/lib/Decimal/binary-to-decimal.cpp
A flang/lib/Decimal/decimal-to-binary.cpp
M flang/lib/Evaluate/CMakeLists.txt
M flang/lib/Evaluate/real.cpp
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Lower/CMakeLists.txt
M flang/lib/Optimizer/Builder/IntrinsicCall.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/Testing/CMakeLists.txt
M flang/lib/Testing/fp-testing.cpp
A flang/runtime/CMakeLists.txt
A flang/runtime/CUDA/CMakeLists.txt
A flang/runtime/Float128Math/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/test/Driver/nostdlib.f90
M flang/test/lit.site.cfg.py.in
M flang/tools/bbc/CMakeLists.txt
M flang/tools/f18-parse-demo/CMakeLists.txt
M flang/tools/f18/CMakeLists.txt
M flang/tools/tco/CMakeLists.txt
M flang/unittests/CMakeLists.txt
A flang/unittests/Common/CMakeLists.txt
A flang/unittests/Common/FastIntSetTest.cpp
A flang/unittests/Decimal/CMakeLists.txt
A flang/unittests/Decimal/quick-sanity-test.cpp
A flang/unittests/Decimal/thorough-test.cpp
M flang/unittests/Evaluate/CMakeLists.txt
M flang/unittests/Frontend/CMakeLists.txt
A flang/unittests/Runtime/CMakeLists.txt
A flang/unittests/Runtime/CUDA/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime' into users/meinersbur/flang_runtime_shared
Commit: 899723eac3febe38630180c9f14b5681745f43e0
https://github.com/llvm/llvm-project/commit/899723eac3febe38630180c9f14b5681745f43e0
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/cmake/modules/AddFlangRT.cmake
M flang-rt/lib/flang_rt/CMakeLists.txt
Log Message:
-----------
Post-merge fixes
Commit: de833aa2eefaab4e6e46ec9b47a562ef444689e6
https://github.com/llvm/llvm-project/commit/de833aa2eefaab4e6e46ec9b47a562ef444689e6
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
A flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
A flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
Log Message:
-----------
Recover CUDA build instructons
Commit: 6228dd4fda9ade750a2ec2eb543fa1083a663f76
https://github.com/llvm/llvm-project/commit/6228dd4fda9ade750a2ec2eb543fa1083a663f76
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
A flang-rt/lib/flang_rt/CUDA/CMakeLists.txt
A flang-rt/unittests/Runtime/CUDA/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime' into users/meinersbur/flang_runtime_shared
Commit: c1c807b23379b772583a1ed5195db6bc92c3f18b
https://github.com/llvm/llvm-project/commit/c1c807b23379b772583a1ed5195db6bc92c3f18b
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/cmake/modules/AddFlangRT.cmake
Log Message:
-----------
Post-merge fixes
Commit: d32aeaf49006e295610d0a7093bca679e0582818
https://github.com/llvm/llvm-project/commit/d32aeaf49006e295610d0a7093bca679e0582818
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME' into users/meinersbur/flang_runtime_flang_rt
Commit: 582045951e7edaba35e8c6966fa40101f8d54ad9
https://github.com/llvm/llvm-project/commit/582045951e7edaba35e8c6966fa40101f8d54ad9
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/CMakeLists.txt
M flang/test/lit.site.cfg.py.in
Log Message:
-----------
CMake pythonize_bool macro not always available
Commit: afb767b5e2b04aa66ee1c39f9cb6245bcd0aaacc
https://github.com/llvm/llvm-project/commit/afb767b5e2b04aa66ee1c39f9cb6245bcd0aaacc
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/CMakeLists.txt
M flang/test/lit.site.cfg.py.in
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_FLANG_INCLUDE_RUNTIME' into users/meinersbur/flang_runtime_flang_rt
Commit: b58bd1ffc06f04755e7611f1f160bcf4d1d21bce
https://github.com/llvm/llvm-project/commit/b58bd1ffc06f04755e7611f1f160bcf4d1d21bce
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/CMakeLists.txt
M flang/test/CMakeLists.txt
M flang/test/lit.site.cfg.py.in
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_flang_rt' into users/meinersbur/flang_runtime_move-files
Commit: b88fd920ee3e567733e00d0a630879200355feb2
https://github.com/llvm/llvm-project/commit/b88fd920ee3e567733e00d0a630879200355feb2
Author: U-BERGUFFLEN\meinersbur <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang/CMakeLists.txt
M flang/test/lit.site.cfg.py.in
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime
Commit: a113b03c87f166a60b0b6318b26a451fd8c40ff9
https://github.com/llvm/llvm-project/commit/a113b03c87f166a60b0b6318b26a451fd8c40ff9
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/unittests/Runtime/CUDA/Allocatable.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
M flang/unittests/Evaluate/CMakeLists.txt
Log Message:
-----------
Post-merge fixes
Commit: e355da32b6420871aa3069ab2d433ab088f1d1cb
https://github.com/llvm/llvm-project/commit/e355da32b6420871aa3069ab2d433ab088f1d1cb
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M flang-rt/unittests/Runtime/CUDA/Allocatable.cpp
M flang-rt/unittests/Runtime/CUDA/AllocatorCUF.cpp
M flang/CMakeLists.txt
M flang/test/lit.site.cfg.py.in
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/9d3420293c0d...e355da32b642
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