summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* more jit hackingDavid Schleef2008-05-146-68/+629
* Disable psadbw, since it requires SSE3David Schleef2008-05-121-2/+2
* Fix timestamp on s390, patch from Fedora. Fixes #15392.David Schleef2008-05-121-1/+1
* Add check for monotonic clock. Patch from Jens Granseuer <jensgr@gmx.net>David Schleef2008-05-122-2/+19
* Check for gcc-4.2 for intrinsics, since we need gcc to realign theDavid Schleef2008-05-121-3/+21
* Fix problems noticed by test suiteDavid Schleef2008-05-121-0/+3
* Use __attribute__((force_align_arg_pointer)) for SSE code.David Schleef2008-05-1210-90/+105
* jit hackingDavid Schleef2008-05-125-154/+187
* bump version to 0.3.14.1David Schleef2008-05-121-1/+1
* don't export powerpc-only symbol. Fixes #15025David Schleef2008-05-121-1/+3
* Win32, While it defines SIGILL for use in signal(2), it is actuallyDavid Schleef2008-05-121-2/+27
* Fix out of tree build. from David FlynnDavid Schleef2008-05-121-1/+1
* use an underscore for architectures that require itDavid Schleef2008-05-091-0/+9
* Windows does not support POSIX signalsDamien Lespiau2008-05-092-0/+16
* Remove .cvsignore filesDamien Lespiau2008-05-0333-313/+0
* Update .gitignore filesDamien Lespiau2008-05-032-0/+22
* stdint.h is created by configure. Remove from repository.David Schleef2008-05-031-9/+0
* Fix some impls that read outside their arrays. Turns out to cause segfaults.David Schleef2008-04-223-10/+10
* Fix impl flagsDavid Schleef2008-04-221-2/+2
* Merge branch 'master' of ssh://git.freedesktop.org/git/liboilDavid Schleef2008-03-162-2/+12
|\
| * bump versionDavid Schleef2008-03-131-2/+2
| * notes about test machinesDavid Schleef2008-03-131-0/+10
* | Check n==0 case.David Schleef2008-03-161-0/+2
|/
* Clean up ARM cpu detection. Should be no changes.David Schleef2008-03-131-141/+2
* Move VFP related flags to VFP_FLAGSDavid Schleef2008-03-132-5/+6
* Change illegal powerpc opcode to 0x0David Schleef2008-03-131-1/+1
* Unmask SIGILL if we catch it. Change back to setjmp/longjmp instead of sigse...David Schleef2008-03-131-16/+1
* Make double_catch work on all architecturesDavid Schleef2008-03-131-43/+42
* Fix scalarmultiply_f64_ns SSE codeDavid Schleef2008-03-132-12/+9
* Add scalarmult_f64_ns. From Sebastian Dröge <slomo@circular-chaos.org>, Bug...David Schleef2008-03-1310-1/+111
* oil-test should try all runnable implementationsDavid Schleef2008-03-131-1/+1
* Add check for rint() and use itDavid Schleef2008-03-132-0/+18
* Add double SIGILL catch program from #14763David Schleef2008-03-132-1/+54
* Fix broken reference implementation. It couldn't have ever possibly worked, ...David Schleef2008-03-131-2/+2
* Use /proc/self/auxv to test for altivec on Linux. Patch from #14914David Schleef2008-03-131-11/+68
* Use r9 instead of r13, since r13 is reserved on ppc64David Schleef2008-03-121-9/+12
* Add check for altivec on DarwinDavid Schleef2008-03-121-5/+22
* Updated stdint.h m4 macro, so updating header.David Schleef2008-03-041-278/+1
* Add tests for unistd.h and sys/time.h. Use.David Schleef2008-03-043-0/+8
* Disable impl for using c99 syntaxDavid Schleef2008-03-031-0/+2
* Change test_data to uint8_t *, since we do pointer arithmetic on it.David Schleef2008-03-031-3/+3
* Update m4 macro from upstream.David Schleef2008-03-031-117/+282
* Build fixes on ARM. Patch from Robert Schwebel <r.schwebel@pengutronix.de>David Schleef2008-02-261-5/+30
* jit subdir requires glib, so mark as suchDavid Schleef2008-02-261-1/+5
* Try again. Add ecx to clobbered registers. Fixes #14643.David Schleef2008-02-252-422/+6
* Add LIBRT to LIBADD for liboil-0.3.laDavid Schleef2008-02-251-1/+2
* autoconf macro for checking gas handling asm linesDavid Schleef2008-02-251-0/+25
* Add workaround for older versions of gas that don't have SSSE3 supportDavid Schleef2008-02-252-0/+8
* Add ecx to clobbered registers. Fixes #14643David Schleef2008-02-251-3/+6
* bump version to 0.3.13David Schleef2008-02-221-1/+1