[all-commits] [llvm/llvm-project] cc0119: [flang] Descriptor-based I/O data item transfers
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Aug 7 13:12:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cc01194c2fac5ad400b862463c473f3ef924c932
https://github.com/llvm/llvm-project/commit/cc01194c2fac5ad400b862463c473f3ef924c932
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-08-07 (Fri, 07 Aug 2020)
Changed paths:
A flang/runtime/descriptor-io.h
M flang/runtime/io-api.cpp
M flang/runtime/type-code.cpp
M flang/runtime/type-code.h
Log Message:
-----------
[flang] Descriptor-based I/O data item transfers
Add support for OutputDescriptor() and InputDescriptor()
in the I/O runtime. Change existing scalar formatted I/O
functions to drive descriptor-based I/O routines internally.
Differential Revision: https://reviews.llvm.org/D85491
More information about the All-commits
mailing list