Age | Commit message (Expand) | Author | Files | Lines |
2009-04-04 | Allocate space for static call args, increase stack frame size on Sparc64 | blueswir1 | 2 | -9/+17 |
2009-03-29 | tcg: fix _tl aliases for divu/remu | aurel32 | 1 | -4/+4 |
2009-03-29 | tcg: add _tl aliases for div/divu/rem/remu | aurel32 | 1 | -0/+8 |
2009-03-28 | tcg/README: fix description of bswap32_i32/i64 | aurel32 | 1 | -1/+1 |
2009-03-13 | tcg/x86_64: add bswap16_i{32,64} and bswap32_i64 ops | aurel32 | 2 | -0/+13 |
2009-03-13 | tcg/x86: add bswap16_i32 ops | aurel32 | 2 | -0/+7 |
2009-03-13 | tcg: update README wrt recent bswap changes | aurel32 | 1 | -6/+7 |
2009-03-13 | tcg: add _tl aliases to bswap16/32/64 TCG ops | aurel32 | 1 | -0/+5 |
2009-03-13 | tcg: add bswap16_i64 and bswap32_i64 TCG ops | aurel32 | 2 | -0/+64 |
2009-03-13 | tcg: optimize tcg_gen_bswap16_i32 | aurel32 | 1 | -8/+5 |
2009-03-13 | tcg: allow bswap16_i32 to be implemented by TCG backends | aurel32 | 1 | -0/+3 |
2009-03-13 | tcg: rename bswap_i32/i64 functions | aurel32 | 9 | -26/+26 |
2009-03-11 | tcg: move {not,neg}_i{32,64} definitions at the right place | aurel32 | 1 | -7/+7 |
2009-03-11 | tcg: fix commit r6805 | aurel32 | 1 | -18/+6 |
2009-03-10 | tcg-arm: fix qemu_ld64 | aurel32 | 1 | -2/+7 |
2009-03-10 | tcg: update TODO | aurel32 | 1 | -2/+1 |
2009-03-10 | tcg/x86: add not/neg/extu/bswap/rot i32 ops | aurel32 | 2 | -1/+48 |
2009-03-10 | tcg: optimize logical operations | aurel32 | 1 | -50/+60 |
2009-03-10 | Fix tcg after commit 6800 | aurel32 | 2 | -3/+4 |
2009-03-10 | tcg: use TCGV_EQUAL_I{32,64} | aurel32 | 1 | -11/+11 |
2009-03-10 | tcg: define TCGV_EQUAL_I{32,64} | aurel32 | 1 | -0/+3 |
2009-03-09 | tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) | aurel32 | 1 | -10/+18 |
2009-03-09 | Implement TCG not ops for x86-64 | aurel32 | 4 | -0/+26 |
2009-03-09 | tcg: don't define TCG rotation ops if they are not supported | aurel32 | 1 | -0/+4 |
2009-03-09 | Implement TCG rotation ops for x86-64 | aurel32 | 4 | -4/+56 |
2009-03-08 | Prune unused TCG_AREGs | blueswir1 | 7 | -9/+0 |
2009-03-07 | Sparse fixes: truncation by cast | blueswir1 | 1 | -1/+1 |
2009-02-11 | TCG: remove obsolete old_op_count profiler field | blueswir1 | 2 | -3/+0 |
2009-02-11 | Add missing r24..r26 to callee save registers | malc | 1 | -0/+5 |
2009-02-11 | Add missing r24..r26 to calle save registers | malc | 1 | -0/+5 |
2009-02-10 | Add "static" | blueswir1 | 2 | -3/+1 |
2009-02-09 | Fix DEBUG_TCGV compile error. | aurel32 | 1 | -1/+1 |
2009-01-26 | R13 is reserved for small data area pointer by SVR4 PPC ABI | malc | 1 | -0/+5 |
2009-01-15 | global s/loglevel & X/qemu_loglevel_mask(X)/ (Eduardo Habkost) | aliguori | 1 | -2/+2 |
2009-01-15 | Convert references to logfile/loglevel to use qemu_log*() macros | aliguori | 1 | -4/+4 |
2009-01-14 | Remove all traces of __powerpc__ | malc | 1 | -1/+1 |
2009-01-03 | tcg: remove tcg_global_reg2_new_hack() | aurel32 | 2 | -39/+0 |
2009-01-03 | TCG: Fix documentation of qemu_ld/st ops | aurel32 | 1 | -11/+11 |
2009-01-01 | tcg_temp_local_new should take no parameter | aurel32 | 1 | -2/+2 |
2008-12-22 | Use the ARRAY_SIZE() macro where appropriate. | malc | 2 | -2/+2 |
2008-12-14 | tcg: kill two warnings | aurel32 | 2 | -2/+2 |
2008-12-13 | TCG x86/x86-64: use move with zero-extend for loads/stores | aurel32 | 2 | -0/+12 |
2008-12-13 | Remove unnecessary trailing newlines | blueswir1 | 2 | -2/+0 |
2008-12-13 | Fix TARGET_LONG_BITS warning in TCG | blueswir1 | 1 | -0/+1 |
2008-12-10 | Introduce and use cache-utils.[ch] | malc | 3 | -42/+1 |
2008-12-07 | Fix 64-bit targets compilation on ARM host. | balrog | 1 | -6/+6 |
2008-12-07 | Some cleanups after dyngen removal | aurel32 | 2 | -13/+8 |
2008-12-07 | Some cleanups after dyngen removal | aurel32 | 5 | -503/+38 |
2008-12-07 | Some fixes for TCG debugging | blueswir1 | 3 | -7/+7 |
2008-12-07 | Remove a few dyngen and dyngen related code | aurel32 | 1 | -17/+4 |