platform/upstream/orc.git
2009-10-19 David Schleefsse: Special case for constant n programs
2009-10-15 David Schleeftests: handle float opcodes
2009-10-15 David SchleefAdd C rules for float opcodes
2009-10-15 David Schleefarm: another compile fix
2009-10-06 David Schleefarm: fix compile
2009-10-06 David Schleefarm: Fix minor code generation bugs
2009-10-06 David Schleeffloat: remove float ops moved to main lib
2009-10-06 David SchleefDon't install orc tests.
2009-10-06 David Schleeftest: fix profiling code
2009-10-01 David Schleeforc-test: change OrcRandom to OrcRandomContext
2009-10-01 David Schleeforc-test: add profiling from liboil
2009-10-01 David Schleefc: fix bug outputting accumulators incorrectly
2009-09-30 David Schleeforcc: Fix output for 2d
2009-09-30 David SchleefMove 32-bit float ops to core library
2009-09-20 David Schleefarm: readd some deleted functions
2009-09-20 David Schleefarm: add arm code from neon branch
2009-09-20 David Schleefarm: add orc_arm_flush_cache()
2009-09-20 David Schleefarm: rename to orc_arm_emit_load_imm()
2009-09-20 David Schleefarm: remove orc_arm_exec_ptr
2009-09-20 Wim Taymansarm: cleanuos and fixes
2009-09-20 Wim Taymansrules-arm: fix compilation
2009-09-20 Wim Taymansrules-arm: implement remaining opcodes
2009-09-20 Wim Taymansarm: cleanups and fixes
2009-09-20 Wim Taymansrules-arm: don't thrash inputs
2009-09-20 Wim Taymansrules-arm: make parallel sign function
2009-09-20 Wim Taymansrules-arm: more opcodes, more fixes
2009-09-20 Wim Taymansrules-arm: fix avgu instruction
2009-09-20 Wim Taymansrules-arm: more rules
2009-09-20 Wim Taymansrules-arm: add more instructions
2009-09-20 Wim Taymansrules-arm: add some more instructions
2009-09-20 Wim Taymansrules-arm: add some more instructions
2009-09-20 Wim Taymansprogram: add some convenience macros
2009-09-20 Wim Taymansvolscale: refer to variables with their enum
2009-09-20 Wim Taymansvolscale: use right array indexes
2009-09-20 Wim Taymansvolscale: improve example
2009-09-20 Wim Taymansvolscale: add volume scaling example
2009-09-20 Wim Taymansrenames _instr_ to _emit_ in the convenience macros
2009-09-20 Wim Taymansrules-altivec: use convenience macros
2009-09-20 Wim Taymanspowerpc: add convenience macros
2009-09-20 Wim Taymansrules-altivec: fix compilation
2009-09-20 Wim Taymansrules-altivec: cleanups
2009-09-20 Wim Taymansrules-arm: cleanups
2009-09-20 Wim Taymansmmx: cleamups, add some more instructions
2009-09-20 Wim Taymanssse: fix indentation
2009-09-20 Wim Taymansrules-sse: use convenience macros and cleanups
2009-09-20 Wim Taymanssse: fix movdqa
2009-09-20 Wim Taymansrules-sse: small cleanup
2009-09-20 Wim Taymansmmx/sse: add more convenience macros
2009-09-20 Wim Taymansmmx: add some more missing instructions
2009-09-20 Wim Taymansmmx: fix some opcode names
2009-09-20 Wim Taymansruleset: fix registration of opcode sets
2009-09-20 Wim Taymansrules-mmx: fix typo
2009-09-20 Wim Taymansrules-mmx: convert to convenience macros
2009-09-20 Wim Taymansmmx: add convenience macros
2009-09-20 David Schleefcodemem: use symbol name in filename
2009-09-20 David Schleefadd orc_program_get_max_accumulator_size()
2009-09-20 David Schleefarm: Fix compiling on arm
2009-09-20 David Schleeforcc: Add custom header barrier
2009-09-20 David SchleefAdd orc_memset() and orc_memcpy()
2009-09-19 David Schleeforcc: fix warning in generated code
2009-09-19 David Schleeforcc: Add --include option
2009-09-19 David Schleeforcc: Add handling of command line options
2009-09-19 David SchleefAdd orcc to pkg-config files
2009-08-12 David SchleefFix cross building
2009-08-01 David Schleefc: create code for bypassing OrcExecutor structure
2009-08-01 David SchleefFix memleak
2009-07-29 David Schleeforcc: Add code to use backup function if no Orc lib
2009-07-29 David Schleeforcc: code cleanup
2009-07-27 David SchleefFix memory leaks
2009-07-27 David Schleefmore 2d hacking
2009-07-26 David Schleefmore support for 2d
2009-07-26 David Schleefpreliminary 2-D support
2009-07-26 David SchleefFix accw opcode.
2009-07-20 David Schleefonce: fix stupid mistake
2009-07-20 David Schleefonce: add win32 threading code
2009-07-20 David Schleefadd EXEEXT ending
2009-07-15 David Schleefonce: Add orc once mutex and use it in orcc
2009-07-14 David Schleeforcc: Fix backup code generation
2009-07-14 David Schleeftests: build tools before tests
2009-07-14 David Schleeftests: build orc_test.c
2009-07-14 David Schleeftests: add test.orc file
2009-07-14 David Schleefdoc: add version entities, fix URL
2009-07-14 David Schleefbuild: back to unreleased
2009-07-14 David Schleefrelease 0.4.2 orc-0.4.2
2009-07-14 David Schleefcompiler: users don't need to see compiler errors
2009-07-14 David Schleeforcc: Check backup function in test code
2009-07-14 David Schleeftests: add orcc test
2009-07-14 David Schleefparse: allocate programs array dynamically
2009-07-14 David Schleeftest: Add orc_test_compare_output_backup()
2009-07-14 David Schleefc: Fix some bugs in code generation
2009-07-14 David Schleefc: Fix shruw and mulhuw
2009-07-02 David Schleefremove bits about motovec code in liboil
2009-07-02 David Schleefupdate README and RELEASE
2009-07-02 David Schleefback to unreleased
2009-07-02 David Schleefrelease 0.4.1
2009-06-30 David Schleefaltivec: fix detection on mac
2009-06-30 David Schleeftest: fix printf format
2009-06-30 David Schleefsse: another rule (absw) for jrosser
2009-06-30 David Schleefremove libtool macros
2009-06-30 David Schleefsse: a new signw rule for jrosser
next