Age | Commit message (Expand) | Author |
2012-10-20 | exec: Allocate code_gen_prologue from code_gen_buffer | Richard Henderson |
2012-10-19 | Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi... | Aurelien Jarno |
2012-10-17 | tcg: Optimize mulu2 | Richard Henderson |
2012-10-17 | tcg: Optimize half-dead add2/sub2 | Richard Henderson |
2012-10-17 | tcg: Constant fold add2 and sub2 | Richard Henderson |
2012-10-17 | tcg: Do constant folding on double-word comparisons | Richard Henderson |
2012-10-17 | tcg: Split out subroutines from do_constant_folding_cond | Richard Henderson |
2012-10-17 | tcg: Optimize double-word comparisons against zero | Richard Henderson |
2012-10-17 | tcg: Use common code when failing to optimize | Richard Henderson |
2012-10-17 | tcg: Swap commutative double-word comparisons | Richard Henderson |
2012-10-17 | tcg: Canonicalize add2 operand ordering | Richard Henderson |
2012-10-17 | tcg: Split out swap_commutative as a subroutine | Richard Henderson |
2012-10-17 | tcg-ia64: Implement deposit | Richard Henderson |
2012-10-17 | tcg/ia64: slightly optimize TLB access code | Aurelien Jarno |
2012-10-17 | tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops | Aurelien Jarno |
2012-10-17 | tcg/ia64: implement movcond_i32/64 | Aurelien Jarno |
2012-10-17 | tcg/ia64: use stack for TCG temps | Blue Swirl |
2012-10-17 | tcg/arm: Implement movcond_i32 | Peter Maydell |
2012-10-17 | tcg/arm: Factor out code to emit immediate or reg-reg op | Peter Maydell |
2012-10-13 | tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64 | Richard Henderson |
2012-10-13 | tcg-sparc: Emit BPr insns for brcond_i64 | Richard Henderson |
2012-10-13 | tcg-sparc: Drop use of Bicc in favor of BPcc | Richard Henderson |
2012-10-13 | tcg-sparc: Optimize setcond2 equality compare with 0. | Richard Henderson |
2012-10-13 | tcg-sparc: Use Z constraint for %g0 | Richard Henderson |
2012-10-13 | tcg-sparc: Fix add2/sub2 | Richard Henderson |
2012-10-13 | tcg-sparc: Fix setcond | Richard Henderson |
2012-10-13 | tcg-sparc: Fix qemu_st for 32-bit | Richard Henderson |
2012-10-13 | tcg-sparc: Fix setcond2 | Richard Henderson |
2012-10-13 | tcg-sparc: Implement movcond. | Richard Henderson |
2012-10-13 | tcg-sparc: Fix brcond2 | Richard Henderson |
2012-10-12 | tcg: Remove TCG_TARGET_HAS_GUEST_BASE define | Peter Maydell |
2012-10-07 | tcg: Remove redundant pointer from TCGContext | Stefan Weil |
2012-10-06 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Aurelien Jarno |
2012-10-06 | tcg: Add tcg_high_cond | Richard Henderson |
2012-10-06 | tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS | Richard Henderson |
2012-10-06 | tcg: Add is_unsigned_cond | Richard Henderson |
2012-10-06 | tcg: remove obsolete jmp op | Aurelien Jarno |
2012-10-05 | tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code | Peter Maydell |
2012-09-27 | tci: Fix for AREG0 free mode | Stefan Weil |
2012-09-26 | tcg/i386: fix build with -march < i686 | Aurelien Jarno |
2012-09-26 | tcg: Streamline movcond_i64 using movcond_i32 | Richard Henderson |
2012-09-26 | tcg: Streamline movcond_i64 using 32-bit arithmetic | Richard Henderson |
2012-09-26 | tcg: Sanity check goto_tb input | Richard Henderson |
2012-09-26 | tcg: Sanity check deposit inputs | Richard Henderson |
2012-09-26 | tcg: Add tcg_debug_assert | Richard Henderson |
2012-09-26 | tcg: Implement concat*_i64 with deposit_i64 | Richard Henderson |
2012-09-26 | tcg: Emit XORI as NOT for appropriate constants | Richard Henderson |
2012-09-26 | tcg: Optimize initial inputs for ori_i64 | Richard Henderson |
2012-09-26 | tcg: Emit ANDI as EXTU for appropriate constants | Richard Henderson |
2012-09-26 | tcg: Adjust descriptions of *cond opcodes | Richard Henderson |