platform/upstream/orc.git
2012-12-28 Guillaume Emontmips: fix counters for loop_shift==0
2012-12-28 Guillaume Emontmips: fix label naming in generated assembly
2012-12-28 Guillaume Emontmips: fix mips_rule_addw() for the SIMD case
2012-12-28 Guillaume Emontmips: reworked _assemble() to handle properly data...
2012-12-28 Guillaume Emontmips: factorised and mostly fixed load and store rules
2012-12-28 Guillaume Emontmips: add emitters for more instructions
2012-12-28 Guillaume Emontmips: added emit functions for beqz, addi, sub, srl...
2012-12-28 Guillaume Emontmips: add forgotten argument to lw
2012-12-28 Guillaume Emontmips: started work for a proper loop organisation to...
2012-12-28 Guillaume Emontmips: added rules for loadb, storel, storeb and copyb
2012-12-28 Guillaume Emontmips: added copyl
2012-12-28 Guillaume Emontmips: do not trust ORC_STRUCT_OFFSET when we cross...
2012-12-28 Guillaume EmontFirst version of mips target
2012-12-08 David Schleefcompile fix
2012-12-08 David SchleefFix multiple typedefs
2012-12-04 Jonathan Rosserfix for more than one accumulator
2012-12-02 Andreas SchwabFix altivec implementation of cmpltf and cmplef operations
2012-12-02 Andreas SchwabAdds support for PowerPC64
2012-08-28 David Schleefcompiler: remove redundant declaration
2012-08-18 David SchleefLink to pthreads library
2012-04-28 Cedric BAILAdd line numbers to errors
2012-04-01 David Schleeftest: allocate aligned memory on windows
2012-03-26 David SchleefSplit headers out of orcprogram.h
2012-03-01 David Schleefbytecode: Add bytecode for instruction flags
2012-02-04 David Schleeforcc: Add --no-backup
2012-01-28 David Schleefbytecode: Add bytecode parsing
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
next