aboutsummaryrefslogtreecommitdiff
path: root/flang/tools
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-09[flang] Fix frontend build with -DBUILD_SHARED_LIBS=Onpeter klausler2-13/+8
2020-07-01[flang][openmp] Use common Directive and Clause enum from llvm/FrontendValentin Clement1-0/+4
2020-07-01Revert "[flang][openmp] Use common Directive and Clause enum from llvm/Frontend"clementval1-4/+0
2020-07-01[flang][openmp] Use common Directive and Clause enum from llvm/FrontendValentin Clement1-0/+4
2020-06-17[flang] Fix fallout from varous changes to the cmake files.Eric Schweitz1-2/+1
2020-05-29[flang] Batch together the changes to the PFT intermediate dataEric Schweitz1-2/+1
2020-05-15[mlir] Rename conversions involving ex-Loop dialect to mention SCFAlex Zinenko1-1/+1
2020-05-05[flang] update tools/f18 to use LLVM_LINK_COMPONENTS.Stephen Neuendorffer1-2/+4
2020-04-28[Flang][CMake] Add explicit libFortranCommon dependency for f18 etc.Rainer Orth2-0/+2
2020-04-16[flang] Use the Flang cmake-functions to add targets.Mehdi Chinoune3-11/+4
2020-03-28[flang] Reformat with latest clang-format and .clang-formatTim Keith4-24/+24
2020-03-26[flang] A rework of the cmake build components for in and out of tree builds.Patrick McCormick6-43/+35
2020-03-19[flang] [LLVMify F18] Replace the use std::ostream with LLVM streams llvm::os...Caroline Concatto3-78/+89
2020-03-17[flang] Do not emit a prefix for a default-kind character constant in AsFortranpeter klausler1-2/+0
2020-03-11[flang] Add Fortran IR (FIR) MLIR dialect implementation (flang-compiler/f18#...jeanPerier3-1/+140
2020-02-25[flang] Replace module writer posix file handling with llvm file handling. (f...David Truby1-2/+5
2020-02-25[flang] [LLVMify F18] Compiler module folders should have capitalised names (...CarolineConcatto3-26/+26
2020-02-19[flang] Fix issues with -DBUILD_SHARED_LIBS=OnJean Perier1-1/+1
2020-02-17[flang] Add Pre-FIR Tree structure to help lowering the parse-treeJean Perier2-0/+16
2020-02-17[flang] Add clang-format files for FIR source (LLVM style)Jean Perier2-0/+4
2020-01-27[flang] Changed *.cc file extension to *.cpp (updated scripts) (flang-compile...Alexis Perry5-9/+9
2020-01-27[flang] Moved public headers to include/flang (flang-compiler/f18#943)David Truby3-25/+25
2020-01-22[flang] Make GenericAssignmentWrapper more like GenericExprWrapperTim Keith1-1/+5
2020-01-10[flang] Minor format change to LLVM license linesGary Klimowicz7-7/+7