summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2015-09-19tcg/mips: Fix clobbering of qemu_ld inputsJames Hogan1-11/+15
2015-09-16tcg: Move tci_tb_ptr to -commonPeter Crosthwaite1-0/+4
2015-09-16tcg: split tcg_op_defs to -commonPeter Crosthwaite3-8/+35
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+4
2015-09-11softmmu: add helper function to pass through retaddrPavel Dovgalyuk1-0/+23
2015-09-11typofixes - v4Veres Lajos2-3/+3
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic1-0/+4
2015-09-02tcg/i386: omit a few REXW prefixes in softmmu codeAurelien Jarno1-6/+9
2015-09-02tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0Richard Henderson1-7/+20
2015-08-28s390: fix softmmu compilationLaurent Vivier1-2/+2
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier8-61/+49
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier5-18/+8
2015-08-24tcg/aarch64: Use softmmu fast path for unaligned accessesRichard Henderson1-13/+24
2015-08-24tcg/s390: Use softmmu fast path for unaligned accessesRichard Henderson1-5/+21
2015-08-24tcg/ppc: Improve unaligned load/store handling on 64-bit backendBenjamin Herrenschmidt1-10/+31
2015-08-24tcg/i386: use softmmu fast path for unaligned accessesAurelien Jarno1-9/+13
2015-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson1-7/+2
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson14-53/+71
2015-08-24tcg: update README about size changing opsAurelien Jarno1-3/+15
2015-08-24tcg/optimize: add optimizations for ext_i32_i64 and extu_i32_i64 opsAurelien Jarno1-0/+13
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno9-8/+41
2015-08-24tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32Aurelien Jarno1-2/+2
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno13-18/+18
2015-08-24tcg/optimize: allow constant to have copiesAurelien Jarno1-8/+2
2015-08-24tcg/optimize: track const/copy status separatelyAurelien Jarno1-28/+14
2015-08-24tcg/optimize: add temp_is_const and temp_is_copy functionsAurelien Jarno1-71/+60
2015-08-24tcg/optimize: optimize temps trackingAurelien Jarno1-11/+32
2015-08-24tcg/optimize: fix constant signednessAurelien Jarno1-5/+5
2015-08-01tcg/mips: fix add2Aurelien Jarno1-0/+3
2015-08-01tcg/s390x: Mask TCGMemOp appropriately for indexingAurelien Jarno1-2/+2
2015-08-01tcg/mips: Mask TCGMemOp appropriately for indexingAurelien Jarno1-2/+2
2015-08-01tcg/mips: fix TLB loading for BE host with 32-bit guestsAurelien Jarno1-1/+3
2015-07-27tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno1-0/+1
2015-07-27tcg: correctly mark dead inputs for mov with a constantAurelien Jarno1-0/+3
2015-07-23tcg/optimize: fix tcg_opt_gen_moviAurelien Jarno1-1/+1
2015-07-23tcg/aarch64: use 32-bit offset for 32-bit softmmu emulationRichard Henderson1-6/+6
2015-07-23tcg/aarch64: use 32-bit offset for 32-bit user-mode emulationPaolo Bonzini1-10/+16
2015-07-23tcg/aarch64: add ext argument to tcg_out_insn_3310Paolo Bonzini1-19/+22
2015-07-23tcg/i386: Extend addresses for 32-bit guestsRichard Henderson1-42/+72
2015-07-13tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64Stefan Weil1-6/+0
2015-07-09tcg/mips: Fix build error from merged memop+mmu_idx parameterJames Hogan1-2/+2
2015-07-07tcg/s390: fix branch target change during code retranslationAurelien Jarno1-4/+8
2015-06-26cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite1-0/+2
2015-06-09tcg/optimize: rename tcg_constant_foldingAurelien Jarno1-6/+1
2015-06-09tcg/optimize: fold constant test in tcg_opt_gen_movAurelien Jarno1-53/+36
2015-06-09tcg/optimize: fold temp copies test in tcg_opt_gen_movAurelien Jarno1-18/+9
2015-06-09tcg/optimize: remove opc argument from tcg_opt_gen_movAurelien Jarno1-7/+7
2015-06-09tcg/optimize: remove opc argument from tcg_opt_gen_moviAurelien Jarno1-20/+20
2015-06-09tcg: fix dead computation for repeated input argumentsAurelien Jarno1-3/+11
2015-06-09tcg: fix register allocation with two aliased dead inputsAurelien Jarno1-0/+10