[all-commits] [llvm/llvm-project] c3477c: [flang] Add CHARACTER type lowering helpers and ru...

Eric Schweitz via All-commits all-commits at lists.llvm.org
Fri Jun 26 11:02:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c3477c51e5995983b9f837c1cd9e7528a5b1bdb2
      https://github.com/llvm/llvm-project/commit/c3477c51e5995983b9f837c1cd9e7528a5b1bdb2
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    A flang/include/flang/Lower/Bridge.h
    A flang/include/flang/Lower/CharacterExpr.h
    A flang/include/flang/Lower/CharacterRuntime.h
    M flang/include/flang/Lower/FIRBuilder.h
    A flang/include/flang/Lower/IntrinsicCall.h
    M flang/include/flang/Lower/PFTBuilder.h
    M flang/include/flang/Lower/Support/BoxValue.h
    M flang/include/flang/Optimizer/Support/KindMapping.h
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/CharacterExpr.cpp
    A flang/lib/Lower/CharacterRuntime.cpp
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Lower/PFTBuilder.cpp
    M flang/lib/Lower/RTBuilder.h
    M flang/lib/Lower/SymbolMap.h
    M flang/lib/Optimizer/Support/KindMapping.cpp

  Log Message:
  -----------
  [flang] Add CHARACTER type lowering helpers and runtime.

In order for these files to build properly, this patch rolls up a number of changes that have been made to various files that have been upstreamed.

Implementations for the interfaces included in Bridge.h and IntrinsicCall.h will be included in a future diff.

Differential revision: https://reviews.llvm.org/D82608




More information about the All-commits mailing list