Age | Commit message (Expand) | Author |
2010-04-14 | tcp/mips: Change TCG_AREG0 (fp -> s0) | Stefan Weil |
2010-04-10 | tcg/README: improve description of bswap* | Aurelien Jarno |
2010-04-08 | tcg-hppa: Don't try to calls to non-constant addresses. | Richard Henderson |
2010-04-08 | tcg-hppa: Fix in/out register overlap in add2/sub2. | Richard Henderson |
2010-04-08 | tcg-hppa: Finish the port. | Richard Henderson |
2010-04-08 | tcg/ia64: fix tlb addend read | Aurelien Jarno |
2010-04-07 | tcg/ppc64: Fix typo | malc |
2010-04-06 | tcg/ppc: Fix typo | malc |
2010-04-06 | tcg/ppc: Implment bswap16/32 | malc |
2010-04-05 | tcg/mips: use seb/seh instructions on MIPS32R2 | Aurelien Jarno |
2010-04-05 | tcg/mips: fix 64-bit linux-user on big endian MIPS | Aurelien Jarno |
2010-04-05 | tcg/ppc: Implement eqv, nand and nor | malc |
2010-04-05 | Split TLB addend and target_phys_addr_t | Paul Brook |
2010-04-04 | tcg/ppc: Fix not_i32 | malc |
2010-04-01 | tcg/TODO: remove setcond | Aurelien Jarno |
2010-04-01 | tcg: initial ia64 support | Aurelien Jarno |
2010-03-29 | tcg/mips: fix branch offset during retranslation | Aurelien Jarno |
2010-03-28 | tcg/arm: Replace qemu_ld32u (left over from previous commit) | Stefan Weil |
2010-03-27 | tcg-mips: add guest base support | Aurelien Jarno |
2010-03-27 | tcg/mips: implement the not_i32 op the same way as gcc | Aurelien Jarno |
2010-03-27 | tcg-mips: implement nor | Aurelien Jarno |
2010-03-26 | tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. | Richard Henderson |
2010-03-26 | tcg: Allow target-specific implementation of NOR. | Richard Henderson |
2010-03-26 | tcg: Allow target-specific implementation of NAND. | Richard Henderson |
2010-03-26 | tcg: Allow target-specific implementation of EQV. | Richard Henderson |
2010-03-26 | tcg: Use not_i32 to implement not_i64. | Richard Henderson |
2010-03-26 | tcg: Change TCGType to an enumeration. | Richard Henderson |
2010-03-26 | tcg: Use TCGCond where appropriate. | Richard Henderson |
2010-03-26 | tcg: Name the opcode enumeration. | Richard Henderson |
2010-03-26 | remove remaining occurrences AREG[1-9] and TCG_AREG[1-9] | Paolo Bonzini |
2010-03-23 | tcg-hppa: Fix 64-bit argument ordering | Richard Henderson |
2010-03-20 | tcg/arm: don't save/restore r7 in prologue/epilogue | Aurelien Jarno |
2010-03-20 | tcg/arm: fix load/store definitions for 32-bit targets | Aurelien Jarno |
2010-03-20 | tcg: protect div2 in tcg/tcg-opc.h | Aurelien Jarno |
2010-03-14 | tcg: declare internal helpers as const and pure | Aurelien Jarno |
2010-03-14 | tcg/arm: use helpers for divu/remu | Aurelien Jarno |
2010-03-14 | tcg: add div/rem 32-bit helpers | Aurelien Jarno |
2010-03-13 | Fix build with -DNDEBUG in CFLAGS | Blue Swirl |
2010-03-13 | tcg/arm: implement andc op | Aurelien Jarno |
2010-03-13 | tcg: update README with const and pure helpers | Aurelien Jarno |
2010-03-13 | tcg/arm: correctly save/restore registers in prologue/epilogue | Aurelien Jarno |
2010-03-13 | Fix Sparc host build breakage | Blue Swirl |
2010-03-13 | tcg/ppc[64]: Only define addend load helpers in softmmu case | malc |
2010-03-12 | Remove TLB from userspace | Paul Brook |
2010-03-02 | tcg/arm: merge the two sets of #define for optional ops | Aurelien Jarno |
2010-03-02 | tcg/arm: accept immediate arguments for brcond/setcond | Aurelien Jarno |
2010-03-02 | Add a missing break | Andrzej Zaborowski |
2010-03-02 | tcg/arm: implement setcond2 | Aurelien Jarno |
2010-03-02 | tcg/arm: implement setcond | Aurelien Jarno |
2010-03-02 | tcg/arm: fix div2/divu2 | Aurelien Jarno |