[PATCH] D82054: [flang] More Fortran runtime support for CHARACTER operations

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 14:35:09 PDT 2020


klausler created this revision.
klausler added reviewers: tskeith, PeteSteinfeld, sscalpone, schweitz.
klausler added a project: Flang.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
klausler removed reviewers: jdoerfert, DavidTruby.
Herald added a reviewer: DavidTruby.

- Remove C++ library dependence from lock.h
- Implement LEN_TRIM, REPEAT, ADJUSTL, ADJUSTR, MAX/MIN intrinsic functions for CHARACTER


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82054

Files:
  flang/include/flang/ISO_Fortran_binding.h
  flang/runtime/ISO_Fortran_binding.cpp
  flang/runtime/character.cpp
  flang/runtime/character.h
  flang/runtime/descriptor.cpp
  flang/runtime/descriptor.h
  flang/runtime/lock.h
  flang/runtime/transformational.cpp
  flang/runtime/type-code.cpp
  flang/runtime/type-code.h
  flang/unittests/Evaluate/reshape.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82054.271484.patch
Type: text/x-patch
Size: 45899 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200617/21c78d71/attachment.bin>


More information about the llvm-commits mailing list