summaryrefslogtreecommitdiff
path: root/flang/tools/flang-driver
Commit message (Expand)AuthorAgeFilesLines
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-101-1/+1
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-101-1/+1
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* [Flang] Run clang-format on all flang filesPeter Steinfeld2022-11-031-5/+6
* Handle errors in expansion of response filesSerge Pavlov2022-10-311-1/+3
* Revert "Handle errors in expansion of response files"Serge Pavlov2022-10-301-3/+1
* Handle errors in expansion of response filesSerge Pavlov2022-10-291-1/+3
* [Support] Class for response file expansion (NFC)Serge Pavlov2022-09-291-1/+2
* [flang][driver] Support parsing response filesDiana Picus2022-05-181-0/+12
* [flang][driver] Switch to the MLIR coding style in the driver (nfc)Andrzej Warzynski2022-05-144-21/+41
* [flang][driver] Add support for generating executablesAndrzej Warzynski2022-04-251-0/+8
* [flang][driver] Add support for -S and implement -c/-emit-objAndrzej Warzynski2022-03-091-0/+6
* [flang] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2021-12-311-1/+1
* [flang][driver] Add support for Frontend PluginsStuart Ellis2021-08-121-0/+7
* [clang][flang] Improve the consistency of the code-baseShao-Ce Sun2021-02-251-13/+13
* [Flang] Fix compilation on MinGW-w64Mehdi Chinoune2021-02-171-1/+1
* [flang][driver] Remove unnecessary CMake dependencies (nfc)Andrzej Warzynski2020-11-201-1/+0
* [flang][driver] Rename the accessors/mutators (NFC)Andrzej Warzynski2020-11-021-2/+2
* [Flang][Driver] Add infrastructure for basic frontend actions and file I/OCaroline Concatto2020-10-241-0/+3
* [flang] Fix CMake bug in the definition of flang-newAndrzej Warzynski2020-10-141-8/+10
* [flang] Make flang build compatible with LLVM dylibSerge Guelton2020-10-141-4/+7
* [flang] Introduce DiagnosticConsumer classes in libflangFrontendAndrzej Warzynski2020-10-052-5/+27
* [flang][driver] Add missing dependency (shared library builds, NFC)Andrzej Warzynski2020-09-241-0/+1
* [flang][driver] Add the new flang compiler and frontend driversCaroline Concatto2020-09-113-0/+210