summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2008-06-30Move orc into separate packageDavid Schleef4-248/+1
2008-05-29[orc] glib isn't used, so remove it from libs/cflagsDavid Schleef1-2/+2
2008-05-29[orc] Fixes for compiling for windowsDavid Schleef2-2/+0
2008-05-24[orc] Fix compile on powerpcDavid Schleef1-4/+2
2008-05-21[orc] Add more complicated example. Fix valgrind problems.David Schleef1-4/+72
2008-05-21[orc] implement powerpc assembly.David Schleef1-14/+19
2008-05-20[orc] changes to register allocation and addition emit functions to makeDavid Schleef2-4/+14
2008-05-16[orc] fix some rulesDavid Schleef1-2/+2
2008-05-15[orc] fix valgrind problemsDavid Schleef3-5/+82
2008-05-15[orc] global replace of oj_ (etc) with orc_David Schleef1-22/+22
2008-05-15[orc] rename files to orc*.[ch]David Schleef1-1/+1
2008-05-15[orc] Splitting C filesDavid Schleef2-0/+91
2008-05-15move jit code to toplevel orc directory in preparation for libificationDavid Schleef9-1506/+1
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-12jit hackingDavid Schleef5-154/+187
2008-05-03Remove .cvsignore filesDamien Lespiau7-54/+0
2008-03-13oil-test should try all runnable implementationsDavid Schleef1-1/+1
2008-02-26jit subdir requires glib, so mark as suchDavid Schleef1-1/+5
2008-01-17Add ojprogram.h to makefileDavid Schleef1-1/+1
2007-12-27Add some experimental JIT codeDavid Schleef6-344/+376
2007-12-27Add oil_impl_is_usable() and clean up examplesDavid Schleef3-5/+5
2007-12-27Add some gitignore files.David Schleef1-0/+19
2007-12-13First attempt at making a jit compilerDavid Schleef3-1/+381
2007-12-10Remove static from a function that is sometimes unused.David Schleef1-1/+1
2007-11-14* configure.ac:David Schleef1-4/+0
2007-08-22* configure.ac:David Schleef1-0/+8
2007-06-16* examples/jpeg/jpeg.c:David Schleef1-0/+5
2007-06-11* examples/oil-suggest-lib:David Schleef2-3/+27
2007-03-23* examples/jpeg/Makefile.am:David Schleef6-9/+18
2007-03-21* examples/jpeg/jpeg.c:David Schleef2-11/+41
2007-03-20* examples/jpeg/jpeg.c:David Schleef5-110/+138
2007-03-20* examples/jpeg/Makefile.am:David Schleef12-505/+820
2007-02-15* examples/printcpu.c:David Schleef1-5/+6
2007-02-14* examples/printcpu.c:David Schleef1-1/+3
2007-02-14* examples/Makefile.am:David Schleef2-1/+109
2007-02-13* examples/jpeg/huffman.c:David Schleef6-225/+322
2007-01-01* examples/audioresample/Makefile.am:David Schleef5-390/+126
2006-12-13* configure.ac:David Schleef13-1/+2752
2006-11-17* examples/jpeg/Makefile.am:David Schleef15-60/+1894
2006-10-01* examples/memcpy-speed.c:David Schleef1-14/+28
2006-03-21* examples/Makefile.am: add oil-bugreportDavid Schleef2-2/+228
2006-01-31* configure.ac:David Schleef3-5/+219
2006-01-28* examples/oil-suggest.c: cleanupDavid Schleef1-118/+0
2005-12-27Add an example program to pretty-print the set of cpu flags. To be usedEric Anholt3-1/+107
2005-12-22* examples/jpeg/jpeg_rgb_decoder.c: Use new colorspace_argbDavid Schleef1-3/+22