[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:42 PST 2025


  Branch: refs/heads/users/meinersbur/flang_runtime_move-files
  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: 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: 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: 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: 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: 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


Compare: https://github.com/llvm/llvm-project/compare/f9a732ed07e6...b58bd1ffc06f

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