summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/ConvertVariable.cpp
AgeCommit message (Expand)Author
2025-11-12[flang][debug] Track dummy argument positions explicitly. (#167489)Abid Qadeer
2025-10-22[flang][FIR] add fir.assumed_size_extent to abstract assumed-size extent enco...jeanPerier
2025-09-25[flang] CDEFINED globals should have external linkage (#160167)Eugene Epshteyn
2025-09-17[Flang] Handle unused entry dummies before processing shape (#157732)Carlos Seo
2025-09-10[flang][cuda] Call runtime initialize for derived type with device components...Valentin Clement (バレンタイン クレメン)
2025-09-09[flang][cuda] Remove set_allocator_idx operation (#157747)Valentin Clement (バレンタイン クレメン)
2025-09-08[flang] Fix lowering of unused dummy procedure pointers (#155649)Leandro Lupori
2025-09-04[flang] Attach proper storage to [hl]fir.declare in lowering. (#155742)Slava Zakharin
2025-08-26[flang] Consolidate copy-in/copy-out determination in evaluate framework (#15...Eugene Epshteyn
2025-08-06Reland "[flang][cuda] Set the allocator of derived type component after alloc...Valentin Clement (バレンタイン クレメン)
2025-08-06Revert "[flang][cuda] Set the allocator of derived type component after alloc...Valentin Clement (バレンタイン クレメン)
2025-08-06[flang][cuda] Set the allocator of derived type component after allocation (#...Valentin Clement (バレンタイン クレメン)
2025-08-04[flang][cuda] Generate cuf.allocate for descriptor with CUDA components (#152...Valentin Clement (バレンタイン クレメン)
2025-08-04[flang][cuda][NFC] Update to the new create APIs (#152050)Valentin Clement (バレンタイン クレメン)
2025-07-21[mlir][NFC] update `flang/Lower` create APIs (8/n) (#149912)Maksim Levental
2025-07-18[flang][cuda] Support device component in a pointer or allocatable derived-ty...Valentin Clement (バレンタイン クレメン)
2025-07-17[flang] Migrate away from ArrayRef(std::nullopt_t) (#149337)Kazu Hirata
2025-07-16[flang][cuda] Exit early when there is no device components (#149005)Valentin Clement (バレンタイン クレメン)
2025-07-15[flang][cuda] Move cuf.set_allocator_idx after derived-type init (#148936)Valentin Clement (バレンタイン クレメン)
2025-07-14[flang] Fix a warningKazu Hirata
2025-07-14[flang][cuda] Add cuf.set_allocator_idx for device component (#148750)Valentin Clement (バレンタイン クレメン)
2025-07-07Reland [flang][cuda] Allocate derived-type with CUDA component in anaged memo...Valentin Clement (バレンタイン クレメン)
2025-07-02Revert "[flang][cuda] Allocate derived-type with CUDA componement in managed ...Valentin Clement
2025-07-02[flang][cuda] Allocate derived-type with CUDA componement in managed memory (...Valentin Clement (バレンタイン クレメン)
2025-06-30[flang] add option to generate runtime type info as external (#146071)jeanPerier
2025-06-27Revert "[flang] add option to generate runtime type info as external" (#146064)jeanPerier
2025-06-27[flang] add option to generate runtime type info as external (#145901)jeanPerier
2025-06-26[flang] Migrate away from std::nullopt (NFC) (#145928)Kazu Hirata
2025-06-26[flang] handle common block used as BIND(C) module variables (#145669)jeanPerier
2025-05-22[flang][cuda] Do not generate cuf.alloc/cuf.free in device context (#141117)Valentin Clement (バレンタイン クレメン)
2025-05-07[flang][OpenMP] share global variable initialization code (#138672)Tom Eccles
2025-04-10[flang] Defined SafeTempArrayCopyAttrInterface for array repacking. (#134346)Slava Zakharin
2025-04-03[flang] Added driver options for arrays repacking. (#134002)Slava Zakharin
2025-03-19[flang] Fixed repacking for TARGET and INTENT(OUT) (#131972)Slava Zakharin
2025-03-18[flang] Generate fir.pack/unpack_array in Lowering. (#131704)Slava Zakharin
2025-03-16[flang][cuda] Lower CUDA shared variable with cuf.shared_memory op (#131399)Valentin Clement (バレンタイン クレメン)
2025-03-14[flang] lower remaining cases of pointer assignments inside forall (#130772)jeanPerier
2025-03-11Reland " [flang] Rely on global initialization for simpler derived types" (#1...jeanPerier
2025-03-11[flang][OpenMP] Fix privatization of procedure pointers (#130336)Leandro Lupori
2025-03-07Revert " [flang] Rely on global initialization for simpler derived types" (#1...Tom Eccles
2025-03-05[flang][cuda] Make sure allocator id is set for pointer allocate (#129950)Valentin Clement (バレンタイン クレメン)
2025-03-05 [flang] Rely on global initialization for simpler derived types (#114002)NimishMishra
2025-02-25[flang][cuda] Do not trigger automatic deallocation in main (#128789)Valentin Clement (バレンタイン クレメン)
2025-02-03[flang] do not finalize or initialize unused entry dummy (#125482)jeanPerier
2025-01-21Reland "[Flang][Driver] Add a flag to control zero initialization" (#123606)Kiran Chandramohan
2025-01-17Revert "Revert "Revert "[Flang][Driver] Add a flag to control zero initializa...Kiran Chandramohan
2025-01-17Revert "Revert "[Flang][Driver] Add a flag to control zero initializa… (#12...Kiran Chandramohan
2025-01-15Revert "[Flang][Driver] Add a flag to control zero initialization of global v...Kiran Chandramohan
2025-01-15[Flang][Driver] Add a flag to control zero initialization of global v… (#12...Kiran Chandramohan
2024-12-19[flang][OpenMP] Initialize allocatable members of derived types (#120295)Leandro Lupori