aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2015-10-19tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZJames Hogan
2015-10-19tcg/mips: Support r6 multiply/divide encodingsJames Hogan
2015-10-19tcg/mips: Support r6 JR encodingJames Hogan
2015-10-19tcg/mips: Add use_mips32r6_instructions definitionJames Hogan
2015-10-19tcg-opc.h: Simplify insn_start defJames Hogan
2015-10-19tcg/ppc: Prefer mask over andi.Richard Henderson
2015-10-19tcg/ppc: Revise goto_tb implementationRichard Henderson
2015-10-19tcg/ppc: Adjust exit_tb for change in prologue placementRichard Henderson
2015-10-07tcg: Check for overflow via highwater markRichard Henderson
2015-10-07tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson
2015-10-07tcg: Remove tcg_gen_code_search_pcRichard Henderson
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson
2015-10-07tcg: Allow extra data to be attached to insn_startRichard Henderson
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson
2015-09-19tcg/mips: pass oi to tcg_out_tlb_loadAurelien Jarno
2015-09-19tcg/mips: move tcg_out_addsub2Aurelien Jarno
2015-09-19tcg/mips: Fix clobbering of qemu_ld inputsJames Hogan
2015-09-16tcg: Move tci_tb_ptr to -commonPeter Crosthwaite
2015-09-16tcg: split tcg_op_defs to -commonPeter Crosthwaite
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11softmmu: add helper function to pass through retaddrPavel Dovgalyuk
2015-09-11typofixes - v4Veres Lajos
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-09-02tcg/i386: omit a few REXW prefixes in softmmu codeAurelien Jarno
2015-09-02tcg/aarch64: Fix tcg_out_qemu_{ld, st} for guest_base == 0Richard Henderson
2015-08-28s390: fix softmmu compilationLaurent Vivier
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-08-24tcg/aarch64: Use softmmu fast path for unaligned accessesRichard Henderson
2015-08-24tcg/s390: Use softmmu fast path for unaligned accessesRichard Henderson
2015-08-24tcg/ppc: Improve unaligned load/store handling on 64-bit backendBenjamin Herrenschmidt
2015-08-24tcg/i386: use softmmu fast path for unaligned accessesAurelien Jarno
2015-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson
2015-08-24tcg: update README about size changing opsAurelien Jarno
2015-08-24tcg/optimize: add optimizations for ext_i32_i64 and extu_i32_i64 opsAurelien Jarno
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno
2015-08-24tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32Aurelien Jarno
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno
2015-08-24tcg/optimize: allow constant to have copiesAurelien Jarno
2015-08-24tcg/optimize: track const/copy status separatelyAurelien Jarno
2015-08-24tcg/optimize: add temp_is_const and temp_is_copy functionsAurelien Jarno
2015-08-24tcg/optimize: optimize temps trackingAurelien Jarno
2015-08-24tcg/optimize: fix constant signednessAurelien Jarno
2015-08-01tcg/mips: fix add2Aurelien Jarno
2015-08-01tcg/s390x: Mask TCGMemOp appropriately for indexingAurelien Jarno
2015-08-01tcg/mips: Mask TCGMemOp appropriately for indexingAurelien Jarno