summaryrefslogtreecommitdiff
path: root/flang/unittests
Commit message (Expand)AuthorAgeFilesLines
* [flang] Use internal linkage for string literalsDavid Truby2023-05-111-1/+1
* [flang][runtime] Support L editing of LogicalShao-Ce SUN2023-04-062-0/+57
* [flang] Add AllocatableInit functions for use in allocate loweringValentin Clement2023-03-201-0/+17
* [flang] add fused matmul-transpose to the runtimeTom Eccles2023-03-172-0/+127
* [flang][runtime] Corrections to formatted child I/OPeter Klausler2023-03-101-19/+24
* [flang] Handle unlimited polymorphic with intrinsic dynamic type in extends_t...Valentin Clement2023-03-101-0/+13
* Break circular dependency between FIR dialect and utilitiesRenaud-K2023-03-099-9/+10
* [flang] Simplify same_type_as conditionValentin Clement2023-03-091-12/+21
* [flang] Align same_type_as result to other compilersValentin Clement2023-03-082-0/+45
* [flang] Allow scalar boxed record type in intrinsic elemental loweringValentin Clement2023-03-011-0/+37
* [flang] Handle dynamic type in move_allocValentin Clement2023-03-012-7/+10
* [flang] Block constructV Donaldson2023-02-281-67/+51
* [flang][runtime] Add API to help with the difficult array constructor casesJean Perier2023-02-222-0/+160
* [flang] Update intrinsic types to unlimited polymorphic formValentin Clement2023-02-151-0/+70
* [NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2023-02-102-2/+2
* [NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott2023-02-071-1/+1
* [flang] Support allocate array from scalar source in runtimePeixin Qiao2023-02-012-0/+40
* [flang] Single entry point for GET_ENVIRONMENT_VARIABLELeandro Lupori2023-01-312-41/+29
* [flang] Improve error message for move_allocDavid Truby2023-01-311-2/+2
* [flang] Add lowering of move_alloc to IntrinsicCallDavid Truby2023-01-203-1/+33
* [flang] Fixed unittest build issue with older gcc.Slava Zakharin2023-01-181-7/+0
* [flang] Do not perform INTERNAL_CHECK for deallocation of unlimited polymorph...Valentin Clement2023-01-181-0/+12
* [flang] Allocate polymorphic with SOURCE= using ApplyMoldValentin Clement2023-01-181-0/+21
* [flang] Add implementation of move_alloc to the runtimeDavid Truby2023-01-182-0/+81
* [flang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-021-2/+3
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-202-0/+2
* [flang] Finish substring loweringJean Perier2022-12-201-1/+2
* [flang] Lowering and runtime support for F08 transformational intrinsics: BES...Tarun Prabhu2022-12-192-0/+291
* [flang][NFC] add builder to simplify fir.shape creationJean Perier2022-12-151-2/+1
* [flang] Lower exponentiation without using pgmath.Slava Zakharin2022-12-141-0/+79
* [flang/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-036-10/+10
* [flang] Lower symbols to hlfir.declareJean Perier2022-11-151-32/+7
* [flang][NFC] rename hlfir::FortranEntity into EntityWithAttributesJean Perier2022-11-141-5/+5
* [flang] Initial support for FastMathAttr setup in FirOpBuilder.Slava Zakharin2022-11-071-0/+55
* [Flang] Run clang-format on all flang filesPeter Steinfeld2022-11-032-3/+2
* [Flang][Driver]Add datalayout before doing LLVM-IR transformationMats Petersson2022-11-031-0/+5
* [NFC][flang] Lowering options clean-up.Slava Zakharin2022-11-021-0/+1
* [flang] add hlfir::FortranEntity classJean Perier2022-10-212-0/+219
* [flang] Add High level Fortran IR dialectJean Perier2022-10-211-0/+1
* [flang] Add fir.declare operationJean Perier2022-10-192-0/+152
* [flang] Add getTypeDescriptorBindingTableName functionValentin Clement2022-10-181-0/+17
* [Flang] Add -fconvert option to swap endianness for unformatted files.Jonathon Penix2022-10-122-3/+5
* [flang] Add cpowi function to runtime and use instead of pgmathDavid Truby2022-10-112-0/+171
* [flang] Add type-specific runtime entries for Minloc/Maxloc.Slava Zakharin2022-10-103-11/+64
* [flang] Allow conversion from boxed derived type to fir.classValentin Clement2022-10-101-0/+29
* [flang] Update to fir::isUnlimitedPolymorphicType and fir::isPolymorphicType ...Valentin Clement2022-10-052-0/+120
* [flang][runtime] Fixed identity value for REAL(16) == __float128.Slava Zakharin2022-09-281-0/+17
* [flang][runtime] Fixes for element size calculation.Slava Zakharin2022-09-221-0/+28
* [flang] Use x.empty() instead of llvm::empty(x) (NFC)Kazu Hirata2022-09-181-1/+1
* [flang][runtime] ensure character compares to blank are unsignedJean Perier2022-09-131-0/+2