platform/upstream/orc.git
2010-07-20 David Schleefback to unreleased
2010-07-20 David Schleefarm: mark some rules as ARM v6 only
2010-07-14 David SchleefRelease 0.4.6 orc-0.4.6
2010-07-14 David Schleefwin32: Fix DllMain definition
2010-07-13 David Schleeftests: don't run neon tests
2010-07-13 David Schleefupdate release docs
2010-07-13 David Schleefdon't unlink tmp file if debug flag is used
2010-07-11 David SchleefRemove orc-float
2010-07-11 David SchleefAdd cache information
2010-07-10 David Schleefneon: Fix aligned load
2010-07-10 David Schleefmemcpy_speed: inline orc_memcpy
2010-07-10 David Schleefmemcpy_speed: flush/populate cache for hot/cold testing
2010-07-09 David Schleefneon: Add short-array unaligned speedup
2010-07-09 David Schleefneon: Add load/store of 256-bit vectors
2010-07-09 David Schleefneon: Only preload for each cache line
2010-07-09 David Schleefneon: Add handling of different size regions
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
next