platform/upstream/orc.git
2012-12-28 Guillaume Emontmips: fixed prefetching instruction calculation, but...
2012-12-28 Guillaume Emontmips: added cache prefetching hints
2012-12-28 Guillaume Emontmips: introduced loop unrolling
2012-12-28 Guillaume Emontadd forgotten headers to include in make dist
2012-12-28 Guillaume Emontmips: implemented select0wb, select1wb, select0lw,...
2012-12-28 Guillaume Emontmips: added emit functions for shrl.ph and precrq.qb.ph
2012-12-28 Guillaume Emontmips: added convwb
2012-12-28 Guillaume Emontmips: loadupib, loadupdb: error (not implemented) if...
2012-12-28 Guillaume Emontmips: shrs, shra.ph: error if shift amount is not a...
2012-12-28 Guillaume Emontmips: mulswl: sign extend words before multiplying
2012-12-28 Guillaume Emontmips: added emit function for seh
2012-12-28 Guillaume Emontmips: convssslw: fix typo on minimum value to compare
2012-12-28 Guillaume Emontmips: convsbw: spread bytes when we have an instruction...
2012-12-28 Guillaume Emontmips: fix endianness of result of loadupib and loadupdb
2012-12-28 Guillaume Emontmips: added copyright headers
2012-12-28 Guillaume Emontmips: fixes in mergebw and mergewl
2012-12-28 Guillaume Emontmips: addw/addb: always use vectorial operation, whatev...
2012-12-28 Guillaume Emontmips: load: use lbu instead of lb
2012-12-28 Guillaume Emontmips: convubw: extract bytes into 2 halfwords when...
2012-12-28 Guillaume Emontmips: convsuswb and convssswb: put results in lower...
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
next