summaryrefslogtreecommitdiff
path: root/flang/runtime/allocatable.cpp
AgeCommit message (Expand)Author
2024-01-15[flang] Don't change size of allocatable in error situation (#77386)Peter Klausler
2023-12-28[flang][runtime] Enable more APIs in the offload build. (#76486)Slava Zakharin
2023-12-20[flang][runtime] Enable more APIs in the offload build. (#75996)Slava Zakharin
2023-10-17[flang][runtime] Fix SAME_TYPE_AS()/EXTENDS_TYPE_OF() for CLASS(*) (#67727)Peter Klausler
2023-09-18[flang][runtime] zero size allocation in source allocation (#66124)jeanPerier
2023-08-22[flang] Make ISO_Fortran_binding.h a standalone header again.Slava Zakharin
2023-08-01[flang][runtime] Recognize and handle FINAL subroutines with contiguous dummy...Peter Klausler
2023-03-20[flang] Add AllocatableInit functions for use in allocate loweringValentin Clement
2023-03-01[flang][NFC] Remove redundant and incomplete commentValentin Clement
2023-03-01[flang] Handle dynamic type in move_allocValentin Clement
2023-02-28[flang] Allow `to` argument of move_alloc to be class(*)David Truby
2023-02-14[flang][runtime] Handle aliasing in Assign()Peter Klausler
2023-02-08[flang] Carry over the derived type from MOLDValentin Clement
2023-02-02[flang] Use rank from the allocate object when allocate with moldValentin Clement
2023-02-01[flang] Support allocate array from scalar source in runtimePeixin Qiao
2023-01-31[flang] Improve error message for move_allocDavid Truby
2023-01-18[flang] Do not perform INTERNAL_CHECK for deallocation of unlimited polymorph...Valentin Clement
2023-01-18[flang] Add implementation of move_alloc to the runtimeDavid Truby
2023-01-17[flang] Lower allocation with MOLDValentin Clement
2023-01-13[flang] Initial support of allocate statement with sourcePeixin Qiao
2023-01-12[flang] Restore declared type when deallocating polymorphic entitiesValentin Clement
2021-09-03[flang] Move runtime API headers to flang/include/flang/RuntimePeter Klausler
2021-08-09[flang] Implement runtime Assign()peter klausler
2021-07-20[flang] Run-time derived type initialization and destructionpeter klausler
2021-07-19[flang] Runtime API for data pointerspeter klausler
2021-05-20[flang] Implement more transformational intrinsic functions in runtimepeter klausler
2021-03-12[flang] Update DE/ALLOCATE statement runtime message processingpeter klausler
2020-12-08[flang] Implement derived type description table encodingpeter klausler
2020-11-12fix clang buildpeter klausler
2020-11-12[flang] Implement runtime support for basic ALLOCATE/DEALLOCATEpeter klausler
2020-04-02[flang] Define CHARACTER runtime API, establish placeholder implementationspeter klausler