summaryrefslogtreecommitdiff
path: root/flang/lib/Lower/PFTBuilder.cpp
AgeCommit message (Expand)Author
2025-08-20[flang] Use SmallPtrSet directly instead of SmallSet (NFC) (#154471)Kazu Hirata
2025-07-07Reland [flang][cuda] Do not create global for derived-type with allocatable d...Valentin Clement (バレンタイン クレメン)
2025-06-23[flang][OpenMP] Set isNewBlock directly on OpenMP constructs (#144593)Krzysztof Parzyszek
2025-04-02[flang] Legacy ASSIGN statement target processing (#133737)vdonaldson
2024-12-04[flang] IEEE_GET_UNDERFLOW_MODE, IEEE_SET_UNDERFLOW_MODE (#118551)vdonaldson
2024-09-11[flang][lowering] handle procedure pointers with generic name (#108043)jeanPerier
2024-06-17[Flang] Switch to common::visit more call sites (#90018)Alexander Shaposhnikov
2024-06-12[flang] Add support for lowering directives at the CONTAINS level (#95123)vdonaldson
2024-03-22[flang] Fix lowering of host associated cray pointee symbols (#86121)jeanPerier
2024-02-05[flang] Do not instantiate runtime info globals in functions (#80447)jeanPerier
2023-12-15[flang] legacy branch target (#75628)vdonaldson
2023-12-13[flang] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-04[flang] IEEE_ARITHMETIC and IEEE_EXCEPTIONS intrinsic module procedures (#74138)vdonaldson
2023-10-31[flang] Fix mod file generation of derived type initializers... (#70511)Peter Klausler
2023-10-24[flang][openacc] Allow acc routine at the top level (#69936)Valentin Clement (バレンタイン クレメン)
2023-06-29[flang] IEEE_ARITHMETIC intrinsic module proceduresV Donaldson
2023-06-05[Flang][PFT] Skip continue insertion for OpenMP LoopsKiran Chandramohan
2023-05-31[flang] CUDA Fortran - part 1/5: parsingPeter Klausler
2023-04-27[flang][lowering] Do not instantiate component symbols used in spec exprJean Perier
2023-03-21[flang] Set proper source location for the main function.Slava Zakharin
2023-03-14[flang] Use Use *{Set,Map}::contains (NFC)Kazu Hirata
2023-02-28[flang] Block constructV Donaldson
2023-02-08[flang] Fix optional assertion in PFTBuilderValentin Clement
2023-02-01[flang] Allow compiler directives in the specification part of a moduleV Donaldson
2023-01-03[flang] Control flow graph issuesV Donaldson
2022-12-20[flang] Do not convey captured globals through host linkJean Perier
2022-12-13[flang] Fix a warningKazu Hirata
2022-12-13[flang] Fix build failureV Donaldson
2022-12-13[flang] SubmodulesV Donaldson
2022-11-06[flang] Fix controlSuccessor chain for select rank constructValentin Clement
2022-11-05[flang] Fix controlSuccessor chain for select type constructValentin Clement
2022-10-03[flang] Skip creating AggregateStores for common block associated aggregatesJonathon Penix
2022-09-28[flang] Move main variables static promotion from lowering into IsSavedJean Perier
2022-09-11[flang] Fix invalid branch optimizationV Donaldson
2022-07-15[Flang] Set constructExit for Where and Forall constructsJonathon Penix
2022-06-23[flang] Fixes several bugs relating to initialization expressions. An (#1493)Valentin Clement
2022-06-22[flang] Capture result interface of functions called in internal proceduresValentin Clement
2022-06-14[flang] Support PDT declaration with initial comp value in internal procedureJean Perier
2022-06-07[flang][OpenMP] Support lowering parse-tree to MLIR for threadprivate directivePeixin-Qiao
2022-05-24[flang] Alternate entry points with unused argumentsV Donaldson
2022-04-29[flang] Handle common block with different sizes in same fileJean Perier
2022-04-27[Flang] Lower the FailImage StatementKiran Chandramohan
2022-03-11[flang] Fix processing ModuleLikeUnit evaluationListPeixin-Qiao
2022-03-11[flang] Support for dump OpenMP/OpenACC declarative directives PFT in modulePeixin-Qiao
2022-02-22[flang] Update PFTBuilderValentin Clement
2021-04-21[flang] iwyu fixes after ba7a92c01e8Nico Weber
2021-03-10[flang][fir] Upstream the pre-FIR tree changes.Eric Schweitz
2020-09-30[flang][msvc] Avoid ReferenceVariantBase ctor ambiguity. NFC.Michael Kruse
2020-06-26[flang] Add CHARACTER type lowering helpers and runtime.Eric Schweitz
2020-05-29[flang] Batch together the changes to the PFT intermediate dataEric Schweitz