Age | Commit message (Expand) | Author | Files | Lines |
2012-10-07 | tcg: Remove redundant pointer from TCGContext | Stefan Weil | 2 | -3/+1 |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 1 | -12/+3 |
2012-10-06 | tcg: Add tcg_high_cond | Richard Henderson | 2 | -15/+19 |
2012-10-06 | tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS | Richard Henderson | 11 | -41/+102 |
2012-10-06 | tcg: Add is_unsigned_cond | Richard Henderson | 2 | -1/+6 |
2012-10-06 | tcg: remove obsolete jmp op | Aurelien Jarno | 12 | -70/+1 |
2012-10-05 | tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code | Peter Maydell | 1 | -12/+3 |
2012-09-27 | tci: Fix for AREG0 free mode | Stefan Weil | 1 | -5/+5 |
2012-09-26 | tcg/i386: fix build with -march < i686 | Aurelien Jarno | 1 | -0/+2 |
2012-09-26 | tcg: Streamline movcond_i64 using movcond_i32 | Richard Henderson | 1 | -7/+15 |
2012-09-26 | tcg: Streamline movcond_i64 using 32-bit arithmetic | Richard Henderson | 1 | -0/+20 |
2012-09-26 | tcg: Sanity check goto_tb input | Richard Henderson | 3 | -2/+14 |
2012-09-26 | tcg: Sanity check deposit inputs | Richard Henderson | 1 | -0/+8 |
2012-09-26 | tcg: Add tcg_debug_assert | Richard Henderson | 1 | -0/+9 |
2012-09-26 | tcg: Implement concat*_i64 with deposit_i64 | Richard Henderson | 1 | -30/+30 |
2012-09-26 | tcg: Emit XORI as NOT for appropriate constants | Richard Henderson | 1 | -4/+15 |
2012-09-26 | tcg: Optimize initial inputs for ori_i64 | Richard Henderson | 1 | -6/+13 |
2012-09-26 | tcg: Emit ANDI as EXTU for appropriate constants | Richard Henderson | 1 | -11/+56 |
2012-09-26 | tcg: Adjust descriptions of *cond opcodes | Richard Henderson | 1 | -5/+5 |
2012-09-26 | tcg/mips: fix MIPS32(R2) detection | Aurelien Jarno | 2 | -9/+9 |
2012-09-22 | Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth | Blue Swirl | 3 | -528/+478 |
2012-09-22 | Revert "tcg/mips" | Aurelien Jarno | 1 | -2/+2 |
2012-09-22 | tcg/ppc32: Implement movcond32 | malc | 2 | -1/+76 |
2012-09-22 | tcg/mips | Aurelien Jarno | 1 | -2/+2 |
2012-09-22 | tcg: Remove tcg_target_get_call_iarg_regs_count | Stefan Weil | 11 | -61/+1 |
2012-09-22 | tcg/i386: Remove unused registers from tcg_target_call_iarg_regs | Stefan Weil | 1 | -8/+2 |
2012-09-22 | tcg/i386: Add shortcuts for registers used in L constraint | Stefan Weil | 1 | -48/+48 |
2012-09-22 | w64: Fix TCG helper functions with 5 arguments | Stefan Weil | 2 | -1/+5 |
2012-09-22 | tcg/README: document tcg_gen_goto_tb restrictions | Max Filippov | 1 | -1/+2 |
2012-09-22 | tcg-hppa: Implement movcond | Richard Henderson | 2 | -1/+22 |
2012-09-22 | tcg/optimize: add constant folding for deposit | Aurelien Jarno | 1 | -0/+20 |
2012-09-22 | tcg: remove #ifdef #endif around TCGOpcode tests | Aurelien Jarno | 1 | -12/+1 |
2012-09-22 | tcg/optimize: prefer the "op a, a, b" form for commutative ops | Aurelien Jarno | 1 | -1/+4 |
2012-09-22 | tcg/optimize: further optimize brcond/movcond/setcond | Aurelien Jarno | 1 | -51/+76 |
2012-09-22 | tcg/optimize: optimize "op r, a, a => movi r, 0" | Aurelien Jarno | 1 | -0/+16 |
2012-09-22 | tcg/optimize: optimize "op r, a, a => mov r, a" | Aurelien Jarno | 1 | -1/+1 |
2012-09-22 | tcg/optimize: do copy propagation for all operations | Aurelien Jarno | 1 | -2/+9 |
2012-09-22 | tcg/optimize: rework copy progagation | Aurelien Jarno | 1 | -75/+92 |
2012-09-22 | tcg/optimize: check types in copy propagation | Aurelien Jarno | 1 | -10/+8 |
2012-09-22 | tcg/optimize: remove TCG_TEMP_ANY | Aurelien Jarno | 1 | -6/+5 |
2012-09-22 | tcg/mips: implement movcond op on MIPS32R2 | Aurelien Jarno | 2 | -0/+77 |
2012-09-22 | tcg/mips: implement deposit op on MIPS32R2 | Aurelien Jarno | 2 | -1/+10 |
2012-09-22 | tcg/mips: implement rotl/rotr ops on MIPS32R2 | Aurelien Jarno | 2 | -1/+22 |
2012-09-22 | tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 | Aurelien Jarno | 2 | -7/+38 |
2012-09-22 | tcg/mips: optimize brcond arg, 0 | Aurelien Jarno | 1 | -8/+30 |
2012-09-22 | tcg/mips: use stack for TCG temps | Aurelien Jarno | 1 | -4/+6 |
2012-09-22 | tcg/mips: don't use global pointer | Aurelien Jarno | 1 | -1/+1 |
2012-09-22 | tcg/mips: use TCGArg or TCGReg instead of int | Aurelien Jarno | 1 | -28/+35 |
2012-09-22 | tcg/mips: kill warnings in user mode | Aurelien Jarno | 1 | -41/+43 |
2012-09-22 | tcg-mips: fix wrong usage of 'Z' constraint | Aurelien Jarno | 1 | -8/+8 |