summaryrefslogtreecommitdiff
path: root/orc-test/orctest.c
Commit message (Expand)AuthorAgeFilesLines
* neon: Fix testsuite not passing on arm CPUsGaetan Bahl2022-06-151-1/+70
* orctest: Fix parentheses location in ULP testDoug Nazar2019-09-131-2/+2
* orctest: Fix ULP compare and make compatible with clangDoug Nazar2019-08-311-2/+6
* build: fix werror build with clangMatthew Waters2019-08-271-2/+2
* orctest: print_array_val_float return value not usedDoug Nazar2019-08-181-8/+5
* orctest: Switch nearby float comparison to ULP methodDoug Nazar2019-08-071-4/+4
* Fix MSVC compiler warningTim-Philipp Müller2018-05-181-1/+0
* orctest: Allow enough room for sprintf()Edward Hervey2018-05-041-2/+2
* tests: fix a warning spotted when building in osxJosep Torra2016-07-241-1/+1
* test: protect against out-of-boundsLuis de Bethencourt2015-03-121-2/+2
* test: protect against going out of boundsLuis de Bethencourt2015-03-121-1/+1
* Make it ANSI-COlivier Crête2013-10-141-8/+8
* mips: added copyright headersGuillaume Emont2012-12-281-0/+26
* mips: added test for binary code generationGuillaume Emont2012-12-281-0/+96
* test: disable complaints about codegen failuresDavid Schleef2011-10-021-4/+4
* Fix up c64x-c backendDavid Schleef2011-09-241-2/+3
* Move ORC_GNUC_UNUSED to orcutils.h and use itDavid Schleef2011-07-091-6/+0
* Fix a bunch of unused-but-set-variable compiler warnings with gcc 4.6Tim-Philipp Müller2011-07-091-4/+10
* test: add msvc define for snprintfDavid Schleef2011-05-311-0/+1
* tests: Handle new modifiersDavid Schleef2011-05-161-6/+6
* tests: print error message in test failuresDavid Schleef2011-05-131-0/+5
* orctest: check return values of snprintfDavid Schleef2011-04-251-14/+25
* test: ignore diffs due to change in jmp sizesDavid Schleef2011-04-251-2/+2
* test: Add disabled code to make manual testing easierDavid Schleef2010-09-231-0/+8
* orc-test: Fix comparison of 64-bit typesDavid Schleef2010-09-081-5/+5
* Add ORC_TARGET_CLEAN_COMPILE and use itDavid Schleef2010-09-081-1/+5
* Eliminate usage of %lld, etc.David Schleef2010-09-061-3/+6
* test: disabled unused codeDavid Schleef2010-09-041-0/+2
* Fix static linkingDavid Schleef2010-09-021-4/+4
* Add int64 and double parametersDavid Schleef2010-08-261-4/+13
* Fix testing of float paramsDavid Schleef2010-08-251-1/+5
* Use OrcCode structure to handle all executable codeDavid Schleef2010-08-241-5/+12
* Update documentation, add tutorialDavid Schleef2010-08-201-22/+40
* Add perf testing of emulated codeDavid Schleef2010-08-191-0/+4
* Fix printing of performance data in testsDavid Schleef2010-08-191-4/+9
* test: Improve opcode test program generationDavid Schleef2010-08-181-29/+71
* test: Add alignment and misalignment to arraysDavid Schleef2010-08-171-6/+20
* test: Decrease n for performance testingDavid Schleef2010-08-121-1/+1
* Fix segfault in test programsDavid Schleef2010-08-111-2/+6
* Add performance comparison testsDavid Schleef2010-08-011-7/+14
* test: remove adjustment of performance numberDavid Schleef2010-07-091-1/+1
* test: switch neon test back to neonDavid Schleef2010-07-091-1/+1
* arm: arm backend code gen fixesDavid Schleef2010-06-301-1/+1
* tests: better float comparisonDavid Schleef2010-06-281-3/+29
* convert from stdint types to orc typesDavid Schleef2010-06-091-29/+29
* tests: fix neon testsDavid Schleef2010-06-071-8/+7
* centralize definition of out-of-bound valueDavid Schleef2010-06-011-4/+4
* c64x: Fix compiler pathDavid Schleef2010-04-151-1/+1
* Merge branch 'master' into neonDavid Schleef2010-04-151-103/+192
|\
| * tests: improve tests with acc and const opcodesDavid Schleef2010-03-291-0/+6