Age | Commit message (Expand) | Author | Files | Lines |
2010-03-20 | tcg/arm: don't save/restore r7 in prologue/epilogue | Aurelien Jarno | 1 | -6/+6 |
2010-03-20 | tcg/arm: fix load/store definitions for 32-bit targets | Aurelien Jarno | 1 | -0/+14 |
2010-03-20 | tcg: protect div2 in tcg/tcg-opc.h | Aurelien Jarno | 1 | -2/+4 |
2010-03-14 | tcg: declare internal helpers as const and pure | Aurelien Jarno | 1 | -4/+9 |
2010-03-14 | tcg/arm: use helpers for divu/remu | Aurelien Jarno | 2 | -95/+0 |
2010-03-14 | tcg: add div/rem 32-bit helpers | Aurelien Jarno | 6 | -2/+65 |
2010-03-13 | Fix build with -DNDEBUG in CFLAGS | Blue Swirl | 1 | -1/+1 |
2010-03-13 | tcg/arm: implement andc op | Aurelien Jarno | 2 | -1/+5 |
2010-03-13 | tcg: update README with const and pure helpers | Aurelien Jarno | 1 | -4/+7 |
2010-03-13 | tcg/arm: correctly save/restore registers in prologue/epilogue | Aurelien Jarno | 1 | -4/+7 |
2010-03-13 | Fix Sparc host build breakage | Blue Swirl | 1 | -0/+8 |
2010-03-13 | tcg/ppc[64]: Only define addend load helpers in softmmu case | malc | 2 | -0/+5 |
2010-03-12 | Remove TLB from userspace | Paul Brook | 3 | -0/+6 |
2010-03-02 | tcg/arm: merge the two sets of #define for optional ops | Aurelien Jarno | 1 | -14/+5 |
2010-03-02 | tcg/arm: accept immediate arguments for brcond/setcond | Aurelien Jarno | 1 | -6/+20 |
2010-03-02 | Add a missing break | Andrzej Zaborowski | 1 | -0/+1 |
2010-03-02 | tcg/arm: implement setcond2 | Aurelien Jarno | 1 | -0/+11 |
2010-03-02 | tcg/arm: implement setcond | Aurelien Jarno | 1 | -0/+9 |
2010-03-02 | tcg/arm: fix div2/divu2 | Aurelien Jarno | 1 | -6/+24 |
2010-02-27 | tcg/ppc: Fix right rotation | malc | 1 | -1/+2 |
2010-02-23 | tcg/ppc: Fix typo | malc | 1 | -1/+1 |
2010-02-22 | tcg/ppc64: Use C90 style comments | malc | 1 | -18/+18 |
2010-02-22 | tcg/ppc: Implement some of the optional ops | malc | 2 | -8/+88 |
2010-02-22 | tcg: fix build on 32-bit hppa, ppc and sparc hosts | Jay Foad | 3 | -3/+4 |
2010-02-20 | tcg: fix assertion with --enable-debug | Jay Foad | 1 | -5/+0 |
2010-02-20 | tcg: Add comments for all optional instructions not implemented. | Richard Henderson | 8 | -17/+106 |
2010-02-20 | tcg-sparc: Implement ORC. | Richard Henderson | 2 | -0/+7 |
2010-02-20 | tcg-sparc: Implement ANDC. | Richard Henderson | 2 | -0/+8 |
2010-02-20 | tcg: Optional target implementation of ORC. | Richard Henderson | 2 | -0/+17 |
2010-02-20 | tcg: Optional target implementation of ANDC. | Richard Henderson | 2 | -0/+17 |
2010-02-20 | tcg-sparc: Implement not. | Richard Henderson | 2 | -0/+8 |
2010-02-20 | tcg-sparc: Implement neg. | Richard Henderson | 2 | -2/+16 |
2010-02-20 | tcg/ppc: Consistently use calling convention selection macros | malc | 1 | -12/+12 |
2010-02-20 | Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARG... | Juergen Lock | 1 | -3/+3 |
2010-02-18 | tcg: Add consistency checks for op definitions | Stefan Weil | 2 | -0/+24 |
2010-02-16 | tcg-sparc: Implement setcond, setcond2. | Richard Henderson | 1 | -0/+127 |
2010-02-16 | tcg: Add tcg_swap_cond. | Richard Henderson | 1 | -0/+8 |
2010-02-09 | tcg/mips: fix crash in tcg_out_qemu_ld() | Aurelien Jarno | 1 | -2/+2 |
2010-02-09 | tcg/mips: implement setcond2 | Aurelien Jarno | 1 | -12/+80 |
2010-02-08 | tcg/mips: implement setcond | Aurelien Jarno | 1 | -0/+65 |
2010-02-08 | tcg: move setcond* ops to non-optional section | Aurelien Jarno | 1 | -35/+37 |
2010-02-08 | tcg: add setcondi pseudo-op | Aurelien Jarno | 1 | -0/+18 |
2010-02-07 | tcg/ppc64: implement setcond | malc | 1 | -0/+133 |
2010-02-07 | tcg/ppc32: proper setcond implementation | malc | 1 | -25/+25 |
2010-02-07 | tcg/ppc32: implement setcond[2] | malc | 1 | -14/+157 |
2010-02-06 | tcg-i386: Implement setcond. | Richard Henderson | 1 | -3/+70 |
2010-02-06 | tcg-i386: Implement small forward branches. | Richard Henderson | 1 | -38/+79 |
2010-02-06 | tcg-x86_64: implement setcond | Richard Henderson | 1 | -5/+33 |
2010-02-06 | tcg: add tcg_invert_cond | Richard Henderson | 1 | -0/+5 |
2010-02-06 | tcg: generic support for conditional set | Richard Henderson | 4 | -6/+78 |