aboutsummaryrefslogtreecommitdiff
path: root/flang/unittests
AgeCommit message (Expand)AuthorFilesLines
2023-07-19[flang] Represent unknown extent correctly in getTypeAsStringValentin Clement1-0/+5
2023-07-18[flang][unittests] Fix recent snprintf() changes to use correct buffer lengthsPeter Klausler2-2/+4
2023-07-17[flang][unittests] Silence compiler warningPeter Klausler1-6/+6
2023-07-17[flang][runtime] Don't do partial data transfer on short character read with ...Peter Klausler1-9/+38
2023-07-13[flang][runtime] Support in-tree device build of Flang runtime.Slava Zakharin1-0/+34
2023-06-29Replace sprintf by snprintfCarlos Eduardo Seo2-2/+2
2023-06-28[flang] Add COMDAT to global variables where neededDavid Truby1-1/+1
2023-06-23[flang] Enhance getTypeAsString for RecordTypeValentin Clement1-0/+5
2023-06-21[flang] Enhance getTypeAsString to support more FIR typesValentin Clement1-0/+16
2023-06-09[mlir] Add support for "promised" interfacesRiver Riddle1-0/+2
2023-06-01[flang] CUDA Fortran - part 5/5: statement semanticsPeter Klausler1-0/+3
2023-05-31[flang] Fix interpretations of x87 80-bit Inf/NaNPeter Klausler1-2/+9
2023-05-23[flang] Do not omit fir.ref in getTypeAsStringValentin Clement1-0/+4
2023-05-23[flang] Add IndexType support in getTypeAsStringValentin Clement1-0/+2
2023-05-22[flang] Add getTypeAsString function to create symbolsValentin Clement1-2/+27
2023-05-18[flang][runtime] Add dynamically allocated temporary storageTom Eccles2-0/+266
2023-05-11[flang] Use internal linkage for string literalsDavid Truby1-1/+1
2023-04-06[flang][runtime] Support L editing of LogicalShao-Ce SUN2-0/+57
2023-03-20[flang] Add AllocatableInit functions for use in allocate loweringValentin Clement1-0/+17
2023-03-17[flang] add fused matmul-transpose to the runtimeTom Eccles2-0/+127
2023-03-10[flang][runtime] Corrections to formatted child I/OPeter Klausler1-19/+24
2023-03-10[flang] Handle unlimited polymorphic with intrinsic dynamic type in extends_t...Valentin Clement1-0/+13
2023-03-09Break circular dependency between FIR dialect and utilitiesRenaud-K9-9/+10
2023-03-09[flang] Simplify same_type_as conditionValentin Clement1-12/+21
2023-03-08[flang] Align same_type_as result to other compilersValentin Clement2-0/+45
2023-03-01[flang] Allow scalar boxed record type in intrinsic elemental loweringValentin Clement1-0/+37
2023-03-01[flang] Handle dynamic type in move_allocValentin Clement2-7/+10
2023-02-28[flang] Block constructV Donaldson1-67/+51
2023-02-22[flang][runtime] Add API to help with the difficult array constructor casesJean Perier2-0/+160
2023-02-15[flang] Update intrinsic types to unlimited polymorphic formValentin Clement1-0/+70
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2-2/+2
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-02-01[flang] Support allocate array from scalar source in runtimePeixin Qiao2-0/+40
2023-01-31[flang] Single entry point for GET_ENVIRONMENT_VARIABLELeandro Lupori2-41/+29
2023-01-31[flang] Improve error message for move_allocDavid Truby1-2/+2
2023-01-20[flang] Add lowering of move_alloc to IntrinsicCallDavid Truby3-1/+33
2023-01-18[flang] Fixed unittest build issue with older gcc.Slava Zakharin1-7/+0
2023-01-18[flang] Do not perform INTERNAL_CHECK for deallocation of unlimited polymorph...Valentin Clement1-0/+12
2023-01-18[flang] Allocate polymorphic with SOURCE= using ApplyMoldValentin Clement1-0/+21
2023-01-18[flang] Add implementation of move_alloc to the runtimeDavid Truby2-0/+81
2023-01-02[flang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+3
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott2-0/+2
2022-12-20[flang] Finish substring loweringJean Perier1-1/+2
2022-12-19[flang] Lowering and runtime support for F08 transformational intrinsics: BES...Tarun Prabhu2-0/+291
2022-12-15[flang][NFC] add builder to simplify fir.shape creationJean Perier1-2/+1
2022-12-14[flang] Lower exponentiation without using pgmath.Slava Zakharin1-0/+79
2022-12-03[flang/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata6-10/+10
2022-11-15[flang] Lower symbols to hlfir.declareJean Perier1-32/+7
2022-11-14[flang][NFC] rename hlfir::FortranEntity into EntityWithAttributesJean Perier1-5/+5
2022-11-07[flang] Initial support for FastMathAttr setup in FirOpBuilder.Slava Zakharin1-0/+55