platform/upstream/orc.git
2010-10-07 David Schleefsse,mmx: Fix mululq rule (SSE2-only)
2010-10-07 David Schleefmmx: update from sse
2010-10-07 David Schleefneon: Add rules for new opcodes
2010-10-06 David SchleefAdd .doubleparam and .longparam
2010-10-06 Sebastian DrögeImplement mululq and mulslq for SSE
2010-10-06 Sebastian DrögeAdd mulslq and mululq opcodes
2010-10-03 Sebastian DrögeImplement select[01]ql for SSE
2010-10-03 Sebastian DrögeImplement mergelq for SSE
2010-10-03 Sebastian DrögeMask lower bits of merge opcodes to prevent signedness...
2010-10-03 Sebastian DrögeAdd mergelq/select0ql/select1ql opcodes
2010-10-03 David Schleefsse: Add 64-bit bit ops
2010-09-30 David SchleefFix distcheck
2010-09-30 David SchleefFix documentation of opcodes
2010-09-27 David SchleefCleanups for running with ORC_CODE=emulate
2010-09-24 David Schleefcompiler: Fix calculation of max var size
2010-09-24 David Schleeftest: Add disabled code to make manual testing easier
2010-09-22 Sebastian Drögemmx: paddq and psubq are SSE2 instructions
2010-09-21 David Schleefmmx: reconvert from sse, plus fixes
2010-09-20 David Schleefsse: Fix rex prefix
2010-09-20 Edward Herveyc: Fix C_NOEXEC destination parameter
2010-09-20 David SchleefHandle ORC_CODE=emulate to force emulation
2010-09-17 David Schleefc: Fix emulation loading of constants on big-endian
2010-09-16 David SchleefRemove usage of orcbin
2010-09-16 David SchleefConvert usage of ULL to ORC_UINT64_C()
2010-09-16 David Schleefexamples: remove mt19937ar temp files
2010-09-16 David SchleefFix warning on OS/X
2010-09-16 David SchleefUse MAP_ANON if MAP_ANONYMOUS is not defined
2010-09-16 David Schleefc: Fix problems related to 64-bit constants
2010-09-16 David Schleefsse: implement 64-bit params and constants
2010-09-15 David SchleefAdd various hacks to allocated codemem
2010-09-15 David Schleefsse: Fix previous commit on x86_64
2010-09-14 David Schleeftest: Add test for x2 float ops
2010-09-14 David Schleefsse: implement swapwl, swaplq
2010-09-14 David Schleefperf_opcodes_sys: Use orc_test_get_program_for_opcode
2010-09-14 David Schleefc: Fix x2 used with float opcodes
2010-09-13 David SchleefAdd swapwl and swaplq opcodes
2010-09-11 David Schleefmt19937: Bring up to date with Orc best practice
2010-09-09 David Schleefsse,neon: Error for unimplemented 64-bit constants
2010-09-09 David Schleefsse: Better implementation for ldreslinl
2010-09-09 David Schleeforcc: Don't print out unused constant vars
2010-09-08 David Schleefsse: Implement ldreslinl
2010-09-08 David Schleefsse: implement rules using pmov[sz] for SSE4.1
2010-09-08 David Schleefmmx: Update from SSE again
2010-09-08 David Schleefsse: Fix shrsq rule
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
next