| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Userspace guest address offsetting | Paul Brook | 2009-07-17 | 7 | -33/+103 |
* | ARM host fixes | Paul Brook | 2009-07-17 | 2 | -4/+4 |
* | Include assert.h from qemu-common.h | Paul Brook | 2009-05-13 | 1 | -1/+0 |
* | tcg: make sure NDEBUG is defined before including <assert.h> | aurel32 | 2009-04-16 | 1 | -6/+7 |
* | Add a --enable-debug-tcg option to configure | aurel32 | 2009-04-13 | 2 | -4/+9 |
* | Remove reserved registers from tcg_target_reg_alloc_order | malc | 2009-04-11 | 1 | -4/+0 |
* | Whack [LS]MW | malc | 2009-04-11 | 2 | -6/+0 |
* | Remove reserved registers from tcg_target_reg_alloc_order | malc | 2009-04-11 | 1 | -3/+0 |
* | tcg/tcg.h: fix a few typos | aurel32 | 2009-04-07 | 1 | -3/+3 |
* | tcg: add a CONST flag to TCG helpers | aurel32 | 2009-04-06 | 2 | -4/+12 |
* | tcg: improve comment about pure functions | aurel32 | 2009-04-06 | 1 | -2/+2 |
* | tcg/x86_64: optimize register allocation order | aurel32 | 2009-04-05 | 1 | -10/+9 |
* | Fix branches and TLB matches for 64 bit targets | blueswir1 | 2009-04-04 | 1 | -13/+75 |
* | Allocate space for static call args, increase stack frame size on Sparc64 | blueswir1 | 2009-04-04 | 2 | -9/+17 |
* | tcg: fix _tl aliases for divu/remu | aurel32 | 2009-03-29 | 1 | -4/+4 |