summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-24use 64bit arithmetic to increment the strideadd-stride-fixWim Taymans2-14/+12
2016-07-24tests: fix a warning spotted when building in osxJosep Torra1-1/+1
2016-05-04Fix test_parse with no executable backendPascal Terjan1-2/+2
2016-03-05Back to developmentTim-Philipp Müller1-1/+1
2016-03-05Release 0.4.25Tim-Philipp Müller2-2/+20
2016-03-04configure: fix bug report urlTim-Philipp Müller1-1/+1
2016-03-02orcc: check version of liborc to make sure the right lib is being usedTim-Philipp Müller1-0/+11
2016-03-02Add orc_version_string()Tim-Philipp Müller3-0/+16
2016-02-18uninstalled.pc: add support for non libtool build systemsJulien Isorce1-2/+2
2016-02-17orcprogram-c: check array bound in get_varname_stride()Luis de Bethencourt1-0/+3
2016-02-17Revert "orcprogram-c: avoid running out of bounds of varnames"Luis de Bethencourt2-3/+2
2015-12-30configure: Only check for Android's liblog on Android targetsSebastian Dröge1-4/+10
2015-12-21configure: Make -Bsymbolic check work with clang.Koop Mast1-5/+6
2015-12-14orcprogram-c: avoid running out of bounds of varnamesLuis de Bethencourt2-2/+3
2015-10-20doc: update from entropywave locations to gstreamerTim-Philipp Müller5-24/+28
2015-10-20doc: update generated opcode tablesTim-Philipp Müller2-354/+161
2015-10-16tools: remove unused test.orcTim-Philipp Müller2-199/+0
2015-10-15build: fix detection of AMD Kn host cpuTim-Philipp Müller1-1/+1
2015-09-07executor: fix load of parameters smaller than 64 bits1.61.4Wim Taymans1-4/+9
2015-09-07compiler: also prefer the backup function when no targetWim Taymans1-1/+1
2015-08-12test-limits: improve test without targetWim Taymans1-1/+3
2015-06-24Back to developmentSebastian Dröge2-2/+2
2015-06-24Release 0.4.24Sebastian Dröge2-1/+12
2015-06-22parse: increase array sizeWim Taymans1-2/+2
2015-06-22program: only reuse constants of the same size and valueWim Taymans3-5/+15
2015-05-22testsuite: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller9-10/+10
2015-05-22testsuite: add parsing test case for win32 line endingsTim-Philipp Müller2-2/+72
2015-05-22orcc: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller2-2/+2
2015-05-22orcparse: handle win32 \r\n line endingsTim-Philipp Müller1-0/+4
2015-04-10tests: use AM_TESTS_ENVIRONMENTTim-Philipp Müller1-1/+1
2015-03-12test: protect against out-of-boundsLuis de Bethencourt1-2/+2
2015-03-12test: protect against going out of boundsLuis de Bethencourt1-1/+1
2015-03-08orcc: Remove duplicate codepathEdward Hervey1-7/+2
2015-02-27testsuite: Put a limit to the memcpy testEdward Hervey1-2/+9
2015-01-30orccodemem: fix mmap leak on error pathVincent Penquerc'h1-0/+1
2014-12-17Back to developmentSebastian Dröge1-1/+1
2014-12-17Release 0.4.23Sebastian Dröge2-2/+16
2014-12-10neon: add support for all constantsHEADneon-constmasterWim Taymans1-67/+63
2014-12-09neon: add support for 64 bit parametersWim Taymans1-5/+36
2014-12-09neon: vtrn and vzip are undefined when src == destWim Taymans1-5/+10
2014-12-05orcc: allow setting custom backup functionWim Taymans4-7/+151
2014-12-03Fix high-order bit of first register in VPUSH/VPOP generationJerome Laheurte1-2/+2
2014-11-27Preserve NEON/VFP registers across subroutines according to ARM PCS (5.1.2.1)Jerome Laheurte4-32/+98
2014-11-08orcc: program-c: fix 64-bit parameter loading (loadpq) on big-endian systemsTim-Philipp Müller1-4/+4
2014-09-26orc: include orcprogram only onceWim Taymans1-1/+0
2014-09-26opcode: mark copy opcodes and don't emit mov for themWim Taymans3-5/+6
2014-09-26compiler: use src register as dest2Wim Taymans3-14/+16
2014-09-26compiler: update max_used_temp_reg before useWim Taymans1-0/+3
2014-09-26sse: improve splitXX on sse3Wim Taymans1-0/+47
2014-09-22parse: cleanupwork2Wim Taymans1-10/+4