aboutsummaryrefslogtreecommitdiff
path: root/flang/tools
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Revert "[flang] Search for #include "file" in right directory"Andrzej Warzynski1-1/+1
2021-01-25[flang] Search for #include "file" in right directorypeter klausler1-1/+1
2021-01-22[flang][nfc] Fix comments, remove needless API, tweak scriptpeter klausler1-1/+6
2021-01-14[flang][driver] Use __FLANG_VERISION__ in f18.cpp (nfc)Andrzej Warzynski1-2/+1
2021-01-14[flang][driver] Unify f18_version.h.in and Version.inc.inAndrzej Warzynski3-18/+9
2021-01-06[flang][driver] Update error messages (nfc)Andrzej Warzynski1-4/+4
2020-12-17[flang] Fix -intrinsic-module-directory in flang scriptTim Keith3-49/+19
2020-12-11[flang] Removed an absolute path from the "flang" scriptPeter Steinfeld1-1/+1
2020-12-08[flang][openacc] Update reference to OpenACC 3.1 specificationValentin Clement1-1/+1
2020-12-08[flang] Implement derived type description table encodingpeter klausler2-4/+19
2020-12-07[flang] Improve initializer semantics, esp. for component default valuespeter klausler1-2/+4
2020-11-20[flang][driver] Remove unnecessary CMake dependencies (nfc)Andrzej Warzynski1-1/+0
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle1-1/+1
2020-11-17[flang][nfc] Add missing dependency in CMakeAndrzej Warzynski1-0/+1
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle1-1/+1
2020-11-16[flang][f18] Remove "-fdebug-resolve-names"Andrzej Warzynski1-7/+3
2020-11-09[flang] Avoid calling the linker when "-c" option is usedPeter Steinfeld1-3/+5
2020-11-05[flang][f18] Remove unimplemented options (NFC)Andrzej Warzynski1-3/+0
2020-11-05[Flang][f18] Remove unimplemented options from `flang -help` (NFC)Andrzej Warzynski1-2/+0
2020-11-02[flang][driver] Rename the accessors/mutators (NFC)Andrzej Warzynski1-2/+2
2020-10-24[Flang][Driver] Add infrastructure for basic frontend actions and file I/OCaroline Concatto1-0/+3
2020-10-14[flang] Fix CMake bug in the definition of flang-newAndrzej Warzynski1-8/+10
2020-10-14[flang] Make flang build compatible with LLVM dylibSerge Guelton1-4/+7
2020-10-05[flang] Introduce DiagnosticConsumer classes in libflangFrontendAndrzej Warzynski2-5/+27
2020-09-24[flang][driver] Add missing dependency (shared library builds, NFC)Andrzej Warzynski1-0/+1
2020-09-16[Flang] Fixed installation permission of the "binary" flangShilei Tian1-1/+1
2020-09-14[flang] More clean-up of CookedSource APIpeter klausler1-1/+1
2020-09-11[flang][driver] Add the new flang compiler and frontend driversCaroline Concatto4-0/+213
2020-09-02[flang] Support multiple CookedSource instancespeter klausler2-10/+12
2020-09-01[flang] Version information in flang/f18Camille Coti3-6/+35
2020-08-23Update FIR registration to not rely on the global MLIR dialect registry (NFC)Mehdi Amini1-4/+4
2020-08-13[flang] Compilation fix.Michael Kruse1-1/+1
2020-08-13[flang][msvc] Use platform-independent primitives in temporary f18 driver.Michael Kruse2-117/+85
2020-08-11Revert "[flang] Version information in flang/f18"Richard Barton3-31/+4
2020-08-10[flang] Version information in flang/f18Camille Coti3-4/+31
2020-08-06[flang] Add options to control IMPLICIT NONETim Keith1-1/+8
2020-08-05[Flang] Fix multi-config generator buildsAndrzej Warzynski1-2/+18
2020-07-31Revert "[flang] Fix multi-config generator builds."Tim Keith1-8/+2
2020-07-31[flang] Add -h as a synonym for helpRichard Barton1-1/+1
2020-07-31[flang] Add details to --help screen on default behaviourRichard Barton1-1/+15
2020-07-31[flang] Make interactive behaviour more obviousRichard Barton1-0/+2
2020-07-30[flang] Fix multi-config generator builds.David Truby1-2/+8
2020-07-28Order of libraries and source files in the f18 frontendCamille Coti1-12/+22
2020-07-27[flang] Temp Driver - pass the flag to change the default integer kind throug...AlexisPerry1-0/+5
2020-07-21[flang] Implement byte-swapped external unformatted I/O in runtimepeter klausler1-0/+3
2020-07-14[flang] Change the default F18_FC to gfortranAlexisPerry1-19/+19
2020-07-14[flang][openacc] OpenACC 3.0 parserValentin Clement3-1/+6
2020-07-13Revert "[flang][openacc] OpenACC 3.0 parser"Valentin Clement3-6/+1
2020-07-13[flang][openacc] OpenACC 3.0 parserValentin Clement3-1/+6
2020-07-13[flang] Extended the flang driver options to include gfortran equivalents to ...AlexisPerry1-12/+24