platform/upstream/orc.git
2012-12-28 Guillaume Emontmips: implement convsbw
2012-12-28 Guillaume Emontmips: emit functions for shll.ph and shra.ph
2012-12-28 Guillaume Emontmips: implement flush_cache, fixing segfaults on actual...
2012-12-28 Guillaume Emontmips: frame pointer when ORC_CODE=debug
2012-12-28 Guillaume Emontmips: emit invariant instructions in _load_constants_in...
2012-12-28 Guillaume Emontmips: fixed convssslw, implementing it with slt/movn
2012-12-28 Guillaume Emontmips: _emit_slt() and _emit_movn()
2012-12-28 Guillaume Emontmips: change insn shift when x2/x4 is present
2012-12-28 Guillaume Emontmips: $t3 is now our tmpreg
2012-12-28 Guillaume Emontmips: implement loadp* orc instructions
2012-12-28 Guillaume Emontmips: add _emit_lui()
2012-12-28 Guillaume Emontmips: rules for mergewl and addssw
2012-12-28 Guillaume Emontmips: add emit method for addq_s.ph
2012-12-28 Guillaume Emontmips: rules for mulswl, shrsl and convssslw
2012-12-28 Guillaume Emontmips: add emit methods for sra, mul, mtlo and extr_s.h
2012-12-28 Guillaume Emontmips: fix stride handling in 2d
2012-12-28 Guillaume Emontmips: handle case when n < (# of iterations to reach...
2012-12-28 Guillaume Emontmips: addedsupport for bltz,bgtz with immediate offset
2012-12-28 Guillaume Emontmips: _assemble: ensure we load n after LABEL_OUTER_LOOP
2012-12-28 Guillaume Emontmips: handle 2d loops
2012-12-28 Guillaume Emontmips: generate loops for all (or most) alignment cases
2012-12-28 Guillaume Emontmips: addede orc_mips_emit_conditional_branch_with_offset()
2012-12-28 Guillaume Emontmips: added emit for beq, or, ori
2012-12-28 Guillaume Emontmips: a1-a3 registers do not need to be saved
2012-12-28 Guillaume Emontmips: introduced orc_mips_emit_full_loop() to avoid...
2012-12-28 Guillaume Emontmips: added a special version of the region1 loop for...
2012-12-28 Guillaume Emontmips: Fix detection of mipsel host
2012-12-28 Guillaume EmontAdd detection of mipsel host
2012-12-28 Guillaume Emontmips: error when trying to use load with a constant
2012-12-28 Guillaume Emontmips: added test for binary code generation
2012-12-28 Guillaume Emontmips: add binary code generation
2012-12-28 Guillaume Emontmips: fix load and store for the unaligned cases
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
next