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-06-30
make mmx test a bit more accurate
David Schleef
1
-4
/
+36
2008-06-27
Compile fixes on Darwin
David Schleef
1
-0
/
+5
2008-06-09
Merge branch 'master' of ssh://git.freedesktop.org/git/liboil
David Schleef
24
-24
/
+105
2008-06-09
add pkg.m4
David Schleef
1
-0
/
+135
2008-05-29
[oil] Compile fixes for windows
David Schleef
11
-12
/
+31
2008-05-29
[orc] glib isn't used, so remove it from libs/cflags
David Schleef
1
-2
/
+2
2008-05-29
[orc] Fixes for compiling for windows
David Schleef
2
-2
/
+0
2008-05-29
[orc] Fixes for compiling for windows
David Schleef
10
-8
/
+72
2008-05-28
[orc] add functions to refer to variables by name
David Schleef
3
-0
/
+63
2008-05-27
[orc] Fixes to get SSE rules working.
David Schleef
5
-11
/
+140
2008-05-26
[orc] split up x86 related files
David Schleef
7
-1161
/
+1247
2008-05-26
[orc] add sse rules (doesn't work yet)
David Schleef
2
-4
/
+188
2008-05-26
[orc] handle end pieces in MMX_4
David Schleef
2
-27
/
+158
2008-05-24
[orc] powerpc fixes
David Schleef
3
-37
/
+56
2008-05-24
[orc] Fix compile on powerpc
David Schleef
1
-4
/
+2
2008-05-23
[orc] fixes on x86-64
David Schleef
1
-1
/
+11
2008-05-23
[orc] attempt to make the same code work on all platforms
David Schleef
4
-42
/
+122
2008-05-22
[orc] Add support for x86-64
David Schleef
2
-60
/
+184
2008-05-22
[orc] remove glib dependency
David Schleef
11
-98
/
+105
2008-05-21
[orc] add pkgconfig files and install properly
David Schleef
5
-2
/
+38
2008-05-21
[orc] Add more complicated example. Fix valgrind problems.
David Schleef
6
-28
/
+104
2008-05-21
[orc] implement powerpc assembly.
David Schleef
3
-389
/
+317
2008-05-21
[orc] Bump number of registers to 100
David Schleef
1
-1
/
+1
2008-05-21
[orc] Add basic code generation for powerpc
David Schleef
1
-57
/
+68
2008-05-21
[orc] add beginnings of powerpc support
David Schleef
6
-29
/
+834
2008-05-20
[orc] Fix some mmx instructions. Add C backend
David Schleef
7
-29
/
+263
2008-05-20
[liboil] fix compile error on powerpc
David Schleef
1
-0
/
+2
2008-05-20
[orc] changes to register allocation and addition emit functions to make
David Schleef
5
-69
/
+402
2008-05-20
[orc] rearranging code in order to add OilRegister
David Schleef
3
-28
/
+66
2008-05-20
[orc] rewrite register handling, add mmx rules
David Schleef
5
-90
/
+201
2008-05-18
[orc] handle immediate operands
David Schleef
3
-19
/
+73
2008-05-17
[orc] convert register allocation to be more cross-platform
David Schleef
3
-28
/
+44
2008-05-17
[orc] implement register chaining
David Schleef
3
-9
/
+60
2008-05-16
[orc] keep track of registers that are used, in order to save/restore
David Schleef
3
-6
/
+21
2008-05-16
[orc] fix some rules
David Schleef
4
-685
/
+11
2008-05-15
[orc] fix valgrind problems
David Schleef
10
-14
/
+137
2008-05-15
[orc] global replace of oj_ (etc) with orc_
David Schleef
9
-288
/
+288
2008-05-15
[orc] rename files to orc*.[ch]
David Schleef
10
-11
/
+685
2008-05-15
[orc] Splitting C files
David Schleef
8
-184
/
+232
2008-05-15
move jit code to toplevel orc directory in preparation for libification
David Schleef
11
-7
/
+4
2008-05-15
jit: rearrange code
David Schleef
5
-92
/
+110
2008-05-15
jit: code cleanup
David Schleef
3
-185
/
+176
2008-05-14
jit: generate lots of instructions for testing
David Schleef
2
-8
/
+56
2008-05-14
more jit hacking. compiler creates runnable code
David Schleef
3
-262
/
+466
2008-05-14
more jit hacking. creates code that assembles and works
David Schleef
4
-43
/
+278
2008-05-14
more jit hacking
David Schleef
6
-68
/
+629
2008-05-12
Disable psadbw, since it requires SSE3
David Schleef
1
-2
/
+2
2008-05-12
Fix timestamp on s390, patch from Fedora. Fixes #15392.
David Schleef
1
-1
/
+1
2008-05-12
Add check for monotonic clock. Patch from Jens Granseuer <jensgr@gmx.net>
David Schleef
2
-2
/
+19
2008-05-12
Check for gcc-4.2 for intrinsics, since we need gcc to realign the
David Schleef
1
-3
/
+21
[next]