llvm-project/flang/module
peter klausler 65f5290432 [flang] Implement runtime Assign()
Define an API for, and implement, runtime support for arbitrary
assignment of one descriptor's data to another, with full support for
(re)allocation of allocatables with finalization when necessary,
user-defined derived type assignment TBP calls, and intrinsic (default)
componentwise assignment of derived type instances with allocation of
automatic components.  Also clean up API and implementation of
finalization/destruction using knowledge gained while studying
edge cases for assignment in the 2018 standard.

The look-up procedure for special procedure bindings in derived
types has been optimized from O(N) to O(1) since it will probably
matter more.  This required some analysis in runtime derived type
description table construction in semantics and some changes to the
table schemata.

Executable Fortran tests have been developed; they'll be added
to the test base once they can be lowered and run by f18.

Differential Revision: https://reviews.llvm.org/D107678
2021-08-09 09:31:32 -07:00
..
.clang-format [flang][NFC] Get formatting in sync with latest clang-format 2020-07-01 16:51:46 -07:00
__fortran_builtins.f90 [flang] Define missing & needed IEEE_ARITHMETIC symbols 2021-04-19 11:44:43 -07:00
__fortran_type_info.f90 [flang] Implement runtime Assign() 2021-08-09 09:31:32 -07:00
ieee_arithmetic.f90 [flang] Define missing & needed IEEE_ARITHMETIC symbols 2021-04-19 11:44:43 -07:00
ieee_exceptions.f90 [flang] Minor format change to LLVM license lines 2020-01-10 12:12:03 -08:00
ieee_features.f90 [flang] Minor format change to LLVM license lines 2020-01-10 12:12:03 -08:00
iso_c_binding.f90 [flang] Better C_LOC and C_ASSOCIATED in flang/module 2021-01-21 09:41:05 -08:00
iso_fortran_env.f90 [flang] Fix errors in ISO_FORTRAN_ENV module for REAL128 2021-01-25 13:41:32 -08:00
omp_lib.f90 [flang] Minor format change to LLVM license lines 2020-01-10 12:12:03 -08:00
omp_lib.h [flang] Minor format change to LLVM license lines 2020-01-10 12:12:03 -08:00