summaryrefslogtreecommitdiff
path: root/testsuite/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-06-06Add some checks on the number of variables per typeVincent Penquerc'h1-1/+2
We want to ensure no more than, say, 8 constants are added to a program. Adding more will violate pervasive assumptions in the code, and may lead to various buffer overflows. By trapping these add creation time, we prevent these issues without cluttering the code with range checks. The user is assumed non malicious here. Add a test to check we can add up to and including the limit for a type, but no more.
2012-12-28mips: added test for binary code generationGuillaume Emont1-0/+4
2011-10-08bytecode: Add bytecodeDavid Schleef1-0/+1
2011-09-24Fix up c64x-c backendDavid Schleef1-0/+4
2010-10-09Add benchmorcDavid Schleef1-2/+2
2010-08-29testsuite: Fix cross compiling of orcc testDavid Schleef1-0/+3
2010-08-21tests: Add show_parseDavid Schleef1-1/+2
2010-08-05tests: don't run compare programsDavid Schleef1-1/+1
For MMX/SSE only.
2010-08-01Add performance comparison testsDavid Schleef1-0/+1
2010-07-13tests: don't run neon testsDavid Schleef1-2/+0
2010-06-14tests: Add ABI check for code_execDavid Schleef1-1/+2
2010-06-07Remove orc-float libraryDavid Schleef1-17/+1
2010-06-07tests: remove accidental commit of liboil cflagsDavid Schleef1-2/+2
2010-06-07Add --enable-backendDavid Schleef1-0/+2
2010-06-07tests: Add compile_parseDavid Schleef1-3/+3
2010-04-15c64x: remove c64x targetDavid Schleef1-2/+0
It was replaced with c64x-c long ago.
2010-04-15neon: remove pixel testsDavid Schleef1-2/+0
2010-04-15Merge branch 'master' into neonDavid Schleef1-19/+16
Conflicts: doc/table.xml orc/orcprogram-sse.c orc/orcprogram.h testsuite/Makefile.am testsuite/generate_xml_table.c
2010-03-29tests: Add exec_parseDavid Schleef1-0/+2
2010-03-20Fix distcheckDavid Schleef1-0/+3
2010-03-20tests: remove pixel testsDavid Schleef1-13/+2
2010-03-18tests: remove compile tests from TESTSDavid Schleef1-7/+8
These don't work consistently, and not at all if your compiler is not named "gcc".
2010-01-07tests: Add memcpy_speed from liboilDavid Schleef1-2/+4
2009-12-13tests: Fix distcheckDavid Schleef1-3/+4
2009-11-20test: add compile_parse_cDavid Schleef1-1/+2
2009-10-06test: don't install testsDavid Schleef1-1/+1
2009-10-06Merge branch 'master' into neonDavid Schleef1-1/+1
2009-10-06Don't install orc tests.David Schleef1-1/+1
2009-09-19Merge commit 'origin/master' into neonDavid Schleef1-1/+1
Conflicts: orc-test/orctest.c testsuite/orcc/Makefile.am tools/orcc.c
2009-08-12Fix cross buildingDavid Schleef1-1/+1
2009-07-14tests: add orcc testDavid Schleef1-1/+4
2009-07-09tests: add orcc testDavid Schleef1-1/+4
2009-06-15neon: Fix bug in copy[bwl] ruleDavid Schleef1-2/+4
2009-06-06Merge branch 'master' into neonDavid Schleef1-9/+9
Conflicts: testsuite/Makefile.am
2009-05-310.3->0.4 fixes, update READMEDavid Schleef1-7/+7
2009-05-31Merge branch 'master' into neonDavid Schleef1-1/+1
Conflicts: orc/Makefile.am orc/arm.h orc/orcarm.c orc/orcprogram-arm.c orc/orcrules-arm.c
2009-05-31doc: documentation workDavid Schleef1-1/+1
2009-05-28c64x: add c64x backendDavid Schleef1-2/+4
2009-05-26update neon for recent core changesDavid Schleef1-2/+10
2009-05-26add neon compile testDavid Schleef1-2/+2
2009-05-26neon hackingDavid Schleef1-2/+2
2009-05-26install test programsDavid Schleef1-1/+1
2009-05-26Add neon targetDavid Schleef1-0/+3
2009-05-24tests: fix up tests for new apiDavid Schleef1-1/+10
2009-05-24clean up files after running testsDavid Schleef1-0/+2
2009-05-23tests: rearrange tests, propogate compile errorsDavid Schleef1-6/+8
2009-04-27Add tests for float and pixel opcodesDavid Schleef1-2/+18
2009-04-26Fix previous commitDavid Schleef1-2/+2
2009-04-26Add accumulators, accum opcodes, and sse implementationsDavid Schleef1-2/+2
2009-04-01Add another testDavid Schleef1-2/+2