aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2022-05-24[OpenMP] atomic compare fail : Parser & AST supportSunil Kuravinakop1-0/+1
2022-05-24[flang][MSVC] Fix building with `/permissive-` flagMehdi Chinoune1-1/+7
2022-05-24[Flang][OpenMP] Fixes for unstructured OpenMP codeKiran Chandramohan2-17/+159
2022-05-24[flang][runtime] Catch decimal integer input overflowPeter Klausler3-1/+21
2022-05-24[flang] Replace crash and improve a semantics TODO messagePeter Klausler1-3/+7
2022-05-24[flang] Process subprogram BIND(C,NAME=...) locallyPeter Klausler2-26/+100
2022-05-24[flang] Fix false error for multiple defined I/O subroutinesPeter Klausler2-31/+60
2022-05-24[flang] Accept defined assignment with CLASS(*) RHSPeter Klausler2-3/+13
2022-05-24[flang] Fix purity testing for generic callsPeter Klausler2-1/+55
2022-05-24[flang] Don't prematurely resolve subprogram namesPeter Klausler1-1/+2
2022-05-24[flang] Catch calls to assumed-length character functionsPeter Klausler6-152/+90
2022-05-24[flang] Fix crash in semantics after PDT instantiationPeter Klausler1-3/+6
2022-05-24[flang] Alternate entry points with unused argumentsV Donaldson8-83/+531
2022-05-24[flang][runtime] Handle BACKSPACE after reading past EOFPeter Klausler2-11/+13
2022-05-24[flang][runtime] INQUIRE(UNIT=666,NUMBER=n) must set n=666Peter Klausler3-14/+23
2022-05-24[flang] Extension: Accept Hollerith actual arguments as if they were BOZPeter Klausler5-27/+50
2022-05-24[flang][runtime] Clean up asynchronous I/O APIsPeter Klausler8-55/+61
2022-05-23[flang] Allow more forward references to ENTRY namesPeter Klausler7-193/+302
2022-05-23[flang] Ignore BIND(C) binding name conflicts of inner proceduresPeter Klausler1-1/+3
2022-05-23[flang] Allow global scope names that clash with intrinsic modulesPeter Klausler3-13/+45
2022-05-23[flang] Fix character length calculation for Unicode componentPeter Klausler1-1/+1
2022-05-23[NFC][flang] Change the OpenMP atomic read/write test casesPeixinQiao4-138/+84
2022-05-20[flang] Fix use-associated false-positive errorDaniil Dudkin2-0/+37
2022-05-20[flang][OpenMP] Fix the types of worksharing-loop variablesPeixin-Qiao2-6/+169
2022-05-19[Flang][OpenMP] Upstream the lowering of the parallel do combined constructKiran Chandramohan4-29/+221
2022-05-19[flang][driver] Add support for generating executables on MacOSX/DarwinAndrzej Warzynski2-6/+9
2022-05-19[flang][OpenMP] Support for CollapseMats Petersson4-41/+162
2022-05-19[flang][NFC] Allow whitespaces before `ERROR`Daniil Dudkin2-2/+2
2022-05-19[flang][driver] Make driver accept `-module-dir<value>`Andrzej Warzynski1-3/+10
2022-05-18[flang] test conforming & non-conforming lcoboundDamian Rouson1-0/+77
2022-05-18[flang][driver] Support parsing response filesDiana Picus2-0/+29
2022-05-18[flang][Runtime] Use proper prototypes in Fortran_main. NFCIDiana Picus2-2/+2
2022-05-18[GreedyPatternRewriter] Avoid reversing constant orderrkayaith1-2/+2
2022-05-17[flang] Add one semantic check for elemental call argumentsPeixin-Qiao2-1/+34
2022-05-17[flang][OpenMP] Support lowering to MLIR for ordered clausePeixin-Qiao2-2/+54
2022-05-16[mlir] Remove the `type` keyword from type alias definitionsRiver Riddle5-9/+9
2022-05-16[flang] Install Fortran_main libraryDiana Picus2-3/+3
2022-05-15[flang][nfc] Fix driver method names overridden by the pluginsAndrzej Warzynski2-2/+2
2022-05-14[flang][driver] Switch to the MLIR coding style in the driver (nfc)Andrzej Warzynski36-835/+1018
2022-05-13[ParseResult] Fix warning in flang build, incorporate feedback from River.Chris Lattner1-2/+2
2022-05-13[flang] Warn for the limit on name lengthPeixinQiao2-0/+9
2022-05-12Fixes a performance problem with lowering of forall loops and creatingEric Schweitz9-71/+373
2022-05-11[flang] Fix check for assumed-size arguments to SHAPE() & al.Peter Klausler1-2/+2
2022-05-11[flang] Fold complex component referencesPeter Klausler8-46/+105
2022-05-10[flang] Change "bad kind" messages in the runtime to "not yet implemented"Peter Steinfeld4-8/+11
2022-05-10[flang] Allow local variables and function result inquiries in specification ...Peter Klausler1-2/+7
2022-05-10[flang] Enforce limit on rank + corankPeter Klausler3-4/+42
2022-05-10[flang] Fold real-valued MODULO() and MOD()Peter Klausler6-9/+92
2022-05-10[flang] Fold real-valued DIM()Peter Klausler6-5/+50
2022-05-10[flang][OpenMP] Lowering for task constructShraiysh Vaishay2-2/+215