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-09-15sse: implement swapwl, swaplqDavid Schleef
2010-09-15c: Fix x2 used with float opcodesDavid Schleef
2010-09-14Add swapwl and swaplq opcodesDavid Schleef
2010-09-10sse,neon: Error for unimplemented 64-bit constantsDavid Schleef
2010-09-09sse: Better implementation for ldreslinlDavid Schleef
2010-09-09sse: Implement ldreslinlDavid Schleef
2010-09-09sse: implement rules using pmov[sz] for SSE4.1David Schleef
2010-09-09mmx: Update from SSE againDavid Schleef
2010-09-09sse: Fix shrsq ruleDavid Schleef
2010-09-09Add orc_compiler_try_get_constant_long()David Schleef
2010-09-09Implement shrsq for SSESebastian Dröge
2010-09-09Implement SSE versions of shlq/shruqSebastian Dröge
2010-09-09Add 64 bit shlq/shrsq/shruq opcodesSebastian Dröge
2010-09-09Implement SSE versions of addq/subqSebastian Dröge
2010-09-09Add 64 bit addq/subq opcodesSebastian Dröge
2010-09-09Implement SSE versions of andq/andnq/orq/xorq/cmpeqq/cmpgtsqSebastian Dröge
2010-09-09Add 64 bit andq/andnq/orq/xorq/cmpeqq/cmpgtsq opcodesSebastian Dröge
2010-09-09Add ORC_TARGET_CLEAN_COMPILE and use itDavid Schleef
2010-09-09mmx: Update from sseDavid Schleef
2010-09-08sse: Reenable rules that use pshufbDavid Schleef
2010-09-08sse: Implement ldresnearlDavid Schleef
2010-09-08compiler: Implement long (128-bit) constantsDavid Schleef
2010-09-07sse: More fixes for X86_ECX -> gp_tmpregDavid Schleef
2010-09-07sse: Use temp space in exec struct, not stackDavid Schleef
2010-09-07sse: Fix register usage on Win64David Schleef
2010-09-07x86: Don't call rdtsc in prologue/epilogueDavid Schleef
2010-09-06Eliminate usage of %lld, etc.David Schleef
2010-09-06Implement handling of 64 bit constants in the C backendSebastian Dröge
2010-09-06Use strtoll() when parsing constants and support 64 bit intermediatesSebastian Dröge
2010-09-06Implement strtoll() for 64 bit integer constantsSebastian Dröge
2010-09-06c: Fix convdf opcodeDavid Schleef
2010-09-06Add AMD microarchitecture definitionsDavid Schleef
2010-09-05parse: Add some bounds checkingDavid Schleef
2010-09-05x86: Add AMD microarchitecturesDavid Schleef
2010-09-05x86: use movzx instead of movbDavid Schleef
2010-09-05x86: More cpuid improvementsDavid Schleef
2010-09-05x86: cpuid improvementsDavid Schleef
2010-09-05Extract cpu name/family/model/steppingDavid Schleef
2010-09-04once: Use constructor on Windows for initializationDavid Schleef
2010-09-04c: Fix ldreslinl rule (again)David Schleef
2010-09-04sse: Fix register handling on Win64David Schleef
2010-09-03implement constant foldingDavid Schleef
2010-09-03Add -version-info to libsDavid Schleef
2010-08-30c: Handle 64-bit parametersDavid Schleef
2010-08-28Fix typo in function nameDavid Schleef
2010-08-28Fix MSVC build errorsDavid Schleef
2010-08-28c: Fix denormal handlingDavid Schleef
2010-08-28neon: Fix shift in loadplDavid Schleef
2010-08-28Change constant values to orc_union64 internallyDavid Schleef
2010-08-28Implement parsing of float constantsDavid Schleef