aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/FrontendAction.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-03-13[flang][cuda] Enable cuda with -x cuda option (#84944)Valentin Clement (バレンタイン クレメン)1-3/+8
2023-11-29[flang][driver][nfc] Move the definition of SemanticsContext (#73669)Andrzej Warzyński1-3/+2
2023-05-31[flang] CUDA Fortran - part 1/5: parsingPeter Klausler1-0/+4
2023-03-17[clang] Include the error message in file reading error diagnosticHans Wennborg1-1/+1
2022-05-14[flang][driver] Switch to the MLIR coding style in the driver (nfc)Andrzej Warzynski1-80/+85
2022-04-27[flang][driver] NFC: Make code more in line with LLVM styleAndrzej Warzynski1-1/+0
2022-02-23[flang][driver] Make `flang-new` always generate run-time type infoAndrzej Warzynski1-0/+15
2022-01-31[flang][driver][nfc] Fix capitalisationAndrzej Warzynski1-3/+3
2021-08-17[flang][nfc] Tweak the FrontendAction classAndrzej Warzynski1-1/+94
2021-08-12[flang][driver] Add support for Frontend PluginsStuart Ellis1-0/+3
2021-08-02[flang][nfc] Fix variable names in `FrontendOptions` & `PreprocessorOptions`Andrzej Warzynski1-3/+3
2021-07-01[flang] Revert "PoC for Flang Driver Plugins"Andrzej Warzynski1-4/+0
2021-07-01PoC for Flang Driver PluginsStuart Ellis1-0/+4
2021-04-07[flang][driver] Add support for `-cpp/-nocpp`Andrzej Warzynski1-0/+19
2021-02-04[flang][driver] Add PrescanAction frontend action (nfc)Andrzej Warzynski1-19/+7
2021-02-02[flang][driver] Disallow non-existent input files in the frontend driverAndrzej Warzynski1-0/+26
2021-01-21[flang][driver] Move fixed/free from detection out of FrontendAction APIAndrzej Warzynski1-6/+0
2021-01-19[flang][driver] Move isFixedFormSuffix and isFreeFormSuffix to flangFrontendAndrzej Warzynski1-0/+1
2021-01-19[flang][driver] Add support for fixed form detectionFaris Rehman1-0/+7
2021-01-06[flang][driver] Update error messages (nfc)Andrzej Warzynski1-1/+1
2021-01-06[flang][driver] Add checks for errors from `Prescan` and `Parse`Andrzej Warzynski1-1/+13
2020-11-02[Flang][Driver] Add PrintPreprocessedInput FrontendAction (`flang-new -E`)Caroline Concatto1-0/+8
2020-11-02[flang][driver] Rename the accessors/mutators (NFC)Andrzej Warzynski1-9/+9
2020-10-24[Flang][Driver] Add infrastructure for basic frontend actions and file I/OCaroline Concatto1-0/+61