summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/ConvertVariable.cpp
AgeCommit message (Expand)Author
2024-12-06[Flang][NFC] Split runtime headers in preparation for cross-compilation. (#11...Michael Kruse
2024-11-26[flang] handle fir.call in AliasAnalysis::getModRef (#117164)jeanPerier
2024-11-26[flang] add internal_assoc flag to mark variable captured in internal procedu...jeanPerier
2024-10-18[flang] add getElementType() to fir::SquenceType and fir::VectorType (#112770)Scott Manley
2024-10-04[flang] enable assumed-rank lowering by default (#110893)jeanPerier
2024-10-03[flang] replace fir.complex usages with mlir complex (#110850)jeanPerier
2024-08-30[flang][cuda] Set allocator index for module allocatable variable (#106777)Valentin Clement (バレンタイン クレメン)
2024-08-13[flang][cuda] Fix allocation of descriptor for cray pointer (#103474)Valentin Clement (バレンタイン クレメン)
2024-08-06[flang][cuda] Defined allocator for unified data (#102189)Valentin Clement (バレンタイン クレメン)
2024-08-02[flang][cuda] Set the allocator on fir.embox operation (#101722)Valentin Clement (バレンタイン クレメン)
2024-07-25[flang][OpenMP] Initialize privatised derived type variables (#100417)Tom Eccles
2024-07-17[flang][cuda] Use cuf.alloc/cuf.free for local descriptor (#98518)Valentin Clement (バレンタイン クレメン)
2024-06-20[flang] implement assumed-rank in ENTRY (#96111)jeanPerier
2024-06-14[flang][cuda] Propagate data attribute to global with initialization (#95504)Valentin Clement (バレンタイン クレメン)
2024-06-04[flang] Carry over alignment computed by frontend for COMMON (#94280)Valentin Clement (バレンタイン クレメン)
2024-05-30[flang] lower allocatable assumed-rank specification parts (#93682)jeanPerier
2024-05-29[flang] lower assumed-rank variables specification expressions (#93477)jeanPerier
2024-05-17[flang][cuda] Add data attribute to program globals (#92610)Valentin Clement (バレンタイン クレメン)
2024-05-17[flang][cuda] Move CUDA Fortran operations to a CUF dialect (#92317)Valentin Clement (バレンタイン クレメン)
2024-05-08[flang] Lowering changes for assigning dummy_scope to hlfir.declare. (#90989)Slava Zakharin
2024-05-02[flang][cuda] Lower device/managed/unified allocation to cuda ops (#90623)Valentin Clement (バレンタイン クレメン)
2024-04-29[flang] Use `isa/dyn_cast/cast/...` free functions. (#90432)Christian Sigg
2024-04-28Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg
2024-04-26Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg
2024-04-24[flang][cuda] Use fir.cuda_deallocate for automatic deallocation (#89662)Valentin Clement (バレンタイン クレメン)
2024-04-24[flang] implement capture of procedure pointers in internal procedures (#89619)jeanPerier
2024-04-19Revert "[flang][cuda] Use fir.cuda_deallocate for automatic deallocation (#89...Valentin Clement
2024-04-19[flang][cuda] Use fir.cuda_deallocate for automatic deallocation (#89450)Valentin Clement (バレンタイン クレメン)
2024-04-12[flang] Pass VALUE CHARACTER arg by register in BIND(C) calls (#87774)jeanPerier
2024-04-08[flang] Fix MASKR/MASKL lowering for INTEGER(16) (#87496)jeanPerier
2024-04-03[Flang] Support for procedure pointer component default initialization. (#87356)Daniel Chen
2024-03-22[flang] Fix lowering of host associated cray pointee symbols (#86121)jeanPerier
2024-03-19[flang] Lower sequence associated argument passed by descriptor (#85696)jeanPerier
2024-02-26[flang][cuda] Make sure CUDA attribute are imported when using module variabl...Valentin Clement (バレンタイン クレメン)
2024-02-09[flang][cuda][NFC] Rename CUDAAttribute to CUDADataAttribute (#81323)Valentin Clement (バレンタイン クレメン)
2024-02-09[flang][cuda] Lower attribute for module variables (#81226)Valentin Clement (バレンタイン クレメン)
2024-02-08[flang][cuda] Lower attribute for dummy argument (#81212)Valentin Clement (バレンタイン クレメン)
2024-02-08[flang][cuda] Fix warning in switchValentin Clement
2024-02-08[flang][cuda] Lower attribute for local variable (#81076)Valentin Clement (バレンタイン クレメン)
2024-02-05[flang] Do not instantiate runtime info globals in functions (#80447)jeanPerier
2024-01-26[flang] Lower passing non assumed-rank/size to assumed-ranks (#79145)jeanPerier
2024-01-24[flang] Set assumed-size last extent to -1 (#79156)jeanPerier
2024-01-17[flang] Lower BIND(C) module variables (#78279)jeanPerier
2023-12-19[flang] Do not instantiate components in initial targets as objects (#75778)jeanPerier
2023-12-12[flang] Lower VALUE derived types in BIND(C) interface (#74847)jeanPerier
2023-12-06[flang] Move `genCommonBlockMember` from OpenMP to ConvertVariable, NFC (#74488)Krzysztof Parzyszek
2023-12-04[flang] IEEE_ARITHMETIC and IEEE_EXCEPTIONS intrinsic module procedures (#74138)vdonaldson
2023-11-23[Flang] Add partial support for lowering procedure pointer assignment. (#70461)Daniel Chen
2023-11-23Revert "[Flang] Add partial support for lowering procedure pointer assignment...Muhammad Omair Javaid