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
AgeCommit message (Expand)Author
2010-09-09Add orc_compiler_try_get_constant_long()David Schleef
2010-09-08sse: Implement ldresnearlDavid Schleef
2010-09-08compiler: Implement long (128-bit) constantsDavid Schleef
2010-08-26compiler: allocate correct size for code memoryDavid Schleef
2010-08-25Use OrcCode structure to handle all executable codeDavid Schleef
2010-08-21compiler: If compilation fails, go back to backup functionDavid Schleef
2010-08-12c: implement x2/x4 prefixDavid Schleef
2010-08-11Use instruction size for loadp, not var sizeDavid Schleef
2010-08-11Use ORC_N_COMPILER_VARIABLES where appropriateDavid Schleef
2010-08-11Fix warningsDavid Schleef
2010-08-11Make sure there are enough registers for tempsDavid Schleef
2010-08-11Fix sanity check for loadpDavid Schleef
2010-08-11Better constant loadingDavid Schleef
2010-08-11compiler: additional sanity check for loadpDavid Schleef
2010-08-11sse: switch to orc_compiler_get_temp_reg()David Schleef
2010-08-11Dynamically allocate temporary registersDavid Schleef
2010-08-10Refactor instruction flagsDavid Schleef
2010-08-07Add some 64-bit opcodes, and SSE rulesDavid Schleef
2010-08-06Add loadoff[bwl], loadup[id]b opcodesDavid Schleef
2010-08-06Add OrcCode structureDavid 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-30Don't allocate registers for const and paramDavid 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-27Use TMPDIR for temporary code memory filesDavid Schleef
2010-07-14don't unlink tmp file if debug flag is usedDavid Schleef
2010-07-10Improve compile debuggingDavid Schleef
2010-06-29Fix segfaults if no targets are availableDavid Schleef
2010-06-15Add handling of ORC_CODE environment variableDavid Schleef
2010-06-14compiler: output the target name in errors tooStefan Kost
2010-06-13sse: use register for loop counterDavid Schleef
2010-06-08allocate a loop counter variableDavid Schleef
2010-04-07compiler: remove dead codeDavid Schleef
2010-03-30clean up compiler result codesDavid Schleef
2010-03-30Add static opcode flag for scalar sourcesDavid Schleef
2010-01-08compiler: how about *using* the backup function?David Schleef
2009-12-12Add constant loading systemDavid Schleef
2009-12-12quiet debuggingDavid Schleef
2009-12-12compiler: don't chain regs if more than one destDavid Schleef
2009-11-18c: Clean up how arrays are loaded/storedDavid Schleef
2009-11-18c64x-c: hackingDavid Schleef
2009-08-01Fix memleakDavid Schleef
2009-07-27Fix memory leaksDavid Schleef
2009-07-14compiler: users don't need to see compiler errorsDavid Schleef
2009-06-25Add need_mask_regsDavid Schleef
2009-06-25compiler: don't check const sizesDavid Schleef
2009-06-25Add debug while compilingDavid Schleef