summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2015-12-01tcg: Increase the highwater reservationRichard Henderson1-1/+5
2015-11-23tcg: Fix highwater checkJohn Clarke1-1/+1
2015-10-19tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZJames Hogan1-6/+37
2015-10-19tcg/mips: Support r6 multiply/divide encodingsJames Hogan2-3/+43
2015-10-19tcg/mips: Support r6 JR encodingJames Hogan1-1/+4
2015-10-19tcg/mips: Add use_mips32r6_instructions definitionJames Hogan1-0/+7
2015-10-19tcg-opc.h: Simplify insn_start defJames Hogan1-8/+5
2015-10-19tcg/ppc: Prefer mask over andi.Richard Henderson1-10/+10
2015-10-19tcg/ppc: Revise goto_tb implementationRichard Henderson1-11/+38
2015-10-19tcg/ppc: Adjust exit_tb for change in prologue placementRichard Henderson1-6/+4
2015-10-07tcg: Check for overflow via highwater markRichard Henderson2-5/+14
2015-10-07tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson1-7/+28
2015-10-07tcg: Remove tcg_gen_code_search_pcRichard Henderson2-42/+19
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson1-4/+0
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson2-15/+29
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson2-1/+12
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson1-0/+1
2015-10-07tcg: Allow extra data to be attached to insn_startRichard Henderson4-16/+59
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson3-8/+8
2015-09-19tcg/mips: pass oi to tcg_out_tlb_loadAurelien Jarno1-15/+5
2015-09-19tcg/mips: move tcg_out_addsub2Aurelien Jarno1-49/+49
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