platform/upstream/orc.git
2010-09-05 David Schleefx86: Add AMD microarchitectures
2010-09-05 David Schleeforcc: Handle compatibility for ORC_VAR_T16
2010-09-05 David Schleefx86: use movzx instead of movb
2010-09-05 David Schleefx86: More cpuid improvements
2010-09-05 David Schleefx86: cpuid improvements
2010-09-05 David Schleeforc-bugreport: Fix program generation
2010-09-04 David SchleefExtract cpu name/family/model/stepping
2010-09-04 David Schleeftest: disabled unused code
2010-09-04 David Schleefonce: Use constructor on Windows for initialization
2010-09-04 David Schleefc: Fix ldreslinl rule (again)
2010-09-04 David Schleeftestsuite: Add compatibility check
2010-09-04 David SchleefAdd some random files
2010-09-04 David Schleefsse: Fix register handling on Win64
2010-09-03 David Schleefimplement constant folding
2010-09-03 David SchleefAdd -version-info to libs
2010-09-03 David SchleefFix static linking
2010-08-31 David SchleefAdd needed file (again)
2010-08-31 David SchleefAdd needed file
2010-08-30 David SchleefRelease 0.4.8 orc-0.4.8
2010-08-30 David Schleefc: Handle 64-bit parameters
2010-08-30 David Schleeftest.orc: remove glib types
2010-08-30 David Schleeforcc: Fix code generation of test
2010-08-30 David Schleeftestsuite: Fix cross compiling of orcc test
2010-08-28 David SchleefFix typo in function name
2010-08-28 David SchleefFix MSVC build errors
2010-08-28 David Schleefc: Fix denormal handling
2010-08-27 David Schleefneon: Fix shift in loadpl
2010-08-27 David SchleefChange constant values to orc_union64 internally
2010-08-27 David SchleefImplement parsing of float constants
2010-08-27 David SchleefChange meaning of convfl/convdl to be saturated
2010-08-27 David SchleefAdd splitql opcode
2010-08-27 David Schleefc: Fix code for ldreslinl
2010-08-27 David Schleefc: Fix loading of float params
2010-08-26 David Schleefneon: Add a few double rules
2010-08-26 David SchleefAdd int64 and double parameters
2010-08-26 Sebastian DrögeUse ULL as qualifier for 64 bit integer constants
2010-08-26 Sebastian DrögeAdd copyq opcode
2010-08-26 Sebastian DrögeAdd SSE2 implementations of all double opcodes
2010-08-26 Sebastian DrögeAdd support for comparing double arrays
2010-08-26 Sebastian DrögeAdd 64 bit floating point opcodes
2010-08-26 Sebastian DrögeAdd swapq opcode
2010-08-26 David Schleefcompiler: allocate correct size for code memory
2010-08-25 David SchleefFix testing of float params
2010-08-25 David Schleefc: Handle denormals and nan using bit ops
2010-08-25 Stefan Kosttestsuite: use correct return type
2010-08-25 David Schleeforcc: remove (fake) dependency on liborc-test
2010-08-25 David SchleefCheck for posix_memalign()
2010-08-25 David SchleefFix cross compiling
2010-08-25 David Schleeftest: Add denormal array pattern
2010-08-25 David Schleefshow_parse: Allocate array (fix segfault)
2010-08-25 David Schleefaltivec: Implement lots more rules
2010-08-24 David SchleefUse OrcCode structure to handle all executable code
2010-08-23 David SchleefCode memory allocation
2010-08-23 David SchleefAdd OrcCodeRegion
2010-08-22 David Schleeftest: Add special patterns (for floats)
2010-08-22 David Schleefshow_parse: Add -n option
2010-08-22 David Schleefsse: Fix some compilation issues on x86-64
2010-08-21 Andrea Cancianisse: add better rules for mulhsl/mulhul
2010-08-21 David Schleefsse: quit early if error is detected
2010-08-21 David Schleefc: minor hack for lots of temp vars
2010-08-21 David Schleeftests: Add show_parse
2010-08-20 David SchleefAdd ORC_VAR_T16
2010-08-20 David Schleefcompiler: If compilation fails, go back to backup function
2010-08-20 David Schleeforcc: Use ORC_RESTRICT for executor structure
2010-08-20 David Schleefautogen.sh: Enable --enable-gtk-doc for ds
2010-08-20 David SchleefFix distcheck for new examples
2010-08-20 David SchleefUpdate documentation, add tutorial
2010-08-19 David Schleefc: Add definition of ORC_RESTRICT
2010-08-19 David SchleefAdd perf testing of emulated code
2010-08-19 David Schleefback to unreleased
2010-08-19 David SchleefFix printing of performance data in tests
2010-08-19 David SchleefRelease 0.4.7 orc-0.4.7
2010-08-19 David Schleeftest: Improve opcode test program generation
2010-08-19 David Schleefneon: Fix div255w rule
2010-08-18 David Schleefmmx: update from sse
2010-08-18 David Schleefsse: use pinsrw to load 2-byte values
2010-08-18 David Schleeftest: Add alignment and misalignment to arrays
2010-08-18 David Schleefsse,x86: Add some new instruction emission code
2010-08-18 David Schleefsse: minor optimization for constant_m=1
2010-08-18 David Schleefsse: reset more of the compiler after a test loop
2010-08-18 David Schleefsse: better choosing of alignment var
2010-08-18 David Schleefconfigure: reminder to bump libversion
2010-08-15 David Schleefopcodes: fix emulation of ldres* opcodes
2010-08-15 David Schleeforcc: Fix code generation
2010-08-15 David Schleefsse: remove unused src->dest chaining checks
2010-08-15 David Schleefsse: don't unroll larger programs
2010-08-13 David Schleeftests: Add code for ldres* opcodes
2010-08-13 David SchleefAdd ldresnear[bl] and ldreslin[bl] opcodes
2010-08-13 David SchleefFixes to handle opcodes with 3 sources
2010-08-13 David SchleefRename splatw0q to splatw3q
2010-08-13 David Schleeftest: Remove #undef so it can be overridden in CFLAGS
2010-08-13 David Schleeftests: Fix code to not trip new sanity check
2010-08-13 David Schleeftest: Decrease n for performance testing
2010-08-13 David Schleefneon: new rules, tuning of code generation
2010-08-13 David Schleefarm: Better checking, add data and nops
2010-08-12 David Schleefsse: be more careful about keeping stack aligned
2010-08-12 David SchleefUpdate generated code due to orcc changes
2010-08-12 David Schleeforcc: Don't use ORC_INLINE for inline generation
2010-08-12 David Schleefparser: Add .init directive
2010-08-12 David Schleeforcc: Add --inline and --init-function
next