platform/upstream/orc.git
2011-06-09 David Schleefcodemem: Fix order to check /tmp before $HOME
2011-06-01 David Schleeftest: add msvc define for snprintf
2011-06-01 David Schleefx86insn: clear allocated memory
2011-06-01 David Schleefx86insn: fix msvc error
2011-05-18 Stefan Kostdocs: tell what ORC_CODE=debug is for
2011-05-18 David Schleefx86: use orc_compiler_error()
2011-05-17 David Schleefx86insn: Fix SSE-4.1 instructions
2011-05-16 David Schleefsse: implement aligned arrays
2011-05-16 David Schleeftests: Handle new modifiers
2011-05-16 David Schleefparse: Add n modifiers
2011-05-16 David Schleefparse: Add n modifiers
2011-05-15 David Schleefparse: Add 'align %d' for array alignment
2011-05-14 David Schleeftests: remove offsets from memcpy_speed
2011-05-14 David SchleefAdd ORC_CODE=randomize to randomize registers
2011-05-13 David Schleeftests: better presentation
2011-05-13 David Schleeftests: print error message in test failures
2011-05-13 David SchleefAdd error message to compiler and program
2011-05-13 David Schleefx86insn: fixes for SSE
2011-05-13 David Schleefx86insn: Convert mmx backend to x86insn
2011-05-13 David Schleefx86insn: cleanup
2011-05-13 David Schleefx86insn: rename some functions
2011-05-13 David Schleefmmx: convert from sse
2011-05-12 David Schleefx86: Add branch relaxation
2011-05-12 David Schleefsse: Fix mulhsl rule
2011-05-12 David Schleefx86: separate out final code generation
2011-05-12 David Schleeforcx86insn: Fix codegen
2011-05-12 David Schleefx86insn: minor codegen fixes
2011-05-12 David Schleefx86insn: separate out opcode prefix
2011-05-12 David Schleefx86insn: regularize codegen output
2011-05-12 David Schleefx86insn: regularize asm output
2011-05-12 David Schleefx86insn: Rename instruction types
2011-05-12 David Schleefbenchmorc: Add feathers
2011-04-30 David Schleefback to unreleased
2011-04-30 David SchleefRelease 0.4.14 orc-0.4.14
2011-04-28 David Schleefsse,mmx: use __amd64__ for 64-bit check
2011-04-28 David Schleefexecutor: Fix breakage in previous commit
2011-04-28 David Schleefaltivec: Fix rules for shift ops with parameters
2011-04-28 David Schleefaltivec: Fix and add various opcode rules
2011-04-28 David Schleefaltivec: more endian fixes
2011-04-27 David Schleefc: Fix endianness issues with select opcodes
2011-04-26 David Schleefaltivec: Fix endianness issues
2011-04-26 David Schleefc: Fix endianness issues with c backend
2011-04-25 David Schleeforctest: check return values of snprintf
2011-04-25 David Schleeftest: ignore diffs due to change in jmp sizes
2011-04-25 David Schleefcodemem: check ftruncate() return value
2011-04-25 David Schleefsse,mmx: revert mmx usage of cpuinsn
2011-04-25 David Schleefmmx: update from sse
2011-04-25 David Schleefback to unreleased
2011-04-25 David Schleefsse: Fix some instructions
2011-04-19 David SchleefRelease 0.4.13 orc-0.4.13
2011-04-19 David Schleefupdate orcfunctions
2011-04-19 David Schleefaltivec: Fix NAN behavior of convfl
2011-04-18 David Schleefaltivec: fix select1wb
2011-04-18 David Schleeforcc: remove stdint typenames from programs
2011-04-16 David Schleefsse: Fix pextrw emission
2011-04-16 David Schleeftests: Add failing gstcogorc code to test
2011-04-14 David Schleefgitignore: update orc-0.4.12
2011-04-14 David Schleeftools,tests: fix compatibility checker and bugs
2011-04-14 David Schleeftest.orc: remove stdint types
2011-04-14 David SchleefRelease 0.4.12
2011-04-14 David Schleefheaders: Add BEGIN_DECLS and ORC_ENABLE_UNSTABLE_API
2011-04-14 David SchleefRemove generated orc-stdint.h
2011-04-14 David Schleefupdate documentation
2011-04-13 David SchleefAdd ORC_RESTRICT to prototypes
2011-04-11 David Schleeforcc: Fix gcc-4.6 warnings in generated code
2011-04-09 David Schleefuse ACLOCAL_AMFLAGS
2011-03-27 David Schleefx86: Fix for VS2005
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
next