platform/upstream/orc.git
2010-09-08 David Schleeforc-test: Fix comparison of 64-bit types
2010-09-08 David SchleefAdd orc_compiler_try_get_constant_long()
2010-09-08 Sebastian DrögeImplement shrsq for SSE
2010-09-08 Sebastian DrögeImplement SSE versions of shlq/shruq
2010-09-08 Sebastian DrögeAdd 64 bit shlq/shrsq/shruq opcodes
2010-09-08 Sebastian DrögeImplement SSE versions of addq/subq
2010-09-08 Sebastian DrögeAdd 64 bit addq/subq opcodes
2010-09-08 Sebastian DrögeImplement SSE versions of andq/andnq/orq/xorq/cmpeqq...
2010-09-08 Sebastian DrögeAdd 64 bit andq/andnq/orq/xorq/cmpeqq/cmpgtsq opcodes
2010-09-08 David SchleefAdd ORC_TARGET_CLEAN_COMPILE and use it
2010-09-08 David Schleefmmx: Update from sse
2010-09-08 David Schleefsse: Reenable rules that use pshufb
2010-09-08 David Schleeforcc: Delete output file if there's an error
2010-09-08 David Schleefsse: Implement ldresnearl
2010-09-08 David Schleefcompiler: Implement long (128-bit) constants
2010-09-06 David Schleefsse: More fixes for X86_ECX -> gp_tmpreg
2010-09-06 David Schleefsse: Use temp space in exec struct, not stack
2010-09-06 David Schleefsse: Fix register usage on Win64
2010-09-06 David Schleefx86: Don't call rdtsc in prologue/epilogue
2010-09-06 David SchleefBump version to 0.4.9.1
2010-09-06 David SchleefRelease 0.4.9 orc-0.4.9
2010-09-06 David SchleefEliminate usage of %lld, etc.
2010-09-06 Sebastian DrögeImplement handling of 64 bit constants in the C backend
2010-09-06 Sebastian Drögeorcc: Implement handling of 64 bit constants
2010-09-06 Sebastian DrögeUse strtoll() when parsing constants and support 64...
2010-09-06 Sebastian DrögeImplement strtoll() for 64 bit integer constants
2010-09-06 Sebastian DrögeBump version to 0.4.8.1
2010-09-06 David Schleefc: Fix convdf opcode
2010-09-06 David SchleefAdd AMD microarchitecture definitions
2010-09-05 David Schleefparse: Add some bounds checking
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
next