summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.4.3orc-0.4.3David Schleef2009-12-131-1/+1
* tests: Fix distcheckDavid Schleef2009-12-131-3/+4
* Compile fixesDavid Schleef2009-12-114-8/+11
* Add constant loading systemDavid Schleef2009-12-114-27/+88
* orcc: fix missing const in src paramsDavid Schleef2009-12-111-3/+3
* Add splitlw and splitwb opcodesDavid Schleef2009-12-113-0/+95
* sse: fix load/store with offsetDavid Schleef2009-12-111-2/+2
* better handling for 2-dest opcodesDavid Schleef2009-12-114-52/+93
* quiet debuggingDavid Schleef2009-12-111-4/+6
* compiler: don't chain regs if more than one destDavid Schleef2009-12-111-1/+3
* test: convert unsigned and hex printing to new apiDavid Schleef2009-12-111-52/+26
* Build fixes due to MSVCDavid Schleef2009-12-0222-31/+43
* test: add compile_parse_cmerge-baseDavid Schleef2009-11-202-1/+92
* test: fix printf format for 64-bit typesDavid Schleef2009-11-201-15/+3
* altivec: add merge and select rulesDavid Schleef2009-11-192-0/+77
* orcc: Add --target flagDavid Schleef2009-11-193-18/+24
* sse: load/store at an offset for constant widthDavid Schleef2009-11-183-44/+47
* c: Clean up how arrays are loaded/storedDavid Schleef2009-11-183-35/+40
* c: Fix strict aliasing issuesDavid Schleef2009-11-181-3/+2
* c: remove parts of preamble that duplicate orc.hDavid Schleef2009-11-181-25/+0
* Add source array sampling typeDavid Schleef2009-11-183-23/+98
* c64x-c: hackingDavid Schleef2009-11-173-237/+485
* Add c64x-c targetDavid Schleef2009-11-178-8/+869
* sse: split compile function into partsDavid Schleef2009-11-171-47/+66
* orcc: exit with error code on errorDavid Schleef2009-10-191-1/+11
* sse: minor improvement in m countingDavid Schleef2009-10-191-13/+5
* test: handle testing of float opcodes betterDavid Schleef2009-10-193-10/+43
* float: remove some sse rulesDavid Schleef2009-10-191-62/+0
* orcc: implement --assembly for asm outputDavid Schleef2009-10-191-1/+43
* sse: some optimizations for constant n,mDavid Schleef2009-10-191-27/+39
* sse: Special case for constant n programsDavid Schleef2009-10-183-47/+152
* tests: handle float opcodesDavid Schleef2009-10-153-9/+120
* Add C rules for float opcodesDavid Schleef2009-10-153-0/+114
* arm: another compile fixDavid Schleef2009-10-151-1/+1
* arm: fix compileDavid Schleef2009-10-061-0/+2
* arm: Fix minor code generation bugsDavid Schleef2009-10-061-2/+2
* float: remove float ops moved to main libDavid Schleef2009-10-061-36/+0
* Don't install orc tests.David Schleef2009-10-061-1/+1
* test: fix profiling codeDavid Schleef2009-10-053-5/+26
* orc-test: change OrcRandom to OrcRandomContextDavid Schleef2009-10-015-13/+13
* orc-test: add profiling from liboilDavid Schleef2009-10-013-2/+268
* c: fix bug outputting accumulators incorrectlyDavid Schleef2009-10-011-4/+14
* orcc: Fix output for 2dDavid Schleef2009-09-301-0/+14
* Move 32-bit float ops to core libraryDavid Schleef2009-09-299-28/+262
* arm: readd some deleted functionsDavid Schleef2009-09-192-0/+32
* arm: add arm code from neon branchDavid Schleef2009-09-192-9/+172
* arm: add orc_arm_flush_cache()David Schleef2009-09-192-0/+10
* arm: rename to orc_arm_emit_load_imm()David Schleef2009-09-193-3/+3
* arm: remove orc_arm_exec_ptrDavid Schleef2009-09-191-8/+6
* arm: cleanuos and fixesWim Taymans2009-09-194-289/+477