2010-03-26 |
Richard Henderson | tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit... |
blob | commitdiff | raw |
2010-03-26 |
Richard Henderson | tcg: Allow target-specific implementation of NOR. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Richard Henderson | tcg: Allow target-specific implementation of NAND. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Richard Henderson | tcg: Allow target-specific implementation of EQV. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Richard Henderson | tcg: Use not_i32 to implement not_i64. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Richard Henderson | tcg: Change TCGType to an enumeration. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Richard Henderson | tcg: Use TCGCond where appropriate. |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Richard Henderson | tcg: Name the opcode enumeration. |
blob | commitdiff | raw | diff to current |
2010-03-17 |
Anthony Liguori | Merge remote branch 'markus/qerror' into staging |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Aurelien Jarno | tcg: declare internal helpers as const and pure |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Aurelien Jarno | tcg: add div/rem 32-bit helpers |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Anthony Liguori | Merge remote branch 'qemu-kvm/uq/master' into staging |
blob | commitdiff | raw | diff to current |
2010-02-20 |
Richard Henderson | tcg: Optional target implementation of ORC. |
blob | commitdiff | raw | diff to current |
2010-02-20 |
Richard Henderson | tcg: Optional target implementation of ANDC. |
blob | commitdiff | raw | diff to current |
2010-02-13 |
Blue Swirl | Merge branch 'for_anthony' of git://git.kernel.org... |
blob | commitdiff | raw | diff to current |
2010-02-08 |
Anthony Liguori | Merge remote branch 'linux-user/linux-user-for-upstream... |
blob | commitdiff | raw | diff to current |
2010-02-08 |
Anthony Liguori | Merge remote branch 'qemu-kvm/uq/master' into staging-tmp |
blob | commitdiff | raw | diff to current |
2010-02-08 |
Aurelien Jarno | tcg: move setcond* ops to non-optional section |
blob | commitdiff | raw | diff to current |
2010-02-08 |
Aurelien Jarno | tcg: add setcondi pseudo-op |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Richard Henderson | tcg: generic support for conditional set |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Aurelien Jarno | tcg: add ext{8,16,32}u_i{32,64} TCG ops |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Stefan Weil | tcg: fix size of local variables in tcg_gen_bswap64_i64 |
blob | commitdiff | raw | diff to current |
2009-07-18 |
Aurelien Jarno | tcg: Fix tcg_gen_rotr_i64 |
blob | commitdiff | raw | diff to current |
2009-03-29 |
aurel32 | tcg: fix _tl aliases for divu/remu |
blob | commitdiff | raw | diff to current |
2009-03-29 |
aurel32 | tcg: add _tl aliases for div/divu/rem/remu |
blob | commitdiff | raw | diff to current |
2009-03-13 |
aurel32 | tcg: add _tl aliases to bswap16/32/64 TCG ops |
blob | commitdiff | raw | diff to current |
2009-03-13 |
aurel32 | tcg: add bswap16_i64 and bswap32_i64 TCG ops |
blob | commitdiff | raw | diff to current |
2009-03-13 |
aurel32 | tcg: optimize tcg_gen_bswap16_i32 |
blob | commitdiff | raw | diff to current |
2009-03-13 |
aurel32 | tcg: rename bswap_i32/i64 functions |
blob | commitdiff | raw | diff to current |
2009-03-11 |
aurel32 | tcg: fix commit r6805 |
blob | commitdiff | raw | diff to current |
2009-03-10 |
aurel32 | tcg: optimize logical operations |
blob | commitdiff | raw | diff to current |
2009-03-10 |
aurel32 | Fix tcg after commit 6800 |
blob | commitdiff | raw | diff to current |
2009-03-10 |
aurel32 | tcg: use TCGV_EQUAL_I{32,64} |
blob | commitdiff | raw | diff to current |
2009-03-09 |
aurel32 | tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) |
blob | commitdiff | raw | diff to current |
2009-03-09 |
aurel32 | Implement TCG not ops for x86-64 |
blob | commitdiff | raw | diff to current |
2009-03-09 |
aurel32 | Implement TCG rotation ops for x86-64 |
blob | commitdiff | raw | diff to current |
2009-02-09 |
aurel32 | Fix DEBUG_TCGV compile error. |
blob | commitdiff | raw | diff to current |
2009-01-01 |
aurel32 | tcg_temp_local_new should take no parameter |
blob | commitdiff | raw | diff to current |
2008-12-13 |
blueswir1 | Remove unnecessary trailing newlines |
blob | commitdiff | raw | diff to current |
2008-12-07 |
aurel32 | Some cleanups after dyngen removal |
blob | commitdiff | raw | diff to current |
2008-12-07 |
blueswir1 | Some fixes for TCG debugging |
blob | commitdiff | raw | diff to current |
2008-11-17 |
pbrook | TCG variable type checking. |
blob | commitdiff | raw | diff to current |
2008-11-03 |
pbrook | Fix rotri_i64 typo. |
blob | commitdiff | raw | diff to current |
2008-11-03 |
aurel32 | tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions |
blob | commitdiff | raw | diff to current |
2008-11-03 |
aurel32 | tcg-op.h: reorder _i64 instructions common to 32- and... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
pbrook | 64-bit target subfi fix. |
blob | commitdiff | raw | diff to current |
2008-11-02 |
aurel32 | tcg-ops.h: add a subfi wrapper |
blob | commitdiff | raw | diff to current |
2008-11-02 |
aurel32 | tcg-ops.h: _i64 TCG immediate instructions cleanup |
blob | commitdiff | raw | diff to current |
2008-10-21 |
aurel32 | TCG: add tcg_const_local_tl() |
blob | commitdiff | raw | diff to current |
2008-10-21 |
aurel32 | TCG: add logical operations found on alpha and powerpc... |
blob | commitdiff | raw | diff to current |
2008-09-23 |
pbrook | Fix tcg_gen_concat32_i64 on 64-bit hosts. |
blob | commitdiff | raw | diff to current |
2008-09-21 |
blueswir1 | Add concat32_i64 and concat_tl_i64 ops |
blob | commitdiff | raw | diff to current |
2008-09-21 |
pbrook | Add concat_i32_i64 op. |
blob | commitdiff | raw | diff to current |
2008-05-25 |
bellard | suppressed unused macro handling |
blob | commitdiff | raw | diff to current |
2008-05-24 |
pbrook | More TCGv type fixes. |
blob | commitdiff | raw | diff to current |
2008-05-24 |
pbrook | Fix ARM conditional branch bug. |
blob | commitdiff | raw | diff to current |
2008-05-23 |
bellard | added tcg_temp_free() and improved the handling of... |
blob | commitdiff | raw | diff to current |
2008-05-22 |
bellard | added debug_insn_start debug instruction |
blob | commitdiff | raw | diff to current |
2008-05-22 |
bellard | small shift opts |
blob | commitdiff | raw | diff to current |
2008-05-18 |
ths | Switch most MIPS logical and arithmetic instructions... |
blob | commitdiff | raw | diff to current |
2008-05-17 |
bellard | added not pseudo op - more _tl macros |
blob | commitdiff | raw | diff to current |
2008-05-11 |
pbrook | Add TCG native negation op. |
blob | commitdiff | raw | diff to current |
2008-05-11 |
pbrook | Add zero extension (pseudo-)ops. |
blob | commitdiff | raw | diff to current |
2008-05-10 |
pbrook | Fix DEBUG_TCGV. |
blob | commitdiff | raw | diff to current |
2008-05-10 |
blueswir1 | Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid... |
blob | commitdiff | raw | diff to current |
2008-05-04 |
ths | Add helpers and shorthands for mul and muli operations. |
blob | commitdiff | raw | diff to current |
2008-05-03 |
blueswir1 | Skip register moves when the target and the source... |
blob | commitdiff | raw | diff to current |
2008-03-31 |
pbrook | ARM TCG conversion 9/16. |
blob | commitdiff | raw | diff to current |
2008-03-31 |
pbrook | ARM TCG conversion 7/16. |
blob | commitdiff | raw | diff to current |
2008-03-22 |
blueswir1 | Add TL variants of trunc and ext/extu |
blob | commitdiff | raw | diff to current |
2008-03-21 |
blueswir1 | Prepare for op.c removal and zero legacy ops |
blob | commitdiff | raw | diff to current |
2008-03-21 |
blueswir1 | Make TCG br op available |
blob | commitdiff | raw | diff to current |
2008-03-16 |
blueswir1 | Add discard_ptr and discard_tl |
blob | commitdiff | raw | diff to current |
2008-03-13 |
blueswir1 | Add tcg_const_tl |
blob | commitdiff | raw | diff to current |
2008-03-04 |
pbrook | 32-bit host sign extension fix (Juergen Lock). |
blob | commitdiff | raw | diff to current |
2008-03-02 |
blueswir1 | Add brcond_tl |
blob | commitdiff | raw | diff to current |
2008-02-25 |
blueswir1 | Fix mixed defines |
blob | commitdiff | raw | diff to current |
2008-02-24 |
blueswir1 | More helper types, rearrange generic definitions |
blob | commitdiff | raw | diff to current |
2008-02-20 |
blueswir1 | Fix andi, optimize addi and subi zero cases |
blob | commitdiff | raw | diff to current |
2008-02-04 |
bellard | fixed sign extensions - added explicit side effect... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
pbrook | Add TCG variable opaque type. |
blob | commitdiff | raw | diff to current |
2008-02-01 |
bellard | TCG code generator |
blob | commitdiff | raw | diff to current |
|