summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Fix problems noticed by test suiteDavid Schleef1-0/+3
2008-05-12Use __attribute__((force_align_arg_pointer)) for SSE code.David Schleef10-90/+105
2008-05-12jit hackingDavid Schleef5-154/+187
2008-05-12bump version to 0.3.14.1David Schleef1-1/+1
2008-05-12don't export powerpc-only symbol. Fixes #15025David Schleef1-1/+3
2008-05-12Win32, While it defines SIGILL for use in signal(2), it is actuallyDavid Schleef1-2/+27
2008-05-12Fix out of tree build. from David FlynnDavid Schleef1-1/+1
2008-05-09use an underscore for architectures that require itDavid Schleef1-0/+9
2008-05-09Windows does not support POSIX signalsDamien Lespiau2-0/+16
2008-05-03Remove .cvsignore filesDamien Lespiau33-313/+0
2008-05-03Update .gitignore filesDamien Lespiau2-0/+22
2008-05-03stdint.h is created by configure. Remove from repository.David Schleef1-9/+0
2008-04-22Fix some impls that read outside their arrays. Turns out to cause segfaults.David Schleef3-10/+10
2008-04-22Fix impl flagsDavid Schleef1-2/+2
2008-03-16Merge branch 'master' of ssh://git.freedesktop.org/git/liboilDavid Schleef2-2/+12
2008-03-16Check n==0 case.David Schleef1-0/+2
2008-03-13bump versionDavid Schleef1-2/+2
2008-03-13notes about test machinesDavid Schleef1-0/+10
2008-03-13Clean up ARM cpu detection. Should be no changes.David Schleef1-141/+2
2008-03-13Move VFP related flags to VFP_FLAGSDavid Schleef2-5/+6
2008-03-13Change illegal powerpc opcode to 0x0David Schleef1-1/+1
2008-03-13Unmask SIGILL if we catch it. Change back to setjmp/longjmp instead of sigse...David Schleef1-16/+1
2008-03-13Make double_catch work on all architecturesDavid Schleef1-43/+42
2008-03-13Fix scalarmultiply_f64_ns SSE codeDavid Schleef2-12/+9
2008-03-13Add scalarmult_f64_ns. From Sebastian Dröge <slomo@circular-chaos.org>, Bug...David Schleef10-1/+111
2008-03-13oil-test should try all runnable implementationsDavid Schleef1-1/+1
2008-03-13Add check for rint() and use itDavid Schleef2-0/+18
2008-03-13Add double SIGILL catch program from #14763David Schleef2-1/+54
2008-03-13Fix broken reference implementation. It couldn't have ever possibly worked, ...David Schleef1-2/+2
2008-03-13Use /proc/self/auxv to test for altivec on Linux. Patch from #14914David Schleef1-11/+68
2008-03-12Use r9 instead of r13, since r13 is reserved on ppc64David Schleef1-9/+12
2008-03-12Add check for altivec on DarwinDavid Schleef1-5/+22
2008-03-04Updated stdint.h m4 macro, so updating header.David Schleef1-278/+1
2008-03-04Add tests for unistd.h and sys/time.h. Use.David Schleef3-0/+8
2008-03-03Disable impl for using c99 syntaxDavid Schleef1-0/+2
2008-03-03Change test_data to uint8_t *, since we do pointer arithmetic on it.David Schleef1-3/+3
2008-03-03Update m4 macro from upstream.David Schleef1-117/+282
2008-02-26Build fixes on ARM. Patch from Robert Schwebel <r.schwebel@pengutronix.de>David Schleef1-5/+30
2008-02-26jit subdir requires glib, so mark as suchDavid Schleef1-1/+5
2008-02-25Try again. Add ecx to clobbered registers. Fixes #14643.David Schleef2-422/+6
2008-02-25Add LIBRT to LIBADD for liboil-0.3.laDavid Schleef1-1/+2
2008-02-25autoconf macro for checking gas handling asm linesDavid Schleef1-0/+25
2008-02-25Add workaround for older versions of gas that don't have SSSE3 supportDavid Schleef2-0/+8
2008-02-25Add ecx to clobbered registers. Fixes #14643David Schleef1-3/+6
2008-02-22bump version to 0.3.13David Schleef1-1/+1
2008-02-22Fix build problems on i386David Schleef1-0/+16
2008-02-22Silence warning about SSE kernel supportDavid Schleef1-4/+1
2008-02-21Convert some i386 code to dual-archDavid Schleef6-763/+776
2008-02-20Disable SSE wrapper, since everything using it has been disabled.David Schleef1-5/+5
2008-02-20Disable SSE code that relies on stack alignment.David Schleef3-0/+11