[all-commits] [llvm/llvm-project] 8df28f: [flang] Implement runtime support for basic ALLOCA...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Nov 12 10:22:03 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8df28f0aa3c0aba79a3c134df05808e47b141375
      https://github.com/llvm/llvm-project/commit/8df28f0aa3c0aba79a3c134df05808e47b141375
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

  Changed paths:
    M flang/runtime/CMakeLists.txt
    M flang/runtime/ISO_Fortran_binding.cpp
    M flang/runtime/allocatable.cpp
    M flang/runtime/descriptor.cpp
    M flang/runtime/descriptor.h
    M flang/runtime/magic-numbers.h
    A flang/runtime/stat.cpp
    A flang/runtime/stat.h
    M flang/runtime/terminator.cpp
    M flang/runtime/terminator.h
    M flang/runtime/type-code.h

  Log Message:
  -----------
  [flang] Implement runtime support for basic ALLOCATE/DEALLOCATE

Add error reporting infrastructure and support for ALLOCATE
and DEALLOCATE statements of intrinsic types without SOURCE=
or MOLD=.

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




More information about the All-commits mailing list