| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tcg: Remove redundant pointer from TCGContext | Stefan Weil | 2012-10-07 | 2 | -3/+1 |
* | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno | 2012-10-06 | 1 | -12/+3 |
|\ |
|
| * | tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code | Peter Maydell | 2012-10-05 | 1 | -12/+3 |
* | | tcg: Add tcg_high_cond | Richard Henderson | 2012-10-06 | 2 | -15/+19 |
* | | tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS | Richard Henderson | 2012-10-06 | 11 | -41/+102 |
* | | tcg: Add is_unsigned_cond | Richard Henderson | 2012-10-06 | 2 | -1/+6 |
* | | tcg: remove obsolete jmp op | Aurelien Jarno | 2012-10-06 | 12 | -70/+1 |
|/ |
|
* | tci: Fix for AREG0 free mode | Stefan Weil | 2012-09-27 | 1 | -5/+5 |
* | tcg/i386: fix build with -march < i686 | Aurelien Jarno | 2012-09-26 | 1 | -0/+2 |
* | tcg: Streamline movcond_i64 using movcond_i32 | Richard Henderson | 2012-09-26 | 1 | -7/+15 |
* | tcg: Streamline movcond_i64 using 32-bit arithmetic | Richard Henderson | 2012-09-26 | 1 | -0/+20 |
* | tcg: Sanity check goto_tb input | Richard Henderson | 2012-09-26 | 3 | -2/+14 |
* | tcg: Sanity check deposit inputs | Richard Henderson | 2012-09-26 | 1 | -0/+8 |
* | tcg: Add tcg_debug_assert | Richard Henderson | 2012-09-26 | 1 | -0/+9 |
* | tcg: Implement concat*_i64 with deposit_i64 | Richard Henderson | 2012-09-26 | 1 | -30/+30 |
* | tcg: Emit XORI as NOT for appropriate constants | Richard Henderson | 2012-09-26 | 1 | -4/+15 |
* | tcg: Optimize initial inputs for ori_i64 | Richard Henderson | 2012-09-26 | 1 | -6/+13 |
* | tcg: Emit ANDI as EXTU for appropriate constants | Richard Henderson | 2012-09-26 | 1 | -11/+56 |
* | tcg: Adjust descriptions of *cond opcodes | Richard Henderson | 2012-09-26 | 1 | -5/+5 |
* | tcg/mips: fix MIPS32(R2) detection | Aurelien Jarno | 2012-09-26 | 2 | -9/+9 |
* | Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth | Blue Swirl | 2012-09-22 | 3 | -528/+478 |
|\ |
|
| * | tcg-sparc: Preserve branch destinations during retranslation | Richard Henderson | 2012-09-21 | 1 | -8/+11 |
| * | tcg-sparc: Fix and enable direct TB chaining. | Richard Henderson | 2012-09-21 | 1 | -3/+18 |
| * | tcg-sparc: Add %g/%o registers to alloc_order | Richard Henderson | 2012-09-21 | 1 | -0/+13 |
| * | tcg-sparc: Use defines for temporaries. | Richard Henderson | 2012-09-21 | 1 | -56/+59 |
| * | tcg-sparc: Mask shift immediates to avoid illegal insns. | Richard Henderson | 2012-09-21 | 1 | -6/+12 |
| * | tcg-sparc: Clean up cruft stemming from attempts to use global registers. | Richard Henderson | 2012-09-21 | 2 | -47/+26 |
| * | tcg-sparc: Change AREG0 in generated code to %i0. | Richard Henderson | 2012-09-21 | 2 | -8/+3 |
| * | tcg-sparc: Support GUEST_BASE. | Richard Henderson | 2012-09-21 | 2 | -3/+25 |
| * | tcg-sparc: Fix qemu_ld/st to handle 32-bit host. | Richard Henderson | 2012-09-21 | 1 | -429/+348 |
| * | tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. | Richard Henderson | 2012-09-21 | 3 | -19/+11 |
| * | tcg-sparc: Fix ADDX opcode. | Richard Henderson | 2012-09-21 | 1 | -1/+1 |
| * | tcg-sparc: Hack in qemu_ld/st64 for 32-bit. | Richard Henderson | 2012-09-21 | 1 | -0/+3 |
* | | Revert "tcg/mips" | Aurelien Jarno | 2012-09-22 | 1 | -2/+2 |
* | | tcg/ppc32: Implement movcond32 | malc | 2012-09-22 | 2 | -1/+76 |
* | | tcg/mips | Aurelien Jarno | 2012-09-22 | 1 | -2/+2 |
* | | tcg: Remove tcg_target_get_call_iarg_regs_count | Stefan Weil | 2012-09-22 | 11 | -61/+1 |
* | | tcg/i386: Remove unused registers from tcg_target_call_iarg_regs | Stefan Weil | 2012-09-22 | 1 | -8/+2 |
* | | tcg/i386: Add shortcuts for registers used in L constraint | Stefan Weil | 2012-09-22 | 1 | -48/+48 |
* | | w64: Fix TCG helper functions with 5 arguments | Stefan Weil | 2012-09-22 | 2 | -1/+5 |
* | | tcg/README: document tcg_gen_goto_tb restrictions | Max Filippov | 2012-09-22 | 1 | -1/+2 |
* | | tcg-hppa: Implement movcond | Richard Henderson | 2012-09-22 | 2 | -1/+22 |
* | | tcg/optimize: add constant folding for deposit | Aurelien Jarno | 2012-09-22 | 1 | -0/+20 |
* | | tcg: remove #ifdef #endif around TCGOpcode tests | Aurelien Jarno | 2012-09-22 | 1 | -12/+1 |
* | | tcg/optimize: prefer the "op a, a, b" form for commutative ops | Aurelien Jarno | 2012-09-22 | 1 | -1/+4 |
* | | tcg/optimize: further optimize brcond/movcond/setcond | Aurelien Jarno | 2012-09-22 | 1 | -51/+76 |
* | | tcg/optimize: optimize "op r, a, a => movi r, 0" | Aurelien Jarno | 2012-09-22 | 1 | -0/+16 |
* | | tcg/optimize: optimize "op r, a, a => mov r, a" | Aurelien Jarno | 2012-09-22 | 1 | -1/+1 |
* | | tcg/optimize: do copy propagation for all operations | Aurelien Jarno | 2012-09-22 | 1 | -2/+9 |
* | | tcg/optimize: rework copy progagation | Aurelien Jarno | 2012-09-22 | 1 | -75/+92 |