[all-commits] [llvm/llvm-project] 8717ed: Merge branch 'users/meinersbur/flang_runtime_Fortr...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Thu Jan 9 02:40:26 PST 2025
Branch: refs/heads/users/meinersbur/flang_runtime_Testing
Home: https://github.com/llvm/llvm-project
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: a9d6167249a27835e05f49492b45a407fc7d78b6
https://github.com/llvm/llvm-project/commit/a9d6167249a27835e05f49492b45a407fc7d78b6
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
Compare: https://github.com/llvm/llvm-project/compare/8717edca05a8%5E...a9d6167249a2
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