summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* 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