summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-07executor: fix load of parameters smaller than 64 bitsrhel-7.2Wim Taymans1-4/+9
2015-09-07compiler: also prefer the backup function when no targetWim Taymans1-1/+1
2015-08-13test-limits: improve test without targetWim Taymans1-1/+3
2015-08-13orcc: program-c: fix 64-bit parameter loading (loadpq) on big-endian systemsTim-Philipp Müller1-4/+4
2015-08-13TMPDIR becomes the last optionFabian Deutsch1-6/+6
2014-08-27Release 0.4.22Sebastian Dröge2-2/+13
2014-08-26Add fallback CPU feature detection for AndroidJan Schmidt1-67/+76
2014-08-26Remove declarations for deleted functions from orcutils.hJan Schmidt1-3/+0
2014-08-26Detect android liblog and use android's log functions for debug outputJan Schmidt3-1/+53
2014-06-27orccompiler: free error messageThiago Santos1-0/+1
2014-06-27orcarray: Use size_t for pointer arithmeticsEdward Hervey1-1/+1
2014-06-23orccompiler: If compiling a program twice, first free the results of the prev...Sebastian Dröge1-0/+10
2014-06-23orcc: Fix some memory leaks in the compilerSebastian Dröge1-0/+7
2014-06-23autogen: Honor NOCONFIGURE=1Colin Walters1-1/+3
2014-06-23Back to developmentSebastian Dröge1-1/+1
2014-06-23Release 0.4.21Sebastian Dröge2-2/+12
2014-06-23configure: Pass -version-info to libtool againSebastian Dröge1-1/+1
2014-06-23Back to developmentSebastian Dröge1-1/+1
2014-06-23Release 0.4.20Sebastian Dröge2-2/+15
2014-06-23build: Modernize autotools build systemSebastian Dröge12-203/+392
2014-06-06Add some checks on the number of variables per typeVincent Penquerc'h6-4/+174
2014-06-05Update .gitignoreTim-Philipp Müller1-0/+9
2014-06-04orccodemem: fix list corruption when splitting memory chunks in twoTim-Philipp Müller1-1/+1
2014-05-20orc: Close file after usage in the copied around file reading functionSebastian Dröge8-0/+16
2014-05-19orcarray: Use fabs() instead of abs(), the latter is for integersSebastian Dröge1-1/+1
2014-04-25orcprogram-c: Convert shifts in swap opcodes to operations on unsigned integersSebastian Dröge3-8/+8
2014-04-22memcpy_speed: Use unsigned integers, overflows are undefined for signed integersSebastian Dröge1-1/+1
2014-04-18Back to developmentSebastian Dröge1-1/+1
2014-04-18Release 0.4.19Sebastian Dröge4-17/+23
2014-04-17orccodemem: mask group/other bits for temporary fileVincent Penquerc'h1-0/+3
2014-04-16orcprogam-{mips,mmx,sse}: bail out if get_align_var failsVincent Penquerc'h3-0/+19
2014-04-16orcprogram: bail out on errorVincent Penquerc'h1-0/+1
2014-04-15orcbytecode: Don't replace program name without freeing the old name if anySebastian Dröge1-0/+3
2014-04-15orcc: Fix indention of generated codeSebastian Dröge1-6/+6
2014-04-15orc: Update autogenerated filesSebastian Dröge3-3/+47
2014-04-15orcprogram-c: Fix swaplq C implementationSebastian Dröge1-1/+1
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