Home
last modified time | relevance | path

Searched refs:imtest (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/contrib/
H A DMakefile.msvc38 TARGETS=imtest.exe pi.exe bintest.exe findprime.exe
53 test: imtest.exe pi.exe
66 imtest.exe: imtest.obj imath.obj imrat.obj imdrover.obj
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DMakefile48 TARGETS=bintest bug-swap imtest imtimer rtest
73 test: imtest pi bug-swap doc.md
103 imtest: imtest.o imath.o imrat.o imdrover.o iprime.o target
H A DChangeLog67 make DEBUG=Y imtest
271 Fixed a memory leak in the test driver (imtest.c) where the input
355 Added some new testing hooks in imtest.c, new unit tests.
551 fc7846a imtest: Ensure the exit code is non-zero when tests fail.
553 276d1f9 imtest: Make test output easier to read.
H A Ddoc.md.in313 distribution. When you run `make test`, it builds the `imtest` program and
360 vector for `imtest` and/or a minimal test program that will demonstrate the bug
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Dtest.sh11 if [ ! -f ../imtest ] ; then
18 if ../imtest *.tc | (grep -v 'OK'||true) ; then