Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-06 | Add some checks on the number of variables per type | Vincent Penquerc'h | 1 | -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-28 | mips: added test for binary code generation | Guillaume Emont | 1 | -0/+4 | |
2011-10-08 | bytecode: Add bytecode | David Schleef | 1 | -0/+1 | |
2011-09-24 | Fix up c64x-c backend | David Schleef | 1 | -0/+4 | |
2010-10-09 | Add benchmorc | David Schleef | 1 | -2/+2 | |
2010-08-29 | testsuite: Fix cross compiling of orcc test | David Schleef | 1 | -0/+3 | |
2010-08-21 | tests: Add show_parse | David Schleef | 1 | -1/+2 | |
2010-08-05 | tests: don't run compare programs | David Schleef | 1 | -1/+1 | |
For MMX/SSE only. | |||||
2010-08-01 | Add performance comparison tests | David Schleef | 1 | -0/+1 | |
2010-07-13 | tests: don't run neon tests | David Schleef | 1 | -2/+0 | |
2010-06-14 | tests: Add ABI check for code_exec | David Schleef | 1 | -1/+2 | |
2010-06-07 | Remove orc-float library | David Schleef | 1 | -17/+1 | |
2010-06-07 | tests: remove accidental commit of liboil cflags | David Schleef | 1 | -2/+2 | |
2010-06-07 | Add --enable-backend | David Schleef | 1 | -0/+2 | |
2010-06-07 | tests: Add compile_parse | David Schleef | 1 | -3/+3 | |
2010-04-15 | c64x: remove c64x target | David Schleef | 1 | -2/+0 | |
It was replaced with c64x-c long ago. | |||||
2010-04-15 | neon: remove pixel tests | David Schleef | 1 | -2/+0 | |
2010-04-15 | Merge branch 'master' into neon | David Schleef | 1 | -19/+16 | |
Conflicts: doc/table.xml orc/orcprogram-sse.c orc/orcprogram.h testsuite/Makefile.am testsuite/generate_xml_table.c | |||||
2010-03-29 | tests: Add exec_parse | David Schleef | 1 | -0/+2 | |
2010-03-20 | Fix distcheck | David Schleef | 1 | -0/+3 | |
2010-03-20 | tests: remove pixel tests | David Schleef | 1 | -13/+2 | |
2010-03-18 | tests: remove compile tests from TESTS | David Schleef | 1 | -7/+8 | |
These don't work consistently, and not at all if your compiler is not named "gcc". | |||||
2010-01-07 | tests: Add memcpy_speed from liboil | David Schleef | 1 | -2/+4 | |
2009-12-13 | tests: Fix distcheck | David Schleef | 1 | -3/+4 | |
2009-11-20 | test: add compile_parse_c | David Schleef | 1 | -1/+2 | |
2009-10-06 | test: don't install tests | David Schleef | 1 | -1/+1 | |
2009-10-06 | Merge branch 'master' into neon | David Schleef | 1 | -1/+1 | |
2009-10-06 | Don't install orc tests. | David Schleef | 1 | -1/+1 | |
2009-09-19 | Merge commit 'origin/master' into neon | David Schleef | 1 | -1/+1 | |
Conflicts: orc-test/orctest.c testsuite/orcc/Makefile.am tools/orcc.c | |||||
2009-08-12 | Fix cross building | David Schleef | 1 | -1/+1 | |
2009-07-14 | tests: add orcc test | David Schleef | 1 | -1/+4 | |
2009-07-09 | tests: add orcc test | David Schleef | 1 | -1/+4 | |
2009-06-15 | neon: Fix bug in copy[bwl] rule | David Schleef | 1 | -2/+4 | |
2009-06-06 | Merge branch 'master' into neon | David Schleef | 1 | -9/+9 | |
Conflicts: testsuite/Makefile.am | |||||
2009-05-31 | 0.3->0.4 fixes, update README | David Schleef | 1 | -7/+7 | |
2009-05-31 | Merge branch 'master' into neon | David Schleef | 1 | -1/+1 | |
Conflicts: orc/Makefile.am orc/arm.h orc/orcarm.c orc/orcprogram-arm.c orc/orcrules-arm.c | |||||
2009-05-31 | doc: documentation work | David Schleef | 1 | -1/+1 | |
2009-05-28 | c64x: add c64x backend | David Schleef | 1 | -2/+4 | |
2009-05-26 | update neon for recent core changes | David Schleef | 1 | -2/+10 | |
2009-05-26 | add neon compile test | David Schleef | 1 | -2/+2 | |
2009-05-26 | neon hacking | David Schleef | 1 | -2/+2 | |
2009-05-26 | install test programs | David Schleef | 1 | -1/+1 | |
2009-05-26 | Add neon target | David Schleef | 1 | -0/+3 | |
2009-05-24 | tests: fix up tests for new api | David Schleef | 1 | -1/+10 | |
2009-05-24 | clean up files after running tests | David Schleef | 1 | -0/+2 | |
2009-05-23 | tests: rearrange tests, propogate compile errors | David Schleef | 1 | -6/+8 | |
2009-04-27 | Add tests for float and pixel opcodes | David Schleef | 1 | -2/+18 | |
2009-04-26 | Fix previous commit | David Schleef | 1 | -2/+2 | |
2009-04-26 | Add accumulators, accum opcodes, and sse implementations | David Schleef | 1 | -2/+2 | |
2009-04-01 | Add another test | David Schleef | 1 | -2/+2 | |