platform/upstream/orc.git
2010-07-09 David Schleefarm/neon: use subs for loop counter
2010-07-09 David Schleefneon: add preload
2010-07-09 David Schleefneon: add loop unrolling
2010-07-09 David Schleefneon: Fix rules for quad usage
2010-07-09 David Schleefmemcpy_speed: take unalignment parameter on cmd line
2010-07-09 David Schleefneon: Fix store of l vectors
2010-07-09 David Schleefneon: Add quad load/store
2010-07-09 David Schleefneon: Use faster opcodes for aligned store
2010-07-09 David SchleefAdd simple constant folding
2010-07-09 David Schleefneon: Use unaligned ops instead of mask register
2010-07-09 David SchleefImprove compile debugging
2010-07-09 David Schleeftest: remove adjustment of performance number
2010-07-09 David Schleeftest: switch neon test back to neon
2010-07-09 David Schleefwin32: Fix initialization of once mutex
2010-07-05 David Schleefarm: Fix register moving
2010-07-05 David Schleefarm: fix some compile mismatches
2010-07-01 David Schleefarm: Fix a bunch of rules
2010-07-01 David Schleefarm: fix compile error
2010-07-01 David Schleefarm: mark rules known to be buggy
2010-07-01 David Schleefarm: Implement 2d support
2010-07-01 David Schleefarm: implement load/store of b, l
2010-07-01 David Schleefarm: arm backend code gen fixes
2010-07-01 David Schleefneon: check for NEON support on CPU
2010-06-30 David Schleefsse: handle NANs and denormals
2010-06-30 David Schleefopcodes: Make flushing denormals the default behavior
2010-06-29 David Schleefx86: Fix register popping for x86_64
2010-06-29 David Schleefopcodes: Add code for handling denormals
2010-06-29 David Schleefopcodes: check for NaN in maxf/minf
2010-06-29 David Schleeftests: better float comparison
2010-06-29 David Schleefneon: Fix accumulator opcodes
2010-06-29 David Schleefneon: implement 2d arrays
2010-06-28 David SchleefFix segfaults if no targets are available
2010-06-28 David SchleefAdd support for OpenBSD in CPU detection
2010-06-26 David Schleeftools: add orc-bugreport
2010-06-26 Sebastian Drögeorcc: Add --quiet and --benchmark parameters to generat...
2010-06-26 Sebastian Drögeorcc: Improve test program generation
2010-06-26 David Schleeftarget: add function to return flag names
2010-06-24 David Schleefarm: disable unused CPU detection
2010-06-15 David Schleeforcc: make the test program quieter
2010-06-15 Sebastian Drögetests: Fix compilation of the ABI test on 64 bit archit...
2010-06-15 David SchleefAdd handling of ORC_CODE environment variable
2010-06-15 David Schleeftests: scripts to build/run against old versions
2010-06-15 David Schleeftests: Fix 2-dest opcodes
2010-06-14 David Schleeftests: Add ABI check for code_exec
2010-06-14 David SchleefFix API for 2-dest opcodes
2010-06-14 David SchleefFix ABI issues caused by 5bfde389c78155
2010-06-14 David Schleeforcc: Add --compat
2010-06-14 Sebastian Drögemmx: Only mark the MMX target as executable if the...
2010-06-14 David Schleefc: Fix code for int parameters
2010-06-14 Stefan Kostlogging: remove double newlines from logging
2010-06-14 Stefan Kostcompiler: output the target name in errors too
2010-06-14 David SchleefAdd float parameters
2010-06-14 David Schleeforcc: make test program quieter
2010-06-14 David Schleefsse: Fix leal emission on x86-64
2010-06-13 David Schleefmmx,sse: use shuffle macros
2010-06-13 David Schleefmmx: port sse backend to mmx again
2010-06-13 Sebastian DrögeAdd SSE implementation of muluwl
2010-06-13 David Schleefclean up memcpy_speed
2010-06-13 David Schleeftodo: update
2010-06-13 David Schleefsse: set target as not executable if no SSE2
2010-06-12 David Schleefc: Use 'int' for parameters, not orc_union32
2010-06-12 David Schleefsse: use register for loop counter
2010-06-12 David Schleefsse: use leal for non-recorded addition
2010-06-12 David Schleefrevert removal of orc-stdint.h
2010-06-10 David Schleefdoc: NEON backend is open source
2010-06-10 David Schleeforcc: put typedefs before prototypes
2010-06-10 David Schleefmore conversion to orc int types
2010-06-10 David Schleeforcc: remove unused declaration
2010-06-10 David Schleefmore conversion to orc int types
2010-06-10 David Schleefremove code for reading /proc
2010-06-10 David Schleeftest: Use rdtsc when available
2010-06-09 David Schleefregenerate generated code
2010-06-09 David Schleefconvert from stdint types to orc types
2010-06-09 David Schleefc: fix check for stdc, prevent conflicts with orc
2010-06-09 David Schleefdon't use c99 types in generated code
2010-06-09 David Schleefremove some unistd.h usage
2010-06-09 David Schleefdocumentation updates
2010-06-09 David Schleefback to unreleased
2010-06-08 David Schleefrelease 0.4.5 orc-0.4.5
2010-06-08 David Schleeftests: fix neon tests
2010-06-08 David Schleefdocumentation updates
2010-06-08 David SchleefAllow some functions to be called with target=NULL
2010-06-08 David SchleefRemove orc-float library
2010-06-08 David Schleeftests: fix distcheck
2010-06-08 David Schleeftests: remove accidental commit of liboil cflags
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
next