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-07-14[flang] Avoid crash from forward referenced derived typePeter Klausler
2022-07-14[flang] Error detection/avoidance for TRANSFER with empty MOLD= typePeter Klausler
2022-07-14[flang][runtime] Complete list-directed character input with DECIMAL='COMMA'Peter Klausler
2022-07-14[flang] Ensure name resolution visits "=>NULL()" in entity-declPeter Klausler
2022-07-14[flang][runtime] Keep frame buffer in sync with file when truncatingPeter Klausler
2022-07-14[flang][runtime] Refine list-directed REAL(2) outputPeter Klausler
2022-07-14[flang] Fold TRANSFER()Peter Klausler
2022-07-14[flang] Refine semantic checks for procedure pointer assignmentPeter Klausler
2022-07-13[flang] Document the Intrinsic TypesSteve Scalpone
2022-07-13[flang] Intrinsic module file updateV Donaldson
2022-07-13[Flang] Fix path strings in CreateFIRLangRef.pyDylan Fleming
2022-07-12[flang] Lower TRANSPOSE without using runtime.Slava Zakharin
2022-07-12[NFC][flang][OpenMP] Add comment for handling the data race problem in copyin...Peixin Qiao
2022-07-12[flang] Merge GEPs in substring fir.embox codegenJean Perier
2022-07-12[flang] move getKindMapping() calls out of FIROpBuilder ctor callsJean Perier
2022-07-12[flang] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-11[Flang] Fix formatting for FIRLangRef.htmlDylan Fleming
2022-07-11[Flang] Add a link from the docs html page to the FIR html pageDylan Fleming
2022-07-11[flang] Add semantics test for image_status and add a checkKatherine Rasmussen
2022-07-11[flang][OpenMP] Allow default(none) to access variables with PARAMETER attributeNimish Mishra
2022-07-11[flang][OpenMP] Fix firstprivate bugArnamoy Bhattacharyya
2022-07-11[flang] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-07-09[mlir:LSP] Add support for code completing attributes and typesRiver Riddle
2022-07-08Revert "[llvm] cmake config groundwork to have ZSTD in LLVM"Leonard Chan
2022-07-08[llvm] cmake config groundwork to have ZSTD in LLVMCole Kissane
2022-07-08[flang] Changed lowering for allocatable assignment to make array-value-copy ...Slava Zakharin
2022-07-08[flang][openacc][NFC] Extract device_type parser to its ownValentin Clement
2022-07-08[flang][openacc][NFC] Make self clause value optional in ACC.td and extract t...Valentin Clement
2022-07-08[flang] Fix typo in runtime messagePeter Steinfeld
2022-07-07[flang] SET_EXPONENT(-0.0) should return -0.0Peter Steinfeld
2022-07-07[flang][NFC] Make LEN parameters homogenousValentin Clement
2022-07-07[flang][runtime] Trim FORMATs echoed to error messagesPeter Klausler
2022-07-07[flang] Avoid spurious warnings in pedantic mode from FORMAT itemsPeter Klausler
2022-07-07[flang] Add IsElementalProcedure() predicatePeter Klausler
2022-07-07[flang][runtime] Fix directed UP/DOWN rounding edge case for Fw.d outputPeter Klausler
2022-07-07[flang] Cope with overflow in real MOD/MODULOPeter Klausler
2022-07-07[flang][runtime] Make ENDFILE work after non-advancing READPeter Klausler
2022-07-07[flang] Add semantics test for coshape functionNaje George
2022-07-06[flang] Establish a single source of target information for semanticsPeter Klausler
2022-07-06[mlir][OpenMP] Add if clause to OpenMP simd constructDominik Adamski
2022-07-06[mlir:Parser] Don't use strings for the "ugly" form of Attribute/Type syntaxRiver Riddle
2022-07-05[flang] Avoid opaque pointer issue with character array substring addressingJean Perier
2022-07-04[flang] Make code more homogenous in CodeGenValentin Clement
2022-07-04[flang] Avoid segfault when defining op is not a fir::ConvertValentin Clement
2022-07-04[flang] Add TODO for derived types with final procedureValentin Clement
2022-07-01[flang][NFC] Add embox test with characterValentin Clement
2022-07-01[flang] File omp_lib.f90 is not a standard intrinsic moduleValentin Clement
2022-07-01[flang] Fix for broken/degenerate forall caseValentin Clement
2022-07-01[flang] Add correct number of args for waitValentin Clement
2022-07-01[flang] Fix APFloat conversion casesValentin Clement