Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/orc
AgeCommit message (Expand)Author
2010-08-02Add performance comparison testsDavid Schleef
2010-08-02mmx: update from sseDavid Schleef
2010-08-02Changes to allow generation of mmx code from sseDavid Schleef
2010-08-02Better handling of invariantsDavid Schleef
2010-08-02compiler: add flag for allowing gp regs on stackDavid Schleef
2010-07-31compiler: don't load constants for scalar opcodesDavid Schleef
2010-07-31sse: Add more fallback rulesDavid Schleef
2010-07-30Don't allocate registers for const and paramDavid Schleef
2010-07-30sse: implement faster permute rulesDavid Schleef
2010-07-30Add loadpb/loadpw/loadpl instructionsDavid Schleef
2010-07-29Add load/store opcodesDavid Schleef
2010-07-28Add logging to orc_parseDavid Schleef
2010-07-28Remove constant folding, it's brokenDavid Schleef
2010-07-28sse: only set mxcsr if float opcodes are usedDavid Schleef
2010-07-28Reimplement emulationDavid Schleef
2010-07-28update orcfunctions.cDavid Schleef
2010-07-27Use TMPDIR for temporary code memory filesDavid Schleef
2010-07-22arm: more fixes for ARMv6 rulesStuart Henderson
2010-07-21arm: Another try with ARMv6 rulesDavid Schleef
2010-07-21arm: move more opcodes that use ARMv6 instructionsDavid Schleef
2010-07-21arm: mark some rules as ARM v6 onlyDavid Schleef
2010-07-14win32: Fix DllMain definitionDavid Schleef
2010-07-14don't unlink tmp file if debug flag is usedDavid Schleef
2010-07-11Add cache informationDavid Schleef
2010-07-10neon: Fix aligned loadDavid Schleef
2010-07-10neon: Add short-array unaligned speedupDavid Schleef
2010-07-10neon: Add load/store of 256-bit vectorsDavid Schleef
2010-07-10neon: Only preload for each cache lineDavid Schleef
2010-07-10neon: Add handling of different size regionsDavid Schleef
2010-07-10arm/neon: use subs for loop counterDavid Schleef
2010-07-10neon: add preloadDavid Schleef
2010-07-10neon: add loop unrollingDavid Schleef
2010-07-10neon: Fix rules for quad usageDavid Schleef
2010-07-10neon: Fix store of l vectorsDavid Schleef
2010-07-10neon: Add quad load/storeDavid Schleef
2010-07-10neon: Use faster opcodes for aligned storeDavid Schleef
2010-07-10Add simple constant foldingDavid Schleef
2010-07-10neon: Use unaligned ops instead of mask registerDavid Schleef
2010-07-10Improve compile debuggingDavid Schleef
2010-07-10win32: Fix initialization of once mutexDavid Schleef
2010-07-06arm: Fix register movingDavid Schleef
2010-07-06arm: fix some compile mismatchesDavid Schleef
2010-07-01arm: Fix a bunch of rulesDavid Schleef
2010-07-01arm: fix compile errorDavid Schleef
2010-07-01arm: mark rules known to be buggyDavid Schleef
2010-07-01arm: Implement 2d supportDavid Schleef
2010-07-01arm: implement load/store of b, lDavid Schleef
2010-07-01arm: arm backend code gen fixesDavid Schleef
2010-07-01neon: check for NEON support on CPUDavid Schleef
2010-06-30sse: handle NANs and denormalsDavid Schleef