summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-14orcbytecodes: Fix filename of generated fileSebastian Dröge1-1/+1
2014-04-14orcarray: Fix compiler warning with gcc 4.9Sebastian Dröge1-1/+2
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-13orcparse: Guard against unknown tokensSebastian Dröge1-3/+12
2014-04-13orcprogram: Free init function nameSebastian Dröge1-0/+4
2014-04-13tests: Fix various memory leaks in testsSebastian Dröge4-1/+12
2014-04-13orcprogram: Free OrcCode together with the programSebastian Dröge1-0/+4
2014-04-13orcprogram: Free type names of variables when freeing a programSebastian Dröge1-0/+4
2014-04-13bytecode_parse: Fix memory leaks in testSebastian Dröge1-0/+4
2014-04-11orcmips: Fix register range checkEdward Hervey1-1/+1
2014-04-11orcexecutor: Don't use negative values on arraysEdward Hervey1-3/+7
2014-04-11orc: Remove unused variableEdward Hervey2-8/+0
2014-04-10testsuite: file leak fixVincent Penquerc'h1-0/+2
2014-04-07Fix FILE leakVincent Penquerc'h1-0/+1
2014-02-08orcrules-neon: Remove unused variableSebastian Dröge1-4/+0
2014-01-29docs: mulhsw, mulhsw shifts by 16, not 8William Manley1-2/+2
2014-01-02orcarm: OSX doesn't like comparisons against enum and int.Todd Agulnick1-1/+1
2013-12-30tools: fix memory leak in orccTim-Philipp Müller1-0/+2
2013-12-30testsuite: fix file descriptor leak in benchmorcTim-Philipp Müller1-0/+1
2013-10-14Make it ANSI-COlivier Crête28-246/+248
2013-09-20autogen.sh: Allow calling from out of treeEdward Hervey1-2/+13
2013-09-20configure: version back to unreleasedEdward Hervey1-1/+1
2013-08-24Release 0.4.18f20David Schleef2-2/+13
2013-08-19orcbytecode: Fix parsing of 32 bit values from bytecode as wellTim-Philipp Müller1-3/+3
2013-08-19orcbytecode: Fix parsing of 64 bit values from bytecodeSebastian Dröge1-8/+10
2013-06-06docs: add more opcode descriptionsStefan Sauer1-3/+40
2013-06-06docs: hook up generate_table toolsStefan Sauer3-15/+27
2013-06-05accumulator: use the local variable 'var'Stefan Sauer2-14/+14
2013-06-05tests: use the ORC_STATIC_OPCODE_FLOAT flag to simplify the testsStefan Sauer2-16/+8
2013-06-03orcparse: fix copy and paste of error messageStefan Sauer1-2/+2
2013-06-03docs: add docs for the program directivesStefan Sauer3-1/+132
2013-06-03orcprogram-c: fix indent for 2 opcodesStefan Sauer1-2/+2
2013-05-29generate-*: cosmetic changesStefan Sauer2-4/+6
2013-05-28generate-*: add missing flag to help()Stefan Sauer2-0/+2
2013-05-28generate-bytecode: add ORC_BC_INSTRUCTION_FLAGS to generatorStefan Sauer1-2/+4
2013-05-27orc-test: Fix typo in #ifdefSebastian Dröge1-1/+1
2013-04-25orc: fix cache flush for iOSAndoni Morales Alastruey1-0/+10
2013-04-01configure: version back to unreleasedDavid Schleef1-1/+1
2013-04-01mips: deactivate loadupdb implementation as it is brokenGuillaume Emont1-1/+3
2013-03-30pkgconfig: in -uninstalled ensure to link with the proper libraryJosep Torra1-1/+1
2013-03-30configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSJosep Torra1-1/+1
2013-03-10Merge branch '0.4.17'David Schleef3-3/+15
2013-02-20Fix build on AndroidSebastian Dröge1-0/+5
2013-02-20orcc: workaround a bug in the gcc 4.2 provided by XCode 3.2.6Josep Torra3-1/+19
2013-02-19Release 0.4.17David Schleef3-3/+15
2013-02-19test: Fix recent commitDavid Schleef2-7/+11
2013-02-19neon: move orc_arm_loadw out of arm backendDavid Schleef2-17/+17