summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse: fix opcode arg sizeWim Taymans2014-09-191-2/+2
* executor: use the size of the opcode arg to get multiplierWim Taymans2014-09-191-4/+5
* executor: fully expand const vars into the temp registerWim Taymans2014-09-191-0/+6
* parse: register constants with the right sizeWim Taymans2014-09-191-4/+20
* program-c: handle X2 and X4 with size < 2 variablesWim Taymans2014-09-181-8/+8
* compiler: generate only 1 temp for constantsWim Taymans2014-09-181-1/+11
* compiler: reuse _try_get_constant in _get_constantWim Taymans2014-09-181-27/+5
* opcodes: avoid undefined operations on signed intsWim Taymans2014-09-173-30/+31
* compiler: do << and | on unsigned ints onlyWim Taymans2014-09-171-6/+7
* compiler: avoid nagative array indexWim Taymans2014-09-171-1/+1
* utils: convert to uin32 before doing |Wim Taymans2014-09-171-5/+4
* docs: remove old env variableWim Taymans2014-09-171-7/+0
* TMPDIR becomes the last optionFabian Deutsch2014-09-041-6/+6
* Back to developmentSebastian Dröge2014-08-271-1/+1
* 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