summaryrefslogtreecommitdiff
path: root/flang
Commit message (Expand)AuthorAgeFilesLines
* Modify an IO format error messagevkd1V Donaldson2022-01-043-6/+6
* [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
* [fir] Add fircg.ext_embox conversionValentin Clement2021-12-034-3/+487
* [flang] Return arrays in Transfer runtime with SIZE argumentJean Perier2021-12-032-21/+47
* [flang] GettingInvolved: update LLVM Alias Analysis Technical Call infoJeroen Dobbelaere2021-12-021-2/+2
* [fir] Declare test function inlineValentin Clement2021-12-021-2/+2
* [Flang] Replace notifyMatchFailure with TODO hard failuresKiran Chandramohan2021-12-0214-155/+179
* [fir] Add fir numeric intrinsic runtime call builderValentin Clement2021-12-025-0/+573
* [flang] Don't close stderr in runtime (fixes STOP output)Peter Klausler2021-12-012-16/+16
* [flang] Adjust names in Semantics that imply too much (NFC)Peter Klausler2021-12-0113-95/+119
* Revert "[Flang] Replace notifyMatchFailure with TODO hard failures"Kiran Chandramohan2021-12-0114-176/+154
* [Flang] Replace notifyMatchFailure with TODO hard failuresKiran Chandramohan2021-12-0114-154/+176