platform/upstream/orc.git
2011-10-15 David Schleeftest: fix unused variable warning
2011-10-15 David Schleefx86insn: switch to ultra-conservative nops
2011-10-14 David Schleefx86insn: quick fix for lack of nopl support
2011-10-09 David Schleeforcc: Fix n min/max/multiple code generation
2011-10-09 David Schleefdebug: include stdlib
2011-10-09 David Schleefbytecode: Add bytecode
2011-10-03 David Schleefback to unreleased
2011-10-03 David SchleefFix distcheck orc-0.4.16
2011-10-03 David SchleefRelease 0.4.15
2011-10-03 David SchleefAdd orc.m4
2011-10-03 David Schleeforcfunctions: update generated code
2011-10-03 David Schleeftest: Add (disabled) ability to test 64-bit pointers
2011-10-03 David Schleefmmx: update from sse
2011-10-03 David Schleefsse: Fix mov of pointer values
2011-10-02 David Schleefparse: check for empty source file
2011-10-02 David Schleefparse: skip whitespace
2011-10-02 David Schleeftest: disable complaints about codegen failures
2011-10-02 Martin Bosmansorcc: cosmetic fixes
2011-10-02 David Schleefinit: Use global mutex, not once mutex
2011-09-27 Tim-Philipp... orc: fix some more unused-but-set-variable warnings...
2011-09-27 David Schleefback to unreleased
2011-09-25 David SchleefRelease 0.4.15 orc-0.4.15
2011-09-24 Maarten Bosmansx86insn: Do not emit opcode for STACK
2011-09-24 David SchleefFix error messages when compilation is disabled
2011-09-24 David SchleefFix up c64x-c backend
2011-08-28 David SchleefProtect codemem globals with mutex
2011-08-21 David SchleefUse orc_once functions in orc_init()
2011-08-01 Christian Weisgerberparse: initialize log buffer
2011-07-10 David SchleefMove ORC_GNUC_UNUSED to orcutils.h and use it
2011-07-08 Tim-Philipp... Fix a bunch of unused-but-set-variable compiler warning...
2011-06-30 Tim-Philipp... Minor configure clean-up: ORC_CVS -> ORC_GIT
2011-06-30 Tim-Philipp... Add benchmorc binary to .gitignore
2011-06-30 Tim-Philipp... codemem: also try XDG_RUNTIME_DIR before falling back...
2011-06-30 Tim-Philipp... Put -Werror in separate ERROR_CFLAGS
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
next