summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2013-11-30tcg-arm: Use qemu_getauxvalRichard Henderson1-9/+5
2013-11-30tcg-ppc64: Use qemu_getauxvalRichard Henderson1-9/+2
2013-11-18tcg-ia64: Introduce tcg_opc_bswap64_iRichard Henderson1-35/+28
2013-11-18tcg-ia64: Introduce tcg_opc_ext_iRichard Henderson1-30/+24
2013-11-18tcg-ia64: Introduce tcg_opc_movi_aRichard Henderson1-16/+16
2013-11-18tcg-ia64: Introduce tcg_opc_mov_aRichard Henderson1-19/+16
2013-11-18tcg-ia64: Use A3 form of logical operationsRichard Henderson1-30/+34
2013-11-18tcg-ia64: Use SUB_A3 and ADDS_A4 for subtractionRichard Henderson1-2/+23
2013-11-18tcg-ia64: Use ADDS for small additionRichard Henderson1-4/+16
2013-11-18tcg-ia64: Avoid unnecessary stop bit in tcg_out_aluRichard Henderson1-11/+6
2013-11-18tcg-ia64: Move AREG0 to R32Richard Henderson2-9/+8
2013-11-18tcg-ia64: Simplify brcondRichard Henderson1-34/+10
2013-11-18tcg-ia64: Handle constant callsRichard Henderson1-3/+35
2013-11-18tcg-ia64: Use shortcuts for nop insnsRichard Henderson1-124/+127
2013-11-18tcg-ia64: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-82/+91
2013-10-12tcg-ppc64: Support new ldst opcodesRichard Henderson2-62/+17
2013-10-12tcg-ppc: Support new ldst opcodesRichard Henderson2-66/+33
2013-10-12tcg-ppc64: Convert to le/be ldst helpersRichard Henderson1-16/+22
2013-10-12tcg-ppc: Convert to le/be ldst helpersRichard Henderson1-24/+33
2013-10-12tcg-ppc64: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-39/+45
2013-10-12tcg-ppc: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-56/+48
2013-10-12tcg-arm: Improve GUEST_BASE qemu_ld/stRichard Henderson1-104/+116
2013-10-12tcg-arm: Convert to new ldst opcodesRichard Henderson2-71/+38
2013-10-12tcg-arm: Tidy variable naming convention in qemu_ld/stRichard Henderson1-115/+115
2013-10-12tcg-arm: Convert to le/be ldst helpersRichard Henderson1-21/+29
2013-10-12tcg-arm: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-64/+61
2013-10-12tcg-i386: Support new ldst opcodesRichard Henderson2-90/+51
2013-10-12tcg-i386: Remove "cb" output restriction from qemu_st8 for i386Richard Henderson1-2/+8
2013-10-12tcg-i386: Tidy softmmu routinesRichard Henderson1-249/+208
2013-10-12tcg-i386: Use TCGMemOp within qemu_ldst routinesRichard Henderson1-64/+59
2013-10-12tcg: Use TCGMemOp for TCGLabelQemuLdst.opcRichard Henderson1-1/+1
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson1-16/+53
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson14-239/+368
2013-10-10tcg: Add TCGMemOpRichard Henderson1-0/+54
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson8-158/+112
2013-10-10tcg: Add tcg-be-null.hRichard Henderson6-0/+53
2013-10-10tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson1-12/+16
2013-10-10tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson2-16/+6
2013-10-10tcg: Add tcg-runtime.c helpers to all_helpersRichard Henderson1-0/+16
2013-10-10tcg: Put target helper data into an array.Richard Henderson1-3/+14
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-1/+7
2013-10-10tcg: Use a GHashTable for tcg_find_helperRichard Henderson2-65/+19
2013-10-10tcg: Delete tcg_helper_get_name declarationRichard Henderson1-1/+0
2013-10-10tcg-hppa: Remove tcg backendRichard Henderson2-1954/+0
2013-10-09Merge remote-tracking branch 'rth/tcg-arm-pull' into stagingAnthony Liguori1-170/+215
2013-10-09Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori2-9/+4
2013-10-01tcg-arm: Move the tlb addend load earlierRichard Henderson1-5/+6
2013-10-01tcg-arm: Remove restriction on qemu_ld output registerRichard Henderson1-24/+34
2013-10-01tcg-arm: Return register containing tlb addendRichard Henderson1-29/+30
2013-10-01tcg-arm: Move load of tlb addend into tcg_out_tlb_readRichard Henderson1-37/+23