summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://git.freedesktop.org/git/liboilliboil-0.3.15David Schleef2008-06-301-3/+10
|\
| * [tests] fix stack alignment test on OS/XDavid Schleef2008-06-301-3/+10
* | [build] bump versionDavid Schleef2008-06-301-2/+2
|/
* Move orc into separate packageDavid Schleef2008-06-3028-4278/+3
* make autogen flags dependent on usernameDavid Schleef2008-06-301-2/+9
* make mmx test a bit more accurateDavid Schleef2008-06-301-4/+36
* Compile fixes on DarwinDavid Schleef2008-06-271-0/+5
* Merge branch 'master' of ssh://git.freedesktop.org/git/liboilDavid Schleef2008-06-0924-24/+105
|\
| * [oil] Compile fixes for windowsDavid Schleef2008-05-2911-12/+31
| * [orc] glib isn't used, so remove it from libs/cflagsDavid Schleef2008-05-291-2/+2
| * [orc] Fixes for compiling for windowsDavid Schleef2008-05-292-2/+0
| * [orc] Fixes for compiling for windowsDavid Schleef2008-05-2910-8/+72
* | add pkg.m4David Schleef2008-06-091-0/+135
|/
* [orc] add functions to refer to variables by nameDavid Schleef2008-05-283-0/+63
* [orc] Fixes to get SSE rules working.David Schleef2008-05-275-11/+140
* [orc] split up x86 related filesDavid Schleef2008-05-267-1161/+1247
* [orc] add sse rules (doesn't work yet)David Schleef2008-05-262-4/+188
* [orc] handle end pieces in MMX_4David Schleef2008-05-262-27/+158
* [orc] powerpc fixesDavid Schleef2008-05-243-37/+56
* [orc] Fix compile on powerpcDavid Schleef2008-05-241-4/+2
* [orc] fixes on x86-64David Schleef2008-05-231-1/+11
* [orc] attempt to make the same code work on all platformsDavid Schleef2008-05-234-42/+122
* [orc] Add support for x86-64David Schleef2008-05-222-60/+184
* [orc] remove glib dependencyDavid Schleef2008-05-2211-98/+105
* [orc] add pkgconfig files and install properlyDavid Schleef2008-05-215-2/+38
* [orc] Add more complicated example. Fix valgrind problems.David Schleef2008-05-216-28/+104
* [orc] implement powerpc assembly.David Schleef2008-05-213-389/+317
* [orc] Bump number of registers to 100David Schleef2008-05-211-1/+1
* [orc] Add basic code generation for powerpcDavid Schleef2008-05-211-57/+68
* [orc] add beginnings of powerpc supportDavid Schleef2008-05-216-29/+834
* [orc] Fix some mmx instructions. Add C backendDavid Schleef2008-05-207-29/+263
* [liboil] fix compile error on powerpcDavid Schleef2008-05-201-0/+2
* [orc] changes to register allocation and addition emit functions to makeDavid Schleef2008-05-205-69/+402
* [orc] rearranging code in order to add OilRegisterDavid Schleef2008-05-203-28/+66
* [orc] rewrite register handling, add mmx rulesDavid Schleef2008-05-205-90/+201
* [orc] handle immediate operandsDavid Schleef2008-05-183-19/+73
* [orc] convert register allocation to be more cross-platformDavid Schleef2008-05-173-28/+44
* [orc] implement register chainingDavid Schleef2008-05-173-9/+60
* [orc] keep track of registers that are used, in order to save/restoreDavid Schleef2008-05-163-6/+21
* [orc] fix some rulesDavid Schleef2008-05-164-685/+11
* [orc] fix valgrind problemsDavid Schleef2008-05-1510-14/+137
* [orc] global replace of oj_ (etc) with orc_David Schleef2008-05-159-288/+288
* [orc] rename files to orc*.[ch]David Schleef2008-05-1510-11/+685
* [orc] Splitting C filesDavid Schleef2008-05-158-184/+232
* move jit code to toplevel orc directory in preparation for libificationDavid Schleef2008-05-1511-7/+4
* jit: rearrange codeDavid Schleef2008-05-155-92/+110
* jit: code cleanupDavid Schleef2008-05-153-185/+176
* jit: generate lots of instructions for testingDavid Schleef2008-05-142-8/+56
* more jit hacking. compiler creates runnable codeDavid Schleef2008-05-143-262/+466
* more jit hacking. creates code that assembles and worksDavid Schleef2008-05-144-43/+278