Age | Commit message (Expand) | Author | Files | Lines |
2009-12-06 | TCG: Mac OS X support for ppc64 target | Andreas Faerber | 1 | -14/+41 |
2009-12-05 | S/390 fake TCG implementation | Alexander Graf | 2 | -0/+174 |
2009-12-01 | tcg: initial mips support | Aurelien Jarno | 2 | -0/+1446 |
2009-11-24 | tcg: fix tcg_regset_{set,reset}_reg with more than 32 registers | Aurelien Jarno | 1 | -2/+2 |
2009-11-24 | tcg/ppc64,x86_64: fix constraints of op_qemu_st64 | Aurelien Jarno | 2 | -2/+2 |
2009-11-14 | tcg/i386: remove duplicate sar opcode | Magnus Damm | 1 | -1/+0 |
2009-10-07 | tcg: improve output log | Aurelien Jarno | 1 | -1/+1 |
2009-10-04 | tcg: allocate s->op_dead_iargs dynamically | Aurelien Jarno | 1 | -2/+1 |
2009-10-04 | tcg: remove dead code | Aurelien Jarno | 1 | -2/+0 |
2009-10-04 | tcg/i386: add support for ext{8,16}u_i32 TCG ops | Aurelien Jarno | 2 | -0/+10 |
2009-10-04 | tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG ops | Aurelien Jarno | 2 | -0/+26 |
2009-10-04 | tcg: add ext{8,16,32}u_i{32,64} TCG ops | Aurelien Jarno | 2 | -3/+36 |
2009-09-30 | Revert part of 6692b043198d58a12317009edb98654c6839f043 | Aurelien Jarno | 1 | -8/+4 |
2009-09-30 | TCG: fix DEF2 macro | Aurelien Jarno | 1 | -5/+9 |
2009-09-27 | tcg/i386: generates dec/inc instead of sub/add when possible | Aurelien Jarno | 1 | -9/+15 |
2009-09-27 | tcg/i386: optimize and $0xff(ff), reg | Aurelien Jarno | 1 | -0/+6 |
2009-09-27 | tcg/x86_64: generated dec/inc instead of sub/add when possible | Aurelien Jarno | 1 | -2/+14 |
2009-09-27 | tcg/ppc: always use tcg_out_call | malc | 1 | -20/+10 |
2009-09-26 | ARM back-end: Use sxt[bh] instructions for ext{8, 6}s | Laurent Desnogues | 1 | -0/+10 |
2009-09-25 | Suppress some variants of English in comments | Stefan Weil | 2 | -4/+4 |
2009-09-20 | Compile TCG runtime library only once | Blue Swirl | 3 | -77/+14 |
2009-09-16 | tcg: fix size of local variables in tcg_gen_bswap64_i64 | Stefan Weil | 1 | -5/+4 |
2009-09-11 | X86_64: Use proper jumps/calls when displacement exceeds +-2G | malc | 1 | -12/+19 |
2009-09-06 | When targeting PPU use rlwinm instead of andi. if possible | malc | 1 | -8/+54 |
2009-08-25 | ARM back-end: Fix encode_imm | Laurent Desnogues | 1 | -0/+2 |
2009-08-22 | ARM back-end: Handle all possible immediates for ALU ops | Laurent Desnogues | 1 | -5/+32 |
2009-08-22 | ARM back-end: Add TCG not | Laurent Desnogues | 2 | -0/+6 |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela | 1 | -1/+1 |
2009-07-27 | rename DEBUG_TCG to CONFIG_DEBUG_TCG | Juan Quintela | 2 | -2/+2 |
2009-07-27 | change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION} | Juan Quintela | 1 | -1/+1 |
2009-07-21 | Fix CONFIG_PROFILER | Blue Swirl | 1 | -5/+3 |
2009-07-20 | Fix rbase initialization | malc | 1 | -1/+1 |
2009-07-18 | this patch improves the ARM back-end in the following way: | Laurent Desnogues | 2 | -7/+37 |
2009-07-18 | tcg: Fix tcg_gen_rotr_i64 | Aurelien Jarno | 1 | -1/+1 |
2009-07-18 | PPC 32/64 GUEST_BASE support | malc | 4 | -41/+127 |
2009-07-18 | Fix LHZX opcode value | malc | 2 | -2/+2 |
2009-07-17 | Userspace guest address offsetting | Juan Quintela | 1 | -1/+1 |
2009-07-17 | Userspace guest address offsetting | Paul Brook | 7 | -33/+103 |
2009-07-17 | ARM host fixes | Paul Brook | 2 | -4/+4 |
2009-05-13 | Include assert.h from qemu-common.h | Paul Brook | 1 | -1/+0 |
2009-04-16 | tcg: make sure NDEBUG is defined before including <assert.h> | aurel32 | 1 | -6/+7 |
2009-04-13 | Add a --enable-debug-tcg option to configure | aurel32 | 2 | -4/+9 |
2009-04-11 | Remove reserved registers from tcg_target_reg_alloc_order | malc | 1 | -4/+0 |
2009-04-11 | Whack [LS]MW | malc | 2 | -6/+0 |
2009-04-11 | Remove reserved registers from tcg_target_reg_alloc_order | malc | 1 | -3/+0 |
2009-04-07 | tcg/tcg.h: fix a few typos | aurel32 | 1 | -3/+3 |
2009-04-06 | tcg: add a CONST flag to TCG helpers | aurel32 | 2 | -4/+12 |
2009-04-06 | tcg: improve comment about pure functions | aurel32 | 1 | -2/+2 |
2009-04-05 | tcg/x86_64: optimize register allocation order | aurel32 | 1 | -10/+9 |
2009-04-04 | Fix branches and TLB matches for 64 bit targets | blueswir1 | 1 | -13/+75 |