summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZJames Hogan2015-10-191-6/+37
* tcg/mips: Support r6 multiply/divide encodingsJames Hogan2015-10-192-3/+43
* tcg/mips: Support r6 JR encodingJames Hogan2015-10-191-1/+4
* tcg/mips: Add use_mips32r6_instructions definitionJames Hogan2015-10-191-0/+7
* tcg-opc.h: Simplify insn_start defJames Hogan2015-10-191-8/+5
* tcg/ppc: Prefer mask over andi.Richard Henderson2015-10-191-10/+10
* tcg/ppc: Revise goto_tb implementationRichard Henderson2015-10-191-11/+38
* tcg/ppc: Adjust exit_tb for change in prologue placementRichard Henderson2015-10-191-6/+4
* tcg: Check for overflow via highwater markRichard Henderson2015-10-072-5/+14
* tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson2015-10-071-7/+28
* tcg: Remove tcg_gen_code_search_pcRichard Henderson2015-10-072-42/+19
* tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-4/+0
* tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson2015-10-072-15/+29
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-072-1/+12
* tcg: Add TCG_MAX_INSNSRichard Henderson2015-10-071-0/+1
* tcg: Allow extra data to be attached to insn_startRichard Henderson2015-10-074-16/+59
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-073-8/+8
* tcg/mips: pass oi to tcg_out_tlb_loadAurelien Jarno2015-09-191-15/+5
* tcg/mips: move tcg_out_addsub2Aurelien Jarno2015-09-191-49/+49
* tcg/mips: Fix clobbering of qemu_ld inputsJames Hogan2015-09-191-11/+15
* tcg: Move tci_tb_ptr to -commonPeter Crosthwaite2015-09-161-0/+4
* tcg: split tcg_op_defs to -commonPeter Crosthwaite2015-09-163-8/+35
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-141-0/+4
|\
| * replace spinlock by QemuMutex.KONRAD Frederic2015-09-091-0/+4
* | softmmu: add helper function to pass through retaddrPavel Dovgalyuk2015-09-111-0/+23
* | typofixes - v4Veres Lajos2015-09-112-3/+3
* | 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
OpenPOWER on IntegriCloud