platform/upstream/orc.git
2011-03-27 David Schleefneon: Fix declaration after statement
2011-03-20 Andreas Schwabpowerpc: don't clobber register r31
2011-03-19 Andreas Schwabaltivec: fix div255w rule
2011-03-19 Andreas Schwabaltivec: fix mullw rule
2011-03-19 Andreas Schwabpowerpc: don't clobber register r31
2011-02-25 David SchleefBetter checking for codemem allocation
2011-02-25 David Schleefcpuinsn: various codegen fixes
2011-01-25 Stefan Kostdocs: add extra section describing the env-vars.
2011-01-25 David Schleefcpuinsn: Fix code generation breakage on x86_64
2011-01-23 David Schleefsse: Fix problem on sse41
2011-01-13 Nick Fosterneon: Add some floating point ops
2011-01-09 David SchleefRevert "orc.h: remove stdint.h from includes"
2011-01-08 David SchleefDon't use builddir, as it requires recent automake
2011-01-08 David Schleeforc.h: remove stdint.h from includes
2011-01-08 David Schleefupdate generated code
2011-01-08 David Schleefc: don't use stdint types
2011-01-08 David Schleefneon: Fix VFP rule macro
2011-01-07 David Schleefc: Use __inline for MSVC
2010-12-23 David SchleefBuild fixes for win64
2010-12-21 Arun Raghavanm4: Fix ARM compiler detection
2010-12-06 David Schleeforcc: Implement --lazy-init
2010-12-06 David Schleeforcc: Use OrcCode as persistent storage
2010-12-05 Stefan Kostorcprogram: don't deref insn->opcode if NULL
2010-12-05 Stefan Kostorcprog-c: don't deref NULL rule
2010-12-05 Stefan Kosttests: fix copy'n'paste error
2010-12-05 Stefan Kostorcparse: don't eventually leak 'init_function'
2010-12-05 Stefan Kostorccodemem: free 'filename' in case of error as well
2010-12-05 David Schleefx86: sun studio can use gcc inline asm
2010-11-08 David Schleefx86: cpuinsn cleanup
2010-11-07 David SchleefChange sysinsn to cpuinsn
2010-11-07 David Schleefx86: Fix sysinsn problems on x86-64
2010-11-04 David Schleefx86: more sysinsn conversion
2010-11-04 David Schleefx86: more sysinsn conversion
2010-11-04 David Schleefx86: convert misc instructions to sysinsn
2010-11-04 David Schleefx86: convert jumps to sysinsn
2010-11-04 David Schleefx86: convert arith instructions to sysinsn
2010-11-03 David Schleefsse: more conversion to sysinsn
2010-10-31 David Schleefsse: Fix param order of orc_x86_emit_modrm_memoffset
2010-10-31 David Schleefsse: more conversion to sysinsn
2010-10-31 David Schleefsse: More conversion to sysinsn
2010-10-31 David Schleefsse: Convert to using emit_sysinsn
2010-10-27 David Schleefsse: convert to using orc_sse_emit_sysinsn
2010-10-25 David Schleefconfigure: it's "dragonfly" not "dragonflybsd"
2010-10-25 David Schleefc: Fix gcc warnings in generated code
2010-10-25 David Schleefback to unreleased
2010-10-14 David SchleefRelease 0.4.11 orc-0.4.11
2010-10-14 David Schleeftest.orc: Add function that checks 'x2 mulll'
2010-10-14 David Schleefsse: Calculate insn_shift for each instruction
2010-10-14 David Schleefemulate: Fix loading of 64-bit params
2010-10-14 David Schleefcompiler: Allow compiling for emulation with no target
2010-10-14 David Schleeforcc: Allow normal compilation with no target
2010-10-14 Sebastian DrögeFix loading of double parameters in the non-ORC C code
2010-10-14 David Schleefmmx: Fix 64-bit param loading
2010-10-12 David Schleefarm: move some rules into ARM6
2010-10-10 David SchleefAdd benchmorc
2010-10-08 David Schleefback to unreleased
2010-10-07 David SchleefRelease 0.4.10 orc-0.4.10
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
next