summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.4.22orc-0.4.22Sebastian Dröge2014-08-272-2/+13
* Add fallback CPU feature detection for AndroidJan Schmidt2014-08-261-67/+76
* Remove declarations for deleted functions from orcutils.hJan Schmidt2014-08-261-3/+0
* Detect android liblog and use android's log functions for debug outputJan Schmidt2014-08-263-1/+53
* orccompiler: free error messageThiago Santos2014-06-271-0/+1
* orcarray: Use size_t for pointer arithmeticsEdward Hervey2014-06-271-1/+1
* orccompiler: If compiling a program twice, first free the results of the prev...Sebastian Dröge2014-06-231-0/+10
* orcc: Fix some memory leaks in the compilerSebastian Dröge2014-06-231-0/+7
* autogen: Honor NOCONFIGURE=1Colin Walters2014-06-231-1/+3
* Back to developmentSebastian Dröge2014-06-231-1/+1
* Release 0.4.21orc-0.4.21Sebastian Dröge2014-06-232-2/+12
* configure: Pass -version-info to libtool againSebastian Dröge2014-06-231-1/+1
* Back to developmentSebastian Dröge2014-06-231-1/+1
* Release 0.4.20orc-0.4.20Sebastian Dröge2014-06-232-2/+15
* build: Modernize autotools build systemSebastian Dröge2014-06-2312-203/+392
* Add some checks on the number of variables per typeVincent Penquerc'h2014-06-066-4/+174
* Update .gitignoreTim-Philipp Müller2014-06-051-0/+9
* orccodemem: fix list corruption when splitting memory chunks in twoTim-Philipp Müller2014-06-041-1/+1
* orc: Close file after usage in the copied around file reading functionSebastian Dröge2014-05-208-0/+16
* orcarray: Use fabs() instead of abs(), the latter is for integersSebastian Dröge2014-05-191-1/+1
* orcprogram-c: Convert shifts in swap opcodes to operations on unsigned integersSebastian Dröge2014-04-253-8/+8
* memcpy_speed: Use unsigned integers, overflows are undefined for signed integersSebastian Dröge2014-04-221-1/+1
* Back to developmentSebastian Dröge2014-04-181-1/+1
* Release 0.4.19orc-0.4.19Sebastian Dröge2014-04-184-17/+23
* orccodemem: mask group/other bits for temporary fileVincent Penquerc'h2014-04-171-0/+3
* orcprogam-{mips,mmx,sse}: bail out if get_align_var failsVincent Penquerc'h2014-04-163-0/+19
* orcprogram: bail out on errorVincent Penquerc'h2014-04-161-0/+1
* orcbytecode: Don't replace program name without freeing the old name if anySebastian Dröge2014-04-151-0/+3
* orcc: Fix indention of generated codeSebastian Dröge2014-04-151-6/+6
* orc: Update autogenerated filesSebastian Dröge2014-04-153-3/+47
* orcprogram-c: Fix swaplq C implementationSebastian Dröge2014-04-151-1/+1
* orcbytecodes: Fix filename of generated fileSebastian Dröge2014-04-141-1/+1
* orcarray: Fix compiler warning with gcc 4.9Sebastian Dröge2014-04-141-1/+2
* memcpy_speed: Properly define ALIGN macro and fix memory leaksSebastian Dröge2014-04-141-2/+5
* bench10: Fix syntax errorsSebastian Dröge2014-04-131-31/+31
* test.orc: Fix syntax errorsSebastian Dröge2014-04-131-3/+3
* benchmorc: Fix memory leaks in testSebastian Dröge2014-04-131-0/+3
* orcparse: Guard against unknown tokensSebastian Dröge2014-04-131-3/+12
* orcprogram: Free init function nameSebastian Dröge2014-04-131-0/+4
* tests: Fix various memory leaks in testsSebastian Dröge2014-04-134-1/+12
* orcprogram: Free OrcCode together with the programSebastian Dröge2014-04-131-0/+4
* orcprogram: Free type names of variables when freeing a programSebastian Dröge2014-04-131-0/+4
* bytecode_parse: Fix memory leaks in testSebastian Dröge2014-04-131-0/+4
* orcmips: Fix register range checkEdward Hervey2014-04-111-1/+1
* orcexecutor: Don't use negative values on arraysEdward Hervey2014-04-111-3/+7
* orc: Remove unused variableEdward Hervey2014-04-112-8/+0
* testsuite: file leak fixVincent Penquerc'h2014-04-101-0/+2
* Fix FILE leakVincent Penquerc'h2014-04-071-0/+1
* orcrules-neon: Remove unused variableSebastian Dröge2014-02-081-4/+0
* docs: mulhsw, mulhsw shifts by 16, not 8William Manley2014-01-291-2/+2