index
:
liboil
master
Optimized Inner Loops library. (mirrored from https://gitlab.freedesktop.org/archived-projects/liboil)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-12
Fix problems noticed by test suite
David Schleef
1
-0
/
+3
2008-05-12
Use __attribute__((force_align_arg_pointer)) for SSE code.
David Schleef
10
-90
/
+105
2008-05-12
jit hacking
David Schleef
5
-154
/
+187
2008-05-12
bump version to 0.3.14.1
David Schleef
1
-1
/
+1
2008-05-12
don't export powerpc-only symbol. Fixes #15025
David Schleef
1
-1
/
+3
2008-05-12
Win32, While it defines SIGILL for use in signal(2), it is actually
David Schleef
1
-2
/
+27
2008-05-12
Fix out of tree build. from David Flynn
David Schleef
1
-1
/
+1
2008-05-09
use an underscore for architectures that require it
David Schleef
1
-0
/
+9
2008-05-09
Windows does not support POSIX signals
Damien Lespiau
2
-0
/
+16
2008-05-03
Remove .cvsignore files
Damien Lespiau
33
-313
/
+0
2008-05-03
Update .gitignore files
Damien Lespiau
2
-0
/
+22
2008-05-03
stdint.h is created by configure. Remove from repository.
David Schleef
1
-9
/
+0
2008-04-22
Fix some impls that read outside their arrays. Turns out to cause segfaults.
David Schleef
3
-10
/
+10
2008-04-22
Fix impl flags
David Schleef
1
-2
/
+2
2008-03-16
Merge branch 'master' of ssh://git.freedesktop.org/git/liboil
David Schleef
2
-2
/
+12
2008-03-16
Check n==0 case.
David Schleef
1
-0
/
+2
2008-03-13
bump version
David Schleef
1
-2
/
+2
2008-03-13
notes about test machines
David Schleef
1
-0
/
+10
2008-03-13
Clean up ARM cpu detection. Should be no changes.
David Schleef
1
-141
/
+2
2008-03-13
Move VFP related flags to VFP_FLAGS
David Schleef
2
-5
/
+6
2008-03-13
Change illegal powerpc opcode to 0x0
David Schleef
1
-1
/
+1
2008-03-13
Unmask SIGILL if we catch it. Change back to setjmp/longjmp instead of sigse...
David Schleef
1
-16
/
+1
2008-03-13
Make double_catch work on all architectures
David Schleef
1
-43
/
+42
2008-03-13
Fix scalarmultiply_f64_ns SSE code
David Schleef
2
-12
/
+9
2008-03-13
Add scalarmult_f64_ns. From Sebastian Dröge <slomo@circular-chaos.org>, Bug...
David Schleef
10
-1
/
+111
2008-03-13
oil-test should try all runnable implementations
David Schleef
1
-1
/
+1
2008-03-13
Add check for rint() and use it
David Schleef
2
-0
/
+18
2008-03-13
Add double SIGILL catch program from #14763
David Schleef
2
-1
/
+54
2008-03-13
Fix broken reference implementation. It couldn't have ever possibly worked, ...
David Schleef
1
-2
/
+2
2008-03-13
Use /proc/self/auxv to test for altivec on Linux. Patch from #14914
David Schleef
1
-11
/
+68
2008-03-12
Use r9 instead of r13, since r13 is reserved on ppc64
David Schleef
1
-9
/
+12
2008-03-12
Add check for altivec on Darwin
David Schleef
1
-5
/
+22
2008-03-04
Updated stdint.h m4 macro, so updating header.
David Schleef
1
-278
/
+1
2008-03-04
Add tests for unistd.h and sys/time.h. Use.
David Schleef
3
-0
/
+8
2008-03-03
Disable impl for using c99 syntax
David Schleef
1
-0
/
+2
2008-03-03
Change test_data to uint8_t *, since we do pointer arithmetic on it.
David Schleef
1
-3
/
+3
2008-03-03
Update m4 macro from upstream.
David Schleef
1
-117
/
+282
2008-02-26
Build fixes on ARM. Patch from Robert Schwebel <r.schwebel@pengutronix.de>
David Schleef
1
-5
/
+30
2008-02-26
jit subdir requires glib, so mark as such
David Schleef
1
-1
/
+5
2008-02-25
Try again. Add ecx to clobbered registers. Fixes #14643.
David Schleef
2
-422
/
+6
2008-02-25
Add LIBRT to LIBADD for liboil-0.3.la
David Schleef
1
-1
/
+2
2008-02-25
autoconf macro for checking gas handling asm lines
David Schleef
1
-0
/
+25
2008-02-25
Add workaround for older versions of gas that don't have SSSE3 support
David Schleef
2
-0
/
+8
2008-02-25
Add ecx to clobbered registers. Fixes #14643
David Schleef
1
-3
/
+6
2008-02-22
bump version to 0.3.13
David Schleef
1
-1
/
+1
2008-02-22
Fix build problems on i386
David Schleef
1
-0
/
+16
2008-02-22
Silence warning about SSE kernel support
David Schleef
1
-4
/
+1
2008-02-21
Convert some i386 code to dual-arch
David Schleef
6
-763
/
+776
2008-02-20
Disable SSE wrapper, since everything using it has been disabled.
David Schleef
1
-5
/
+5
2008-02-20
Disable SSE code that relies on stack alignment.
David Schleef
3
-0
/
+11
[prev]
[next]