aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Lower/HostAssociations.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-22[flang] Fix lowering of host associated cray pointee symbols (#86121)jeanPerier1-2/+7
2024-03-12[Flang][OpenMp] Fix to threadprivate not working with host-association. (#74966)harishch41-2/+12
2024-02-28[flang] fix warning after #82042Jean Perier1-3/+3
2024-02-28[flang] Handle OPTIONAL polymorphic captured in internal procedures (#82042)jeanPerier1-15/+49
2023-09-25[flang] Set SAVE attribute for EQUIVALENCEd symbols consistently. (#67078)Slava Zakharin1-2/+3
2023-09-18[flang][hlfir] Alias analysis for host associated accesses. (#65919)Slava Zakharin1-6/+4
2023-03-07[flang][hlfir] Map scalar character symbols in internal proceduresJean Perier1-1/+3
2023-02-08[flang][NFC] Centralize fir.class addition in ConvertTypeValentin Clement1-1/+1
2023-02-07[flang][hlfir] Emit hlfir.declare inside internal proceduresJean Perier1-19/+38
2023-02-07[flang][NFC] addSymbol/lookupSymbol clean-upJean Perier1-1/+1
2023-01-07[flang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[flang] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-20[flang] Do not convey captured globals through host linkJean Perier1-7/+36
2022-12-07[flang] Handle polymorphic passed object in host associationValentin Clement1-0/+32
2022-12-03[flang] Use std::nullopt instead of None (NFC)Kazu Hirata1-5/+5
2022-10-13[flang] Lower assumed length character allocatable and pointer argumentsJonathon Penix1-29/+3
2022-10-06[flang] Selectors whose expressions are pointers returned from functions are ...Peter Klausler1-1/+1
2022-07-07[flang][NFC] Make LEN parameters homogenousValentin Clement1-5/+4
2022-06-13[flang] system_clock intrinsic calls with dynamically optional argumentsvdonaldson1-1/+1
2022-06-10[flang][NFC] Move Todo.h from Lower to OptimizerValentin Clement1-1/+1
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle1-1/+1
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle1-2/+2
2022-03-07[flang] Add lowering for host associationValentin Clement1-0/+558