Age | Commit message (Expand) | Author |
2012-10-31 | tcg: don't remove op if output needs to be synced to memory | Aurelien Jarno |
2012-10-30 | tcg/mips: use MUL instead of MULT on MIPS32 and above | Aurelien Jarno |
2012-10-28 | tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE | Richard Henderson |
2012-10-28 | tcg: remove compatiblity call flags | Aurelien Jarno |
2012-10-28 | tcg: rework TCG helper flags | Aurelien Jarno |
2012-10-28 | tcg: synchronize globals for ops with side effects | Aurelien Jarno |
2012-10-28 | tcg: forbid ld/st function to modify globals | Aurelien Jarno |
2012-10-28 | tcg: fix some op flags | Aurelien Jarno |
2012-10-28 | tcg: don't explicitly save globals and temps | Aurelien Jarno |
2012-10-28 | tcg: start with local temps in TEMP_VAL_MEM state | Aurelien Jarno |
2012-10-28 | tcg: always mark dead input arguments as dead | Aurelien Jarno |
2012-10-28 | tcg: rewrite tcg_reg_alloc_mov() | Aurelien Jarno |
2012-10-28 | tcg: improve tcg_reg_alloc_movi() | Aurelien Jarno |
2012-10-28 | tcg: rework liveness analysis | Aurelien Jarno |
2012-10-28 | tcg: sync output arguments on liveness request | Aurelien Jarno |
2012-10-28 | tcg: add temp_sync() | Aurelien Jarno |
2012-10-28 | tcg: add tcg_reg_sync() | Aurelien Jarno |
2012-10-28 | tcg: add temp_dead() | Aurelien Jarno |
2012-10-28 | tcg/i386: remove ld/st third argument register constraint | Aurelien Jarno |
2012-10-28 | tcg/i386: remove suboptimal register shifting | Aurelien Jarno |
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 |