aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2013-12-21tcg/i386: fix a commentAurelien Jarno
2013-12-10tcg: Use bitmaps for free temporariesRichard Henderson
2013-11-30tcg-s390: Use qemu_getauxval in query_facilitiesRichard Henderson
2013-11-30tcg-arm: Use qemu_getauxvalRichard Henderson
2013-11-30tcg-ppc64: Use qemu_getauxvalRichard Henderson
2013-11-18tcg-ia64: Introduce tcg_opc_bswap64_iRichard Henderson
2013-11-18tcg-ia64: Introduce tcg_opc_ext_iRichard Henderson
2013-11-18tcg-ia64: Introduce tcg_opc_movi_aRichard Henderson
2013-11-18tcg-ia64: Introduce tcg_opc_mov_aRichard Henderson
2013-11-18tcg-ia64: Use A3 form of logical operationsRichard Henderson
2013-11-18tcg-ia64: Use SUB_A3 and ADDS_A4 for subtractionRichard Henderson
2013-11-18tcg-ia64: Use ADDS for small additionRichard Henderson
2013-11-18tcg-ia64: Avoid unnecessary stop bit in tcg_out_aluRichard Henderson
2013-11-18tcg-ia64: Move AREG0 to R32Richard Henderson
2013-11-18tcg-ia64: Simplify brcondRichard Henderson
2013-11-18tcg-ia64: Handle constant callsRichard Henderson
2013-11-18tcg-ia64: Use shortcuts for nop insnsRichard Henderson
2013-11-18tcg-ia64: Use TCGMemOp within qemu_ldst routinesRichard Henderson
2013-10-12tcg-ppc64: Support new ldst opcodesRichard Henderson
2013-10-12tcg-ppc: Support new ldst opcodesRichard Henderson
2013-10-12tcg-ppc64: Convert to le/be ldst helpersRichard Henderson
2013-10-12tcg-ppc: Convert to le/be ldst helpersRichard Henderson
2013-10-12tcg-ppc64: Use TCGMemOp within qemu_ldst routinesRichard Henderson
2013-10-12tcg-ppc: Use TCGMemOp within qemu_ldst routinesRichard Henderson
2013-10-12tcg-arm: Improve GUEST_BASE qemu_ld/stRichard Henderson
2013-10-12tcg-arm: Convert to new ldst opcodesRichard Henderson
2013-10-12tcg-arm: Tidy variable naming convention in qemu_ld/stRichard Henderson
2013-10-12tcg-arm: Convert to le/be ldst helpersRichard Henderson
2013-10-12tcg-arm: Use TCGMemOp within qemu_ldst routinesRichard Henderson
2013-10-12tcg-i386: Support new ldst opcodesRichard Henderson
2013-10-12tcg-i386: Remove "cb" output restriction from qemu_st8 for i386Richard Henderson
2013-10-12tcg-i386: Tidy softmmu routinesRichard Henderson
2013-10-12tcg-i386: Use TCGMemOp within qemu_ldst routinesRichard Henderson
2013-10-12tcg: Use TCGMemOp for TCGLabelQemuLdst.opcRichard Henderson
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson
2013-10-10tcg: Add TCGMemOpRichard Henderson
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson
2013-10-10tcg: Add tcg-be-null.hRichard Henderson
2013-10-10tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson
2013-10-10tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson
2013-10-10tcg: Add tcg-runtime.c helpers to all_helpersRichard Henderson
2013-10-10tcg: Put target helper data into an array.Richard Henderson
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-10-10tcg: Use a GHashTable for tcg_find_helperRichard Henderson
2013-10-10tcg: Delete tcg_helper_get_name declarationRichard Henderson
2013-10-10tcg-hppa: Remove tcg backendRichard Henderson
2013-10-09Merge remote-tracking branch 'rth/tcg-arm-pull' into stagingAnthony Liguori
2013-10-09Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori
2013-10-01tcg-arm: Move the tlb addend load earlierRichard Henderson