summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-24[orc] Fix compile on powerpcDavid Schleef1-4/+2
2008-05-23[orc] fixes on x86-64David Schleef1-1/+11
2008-05-23[orc] attempt to make the same code work on all platformsDavid Schleef4-42/+122
2008-05-22[orc] Add support for x86-64David Schleef2-60/+184
2008-05-22[orc] remove glib dependencyDavid Schleef11-98/+105
2008-05-21[orc] add pkgconfig files and install properlyDavid Schleef5-2/+38
2008-05-21[orc] Add more complicated example. Fix valgrind problems.David Schleef6-28/+104
2008-05-21[orc] implement powerpc assembly.David Schleef3-389/+317
2008-05-21[orc] Bump number of registers to 100David Schleef1-1/+1
2008-05-21[orc] Add basic code generation for powerpcDavid Schleef1-57/+68
2008-05-21[orc] add beginnings of powerpc supportDavid Schleef6-29/+834
2008-05-20[orc] Fix some mmx instructions. Add C backendDavid Schleef7-29/+263
2008-05-20[liboil] fix compile error on powerpcDavid Schleef1-0/+2
2008-05-20[orc] changes to register allocation and addition emit functions to makeDavid Schleef5-69/+402
2008-05-20[orc] rearranging code in order to add OilRegisterDavid Schleef3-28/+66
2008-05-20[orc] rewrite register handling, add mmx rulesDavid Schleef5-90/+201
2008-05-18[orc] handle immediate operandsDavid Schleef3-19/+73
2008-05-17[orc] convert register allocation to be more cross-platformDavid Schleef3-28/+44
2008-05-17[orc] implement register chainingDavid Schleef3-9/+60
2008-05-16[orc] keep track of registers that are used, in order to save/restoreDavid Schleef3-6/+21
2008-05-16[orc] fix some rulesDavid Schleef4-685/+11
2008-05-15[orc] fix valgrind problemsDavid Schleef10-14/+137
2008-05-15[orc] global replace of oj_ (etc) with orc_David Schleef9-288/+288
2008-05-15[orc] rename files to orc*.[ch]David Schleef10-11/+685
2008-05-15[orc] Splitting C filesDavid Schleef8-184/+232
2008-05-15move jit code to toplevel orc directory in preparation for libificationDavid Schleef11-7/+4
2008-05-15jit: rearrange codeDavid Schleef5-92/+110
2008-05-15jit: code cleanupDavid Schleef3-185/+176
2008-05-14jit: generate lots of instructions for testingDavid Schleef2-8/+56
2008-05-14more jit hacking. compiler creates runnable codeDavid Schleef3-262/+466
2008-05-14more jit hacking. creates code that assembles and worksDavid Schleef4-43/+278
2008-05-14more jit hackingDavid Schleef6-68/+629
2008-05-12Disable psadbw, since it requires SSE3David Schleef1-2/+2
2008-05-12Fix timestamp on s390, patch from Fedora. Fixes #15392.David Schleef1-1/+1
2008-05-12Add check for monotonic clock. Patch from Jens Granseuer <jensgr@gmx.net>David Schleef2-2/+19
2008-05-12Check for gcc-4.2 for intrinsics, since we need gcc to realign theDavid Schleef1-3/+21
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