| Commit message (Expand) | Author | Age | Files | Lines |
* | tcg/x86_64: Avoid unnecessary REX.B prefixes. | Richard Henderson | 2010-01-15 | 1 | -16/+30 |
* | tcg/x86_64: Special-case all 32-bit AND operands. | Richard Henderson | 2010-01-14 | 1 | -18/+8 |
* | tcg-sparc: Implement ext32[su]_i64 | Richard Henderson | 2010-01-12 | 2 | -0/+21 |
* | tcg-sparc: Implement division properly. | Richard Henderson | 2010-01-12 | 2 | -30/+55 |
* | tcg-sparc: Do not remove %o[012] from 'r' constraint. | Richard Henderson | 2010-01-12 | 1 | -0/+3 |
* | tcg-sparc: Implement add2, sub2, mulu2. | Richard Henderson | 2010-01-12 | 1 | -0/+27 |
* | tcg-sparc: Add tcg_out_arithc. | Richard Henderson | 2010-01-12 | 1 | -43/+43 |
* | tcg: Add tcg_unsigned_cond. | Richard Henderson | 2009-12-27 | 1 | -0/+5 |
* | tcg-sparc: Implement brcond2. | Richard Henderson | 2009-12-21 | 1 | -14/+69 |
* | tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation. | Richard Henderson | 2009-12-21 | 1 | -16/+16 |
* | tcg-sparc: Improve tcg_out_movi for sparc64. | Richard Henderson | 2009-12-21 | 1 | -12/+15 |
* | tcg-sparc: Fix imm13 check in movi. | Richard Henderson | 2009-12-21 | 1 | -1/+1 |
* | tcg/ppc64: Fix loading of 32bit constants | malc | 2009-12-15 | 1 | -1/+2 |
* | TCG: Mac OS X support for ppc64 target | Andreas Faerber | 2009-12-06 | 1 | -14/+41 |
* | S/390 fake TCG implementation | Alexander Graf | 2009-12-05 | 2 | -0/+174 |
* | tcg: initial mips support | Aurelien Jarno | 2009-12-01 | 2 | -0/+1446 |
* | tcg: fix tcg_regset_{set,reset}_reg with more than 32 registers | Aurelien Jarno | 2009-11-24 | 1 | -2/+2 |
* | tcg/ppc64,x86_64: fix constraints of op_qemu_st64 | Aurelien Jarno | 2009-11-24 | 2 | -2/+2 |
* | tcg/i386: remove duplicate sar opcode | Magnus Damm | 2009-11-14 | 1 | -1/+0 |
* | tcg: improve output log | Aurelien Jarno | 2009-10-07 | 1 | -1/+1 |
* | tcg: allocate s->op_dead_iargs dynamically | Aurelien Jarno | 2009-10-04 | 1 | -2/+1 |
* | tcg: remove dead code | Aurelien Jarno | 2009-10-04 | 1 | -2/+0 |
* | tcg/i386: add support for ext{8,16}u_i32 TCG ops | Aurelien Jarno | 2009-10-04 | 2 | -0/+10 |
* | tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG ops | Aurelien Jarno | 2009-10-04 | 2 | -0/+26 |
* | tcg: add ext{8,16,32}u_i{32,64} TCG ops | Aurelien Jarno | 2009-10-04 | 2 | -3/+36 |
* | Revert part of 6692b043198d58a12317009edb98654c6839f043 | Aurelien Jarno | 2009-09-30 | 1 | -8/+4 |
* | TCG: fix DEF2 macro | Aurelien Jarno | 2009-09-30 | 1 | -5/+9 |
* | tcg/i386: generates dec/inc instead of sub/add when possible | Aurelien Jarno | 2009-09-27 | 1 | -9/+15 |
* | tcg/i386: optimize and $0xff(ff), reg | Aurelien Jarno | 2009-09-27 | 1 | -0/+6 |
* | tcg/x86_64: generated dec/inc instead of sub/add when possible | Aurelien Jarno | 2009-09-27 | 1 | -2/+14 |
* | tcg/ppc: always use tcg_out_call | malc | 2009-09-27 | 1 | -20/+10 |
* | ARM back-end: Use sxt[bh] instructions for ext{8, 6}s | Laurent Desnogues | 2009-09-26 | 1 | -0/+10 |
* | Suppress some variants of English in comments | Stefan Weil | 2009-09-25 | 2 | -4/+4 |
* | Compile TCG runtime library only once | Blue Swirl | 2009-09-20 | 3 | -77/+14 |
* | tcg: fix size of local variables in tcg_gen_bswap64_i64 | Stefan Weil | 2009-09-16 | 1 | -5/+4 |
* | X86_64: Use proper jumps/calls when displacement exceeds +-2G | malc | 2009-09-11 | 1 | -12/+19 |
* | When targeting PPU use rlwinm instead of andi. if possible | malc | 2009-09-06 | 1 | -8/+54 |
* | ARM back-end: Fix encode_imm | Laurent Desnogues | 2009-08-25 | 1 | -0/+2 |
* | ARM back-end: Handle all possible immediates for ALU ops | Laurent Desnogues | 2009-08-22 | 1 | -5/+32 |
* | ARM back-end: Add TCG not | Laurent Desnogues | 2009-08-22 | 2 | -0/+6 |
* | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 2009-07-27 | 1 | -1/+1 |
* | rename DEBUG_TCG to CONFIG_DEBUG_TCG | Juan Quintela | 2009-07-27 | 2 | -2/+2 |
* | change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} | Juan Quintela | 2009-07-27 | 1 | -1/+1 |
* | Fix CONFIG_PROFILER | Blue Swirl | 2009-07-21 | 1 | -5/+3 |
* | Fix rbase initialization | malc | 2009-07-20 | 1 | -1/+1 |
* | this patch improves the ARM back-end in the following way: | Laurent Desnogues | 2009-07-18 | 2 | -7/+37 |
* | tcg: Fix tcg_gen_rotr_i64 | Aurelien Jarno | 2009-07-18 | 1 | -1/+1 |
* | PPC 32/64 GUEST_BASE support | malc | 2009-07-18 | 4 | -41/+127 |
* | Fix LHZX opcode value | malc | 2009-07-18 | 2 | -2/+2 |
* | Userspace guest address offsetting | Juan Quintela | 2009-07-17 | 1 | -1/+1 |