aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Parser
AgeCommit message (Expand)AuthorFilesLines
2024-04-15[Flang][OpenMP] Accept the reduction modifier (#86492)Kiran Chandramohan2-0/+9
2024-04-10[flang][Frontend] Implement printing defined macros via -dM (#87627)Krzysztof Parzyszek7-273/+76
2024-04-09[flang][cuda] Add UNIFIED data attribute (#88171)Valentin Clement (バレンタイン クレメン)1-2/+4
2024-04-09[flang]Accept directive inside type definition (#87804)Mats Petersson1-1/+2
2024-03-26[flang] Dodge bogus GCC 13.2.0 error message in new code (#86708)Peter Klausler1-3/+2
2024-03-26[flang] Special-case handling of INTRINSIC in type-decl-stmt (#86518)Peter Klausler1-0/+4
2024-03-26[flang] Accept more unrecognized !DIR$ compiler directives (#85829)Peter Klausler2-13/+21
2024-03-15[flang] Parse !$CUF KERNEL DO <<< (*) (#85338)Peter Klausler3-10/+22
2024-03-11[flang] Avoid forming a reference from null pointer (#84787)Krzysztof Parzyszek1-1/+4
2024-03-01[flang] Use module file hashes for more checking and disambiguation (#80354)Peter Klausler2-5/+31
2024-03-01[Flang] Add support for assume_aligned directive (#81747)Mats Petersson2-0/+14
2024-02-20[flang] Resolve "possible performance problem" issue spam (#79769)Peter Klausler2-2/+2
2024-02-20[flang] Handle more use cases reported for issues/78797 (#79628)Peter Klausler1-5/+15
2024-02-03[flang] Simplify a string comparison (NFC)Kazu Hirata1-1/+1
2024-01-31[flang][preprocessor] Replace macros in some #include directives (#80039)Peter Klausler1-17/+24
2024-01-25[flang] Inhibit case of false tokenization of Hollerith (#79029)Peter Klausler1-4/+5
2024-01-25[flang] Accomodate historic preprocessing usage (#78868)Peter Klausler2-3/+23
2024-01-15[flang] Support \u Unicode escape sequences (#76757)Peter Klausler1-1/+24
2024-01-12[flang] Get ProvenanceRange from CharBlock starting with expanded macro (#77791)jeanPerier1-2/+19
2024-01-11[flang][openacc] Carry device dependent info for routine in the module fileValentin Clement1-7/+7
2024-01-11Revert "[Flang][Parser] Add missing dependencies to CMakeLists.txt (#77483)"Krzysztof Parzyszek1-1/+0
2024-01-11[Flang][Parser] Add missing dependencies to CMakeLists.txt (#77483)Krzysztof Parzyszek1-0/+1
2024-01-02[flang] Add notify-type and notify-wait-stmt (#76594)Katherine Rasmussen2-9/+21
2024-01-02[flang] Accept multiple spaces after compiler directive sentinel (#76541)Peter Klausler1-3/+5
2024-01-02[flang] Fix parsing time explosion (#76533)Peter Klausler1-2/+3
2023-12-13[flang] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-12-11[flang] Handle continuation line edge case (#74751)Peter Klausler2-9/+12
2023-11-30[flang] Handle preprocessor macro expansion edge case (#73835)Peter Klausler2-102/+145
2023-11-22[flang][OpenMP] Add semantic check for declare target (#72770)Shraiysh1-0/+2
2023-11-16Revert "[flang][OpenMP] Add semantic check for declare target" (#72592)Shraiysh1-2/+0
2023-11-16[flang][OpenMP] Add semantic check for declare target (#71861)Shraiysh1-0/+2
2023-11-13[flang] Ensure that portability warnings are conditional (#71857)Peter Klausler2-13/+21
2023-11-13[flang][preprocessor] Finesse disabling of function-like macros (#71589)Peter Klausler1-2/+2
2023-11-06[flang][openacc] Allow acc routine before implicit part (#71460)Valentin Clement (バレンタイン クレメン)1-1/+2
2023-11-01[Flang][OpenMP] Correctly handling continuation lines with Fixed Source Form ...SiHuaN1-10/+17
2023-10-31[flang] Accept directive sentinels in macro-replaced source better (#70699)Peter Klausler4-15/+35
2023-10-31[flang][preprocessor] Handle compiler directives with continuations a… (#70...Peter Klausler2-6/+124
2023-10-30[flang][mlir][openacc] Switch device_type representation to an enum (#70250)Valentin Clement (バレンタイン クレメン)1-3/+9
2023-10-31[Flang][OpenMP] Fix comments that should not be Sentinels on fixed format. (#...Z5721-9/+7
2023-10-24[flang][openacc] Allow acc routine at the top level (#69936)Valentin Clement (バレンタイン クレメン)1-1/+6
2023-10-23[flang][openacc] Support fixed form sentinel format (#69970)Valentin Clement (バレンタイン クレメン)1-1/+2
2023-10-19[flang][openacc] Warn about misplaced end loop directive and ignore it (#69512)Valentin Clement (バレンタイン クレメン)1-1/+5
2023-10-16[flang] Fix construct names on labeled DO (#67622)Peter Klausler2-5/+10
2023-10-16[flang][openacc][NFC] Issue better error message when directive is wrong (#69...Valentin Clement (バレンタイン クレメン)1-14/+18
2023-09-28[Flang] [OpenMP] [Semantics] Add semantic support for IS_DEVICE_PTR nd HAS_DE...Raghu Maddhipatla1-1/+4
2023-09-18[flang] Allow continuation of D lines (#66242)Peter Klausler1-2/+5
2023-09-13[flang][openacc] Support labeled DO loop after acc combined directive (#66296)Valentin Clement (バレンタイン クレメン)1-2/+1
2023-09-13[flang][openacc] Support labeled DO loop after acc loop directive (#66294)Valentin Clement (バレンタイン クレメン)2-4/+2
2023-09-11[Flang][OpenMP][Sema] Support propagation of REQUIRES information across prog...Sergio Afonso2-14/+4
2023-09-11Revert "[Flang][OpenMP][Sema] Support propagation of REQUIRES information acr...Sergio Afonso2-4/+14