platform/upstream/orc.git
2010-06-08 David Schleefupdate gtk-doc
2010-06-08 David SchleefAdd --enable-backend
2010-06-07 David Schleeftests: fix orc source for test
2010-06-07 David Schleeftests: improve memcpy_speed
2010-06-07 David Schleefallocate a loop counter variable
2010-06-07 David Schleeftests: Add compile_parse
2010-06-07 David Schleefx86: Add alternate rep movs memcpy implementation
2010-06-07 David Schleefc: Fix initialization of union values
2010-06-03 David Schleefsse: don't emit spurious moves
2010-06-02 David Schleefcentralize definition of out-of-bound value
2010-06-02 David SchleefFix problems with strict aliasing
2010-06-01 David SchleefCall orc_init() from orc_program_new()
2010-06-01 David Schleeforcc: Fix warnings in generated code
2010-06-01 David Schleefneon: Fix compile warning on 64-bit
2010-05-27 David Schleeforcc: Add prototypes to c code
2010-05-12 David SchleefMerge branch 'neon'
2010-04-16 David Schleefc64x: remove c64x target
2010-04-15 David Schleeffloat: remove 32-bit float ops
2010-04-15 David Schleefneon: remove pixel tests
2010-04-15 David Schleeffloat: remove 32-bit float ops
2010-04-15 David Schleefc64x: Fix compiler path
2010-04-15 David Schleefneon: move float rules to main library
2010-04-15 David SchleefMerge branch 'master' into neon
2010-04-07 David Schleefadd header
2010-04-07 David Schleefcompiler: remove dead code
2010-04-05 David Schleefarm uses orcutils functions
2010-04-01 David Schleefaltivec: Fix a bunch of bugs
2010-03-30 David SchleefAdd web pages to README
2010-03-30 David SchleefBack to unreleased
2010-03-30 David SchleefRelease 0.4.4 orc-0.4.4
2010-03-29 David Schleefsse: Fix movdqa on x86-64
2010-03-29 David Schleeftests: Add exec_parse
2010-03-29 David Schleeftests: copy test.orc from schroedinger
2010-03-29 David Schleeftests: improve tests with acc and const opcodes
2010-03-29 David Schleefclean up compiler result codes
2010-03-29 David SchleefAdd static opcode flag for scalar sources
2010-03-29 David Schleeftests: remove pixel tests
2010-03-20 David SchleefFix distcheck
2010-03-20 David SchleefRemove orc-pixel library. No longer needed
2010-03-20 David Schleeftests: remove pixel tests
2010-03-20 David Schleefc: add pragma to ignore strict aliasing warning
2010-03-19 Ramiro PollaUse VirtualAlloc() to allocate executable memory on...
2010-03-19 David Schleeforcutils: Add to build
2010-03-19 David Schleefconfigure: Add gnu to mmap list
2010-03-19 David Schleeftests: remove compile tests from TESTS
2010-03-19 David Schleeftests: remove unused code
2010-03-19 David SchleefFix library flags to work with --as-needed
2010-03-19 David Schleefautogen.sh: remove --enable-maintainer-mode
2010-03-18 David Schleeflib: Make some functions static
2010-03-18 David Schleefonce: Fix mutex initialization on win32
2010-03-18 David Schleefdoc: fix build from tarball
2010-03-18 David Schleeftools: Check target name
2010-03-15 David Schleefc: fix crash in compiler
2010-03-07 David Schleefcpu: Fix flags on Solaris
2010-01-09 David SchleefMake convfl work like C casting
2010-01-09 David Schleeftests: Add test.orc
2010-01-09 David Schleeftests: Add performance tests
2010-01-08 David Schleefsse: Implement loop unrolling
2010-01-08 David Schleeftests: remove spurious file
2010-01-08 David Schleefx86: Favor addl $-1 over decl
2010-01-08 David Schleeftests: Add memcpy_speed from liboil
2010-01-08 David Schleeforcc: call function directly instead of orc_executor_run
2010-01-08 David Schleefexecutor: remove debug from fast path
2010-01-08 David Schleefcompiler: how about *using* the backup function?
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-24 David SchleefMerge branch 'master' into neon
2009-10-24 David SchleefFIXME: 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
next