platform/upstream/orc.git
2012-12-28 Guillaume Emontmips: _rule_load(): directly concatenate bytes for...
2012-12-28 Guillaume Emontmips: added emit for precr.qb.ph
2012-12-28 Guillaume Emontmips: fix shra.ph: correctly get shift value
2012-12-28 Guillaume Emontmips: loadp: load as quad bytes or paired halfword...
2012-12-28 Guillaume Emontmips: added emit functions for subu.ph and replv.ph
2012-12-28 Guillaume Emontmips: mark t3->t5 as unavailable
2012-12-28 Guillaume Emontmips: made convubw a no-op
2012-12-28 Guillaume Emontmips: avoid orc_compiler_get_temp_reg()
2012-12-28 Guillaume Emontmips: added rules for convsuswb, convubw, avgub, subw
2012-12-28 Guillaume Emontmips: add missing nop in a branch delay slot
2012-12-28 Guillaume Emontmips: added _emit() for lbu, subq.ph and preceu.ph.qbr
2012-12-28 Guillaume Emontmips: implement swapl
2012-12-28 Guillaume Emontmips: _emit() for wsbh
2012-12-28 Guillaume Emontmips: implement loadupdb
2012-12-28 Guillaume Emontmips: made sure more registers are available and use...
2012-12-28 Guillaume Emontmips: implement loadupib
2012-12-28 Guillaume Emontmips: initialise pointer offset registers when they...
2012-12-28 Guillaume Emontmips: handle various update types for vars
2012-12-28 Guillaume Emontmips: emit functions for adduh_r.qb, rpelv.qb and packrl.ph
2012-12-28 Guillaume Emontmips: implemented orc instructions subb, mullw, convsss...
2012-12-28 Guillaume Emontmips: added emit for subu.qb, subq_s.ph, and, mul.ph...
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
next