summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-06Bump version to 0.4.8.1Sebastian Dröge1-1/+1
2010-09-05c: Fix convdf opcodeDavid Schleef2-3/+7
2010-09-05Add AMD microarchitecture definitionsDavid Schleef1-0/+5
2010-09-05parse: Add some bounds checkingDavid Schleef1-1/+3
2010-09-05x86: Add AMD microarchitecturesDavid Schleef1-0/+23
2010-09-05orcc: Handle compatibility for ORC_VAR_T16David Schleef1-1/+4
2010-09-04x86: use movzx instead of movbDavid Schleef1-3/+4
2010-09-04x86: More cpuid improvementsDavid Schleef2-0/+7
2010-09-04x86: cpuid improvementsDavid Schleef2-11/+80
2010-09-04orc-bugreport: Fix program generationDavid Schleef1-29/+53
2010-09-04Extract cpu name/family/model/steppingDavid Schleef5-399/+241
2010-09-04test: disabled unused codeDavid Schleef1-0/+2
2010-09-04once: Use constructor on Windows for initializationDavid Schleef1-0/+29
2010-09-04c: Fix ldreslinl rule (again)David Schleef3-12/+192
2010-09-03testsuite: Add compatibility checkDavid Schleef1-0/+29
2010-09-03Add some random filesDavid Schleef1-0/+108
2010-09-03sse: Fix register handling on Win64David Schleef1-1/+12
2010-09-03implement constant foldingDavid Schleef1-0/+7
2010-09-03Add -version-info to libsDavid Schleef2-0/+2
2010-09-02Fix static linkingDavid Schleef1-4/+4
2010-08-30Add needed file (again)David Schleef1-0/+12
2010-08-30Add needed fileDavid Schleef1-0/+12
2010-08-29Release 0.4.8David Schleef2-2/+23
2010-08-29c: Handle 64-bit parametersDavid Schleef1-30/+78
2010-08-29test.orc: remove glib typesDavid Schleef1-3/+3
2010-08-29orcc: Fix code generation of testDavid Schleef1-8/+22
2010-08-29testsuite: Fix cross compiling of orcc testDavid Schleef2-7/+21
2010-08-27Fix typo in function nameDavid Schleef2-2/+2
2010-08-27Fix MSVC build errorsDavid Schleef3-1/+8
2010-08-27c: Fix denormal handlingDavid Schleef4-104/+418
2010-08-27neon: Fix shift in loadplDavid Schleef1-1/+1
2010-08-27Change constant values to orc_union64 internallyDavid Schleef13-112/+405
2010-08-27Implement parsing of float constantsDavid Schleef4-15/+76
2010-08-27Change meaning of convfl/convdl to be saturatedDavid Schleef4-10/+73
2010-08-27Add splitql opcodeDavid Schleef5-0/+58
2010-08-27c: Fix code for ldreslinlDavid Schleef2-5/+5
2010-08-26c: Fix loading of float paramsDavid Schleef1-4/+4
2010-08-26neon: Add a few double rulesDavid Schleef2-6/+78
2010-08-26Add int64 and double parametersDavid Schleef7-44/+222
2010-08-26Use ULL as qualifier for 64 bit integer constantsSebastian Dröge3-9/+9
2010-08-26Add copyq opcodeSebastian Dröge5-0/+28
2010-08-26Add SSE2 implementations of all double opcodesSebastian Dröge1-0/+150
2010-08-26Add support for comparing double arraysSebastian Dröge1-15/+35
2010-08-26Add 64 bit floating point opcodesSebastian Dröge6-3/+451
2010-08-26Add swapq opcodeSebastian Dröge7-0/+51
2010-08-25compiler: allocate correct size for code memoryDavid Schleef1-1/+1
2010-08-25Fix testing of float paramsDavid Schleef4-2/+19
2010-08-25c: Handle denormals and nan using bit opsDavid Schleef3-410/+433
2010-08-25testsuite: use correct return typeStefan Kost3-3/+3
2010-08-25orcc: remove (fake) dependency on liborc-testDavid Schleef2-3/+2