summaryrefslogtreecommitdiff
path: root/flang/unittests
AgeCommit message (Expand)Author
2025-11-12[flang][debug] Track dummy argument positions explicitly. (#167489)Abid Qadeer
2025-10-29[flang][cmake] Set the usual linker flags for non-gtest unit tests (#165256)Nikita Popov
2025-10-20[flang][Multi-Image] Moving Mutli-image lowering to PRIF into the MIF dialect...Jean-Didier PAILLEUX
2025-10-02[flang] handle scalars in getDescriptorWithNewBaseAddress (#161515)jeanPerier
2025-10-01[flang] add helper to create descriptor with new base address (#161347)jeanPerier
2025-08-27[flang] Added storage specification for [hl]fir.declare. (#155325)Slava Zakharin
2025-08-05[flang][NFC] Move the rest of ops creation to new APIs (#152079)Valentin Clement (バレンタイン クレメン)
2025-08-04[flang][NFC] Update flang/unittests to the new create APIs (#152056)Valentin Clement (バレンタイン クレメン)
2025-07-24[mlir][NFC] update `flang` create APIs (13/n) (#149913)Maksim Levental
2025-07-24[Flang] Assign unittests to flang_compile pool (#150041)Michael Kruse
2025-07-18[flang] Migrate away from ArrayRef(std::nullopt_t) (#149454)Kazu Hirata
2025-07-17[flang] Migrate away from ArrayRef(std::nullopt_t) (#149337)Kazu Hirata
2025-06-30[flang][CLI] Have the CLI hint the flag to disable a warning (#144767)Andre Kuhlenschmidt
2025-06-10[flang][cli] Add diagnostic flags to the CLI (#142022)Andre Kuhlenschmidt
2025-05-22[flang] Fix build after 9e306ad4 (#141134)Jan Svoboda
2025-04-30Reapply "[Flang] Remove FLANG_INCLUDE_RUNTIME (#124126)"Michael Kruse
2025-04-10[flang][NFC] Split CG dialect and the passes. (#135240)Slava Zakharin
2025-04-07[flang][nfc] Support volatile on ref, box, and class types (#134386)Asher Mancinelli
2025-03-26Revert "[Flang] Remove FLANG_INCLUDE_RUNTIME (#124126)"Michael Kruse
2025-03-26[Flang] Remove FLANG_INCLUDE_RUNTIME (#124126)Michael Kruse
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse
2025-02-15[flang] Fix standalone builds against installed MLIR (#126387)Michał Górny
2025-02-13[flang] Fixed write past allocated descriptor in PointerAssociateRemapping. (...Slava Zakharin
2025-02-08[Flang] Rename libFortranRuntime.a to libflang_rt.runtime.a (#122341)Michael Kruse
2025-02-08[Flang] Optionally do not compile the runtime in-tree (#122336)Michael Kruse
2025-02-06[Flang] Promote FortranEvaluateTesting library (#124417)Michael Kruse
2025-02-06[Flang] Move non-common headers to FortranSupport (#124416)Michael Kruse
2025-02-06[flang] Use clang_target_link_libraries() for clang dependency (#126037)Nikita Popov
2025-01-19[flang] [unittests] Link to libMLIR in optimizer tests (#123476)Michał Górny
2025-01-16[flang] Support linking to MLIR dylib (#120966)Michał Górny
2025-01-16[flang][runtime] Teach ApplyType to handle TypeCategory::Unsigned (#123058)macurtis-amd
2025-01-16[mlir][IR] Remove factory methods from `FloatType` (#123026)Matthias Springer
2025-01-08[flang] Accept L0 (#121998)Peter Klausler
2024-12-25[flang] Fix some memory leaks (#121050)Matthias Springer
2024-12-23Revert "Reland '[flang] Allow to pass an async id to allocate the descriptor ...Valentin Clement (バレンタイン クレメン)
2024-12-23Reland '[flang] Allow to pass an async id to allocate the descriptor (#118713...Valentin Clement (バレンタイン クレメン)
2024-12-20[flang][cuda][NFC] Fix type in CUFFreeDescriptor (#120799)Valentin Clement (バレンタイン クレメン)
2024-12-20[flang][cuda][NFC] Fix typo in CUFAllocDescriptor (#120797)Valentin Clement (バレンタイン クレメン)
2024-12-18[flang] Add UNSIGNED (#113504)Peter Klausler
2024-12-12[flang][unittests] fix test broken when run as root (#119604)Tom Eccles
2024-12-07Revert "[flang] Allow to pass an async id to allocate the descriptor (#118713...Valentin Clement (バレンタイン クレメン)
2024-12-06[Flang][NFC] Split runtime headers in preparation for cross-compilation. (#11...Michael Kruse
2024-12-05[flang][cuda] Use async id for device stream allocation (#118733)Valentin Clement (バレンタイン クレメン)
2024-12-05[Flang][NFC] Split common headers to reduce dependencies. (#110244)Michael Kruse
2024-12-04[flang] Allow to pass an async id to allocate the descriptor (#118713)Valentin Clement (バレンタイン クレメン)
2024-12-03[flang] Update CommandTest for AIX (NFC) (#118403)Kelvin Li
2024-11-27[NFC][flang] Fix execute_command_line test for odd environments (#117714)David Truby
2024-11-01[flang][cuda][NFC] Fix formatValentin Clement
2024-11-01[flang][cuda] Data transfer with descriptor (#114598)Valentin Clement (バレンタイン クレメン)
2024-10-03[flang] replace fir.complex usages with mlir complex (#110850)jeanPerier