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-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
2022-09-27[flang] Write semantics test for atomic_defineKatherine Rasmussen
2022-09-26[flang] Lower F08 bitwise-reduction intrinsics (IALL, IANY, IPARITY)Tarun Prabhu
2022-09-26[flang] Lowers calls to procedure with CONTIGUOUS assumed shape dummiesJean Perier
2022-09-24[flang] Handle NULL(mold) used in initializer regionValentin Clement
2022-09-24[flang] Lower character result of bind(c) function by valueValentin Clement
2022-09-24[flang] Fix crash in semantics in error recoveryPeter Klausler
2022-09-24[flang] Preserve component array lower bounds in foldingPeter Klausler
2022-09-24[flang][runtime] Enabled HAS_FLOAT128 for builds with clang.Slava Zakharin
2022-09-24[flang] Fix spurious error with COMMON and EQUIVALENCEPeter Klausler
2022-09-24[flang] Allow "non-expandable" scalars in single-element contextsPeter Klausler
2022-09-24[flang] Allow a generic-spec on a PUBLIC/PRIVATE statement to declare a genericPeter Klausler
2022-09-24[flang] Fold IS_CONTIGUOUS() to .FALSE. when it is known to bePeter Klausler
2022-09-23[flang] Don't emit portability warnings for things in module filesPeter Klausler
2022-09-23[flang] Fix spurious errors from MODULE subprogramsPeter Klausler
2022-09-23[flang] Replace negative known CHARACTER length with zero in type analysisPeter Klausler
2022-09-23[flang] A separate module procedure must inherit interface attributesPeter Klausler
2022-09-23[flang] Accept a separate module procedure interface as a specific procedurePeter Klausler
2022-09-23[flang] Special handling of ENTRY BIND(C,NAME=...)Peter Klausler
2022-09-23[flang][NFC] Document non-extension (user ELEMENTAL procedures as actual argu...Peter Klausler
2022-09-23[flang] Don't resolve names in derived type definitions to genericsPeter Klausler
2022-09-23[flang] Improve handling of NULL pointers when folding components of named co...Peter Klausler
2022-09-23[flang] Prevent a bad folding rewritePeter Klausler
2022-09-23[flang][NFC] Fix typoValentin Clement
2022-09-23[flang] Add TODOs for some FORALL assignments with Pointers and AllocatablesJean Perier
2022-09-23[flang] Load allocatable or pointer box of namelist item from common blockValentin Clement
2022-09-23[flang][NFC] Document ambiguous case of DATA in BLOCKPeter Klausler
2022-09-22[flang][runtime] Fixes for element size calculation.Slava Zakharin
2022-09-22[Flang] Finalize IO operations after calling EndIOPeter Steinfeld
2022-09-22[mlir] Flip Async/GPU/OpenACC/OpenMP to use Both accessorsRiver Riddle
2022-09-22[flang] Write semantics test for atomic_xorKatherine Rasmussen
2022-09-21[flang] Avoid deallocation of intent(out) when dummy arg is not in entry stmtValentin Clement
2022-09-21[flang] Handle parent component of extended derived-typeValentin Clement
2022-09-21[flang] Limit shape inquiries rewrite to associate construct entityJean Perier
2022-09-21[flang] Add semantics test for atomic_add subroutineNaje George
2022-09-20[flang] Write semantics test for atomic_orKatherine Rasmussen
2022-09-20[flang] Deallocate WHERE masks after all assignmentsJean Perier
2022-09-20[flang] fix optional pointer TARGET argument lowering in ASSOCIATEDJean Perier
2022-09-20[flang] Give explicit convert= specifiers precedence over FORT_CONVERTJonathon Penix
2022-09-19[flang] Support multidimensional reductions in SimplifyIntrinsicsPass.Slava Zakharin
2022-09-19[flang] Support more data types for reduction in SimplifyIntrinsicsPass.Slava Zakharin
2022-09-19[flang] Write semantics test for atomic_andKatherine Rasmussen
2022-09-19[flang][NFC] Remove not polymorphic from assumed typeValentin Clement