aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Parser/parsing.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-10-02[flang][openacc] Suppport !@acc compiler sentinel (#161706)Valentin Clement (バレンタイン クレメン)1-0/+1
2025-08-28[flang][cuda] Define _CUDA only when preprocessor is enabled (#155913)Valentin Clement (バレンタイン クレメン)1-3/+0
2025-08-05[flang] Minor speed-up to module file parsing (#152178)Peter Klausler1-0/+2
2025-05-12[flang] Further refinement of OpenMP !$ lines in -E mode (#138956)Peter Klausler1-3/+4
2025-04-10[flang] Don't insert spaces in -E output after line continuation (#135063)Peter Klausler1-16/+18
2025-04-04[flang] Preserve compiler directives in -E output (#133959)Peter Klausler1-18/+50
2024-12-16[flang] Ensure directive sentinels are in cols 1-5 in pp output (#119406)macurtis-amd1-3/+5
2024-10-15[flang] Retain spaces when preprocessing fixed-form source (#112417)Peter Klausler1-0/+1
2024-09-30[flang][preprocessor] Don't expand INCLUDE under -E by default (#110333)Peter Klausler1-0/+2
2024-09-18[flang] Tidy uses of raw_string_ostream (NFC)Youngsuk Kim1-2/+2
2024-04-10[flang][Frontend] Implement printing defined macros via -dM (#87627)Krzysztof Parzyszek1-7/+10
2023-06-29[flang] Honor #line and related preprocessing directivesPeter Klausler1-5/+5
2023-05-31[flang] CUDA Fortran - part 1/5: parsingPeter Klausler1-0/+5
2022-07-27[flang] Support the color diagnostics on scanning, parsing, and semanticsPeixin Qiao1-0/+3
2022-06-03[flang] Distinguish intrinsic module USE in module files; correct search pathsPeter Klausler1-2/+5
2022-05-27[flang] Support correct continuations for compiler directivesDaniil Dudkin1-14/+37
2022-01-31[flang] Distinguish intrinsic from non-intrinsic modulesPeter Klausler1-0/+1
2021-07-30[flang] Produce proper "preprocessor output" for -E optionpeter klausler1-0/+88
2021-03-16[flang] Order Symbols by source provenancepeter klausler1-1/+1
2021-02-11[flang] Don't perform macro replacement unless *.F, *.F90, &c.peter klausler1-5/+8
2021-01-27[flang] Search for #include "file" in right directory (take 2)peter klausler1-4/+5
2021-01-26Revert "[flang] Search for #include "file" in right directory"Andrzej Warzynski1-5/+4
2021-01-25[flang] Search for #include "file" in right directorypeter klausler1-4/+5
2020-09-18[flang] Rework preprocessing of stringificationpeter klausler1-1/+1
2020-09-02[flang] Support multiple CookedSource instancespeter klausler1-13/+15
2020-08-07[flang] Handle DATA initialization of EQUIVALENCE'd objectspeter klausler1-20/+0
2020-07-14[flang][openacc] OpenACC 3.0 parserValentin Clement1-0/+3
2020-07-13Revert "[flang][openacc] OpenACC 3.0 parser"Valentin Clement1-3/+0
2020-07-13[flang][openacc] OpenACC 3.0 parserValentin Clement1-0/+3
2020-03-28[flang] Reformat with latest clang-format and .clang-formatTim Keith1-2/+2
2020-03-19[flang] [LLVMify F18] Replace the use std::ostream with LLVM streams llvm::os...Caroline Concatto1-10/+14
2020-02-25[flang] [LLVMify F18] Compiler module folders should have capitalised names (...CarolineConcatto1-0/+139