platform/upstream/orc.git
2009-03-31 David SchleefFix bugs in emulation
2009-03-29 David Schleefsome dist fixes
2009-03-29 David Schleefadd .gitignore
2009-03-29 David Schleeflots of hacking
2009-03-28 David Schleefsse: condense some common code
2009-03-28 David Schleefadd a compiler tool
2009-03-28 David SchleefAdd a compile/disassemble/diff test function
2009-03-28 David Schleefimplement a bunch of SSE rules
2009-03-28 David Schleefadd parser
2009-03-28 David Schleeffix orc_init
2009-03-28 David Schleeffix orc_target_rule_get
2009-03-25 David SchleefFixes to build runnable arm code
2009-03-25 David SchleefAdd orctest library
2009-03-25 David SchleefFix arm compile
2009-03-18 David SchleefChange debug format to be more like schro
2009-03-17 David SchleefSplit SSE into multiple rule sets
2009-03-17 David SchleefAdd a compile/disassemble/compare test, and fix some...
2009-03-17 David SchleefA non-trivial Mersenne Twister algorithm
2009-03-17 David Schleefupdate README
2009-03-17 David SchleefMajor refactor
2009-03-16 David SchleefClean up unused code
2009-03-15 David SchleefRemove some disabled code
2009-03-15 David SchleefSplit OrcProgram into Program and Compiler
2009-03-15 David SchleefSplit orccompiler.c out of orcprogram.c
2009-03-15 David SchleefVarious code generation fixes
2009-03-15 David SchleefFix some cases where the default target was used incorr...
2009-03-15 David SchleefFix up emulation
2009-03-15 David SchleefSome fixes for C backend
2009-03-15 David SchleefMake the C backend a lot more functional
2009-03-13 David SchleefMerge codemem functions into one source file
2009-03-13 David SchleefConvert printf's to errors and asm code
2009-03-13 David SchleefConvert orc_program_compile to boolean
2009-03-13 David SchleefAdd more opcodes
2009-03-13 David Schleefinstall orcutils.h
2009-03-13 David Schleefcode cleanup
2009-03-12 David SchleefDon't crash if there's no rule for an opcode
2009-03-09 David SchleefFixes on x86-64
2009-03-09 David Schleefa little script
2009-03-09 David Schleefadd some m4 files
2009-03-08 David SchleefMove common x86 code to x86.c
2009-03-08 David Schleefswitch target back to sse. Improve fixups
2009-03-08 David SchleefAdd ARM backend. Almost works.
2009-03-07 David SchleefAdd parameters
2009-03-07 David Schleefremove rdtsc
2009-03-06 David SchleefFix build on mac
2009-03-06 David SchleefAdd pkgconfig m4
2009-03-06 David SchleefRemove glib remnants
2009-03-06 David SchleefAdd gtk-doc.m4
2009-03-06 David SchleefAdd some unary opcodes. Add non-temporal writes
2009-03-06 David SchleefFixes for building on windows
2009-03-04 David SchleefAdd aligning of dest pointer
2009-03-04 David SchleefVarious fixes to execute all the new code
2009-03-03 David SchleefAdd a bunch of opcodes, add a bunch of SSE rules
2009-03-03 David SchleefAdd support for byte-sized data
2009-03-03 David Schleefremove unused file
2009-03-03 David SchleefReplace "s16" notation with "w"
2009-03-02 David SchleefRemove types, use a size instead
2009-03-02 David SchleefHacking.
2009-03-02 David SchleefRemove data_register_class
2009-03-02 David Schleefs/LIBOIL/ORC/
2009-03-02 David SchleefSplit x86 into mmx and sse targets
2008-07-05 David SchleefAdd roadmap
2008-06-08 David Schleefrandom hacking
2008-06-08 David SchleefIf there's no compiled code, fall back on emulation
2008-06-08 David SchleefRemove orcrules-x86.c
2008-06-08 David Schleefremove liboil remnants
2008-06-08 David SchleefAdd tools directory
2008-06-07 David SchleefFix distcheck
2008-06-07 David SchleefInitial commit. Previous history is in liboil