platform/upstream/orc.git
2010-01-08 David Schleefcodemem: improve temp file name generation
2010-01-08 David SchleefUpdate internal functions for orcc fixes
2009-12-15 David SchleefAdd kfreebsd to mmap architectures
2009-12-14 David SchleefDocumentation updates
2009-12-14 David Schleefupdated release notes
2009-12-14 David SchleefBack to unreleased
2009-12-14 David SchleefRelease 0.4.3 orc-0.4.3
2009-12-14 David Schleeftests: Fix distcheck
2009-12-12 David SchleefCompile fixes
2009-12-12 David SchleefAdd constant loading system
2009-12-12 David Schleeforcc: fix missing const in src params
2009-12-12 David SchleefAdd splitlw and splitwb opcodes
2009-12-12 David Schleefsse: fix load/store with offset
2009-12-12 David Schleefbetter handling for 2-dest opcodes
2009-12-12 David Schleefquiet debugging
2009-12-12 David Schleefcompiler: don't chain regs if more than one dest
2009-12-12 David Schleeftest: convert unsigned and hex printing to new api
2009-12-02 David SchleefBuild fixes due to MSVC
2009-11-20 David Schleeftest: add compile_parse_c merge-base
2009-11-20 David Schleeftest: fix printf format for 64-bit types
2009-11-19 David Schleefaltivec: add merge and select rules
2009-11-19 David Schleeforcc: Add --target flag
2009-11-18 David Schleefsse: load/store at an offset for constant width
2009-11-18 David Schleefc: Clean up how arrays are loaded/stored
2009-11-18 David Schleefc: Fix strict aliasing issues
2009-11-18 David Schleefc: remove parts of preamble that duplicate orc.h
2009-11-18 David SchleefAdd source array sampling type
2009-11-18 David Schleefc64x-c: hacking
2009-11-17 David SchleefAdd c64x-c target
2009-11-17 David Schleefsse: split compile function into parts
2009-10-19 David Schleeforcc: exit with error code on error
2009-10-19 David Schleefsse: minor improvement in m counting
2009-10-19 David Schleeftest: handle testing of float opcodes better
2009-10-19 David Schleeffloat: remove some sse rules
2009-10-19 David Schleeforcc: implement --assembly for asm output
2009-10-19 David Schleefsse: some optimizations for constant n,m
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
next