summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/i386: omit a few REXW prefixes in softmmu codeAurelien Jarno2015-09-021-6/+9
* tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0Richard Henderson2015-09-021-7/+20
* s390: fix softmmu compilationLaurent Vivier2015-08-281-2/+2
* linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier2015-08-248-61/+49
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-245-18/+8
* tcg/aarch64: Use softmmu fast path for unaligned accessesRichard Henderson2015-08-241-13/+24
* tcg/s390: Use softmmu fast path for unaligned accessesRichard Henderson2015-08-241-5/+21
* tcg/ppc: Improve unaligned load/store handling on 64-bit backendBenjamin Herrenschmidt2015-08-241-10/+31
* tcg/i386: use softmmu fast path for unaligned accessesAurelien Jarno2015-08-241-9/+13
* tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson2015-08-241-7/+2
* tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson2015-08-2414-53/+71
* tcg: update README about size changing opsAurelien Jarno2015-08-241-3/+15
* tcg/optimize: add optimizations for ext_i32_i64 and extu_i32_i64 opsAurelien Jarno2015-08-241-0/+13
* tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno2015-08-249-8/+41
* tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32Aurelien Jarno2015-08-241-2/+2
* tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno2015-08-2413-18/+18
* tcg/optimize: allow constant to have copiesAurelien Jarno2015-08-241-8/+2
* tcg/optimize: track const/copy status separatelyAurelien Jarno2015-08-241-28/+14
* tcg/optimize: add temp_is_const and temp_is_copy functionsAurelien Jarno2015-08-241-71/+60
* tcg/optimize: optimize temps trackingAurelien Jarno2015-08-241-11/+32
* tcg/optimize: fix constant signednessAurelien Jarno2015-08-241-5/+5
* tcg/mips: fix add2Aurelien Jarno2015-08-011-0/+3
* tcg/s390x: Mask TCGMemOp appropriately for indexingAurelien Jarno2015-08-011-2/+2
* tcg/mips: Mask TCGMemOp appropriately for indexingAurelien Jarno2015-08-011-2/+2
* tcg/mips: fix TLB loading for BE host with 32-bit guestsAurelien Jarno2015-08-011-1/+3
* tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno2015-07-271-0/+1
* tcg: correctly mark dead inputs for mov with a constantAurelien Jarno2015-07-271-0/+3
* tcg/optimize: fix tcg_opt_gen_moviAurelien Jarno2015-07-231-1/+1
* tcg/aarch64: use 32-bit offset for 32-bit softmmu emulationRichard Henderson2015-07-231-6/+6
* tcg/aarch64: use 32-bit offset for 32-bit user-mode emulationPaolo Bonzini2015-07-231-10/+16
* tcg/aarch64: add ext argument to tcg_out_insn_3310Paolo Bonzini2015-07-231-19/+22
* tcg/i386: Extend addresses for 32-bit guestsRichard Henderson2015-07-231-42/+72
* tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64Stefan Weil2015-07-131-6/+0
* tcg/mips: Fix build error from merged memop+mmu_idx parameterJames Hogan2015-07-091-2/+2
* tcg/s390: fix branch target change during code retranslationAurelien Jarno2015-07-071-4/+8
* cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite2015-06-261-0/+2
* tcg/optimize: rename tcg_constant_foldingAurelien Jarno2015-06-091-6/+1
* tcg/optimize: fold constant test in tcg_opt_gen_movAurelien Jarno2015-06-091-53/+36
* tcg/optimize: fold temp copies test in tcg_opt_gen_movAurelien Jarno2015-06-091-18/+9
* tcg/optimize: remove opc argument from tcg_opt_gen_movAurelien Jarno2015-06-091-7/+7
* tcg/optimize: remove opc argument from tcg_opt_gen_moviAurelien Jarno2015-06-091-20/+20
* tcg: fix dead computation for repeated input argumentsAurelien Jarno2015-06-091-3/+11
* tcg: fix register allocation with two aliased dead inputsAurelien Jarno2015-06-091-0/+10
* tcg: Handle MO_AMASK in tcg_dump_opsRichard Henderson2015-06-091-3/+12
* tcg: Mask TCGMemOp appropriately for indexingRichard Henderson2015-06-097-30/+30
* tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini2015-06-039-0/+10
* tci: do not use CPUArchState in tcg-target.hPaolo Bonzini2015-06-032-3/+4
* tcg: Add MO_ALIGN, MO_UNALNRichard Henderson2015-05-141-0/+13
* tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson2015-05-1410-113/+112
* tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson2015-05-1414-61/+130
OpenPOWER on IntegriCloud