[all-commits] [llvm/llvm-project] d49157: Move Module sources back to Flang

Michael Kruse via All-commits all-commits at lists.llvm.org
Tue Oct 1 08:27:11 PDT 2024


  Branch: refs/heads/users/meinersbur/flang_runtime
  Home:   https://github.com/llvm/llvm-project
  Commit: d49157d1743ba711a41d86fcd4ae724cba0d8fc5
      https://github.com/llvm/llvm-project/commit/d49157d1743ba711a41d86fcd4ae724cba0d8fc5
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2024-10-01 (Tue, 01 Oct 2024)

  Changed paths:
    R FortranRuntime/include/flang/Common/ISO_Fortran_binding.h
    M FortranRuntime/include/flang/Common/ISO_Fortran_binding_wrapper.h
    A FortranRuntime/include/flang/Common/magic-numbers.h
    M FortranRuntime/include/flang/Runtime/io-api.h
    M FortranRuntime/include/flang/Runtime/iostat.h
    R FortranRuntime/include/flang/Runtime/magic-numbers.h
    M FortranRuntime/lib/Runtime/CMakeLists.txt
    M FortranRuntime/lib/Runtime/CUDA/CMakeLists.txt
    M FortranRuntime/lib/Runtime/Float128Math/CMakeLists.txt
    M FortranRuntime/lib/Runtime/file.cpp
    M FortranRuntime/lib/Runtime/io-error.cpp
    M FortranRuntime/lib/Runtime/stat.h
    M FortranRuntime/lib/Testing/fp-testing.cpp
    R FortranRuntime/module/.clang-format
    R FortranRuntime/module/__cuda_builtins.f90
    R FortranRuntime/module/__fortran_builtins.f90
    R FortranRuntime/module/__fortran_ieee_exceptions.f90
    R FortranRuntime/module/__fortran_type_info.f90
    R FortranRuntime/module/__ppc_intrinsics.f90
    R FortranRuntime/module/__ppc_types.f90
    R FortranRuntime/module/cudadevice.f90
    R FortranRuntime/module/ieee_arithmetic.f90
    R FortranRuntime/module/ieee_exceptions.f90
    R FortranRuntime/module/ieee_features.f90
    R FortranRuntime/module/iso_c_binding.f90
    R FortranRuntime/module/iso_fortran_env.f90
    R FortranRuntime/module/mma.f90
    M FortranRuntime/unittests/Common/CMakeLists.txt
    M FortranRuntime/unittests/Decimal/CMakeLists.txt
    M FortranRuntime/unittests/Evaluate/CMakeLists.txt
    M FortranRuntime/unittests/Runtime/CMakeLists.txt
    M FortranRuntime/unittests/Runtime/CUDA/CMakeLists.txt
    M FortranRuntime/unittests/Runtime/Complex.cpp
    M flang/CMakeLists.txt
    A flang/include/flang/ISO_Fortran_binding.h
    M flang/lib/Evaluate/fold-logical.cpp
    A flang/module/.clang-format
    A flang/module/__cuda_builtins.f90
    A flang/module/__fortran_builtins.f90
    A flang/module/__fortran_ieee_exceptions.f90
    A flang/module/__fortran_type_info.f90
    A flang/module/__ppc_intrinsics.f90
    A flang/module/__ppc_types.f90
    A flang/module/cudadevice.f90
    A flang/module/ieee_arithmetic.f90
    A flang/module/ieee_exceptions.f90
    A flang/module/ieee_features.f90
    A flang/module/iso_c_binding.f90
    A flang/module/iso_fortran_env.f90
    A flang/module/mma.f90
    M flang/tools/f18/CMakeLists.txt

  Log Message:
  -----------
  Move Module sources back to Flang

Build fix

f90 relative paths

update copyright headers

Test experimental CUDA build


  Commit: 565e34cc1d8f549747f9c1f1ff5c9d39c38a5900
      https://github.com/llvm/llvm-project/commit/565e34cc1d8f549747f9c1f1ff5c9d39c38a5900
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2024-10-01 (Tue, 01 Oct 2024)

  Changed paths:
    M FortranRuntime/include/flang/Runtime/io-api.h
    M FortranRuntime/lib/Runtime/CUDA/CMakeLists.txt
    M FortranRuntime/lib/Runtime/Float128Math/CMakeLists.txt
    M FortranRuntime/lib/Runtime/file.cpp
    M FortranRuntime/lib/Runtime/io-error.cpp
    M FortranRuntime/lib/Testing/fp-testing.cpp
    M FortranRuntime/unittests/Runtime/Complex.cpp
    M flang/lib/Evaluate/fold-logical.cpp

  Log Message:
  -----------
  Merge branch 'users/meinersbur/flang_runtime_move-files' into users/meinersbur/flang_runtime


  Commit: 6307e77e75a4081fee75ff295d0fae70a255df6e
      https://github.com/llvm/llvm-project/commit/6307e77e75a4081fee75ff295d0fae70a255df6e
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2024-10-01 (Tue, 01 Oct 2024)

  Changed paths:
    M FortranRuntime/test/lit.cfg.py

  Log Message:
  -----------
  python-format


Compare: https://github.com/llvm/llvm-project/compare/c7bc5e978575...6307e77e75a4

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