aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2021-12-24[Clang][OpenMP] Add the support for atomic compare in parserShilei Tian1-0/+1
2021-12-22[flang] Add missing include. NFCI.Diana Picus1-0/+1
2021-12-20[flang] Add a semantics test for co_maxDamian Rouson1-0/+104
2021-12-20[flang] Add a semantics test for co_minDamian Rouson1-0/+104
2021-12-20[flang] Add a semantics test for co_reduceDamian Rouson1-0/+301
2021-12-17[flang][codegen] Add a conversion for `fir.coordinate_of` - part 2Andrzej Warzynski6-20/+333
2021-12-17[flang] Make the frontend driver error out when requesting multiple actionsAndrzej Warzynski27-70/+86
2021-12-16[fir] Move Factory.h to flang/Optimizer/BuilderValentin Clement2-5/+5
2021-12-16[Flang][NFC] Add test with shape for allocmem and freememKiran Chandramohan1-0/+37
2021-12-15Add a new memory allocation rewrite pass.Eric Schweitz5-0/+240
2021-12-15[flang] Avoid code duplication in mixed expressionsPeter Klausler1-9/+20
2021-12-14[Flang][NFC] Convert static to static inline for a functionKiran Chandramohan1-1/+1
2021-12-13[Flang][Unit Test] Move the declaration of kindMap to the classKiran Chandramohan2-4/+6
2021-12-11[mlir] Flip dialects to _PrefixedJacques Pienaar5-18/+21
2021-12-10[flang][nfc] Fix formattingAndrzej Warzynski1-15/+16
2021-12-10[flang][codegen] Add a conversion for `!fir.coordinate_of` - part 1Andrzej Warzynski7-1/+438
2021-12-09[flang] Fix folding of ac-implied-do indices in structure c'torsPeter Klausler3-14/+31
2021-12-09[flang] Updated FIR dialect to _BothJacques Pienaar12-98/+64
2021-12-09[flang] Simplify RaggedArrayHeader and make it plain C structValentin Clement5-26/+25
2021-12-09[fir] Keep runtime function name in commentValentin Clement2-46/+48
2021-12-08[flang] Add CALL FLUSH(n) legacy extensionPeter Klausler3-0/+50
2021-12-08[fir] Add fir ragged array builderValentin Clement8-4/+165
2021-12-08Fix flang tests after MLIR changes on the handling of declarative assemblyMehdi Amini2-5/+5
2021-12-07Convert fir.allocmem and fir.freemem operations to calls to malloc and free, ...AlexisPerry3-52/+217
2021-12-07[Flang] Upstream conversion of the XRebox OpKiran Chandramohan3-1/+394
2021-12-07[flang][runtime] Add ragged array runtime functionsValentin Clement5-0/+178
2021-12-07[flang] Remove runtime check from OpenFile::Close()Peter Klausler1-1/+0
2021-12-07[flang] Avoid potential deadlock in CloseAll()Peter Klausler1-7/+16
2021-12-07[flang] Fix INQUIRE(FILE=,NAME=)Peter Klausler1-1/+4
2021-12-06[fir] Add fircg.ext_array_coor conversionValentin Clement3-2/+321
2021-12-04[flang] OPEN(RECL=) handling for sequential formatted I/OPeter Klausler7-67/+92
2021-12-04[flang] Fix folding of EXPONENT() intrinsic functionPeter Klausler2-1/+13
2021-12-03[fir] Add fir character builderValentin Clement6-0/+615
2021-12-03[fir] Add fir derived type runtime builderValentin Clement5-0/+100
2021-12-03[flang] Add missing LABEL in test. NFCDiana Picus1-0/+1
2021-12-03[fir] TargetRewrite: Rewrite fir.address_of(func)Diana Picus3-0/+83
2021-12-03[fir] Add fircg.ext_embox conversionValentin Clement4-3/+487
2021-12-03[flang] Return arrays in Transfer runtime with SIZE argumentJean Perier2-21/+47
2021-12-02[flang] GettingInvolved: update LLVM Alias Analysis Technical Call infoJeroen Dobbelaere1-2/+2
2021-12-02[fir] Declare test function inlineValentin Clement1-2/+2
2021-12-02[Flang] Replace notifyMatchFailure with TODO hard failuresKiran Chandramohan14-155/+179
2021-12-02[fir] Add fir numeric intrinsic runtime call builderValentin Clement5-0/+573
2021-12-01[flang] Don't close stderr in runtime (fixes STOP output)Peter Klausler2-16/+16
2021-12-01[flang] Adjust names in Semantics that imply too much (NFC)Peter Klausler13-95/+119
2021-12-01Revert "[Flang] Replace notifyMatchFailure with TODO hard failures"Kiran Chandramohan14-176/+154
2021-12-01[Flang] Replace notifyMatchFailure with TODO hard failuresKiran Chandramohan14-154/+176
2021-12-01[fir] Add fir reduction builderValentin Clement7-0/+1416
2021-11-30[flang] Rearrange prototype & code placement of IsCoarray()Peter Klausler7-23/+22
2021-11-30[flang] Define & implement a lowering support API IsContiguous() in runtimePeter Klausler8-4/+56
2021-11-30[flang] Correct INQUIRE(POSITION= & PAD=)Peter Klausler6-57/+109