Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)Author
2022-05-19[flang] test conforming & non-conforming lcoboundDamian Rouson
2022-05-18[flang][driver] Support parsing response filesDiana Picus
2022-05-18[flang][Runtime] Use proper prototypes in Fortran_main. NFCIDiana Picus
2022-05-18[GreedyPatternRewriter] Avoid reversing constant orderrkayaith
2022-05-17[flang] Add one semantic check for elemental call argumentsPeixin-Qiao
2022-05-17[flang][OpenMP] Support lowering to MLIR for ordered clausePeixin-Qiao
2022-05-16[mlir] Remove the `type` keyword from type alias definitionsRiver Riddle
2022-05-16[flang] Install Fortran_main libraryDiana Picus
2022-05-15[flang][nfc] Fix driver method names overridden by the pluginsAndrzej Warzynski
2022-05-14[flang][driver] Switch to the MLIR coding style in the driver (nfc)Andrzej Warzynski
2022-05-14[ParseResult] Fix warning in flang build, incorporate feedback from River.Chris Lattner
2022-05-13[flang] Warn for the limit on name lengthPeixinQiao
2022-05-12Fixes a performance problem with lowering of forall loops and creatingEric Schweitz
2022-05-11[flang] Fix check for assumed-size arguments to SHAPE() & al.Peter Klausler
2022-05-11[flang] Fold complex component referencesPeter Klausler
2022-05-11[flang] Change "bad kind" messages in the runtime to "not yet implemented"Peter Steinfeld
2022-05-11[flang] Allow local variables and function result inquiries in specification ...Peter Klausler
2022-05-10[flang] Enforce limit on rank + corankPeter Klausler
2022-05-10[flang] Fold real-valued MODULO() and MOD()Peter Klausler
2022-05-10[flang] Fold real-valued DIM()Peter Klausler
2022-05-10[flang][OpenMP] Lowering for task constructShraiysh Vaishay
2022-05-10[flang] Allow ENTRY function result symbol usage before the ENTRYPeter Klausler
2022-05-10[flang] Accept POINTER followed by INTERFACEPeter Klausler
2022-05-10[flang] Reverse a reversed type compatibility checkPeter Klausler
2022-05-10[flang] Refine error checking in specification expressionsPeter Klausler
2022-05-10[flang] Allow implicit declaration of DATA objects in inner proceduresPeter Klausler
2022-05-10[flang] Allow NULL() actual argument for optional dummy procedurePeter Klausler
2022-05-10[flang] Allow PDTs with LEN parameters in REDUCE()Peter Klausler
2022-05-10[flang] Correct actual/dummy procedure compatibility for ALLOCATABLE/POINTER ...Peter Klausler
2022-05-10[flang] Fix to UnwrapConvertedExpr()Peter Klausler
2022-05-10[flang] Ensure that structure constructors fold parameter referencesPeter Klausler
2022-05-10[flang] Refine handling of short character actual argumentsPeter Klausler
2022-05-10[flang] Correct folding of SPREAD() for higher ranksPeter Klausler
2022-05-10[flang] Operands of SIGN() need not have same kindPeter Klausler
2022-05-10[flang] Fold intrinsic functions SPACING() and RRSPACING()Peter Klausler
2022-05-09[flang] Fold intrinsic inquiry functions SAME_TYPE_AS() and EXTENDS_TYPE_OF()Peter Klausler
2022-05-09[flang][runtime] BACKSPACE after non-advancing I/OPeter Klausler
2022-05-09[flang][runtime] (G0) for CHARACTER means (A), not (A0)Peter Klausler
2022-05-09[flang][runtime] Enforce restrictions on unlimited format repetitionPeter Klausler
2022-05-09[flang][runtime] Don't pad CHARACTER input at end of record unless PAD='YES'Peter Klausler
2022-05-09[flang][runtime] Fix input of NAN(...) on non-fast pathPeter Klausler
2022-05-09[flang] Fix windows bot after D125140Jean Perier
2022-05-09[flang] retain binding label of entry subprogramsJean Perier
2022-05-09[flang] Enforce a program not including more than one main programPeixin-Qiao
2022-05-07Upstream support for POINTER assignment in FORALL.Eric Schweitz
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle
2022-05-06[flang] Fix internal error with DATA-statement style initializersDaniil Dudkin
2022-05-06[flang] Add one semantic check for masked array assignmentPeixinQiao
2022-05-06[flang] Support external procedure passed as actual argument with implicit ch...PeixinQiao
2022-05-06[flang] Fix AllocaOp/AllocMemOp type conversionPeixinQiao