aboutsummaryrefslogtreecommitdiff
path: root/flang
AgeCommit message (Expand)AuthorFilesLines
2022-10-02Revert "[flang] Make real type of kind 10 target dependent"Peixin Qiao11-213/+36
2022-10-02[flang][OpenMP] Fix resolve common block in data-sharing clausesPeixin Qiao5-15/+42
2022-10-02[flang] Make real type of kind 10 target dependentPeixin Qiao11-36/+213
2022-09-30[mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL dialects to prefixedRiver Riddle3-33/+35
2022-09-30[flang] Remove unused AffineMapAttr from fir.box typeValentin Clement3-40/+8
2022-09-29[flang] Add atomic_fetch_or to the list of intrinsicsKatherine Rasmussen4-11/+83
2022-09-29[flang][mlir][arith] Fix flang build after dialect renamingJakub Kuderski14-22/+21
2022-09-29[Support] Class for response file expansion (NFC)Serge Pavlov1-1/+2
2022-09-28[flang][runtime] Fixed identity value for REAL(16) == __float128.Slava Zakharin2-1/+57
2022-09-28[flang] Add co_broadcast to the list of intrinsicsKatherine Rasmussen3-35/+74
2022-09-28[flang] Use libm over pgmath for complex number intrinsicsDavid Truby14-34/+223
2022-09-28[flang] Move main variables static promotion from lowering into IsSavedJean Perier9-69/+29
2022-09-27[flang] Add co_min and co_max to the list of intrinsicsKatherine Rasmussen3-80/+143
2022-09-26[flang] Write semantics test for atomic_defineKatherine Rasmussen1-0/+146
2022-09-26[flang] Lower F08 bitwise-reduction intrinsics (IALL, IANY, IPARITY)Tarun Prabhu7-4/+684
2022-09-26[flang] Lowers calls to procedure with CONTIGUOUS assumed shape dummiesJean Perier4-20/+464
2022-09-24[flang] Handle NULL(mold) used in initializer regionValentin Clement4-4/+51
2022-09-24[flang] Lower character result of bind(c) function by valueValentin Clement5-12/+76
2022-09-23[flang] Fix crash in semantics in error recoveryPeter Klausler1-3/+10
2022-09-23[flang] Preserve component array lower bounds in foldingPeter Klausler3-26/+37
2022-09-23[flang][runtime] Enabled HAS_FLOAT128 for builds with clang.Slava Zakharin1-1/+1
2022-09-23[flang] Fix spurious error with COMMON and EQUIVALENCEPeter Klausler2-3/+11
2022-09-23[flang] Allow "non-expandable" scalars in single-element contextsPeter Klausler6-17/+35
2022-09-23[flang] Allow a generic-spec on a PUBLIC/PRIVATE statement to declare a genericPeter Klausler4-24/+31
2022-09-23[flang] Fold IS_CONTIGUOUS() to .FALSE. when it is known to bePeter Klausler6-59/+74
2022-09-23[flang] Don't emit portability warnings for things in module filesPeter Klausler3-6/+15
2022-09-23[flang] Fix spurious errors from MODULE subprogramsPeter Klausler5-19/+53
2022-09-23[flang] Replace negative known CHARACTER length with zero in type analysisPeter Klausler3-2/+28
2022-09-23[flang] A separate module procedure must inherit interface attributesPeter Klausler2-0/+14
2022-09-23[flang] Accept a separate module procedure interface as a specific procedurePeter Klausler6-27/+66
2022-09-23[flang] Special handling of ENTRY BIND(C,NAME=...)Peter Klausler2-27/+82
2022-09-23[flang][NFC] Document non-extension (user ELEMENTAL procedures as actual argu...Peter Klausler1-0/+3
2022-09-23[flang] Don't resolve names in derived type definitions to genericsPeter Klausler2-0/+43
2022-09-23[flang] Improve handling of NULL pointers when folding components of named co...Peter Klausler3-6/+34
2022-09-23[flang] Prevent a bad folding rewritePeter Klausler1-21/+33
2022-09-23[flang][NFC] Fix typoValentin Clement1-1/+1
2022-09-23[flang] Add TODOs for some FORALL assignments with Pointers and AllocatablesJean Perier1-2/+9
2022-09-23[flang] Load allocatable or pointer box of namelist item from common blockValentin Clement2-0/+50
2022-09-22[flang][NFC] Document ambiguous case of DATA in BLOCKPeter Klausler1-0/+22
2022-09-22[flang][runtime] Fixes for element size calculation.Slava Zakharin9-228/+258
2022-09-22[Flang] Finalize IO operations after calling EndIOPeter Steinfeld2-2/+45
2022-09-21[mlir] Flip Async/GPU/OpenACC/OpenMP to use Both accessorsRiver Riddle1-9/+5
2022-09-21[flang] Write semantics test for atomic_xorKatherine Rasmussen1-0/+107
2022-09-21[flang] Avoid deallocation of intent(out) when dummy arg is not in entry stmtValentin Clement2-0/+56
2022-09-21[flang] Handle parent component of extended derived-typeValentin Clement2-3/+324
2022-09-21[flang] Limit shape inquiries rewrite to associate construct entityJean Perier4-18/+83
2022-09-20[flang] Add semantics test for atomic_add subroutineNaje George1-0/+93
2022-09-20[flang] Write semantics test for atomic_orKatherine Rasmussen1-0/+107
2022-09-20[flang] Deallocate WHERE masks after all assignmentsJean Perier2-4/+102
2022-09-20[flang] fix optional pointer TARGET argument lowering in ASSOCIATEDJean Perier2-25/+56