aboutsummaryrefslogtreecommitdiff
path: root/flang/examples
AgeCommit message (Expand)AuthorFilesLines
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-1/+1
2024-05-30[flang] Add parsing of DO CONCURRENT REDUCE clause (#92518)khaki31-2/+3
2024-05-01[flang] Intermix messages from parser and semantic analysis (#90654)Peter Klausler1-1/+3
2024-01-02[flang] Add notify-type and notify-wait-stmt (#76594)Katherine Rasmussen1-1/+2
2023-09-11[Flang][OpenMP][Sema] Support propagation of REQUIRES information across prog...Sergio Afonso1-1/+2
2023-09-11Revert "[Flang][OpenMP][Sema] Support propagation of REQUIRES information acr...Sergio Afonso1-2/+1
2023-09-11[Flang][OpenMP][Sema] Support propagation of REQUIRES information across prog...Sergio Afonso1-1/+2
2023-08-07[flang] Bump python dependencies in flang/examples/FlangOmpReportJosh Mottley1-2/+2
2023-06-29[flang] Honor #line and related preprocessing directivesPeter Klausler1-2/+2
2023-06-13[flang][openacc] Add parsing support for dim in gang clauseValentin Clement1-1/+1
2023-05-25[NFC][Py Reformat] Reformat python files in the rest of the dirsTobias Hieta1-36/+73
2023-05-10[Flang] Syntax support for OMP Allocators ConstructEthan Luis McDonough2-1/+10
2023-04-24[flang] Feature list pluginEthan Luis McDonough3-0/+785
2023-03-22Revert "[flang] Feature list plugin" due to failing buildEthan Luis McDonough3-771/+0
2023-03-22[flang] Feature list pluginEthan Luis McDonough3-0/+771
2023-03-17Revert "[flang] Feature list plugin"Valentin Clement3-769/+0
2023-03-17[flang] Feature list pluginEthan Luis McDonough3-0/+769
2023-03-14[flang] Fixed linaro-flang-aarch64-sharedlibs after D145992.Slava Zakharin1-4/+5
2023-03-14[flang] Handle Flang examples consistently with LLVM.Slava Zakharin4-11/+7
2023-03-14[flang][nfc] Avoid generating external-hello-world by defaultShao-Ce SUN3-10/+10
2023-02-16[Flang][OpenMP] Added parser support for device_type clauseAkash Banerjee2-0/+5
2023-01-24[flang] Fixed missing dependency.Slava Zakharin1-0/+1
2022-12-02[flang][examples] Fix build of flang/examples/FlangOmpReport/FlangOmpReportVi...Peter Klausler1-11/+19
2022-12-02[flang][examples] Fix usage of EnumToString()Peter Klausler1-11/+12
2022-10-21[flang] fix shared library builds after D136428Jean Perier1-0/+1
2022-10-12[Flang] Add -fconvert option to swap endianness for unformatted files.Jonathon Penix1-1/+1
2022-08-25[flang] Fixed a number of typosGabriel Ravier1-1/+1
2022-08-14[flang] Remove redundant string initialization (NFC)Kazu Hirata1-1/+1
2022-05-15[flang][nfc] Fix driver method names overridden by the pluginsAndrzej Warzynski2-2/+2
2022-04-22[flang] Make the plugin API independent of the driver internalsAndrzej Warzynski3-18/+11
2022-03-18[flang][Parser] Add a node for individual sections in sections constructShraiysh Vaishay1-0/+7
2022-01-24[flang][examples] Add missing CMake dependenciesAndrzej Warzynski9-11/+17
2021-11-04[flang][flang-omp-report] Add flang-omp-report summarising scriptJosh Mottley2-0/+284
2021-11-04[flang][flang-omp-report] Remove the loop workarounds for nowait clauseJosh Mottley3-61/+4
2021-10-20[flang] flang-omp-report replace std::map with llvm::DenseMapJosh Mottley2-7/+2
2021-10-20[Flang][flang-omp-report] Switch from std::string to StringRef (where possible)Josh Mottley2-6/+9
2021-10-14[Flang] flang-omp-report replace std::vector's with llvm::SmallVectorJosh Mottley1-5/+6
2021-09-28Flang OpenMP Report PluginStuart Ellis5-0/+461
2021-09-03[flang] Move runtime API headers to flang/include/flang/RuntimePeter Klausler1-3/+3
2021-08-19[flang][driver] Add print function name Plugin exampleStuart Ellis4-28/+84
2021-08-12[flang][driver] Add support for Frontend PluginsStuart Ellis3-0/+38
2021-07-01[flang] Revert "PoC for Flang Driver Plugins"Andrzej Warzynski3-32/+0
2021-07-01PoC for Flang Driver PluginsStuart Ellis3-0/+32
2021-06-16[flang][nfc] Move `external-hello-world` to flang/examplesAndrzej Warzynski2-0/+59