summaryrefslogtreecommitdiff
path: root/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-09-22test: add more testsWim Taymans1-0/+107
2014-06-23build: Modernize autotools build systemSebastian Dröge1-3/+7
2014-06-06Add some checks on the number of variables per typeVincent Penquerc'h2-1/+74
2014-05-20orc: Close file after usage in the copied around file reading functionSebastian Dröge6-0/+12
2014-04-22memcpy_speed: Use unsigned integers, overflows are undefined for signed integersSebastian Dröge1-1/+1
2014-04-14memcpy_speed: Properly define ALIGN macro and fix memory leaksSebastian Dröge1-2/+5
2014-04-13bench10: Fix syntax errorsSebastian Dröge1-31/+31
2014-04-13test.orc: Fix syntax errorsSebastian Dröge1-3/+3
2014-04-13benchmorc: Fix memory leaks in testSebastian Dröge1-0/+3
2014-04-13tests: Fix various memory leaks in testsSebastian Dröge4-1/+12
2014-04-13bytecode_parse: Fix memory leaks in testSebastian Dröge1-0/+4
2014-04-10testsuite: file leak fixVincent Penquerc'h1-0/+2
2014-04-07Fix FILE leakVincent Penquerc'h1-0/+1
2014-01-29docs: mulhsw, mulhsw shifts by 16, not 8William Manley1-2/+2
2013-12-30testsuite: fix file descriptor leak in benchmorcTim-Philipp Müller1-0/+1
2013-10-14Make it ANSI-COlivier Crête5-17/+19
2013-06-06docs: add more opcode descriptionsStefan Sauer1-3/+40
2013-06-06docs: hook up generate_table toolsStefan Sauer2-15/+23
2013-06-05tests: use the ORC_STATIC_OPCODE_FLOAT flag to simplify the testsStefan Sauer2-16/+8
2012-12-28mips: added copyright headersGuillaume Emont1-0/+26
2012-12-28mips: added test for binary code generationGuillaume Emont2-0/+118
2011-10-08bytecode: Add bytecodeDavid Schleef2-0/+101
2011-09-24Fix up c64x-c backendDavid Schleef2-0/+118
2011-07-09Fix a bunch of unused-but-set-variable compiler warnings with gcc 4.6Tim-Philipp Müller2-20/+5
2011-05-16tests: Handle new modifiersDavid Schleef2-2/+33
2011-05-14tests: remove offsets from memcpy_speedDavid Schleef1-2/+2
2011-05-13Add ORC_CODE=randomize to randomize registersDavid Schleef1-0/+3
2011-05-13tests: better presentationDavid Schleef1-15/+3
2011-05-12benchmorc: Add feathersDavid Schleef1-2/+290
2011-04-16tests: Add failing gstcogorc code to testDavid Schleef1-0/+50
2011-04-14tools,tests: fix compatibility checker and bugsDavid Schleef5-16/+6365
2011-04-14test.orc: remove stdint typesDavid Schleef1-274/+274
2010-12-22Build fixes for win64David Schleef2-2/+2
2010-12-05tests: fix copy'n'paste errorStefan Kost1-1/+1
2010-10-14test.orc: Add function that checks 'x2 mulll'David Schleef1-0/+31
2010-10-09Add benchmorcDavid Schleef4-2/+4995
2010-09-29Fix documentation of opcodesDavid Schleef1-10/+10
2010-09-15c: Fix problems related to 64-bit constantsDavid Schleef1-1/+15
2010-09-14test: Add test for x2 float opsDavid Schleef1-0/+11
2010-09-14perf_opcodes_sys: Use orc_test_get_program_for_opcodeDavid Schleef1-38/+1
2010-09-06Eliminate usage of %lld, etc.David Schleef1-3/+6
2010-09-03testsuite: Add compatibility checkDavid Schleef1-0/+29
2010-08-30Add needed file (again)David Schleef1-0/+12
2010-08-30Add needed fileDavid Schleef1-0/+12
2010-08-29test.orc: remove glib typesDavid Schleef1-3/+3
2010-08-29testsuite: Fix cross compiling of orcc testDavid Schleef2-7/+21
2010-08-27Fix MSVC build errorsDavid Schleef2-0/+7
2010-08-27Implement parsing of float constantsDavid Schleef1-0/+13
2010-08-26Add int64 and double parametersDavid Schleef1-4/+15
2010-08-25Fix testing of float paramsDavid Schleef1-1/+5