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-10-07[flang] Correct epistemological edge cases for IS_CONTIGUOUS foldingPeter Klausler
2022-10-07fixPeter Klausler
2022-10-07[flang][runtime] Handle array components in NAMELIST inputPeter Klausler
2022-10-07[flang][runtime] Handle array components in NAMELIST inputPeter Klausler
2022-10-07[flang] Supply missing source location for a messagePeter Klausler
2022-10-07[flang] Improve syntax error messages by fixing withMessage() parser combinatorPeter Klausler
2022-10-06[flang] Add missing source location to a semantic error messagePeter Klausler
2022-10-06[flang][NFC] Document Fortran aliasing rulesPeter Klausler
2022-10-06[flang] Clarify edge case of host association and generic interfacesPeter Klausler
2022-10-06[flang] Use assembly format for fir.dispatchValentin Clement
2022-10-06[flang][runtime] When NAMELIST input hits EOF, signal END, not an errorPeter Klausler
2022-10-06[flang] Selectors whose expressions are pointers returned from functions are ...Peter Klausler
2022-10-06[flang] Delay parse tree rewriting for I/O UNIT=func()Peter Klausler
2022-10-06[flang] Ignore errors on declarations in interfaces that "have no effect"Peter Klausler
2022-10-06[flang] Ensure USE associations of shadowed procedures are emitted to module ...Peter Klausler
2022-10-06[flang] Error message situation should be a warningPeter Klausler
2022-10-06[flang] Don't force SET_EXPONENT(I=...) argument to integer(4)Peter Klausler
2022-10-06[flang] Update fir.dispatch operationValentin Clement
2022-10-06[flang] Add a "not yet implemented" message for large, constant arraysPeter Steinfeld
2022-10-06[flang] Keep current polymorphic implementation under a flagValentin Clement
2022-10-05[flang] Fixed build issue after 88f07a736bbc3f0062d7d8f4032f0b54aff5c018Slava Zakharin
2022-10-05Revert "[flang] Add -fpass-plugin option to Flang frontend"Mats Petersson
2022-10-05[flang] Deallocate polymorphic and unlimited polymorphic intent(out) allocata...Valentin Clement
2022-10-05[flang][OpenMP] Support privatization for single constructPeixin Qiao
2022-10-05[flang] Update to fir::isUnlimitedPolymorphicType and fir::isPolymorphicType ...Valentin Clement
2022-10-05[flang] Add -fpass-plugin option to Flang frontendTarun Prabhu
2022-10-04[flang][tco] Engineering option for running only CodeGen passes.Slava Zakharin
2022-10-04[flang] Lower TYPE(*) as fir.box<none>Valentin Clement
2022-10-04[flang] Lower polymorphic entities types in dummy argument and function resultValentin Clement
2022-10-03[flang] Skip creating AggregateStores for common block associated aggregatesJonathon Penix
2022-10-03[flang] Write semantics tests for the FORM TEAM statement.Hussain Kadhem
2022-10-03[flang] Add Sparc support to Optimizer/CodeGen/Target.cppRainer Orth
2022-10-03[flang] Do not resolve TRIM/REPEAT length to its argument lengthJean Perier
2022-10-03[flang][NFC] Use prefixed accessors for fircg dialectValentin Clement
2022-10-03[flang] Make real type of kind 10 target dependentPeixin Qiao
2022-10-02[flang] Introduce fir.class typeValentin Clement
2022-10-02[flang] Introduce BaseBoxTypeValentin Clement
2022-10-02Revert "[flang] Make real type of kind 10 target dependent"Peixin Qiao
2022-10-02[flang][OpenMP] Fix resolve common block in data-sharing clausesPeixin Qiao
2022-10-02[flang] Make real type of kind 10 target dependentPeixin Qiao
2022-10-01[mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL dialects to prefixedRiver Riddle
2022-09-30[flang] Remove unused AffineMapAttr from fir.box typeValentin Clement
2022-09-29[flang] Add atomic_fetch_or to the list of intrinsicsKatherine Rasmussen
2022-09-29[flang][mlir][arith] Fix flang build after dialect renamingJakub Kuderski
2022-09-29[Support] Class for response file expansion (NFC)Serge Pavlov
2022-09-28[flang][runtime] Fixed identity value for REAL(16) == __float128.Slava Zakharin
2022-09-28[flang] Add co_broadcast to the list of intrinsicsKatherine Rasmussen
2022-09-28[flang] Use libm over pgmath for complex number intrinsicsDavid Truby
2022-09-28[flang] Move main variables static promotion from lowering into IsSavedJean Perier
2022-09-28[flang] Add co_min and co_max to the list of intrinsicsKatherine Rasmussen