[flang] Add cpowi function to runtime and use instead of pgmath
[platform/upstream/llvm.git] / flang / unittests / Runtime / CMakeLists.txt
2022-10-11 David Truby[flang] Add cpowi function to runtime and use instead...
2022-03-28 Jean Perier[flang][runtime] Ensure PointerDeallocate actually...
2022-02-09 Peter Steinfeld[flang] Upstream runtime changes for inquiry intrinsics
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-12-07 Valentin Clement[flang][runtime] Add ragged array runtime functions
2021-11-18 Jean Perier[flang] Skip `Fortran STOP:` before message when NO_STO...
2021-09-03 Diana Picus[flang] COMMAND_ARGUMENT_COUNT runtime implementation
2021-07-30 Asher Mancinelli[flang] Move External IO tests to use GTest
2021-06-16 Andrzej Warzynski[flang][nfc] Move `external-hello-world` to flang/examples
2021-06-14 Asher Mancinelli[flang] Move buffer runtime test to GTest
2021-04-27 Asher Mancinelli[flang] Add format test to GTest suite
2021-04-15 Asher Mancinelli[flang] Add list input test to GTest suite
2021-03-29 Asher Mancinelli[flang] Update output format test to use GTest
2021-03-24 peter klausler[flang] Fix output buffering bug (positionability assum...
2021-03-09 Asher Mancinelli[flang] update character tests to use gtest
2020-10-15 Serge Guelton[flang] Fix build with BUILD_SHARED_LIBS=ON and FLANG_B...
2020-10-14 Serge Guelton[flang] Make flang build compatible with LLVM dylib
2020-07-24 David Truby[flang] Run non-gtest unit tests with lit.
2020-07-09 peter klausler[flang] Fix frontend build with -DBUILD_SHARED_LIBS=On
2020-07-06 peter klausler[flang] Basic tests of external I/O runtime (part 9/9)
2020-06-08 Isuru Fernando[flang] Use LLVM's flags
2020-04-24 peter klausler[flang] More CHARACTER runtime support + unit test
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-03-26 Patrick McCormick[flang] A rework of the cmake build components for...
2020-03-19 Caroline Concatto[flang] [LLVMify F18] Replace the use std::ostream...
2020-03-13 Luke Ireland[flang] Create a separate directory for unittests