summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-03Expand the size of the vars array in OrcProgramHEADmasterJan Schmidt1-1/+1
2010-07-31Update gitignoreJan Schmidt1-1/+8
2010-07-31Use AM_PROG_CC_C_O to support per-target compilation flags.Jan Schmidt1-0/+1
2010-07-31Fix dependencies of the generate-emulation binary.Jan Schmidt1-1/+2
2010-07-31Fix distcheckJan Schmidt2-1/+2
2010-07-28Add logging to orc_parseDavid Schleef4-11/+166
2010-07-28Remove constant folding, it's brokenDavid Schleef1-7/+0
2010-07-28sse: only set mxcsr if float opcodes are usedDavid Schleef1-2/+20
2010-07-28tests: quiet test outputDavid Schleef4-16/+56
2010-07-28Reimplement emulationDavid Schleef9-245/+4178
2010-07-28update orcfunctions.cDavid Schleef2-9/+60
2010-07-27test: quiet test_accsadublDavid Schleef1-11/+16
2010-07-26Use TMPDIR for temporary code memory filesDavid Schleef2-17/+25
2010-07-21arm: more fixes for ARMv6 rulesStuart Henderson1-14/+14
2010-07-21memcpy_speed: make default upper limit lowerDavid Schleef1-1/+1
2010-07-21.gitignore: ignore more stuffTim-Philipp Müller1-0/+49
2010-07-21docs: fix version.entities include problemsTim-Philipp Müller1-0/+1
2010-07-21arm: Another try with ARMv6 rulesDavid Schleef1-14/+15
2010-07-21arm: move more opcodes that use ARMv6 instructionsDavid Schleef1-13/+13
2010-07-20back to unreleasedDavid Schleef1-1/+1
2010-07-20arm: mark some rules as ARM v6 onlyDavid Schleef2-13/+24
2010-07-14Release 0.4.6David Schleef1-1/+1
2010-07-14win32: Fix DllMain definitionDavid Schleef1-2/+2
2010-07-13tests: don't run neon testsDavid Schleef1-2/+0
2010-07-13update release docsDavid Schleef3-7/+71
2010-07-13don't unlink tmp file if debug flag is usedDavid Schleef4-5/+9
2010-07-11Remove orc-floatDavid Schleef6-611/+0
2010-07-11Add cache informationDavid Schleef6-49/+269
2010-07-10neon: Fix aligned loadDavid Schleef1-1/+1
2010-07-10memcpy_speed: inline orc_memcpyDavid Schleef1-1/+28
2010-07-10memcpy_speed: flush/populate cache for hot/cold testingDavid Schleef1-0/+42
2010-07-09neon: Add short-array unaligned speedupDavid Schleef2-2/+66
2010-07-09neon: Add load/store of 256-bit vectorsDavid Schleef1-2/+61
2010-07-09neon: Only preload for each cache lineDavid Schleef1-9/+11
2010-07-09neon: Add handling of different size regionsDavid Schleef2-21/+99
2010-07-09arm/neon: use subs for loop counterDavid Schleef4-14/+10
2010-07-09neon: add preloadDavid Schleef3-1/+30
2010-07-09neon: add loop unrollingDavid Schleef1-1/+6
2010-07-09neon: Fix rules for quad usageDavid Schleef2-64/+142
2010-07-09memcpy_speed: take unalignment parameter on cmd lineDavid Schleef1-6/+14
2010-07-09neon: Fix store of l vectorsDavid Schleef1-2/+2
2010-07-09neon: Add quad load/storeDavid Schleef2-14/+103
2010-07-09neon: Use faster opcodes for aligned storeDavid Schleef1-6/+6
2010-07-09Add simple constant foldingDavid Schleef1-1/+10
2010-07-09neon: Use unaligned ops instead of mask registerDavid Schleef2-3/+42
2010-07-09Improve compile debuggingDavid Schleef1-1/+4
2010-07-09test: remove adjustment of performance numberDavid Schleef1-1/+1
2010-07-09test: switch neon test back to neonDavid Schleef1-1/+1
2010-07-09win32: Fix initialization of once mutexDavid Schleef1-1/+9
2010-07-05arm: Fix register movingDavid Schleef2-1/+2