llvm/flang/unittests/RuntimeGTest
peter klausler fdf33771fe [flang] Implement runtime for IALL & IANY
We had IPARITY (xor-reduction) but I missed IALL (and)
and IANY (or).

Differential Revision: https://reviews.llvm.org/D104339
2021-06-16 14:54:36 -07:00
..
BufferTest.cpp [flang] Move buffer runtime test to GTest 2021-06-14 10:13:32 -07:00
CharacterTest.cpp [flang] Correct the subscripts used for arguments to character intrinsics 2021-06-16 10:26:25 -07:00
CMakeLists.txt [flang] Move buffer runtime test to GTest 2021-06-14 10:13:32 -07:00
CrashHandlerFixture.cpp [flang] Add clang-tidy check for braces around if 2021-06-16 09:13:53 +00:00
CrashHandlerFixture.h [flang] Unittests for runtime terminator 2021-03-18 15:54:48 +00:00
Format.cpp [Flang][Runtime][tests] Escape regex special character. 2021-06-10 11:30:23 -05:00
ListInputTest.cpp Bump googletest to 1.10.0 2021-05-14 19:16:31 +02:00
Matmul.cpp [flang] Implement more transformational intrinsic functions in runtime 2021-05-20 13:22:01 -07:00
MiscIntrinsic.cpp [flang] TRANSFER() intrinsic function 2021-04-02 10:41:37 -07:00
Namelist.cpp [flang] Implement more transformational intrinsic functions in runtime 2021-05-20 13:22:01 -07:00
Numeric.cpp [flang] Define missing & needed IEEE_ARITHMETIC symbols 2021-04-19 11:44:43 -07:00
NumericalFormatTest.cpp [flang] Implement NAMELIST I/O in the runtime 2021-05-06 11:18:36 -07:00
Random.cpp [flang] RANDOM_NUMBER, RANDOM_SEED, RANDOM_INIT in runtime 2021-04-09 17:03:11 -07:00
Reduction.cpp [flang] Implement runtime for IALL & IANY 2021-06-16 14:54:36 -07:00
RuntimeCrashTest.cpp [flang] Unittests for runtime terminator 2021-03-18 15:54:48 +00:00
Time.cpp [flang] Add initial implementation for CPU_TIME 2021-06-14 07:48:09 +00:00
tools.h [flang] Implement NAMELIST I/O in the runtime 2021-05-06 11:18:36 -07:00
Transformational.cpp [flang] Implement more transformational intrinsic functions in runtime 2021-05-20 13:22:01 -07:00