summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.4.25orc-0.4.25Tim-Philipp Müller2016-03-052-2/+20
* configure: fix bug report urlTim-Philipp Müller2016-03-041-1/+1
* orcc: check version of liborc to make sure the right lib is being usedTim-Philipp Müller2016-03-021-0/+11
* Add orc_version_string()Tim-Philipp Müller2016-03-023-0/+16
* uninstalled.pc: add support for non libtool build systemsJulien Isorce2016-02-181-2/+2
* orcprogram-c: check array bound in get_varname_stride()Luis de Bethencourt2016-02-171-0/+3
* Revert "orcprogram-c: avoid running out of bounds of varnames"Luis de Bethencourt2016-02-172-3/+2
* configure: Only check for Android's liblog on Android targetsSebastian Dröge2015-12-301-4/+10
* configure: Make -Bsymbolic check work with clang.Koop Mast2015-12-211-5/+6
* orcprogram-c: avoid running out of bounds of varnamesLuis de Bethencourt2015-12-142-2/+3
* doc: update from entropywave locations to gstreamerTim-Philipp Müller2015-10-205-24/+28
* doc: update generated opcode tablesTim-Philipp Müller2015-10-202-354/+161
* tools: remove unused test.orcTim-Philipp Müller2015-10-162-199/+0
* build: fix detection of AMD Kn host cpuTim-Philipp Müller2015-10-151-1/+1
* executor: fix load of parameters smaller than 64 bitsWim Taymans2015-09-071-4/+9
* compiler: also prefer the backup function when no targetWim Taymans2015-09-071-1/+1
* test-limits: improve test without targetWim Taymans2015-08-121-1/+3
* Back to developmentSebastian Dröge2015-06-242-2/+2
* Release 0.4.24orc-0.4.24Sebastian Dröge2015-06-242-1/+12
* parse: increase array sizeWim Taymans2015-06-221-2/+2
* program: only reuse constants of the same size and valueWim Taymans2015-06-223-5/+15
* testsuite: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller2015-05-229-10/+10
* testsuite: add parsing test case for win32 line endingsTim-Philipp Müller2015-05-222-2/+72
* orcc: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller2015-05-222-2/+2
* orcparse: handle win32 \r\n line endingsTim-Philipp Müller2015-05-221-0/+4
* tests: use AM_TESTS_ENVIRONMENTTim-Philipp Müller2015-04-101-1/+1
* test: protect against out-of-boundsLuis de Bethencourt2015-03-121-2/+2
* test: protect against going out of boundsLuis de Bethencourt2015-03-121-1/+1
* orcc: Remove duplicate codepathEdward Hervey2015-03-081-7/+2
* testsuite: Put a limit to the memcpy testEdward Hervey2015-02-271-2/+9
* orccodemem: fix mmap leak on error pathVincent Penquerc'h2015-01-301-0/+1
* Back to developmentSebastian Dröge2014-12-171-1/+1
* Release 0.4.23orc-0.4.230.4.23Sebastian Dröge2014-12-172-2/+16
* neon: add support for all constantsWim Taymans2014-12-101-67/+63
* neon: add support for 64 bit parametersWim Taymans2014-12-091-5/+36
* neon: vtrn and vzip are undefined when src == destWim Taymans2014-12-091-5/+10
* orcc: allow setting custom backup functionWim Taymans2014-12-054-7/+151
* Fix high-order bit of first register in VPUSH/VPOP generationJerome Laheurte2014-12-031-2/+2
* Preserve NEON/VFP registers across subroutines according to ARM PCS (5.1.2.1)Jerome Laheurte2014-11-274-32/+98
* orcc: program-c: fix 64-bit parameter loading (loadpq) on big-endian systemsTim-Philipp Müller2014-11-081-4/+4
* orc: include orcprogram only onceWim Taymans2014-09-261-1/+0
* opcode: mark copy opcodes and don't emit mov for themWim Taymans2014-09-263-5/+6
* compiler: use src register as dest2Wim Taymans2014-09-263-14/+16
* compiler: update max_used_temp_reg before useWim Taymans2014-09-261-0/+3
* sse: improve splitXX on sse3Wim Taymans2014-09-261-0/+47
* parse: cleanupWim Taymans2014-09-221-10/+4
* test: add more testsWim Taymans2014-09-221-0/+107
* compiler: keep track of temp variables that contain param/constWim Taymans2014-09-192-5/+22
* Revert reuse constantsWim Taymans2014-09-194-40/+16
* parse: make contants per sizeWim Taymans2014-09-192-14/+21