summaryrefslogtreecommitdiff
path: root/orc-test/orctest.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14Make it ANSI-COlivier Crête1-8/+8
2012-12-28mips: added copyright headersGuillaume Emont1-0/+26
2012-12-28mips: added test for binary code generationGuillaume Emont1-0/+96
2011-10-02test: disable complaints about codegen failuresDavid Schleef1-4/+4
2011-09-24Fix up c64x-c backendDavid Schleef1-2/+3
2011-07-09Move ORC_GNUC_UNUSED to orcutils.h and use itDavid Schleef1-6/+0
2011-07-09Fix a bunch of unused-but-set-variable compiler warnings with gcc 4.6Tim-Philipp Müller1-4/+10
2011-05-31test: add msvc define for snprintfDavid Schleef1-0/+1
2011-05-16tests: Handle new modifiersDavid Schleef1-6/+6
2011-05-13tests: print error message in test failuresDavid Schleef1-0/+5
2011-04-25orctest: check return values of snprintfDavid Schleef1-14/+25
2011-04-25test: ignore diffs due to change in jmp sizesDavid Schleef1-2/+2
2010-09-23test: Add disabled code to make manual testing easierDavid Schleef1-0/+8
2010-09-08orc-test: Fix comparison of 64-bit typesDavid Schleef1-5/+5
2010-09-08Add ORC_TARGET_CLEAN_COMPILE and use itDavid Schleef1-1/+5
2010-09-06Eliminate usage of %lld, etc.David Schleef1-3/+6
2010-09-04test: disabled unused codeDavid Schleef1-0/+2
2010-09-02Fix static linkingDavid Schleef1-4/+4
2010-08-26Add int64 and double parametersDavid Schleef1-4/+13
2010-08-25Fix testing of float paramsDavid Schleef1-1/+5
2010-08-24Use OrcCode structure to handle all executable codeDavid Schleef1-5/+12
2010-08-20Update documentation, add tutorialDavid Schleef1-22/+40
2010-08-19Add perf testing of emulated codeDavid Schleef1-0/+4
2010-08-19Fix printing of performance data in testsDavid Schleef1-4/+9
2010-08-18test: Improve opcode test program generationDavid Schleef1-29/+71
2010-08-17test: Add alignment and misalignment to arraysDavid Schleef1-6/+20
2010-08-12test: Decrease n for performance testingDavid Schleef1-1/+1
2010-08-11Fix segfault in test programsDavid Schleef1-2/+6
2010-08-01Add performance comparison testsDavid Schleef1-7/+14
2010-07-09test: remove adjustment of performance numberDavid Schleef1-1/+1
2010-07-09test: switch neon test back to neonDavid Schleef1-1/+1
2010-06-30arm: arm backend code gen fixesDavid Schleef1-1/+1
2010-06-28tests: better float comparisonDavid Schleef1-3/+29
2010-06-09convert from stdint types to orc typesDavid Schleef1-29/+29
2010-06-07tests: fix neon testsDavid Schleef1-8/+7
2010-06-01centralize definition of out-of-bound valueDavid Schleef1-4/+4
2010-04-15c64x: Fix compiler pathDavid Schleef1-1/+1
2010-04-15Merge branch 'master' into neonDavid Schleef1-103/+192
2010-03-29tests: improve tests with acc and const opcodesDavid Schleef1-0/+6
2010-01-07tests: Add memcpy_speed from liboilDavid Schleef1-0/+106
2009-12-11better handling for 2-dest opcodesDavid Schleef1-38/+49
2009-12-11test: convert unsigned and hex printing to new apiDavid Schleef1-52/+26
2009-12-02Build fixes due to MSVCDavid Schleef1-0/+4
2009-11-20test: fix printf format for 64-bit typesDavid Schleef1-15/+3
2009-10-23Merge branch 'master' into neonDavid Schleef1-6/+12
2009-10-19test: handle testing of float opcodes betterDavid Schleef1-3/+0
2009-10-18sse: Special case for constant n programsDavid Schleef1-3/+12
2009-10-06Merge branch 'master' into neonDavid Schleef1-24/+42
2009-10-05test: fix profiling codeDavid Schleef1-0/+2
2009-10-01orc-test: change OrcRandom to OrcRandomContextDavid Schleef1-1/+1