summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arm: Add runtime detection of EDSPtestDavid Schleef2010-08-022-2/+4
* arm: Add load/store opcodesDavid Schleef2010-08-022-6/+126
* neon: improve select1wb/lw rulesDavid Schleef2010-08-021-22/+14
* neon: Add more rulesDavid Schleef2010-08-021-0/+229
* Fix mulhul opcode and update generated codeDavid Schleef2010-08-024-9/+15
* neon: Add splitwb/splitlwDavid Schleef2010-08-021-0/+54
* neon: add load/store opcodesDavid Schleef2010-08-022-194/+245
* sse: Fix pmulld emissionDavid Schleef2010-08-021-1/+1
* sse: Fix mxcsr save/restore on x86-64David Schleef2010-08-021-3/+3
* compiler: increase number of temp variablesDavid Schleef2010-08-021-1/+2
* configure: Add dragonflybsd to mmap code allocDavid Schleef2010-08-021-1/+1
* mmx: Fix problems in recent commitDavid Schleef2010-08-014-23/+77
* Add performance comparison testsDavid Schleef2010-08-018-10/+197
* test: Fix perf_opcodes_sys for acc opcodesDavid Schleef2010-08-011-1/+5
* mmx: update from sseDavid Schleef2010-08-014-370/+925
* Changes to allow generation of mmx code from sseDavid Schleef2010-08-012-29/+73
* Better handling of invariantsDavid Schleef2010-08-015-44/+127
* compiler: add flag for allowing gp regs on stackDavid Schleef2010-08-013-5/+7
* compiler: don't load constants for scalar opcodesDavid Schleef2010-07-301-0/+1
* tests: handle scalar opcodes in perf testDavid Schleef2010-07-301-254/+5
* sse: Add more fallback rulesDavid Schleef2010-07-301-0/+75
* Don't allocate registers for const and paramDavid Schleef2010-07-291-6/+0
* sse: implement faster permute rulesDavid Schleef2010-07-291-26/+67
* tests: Add more test orc codeDavid Schleef2010-07-291-0/+79
* tests: fix program nameDavid Schleef2010-07-291-1/+1
* Add loadpb/loadpw/loadpl instructionsDavid Schleef2010-07-299-448/+1454
* Add load/store opcodesDavid Schleef2010-07-289-44/+379
* Add logging to orc_parseDavid Schleef2010-07-284-11/+166
* Remove constant folding, it's brokenDavid Schleef2010-07-281-7/+0
* sse: only set mxcsr if float opcodes are usedDavid Schleef2010-07-281-2/+20
* tests: quiet test outputDavid Schleef2010-07-284-16/+56
* Reimplement emulationDavid Schleef2010-07-289-245/+4178
* update orcfunctions.cDavid Schleef2010-07-282-9/+60
* test: quiet test_accsadublDavid Schleef2010-07-261-11/+16
* Use TMPDIR for temporary code memory filesDavid Schleef2010-07-262-17/+25
* arm: more fixes for ARMv6 rulesStuart Henderson2010-07-211-14/+14
* memcpy_speed: make default upper limit lowerDavid Schleef2010-07-211-1/+1
* .gitignore: ignore more stuffTim-Philipp Müller2010-07-211-0/+49
* docs: fix version.entities include problemsTim-Philipp Müller2010-07-211-0/+1
* arm: Another try with ARMv6 rulesDavid Schleef2010-07-201-14/+15
* arm: move more opcodes that use ARMv6 instructionsDavid Schleef2010-07-201-13/+13
* back to unreleasedDavid Schleef2010-07-201-1/+1
* arm: mark some rules as ARM v6 onlyDavid Schleef2010-07-202-13/+24
* Release 0.4.6orc-0.4.6David Schleef2010-07-131-1/+1
* win32: Fix DllMain definitionDavid Schleef2010-07-131-2/+2
* tests: don't run neon testsDavid Schleef2010-07-131-2/+0
* update release docsDavid Schleef2010-07-133-7/+71
* don't unlink tmp file if debug flag is usedDavid Schleef2010-07-134-5/+9
* Remove orc-floatDavid Schleef2010-07-106-611/+0
* Add cache informationDavid Schleef2010-07-106-49/+269