summaryrefslogtreecommitdiff
path: root/flang
Commit message (Expand)AuthorAgeFilesLines
* [flang] Add tests for converting arrays and refs to arrays. NFCDiana Picus2022-01-111-2/+33
* [clang][OpenMP5.1] Initial parsing/sema for 'indirect' clauseJennifer Yu2022-01-101-0/+1
* [flang] Fix the documentation on how to build flangPeter Steinfeld2022-01-101-58/+134
* [flang] Do not lose call in shape inquiry on function referenceJean Perier2022-01-104-5/+83
* [fir] Correct and reenable test that was removed by MLIR.Eric Schweitz2022-01-081-27/+21
* [CMake] Factor out config prefix finding logicJohn Ericson2022-01-071-10/+2
* [flang] update to reflect MLIR LLVM::GEPOp changesAlex Zinenko2022-01-072-106/+108
* [flang] Separate temporary and user-specified object filesAndrzej Warzynski2022-01-061-8/+12
* [flang][OpenMP] Add some semantic checks for threadprivate and declare target...Peixin-Qiao2022-01-068-41/+196
* [flang] Modify an IO format error messageV Donaldson2022-01-043-6/+6
* [flang][openacc] Remove unused variable. NFC.Benjamin Kramer2022-01-041-1/+1
* [Flang] Enable support for conversion of recursive record typesKiran Chandramohan2022-01-042-6/+34
* Set the path to the shared cmake modules based on the llvm directoryJohn Ericson2022-01-011-1/+5
* [flang] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2021-12-315-9/+17
* [Clang][OpenMP] Add the support for atomic compare in parserShilei Tian2021-12-241-0/+1
* [flang] Add missing include. NFCI.Diana Picus2021-12-221-0/+1
* [flang] Add a semantics test for co_maxDamian Rouson2021-12-201-0/+104
* [flang] Add a semantics test for co_minDamian Rouson2021-12-201-0/+104
* [flang] Add a semantics test for co_reduceDamian Rouson2021-12-201-0/+301
* [flang][codegen] Add a conversion for `fir.coordinate_of` - part 2Andrzej Warzynski2021-12-176-20/+333
* [flang] Make the frontend driver error out when requesting multiple actionsAndrzej Warzynski2021-12-1727-70/+86
* [fir] Move Factory.h to flang/Optimizer/BuilderValentin Clement2021-12-162-5/+5
* [Flang][NFC] Add test with shape for allocmem and freememKiran Chandramohan2021-12-161-0/+37
* Add a new memory allocation rewrite pass.Eric Schweitz2021-12-155-0/+240
* [flang] Avoid code duplication in mixed expressionsPeter Klausler2021-12-151-9/+20
* [Flang][NFC] Convert static to static inline for a functionKiran Chandramohan2021-12-141-1/+1
* [Flang][Unit Test] Move the declaration of kindMap to the classKiran Chandramohan2021-12-132-4/+6
* [mlir] Flip dialects to _PrefixedJacques Pienaar2021-12-115-18/+21
* [flang][nfc] Fix formattingAndrzej Warzynski2021-12-101-15/+16
* [flang][codegen] Add a conversion for `!fir.coordinate_of` - part 1Andrzej Warzynski2021-12-107-1/+438
* [flang] Fix folding of ac-implied-do indices in structure c'torsPeter Klausler2021-12-093-14/+31
* [flang] Updated FIR dialect to _BothJacques Pienaar2021-12-0912-98/+64
* [flang] Simplify RaggedArrayHeader and make it plain C structValentin Clement2021-12-095-26/+25
* [fir] Keep runtime function name in commentValentin Clement2021-12-092-46/+48
* [flang] Add CALL FLUSH(n) legacy extensionPeter Klausler2021-12-083-0/+50
* [fir] Add fir ragged array builderValentin Clement2021-12-088-4/+165
* Fix flang tests after MLIR changes on the handling of declarative assemblyMehdi Amini2021-12-082-5/+5
* Convert fir.allocmem and fir.freemem operations to calls to malloc and free, ...AlexisPerry2021-12-073-52/+217
* [Flang] Upstream conversion of the XRebox OpKiran Chandramohan2021-12-073-1/+394
* [flang][runtime] Add ragged array runtime functionsValentin Clement2021-12-075-0/+178
* [flang] Remove runtime check from OpenFile::Close()Peter Klausler2021-12-071-1/+0
* [flang] Avoid potential deadlock in CloseAll()Peter Klausler2021-12-071-7/+16
* [flang] Fix INQUIRE(FILE=,NAME=)Peter Klausler2021-12-071-1/+4
* [fir] Add fircg.ext_array_coor conversionValentin Clement2021-12-063-2/+321
* [flang] OPEN(RECL=) handling for sequential formatted I/OPeter Klausler2021-12-047-67/+92
* [flang] Fix folding of EXPONENT() intrinsic functionPeter Klausler2021-12-042-1/+13
* [fir] Add fir character builderValentin Clement2021-12-036-0/+615
* [fir] Add fir derived type runtime builderValentin Clement2021-12-035-0/+100
* [flang] Add missing LABEL in test. NFCDiana Picus2021-12-031-0/+1
* [fir] TargetRewrite: Rewrite fir.address_of(func)Diana Picus2021-12-033-0/+83