aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2013-10-01tcg-arm: Remove restriction on qemu_ld output registerRichard Henderson
2013-10-01tcg-arm: Return register containing tlb addendRichard Henderson
2013-10-01tcg-arm: Move load of tlb addend into tcg_out_tlb_readRichard Henderson
2013-10-01tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlbRichard Henderson
2013-10-01tcg-arm: Use strd for tcg_out_arg_reg64Richard Henderson
2013-10-01tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson
2013-10-01tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64Richard Henderson
2013-09-25misc: Use new rotate functionsStefan Weil
2013-09-25tci: Add implementation of rotl_i64, rotr_i64Stefan Weil
2013-09-25tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson
2013-09-25tcg-ppc64: Add _noaddr functions for emitting forward branchesRichard Henderson
2013-09-25tcg-ppc64: Streamline tcg_out_tlb_readRichard Henderson
2013-09-25tcg-ppc64: Implement tcg_register_jitRichard Henderson
2013-09-25tcg-ppc64: Handle long offsets betterRichard Henderson
2013-09-25tcg-ppc64: Tidy register allocation orderRichard Henderson
2013-09-25tcg-ppc64: Look through a constant function descriptorRichard Henderson
2013-09-25tcg-ppc64: Fold constant call address into descriptor loadRichard Henderson
2013-09-25tcg-ppc64: Don't load the static chain from TCGRichard Henderson
2013-09-25tcg-ppc64: Avoid code for nop moveRichard Henderson
2013-09-25tcg-ppc64: Use tcg_out64Richard Henderson
2013-09-25tcg-ppc64: Use TCG_REG_Rn constantsRichard Henderson
2013-09-25tcg-ppc64: More use of TAI and SAI helper macrosRichard Henderson
2013-09-25tcg-ppc64: Reformat tcg-target.cRichard Henderson
2013-09-25tcg-ppc: Fix and cleanup tcg_out_tlb_checkRichard Henderson
2013-09-25tcg-ppc: Use conditional branch and link to slow pathRichard Henderson
2013-09-25tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_pathRichard Henderson
2013-09-25tcg-ppc: Avoid code for nop moveRichard Henderson
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini
2013-09-25tcg-ppc: fix qemu_ld/qemu_st for AIX ABIPaolo Bonzini
2013-09-20tcg-sparc: Fix parenthesis warningRichard Henderson
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno
2013-09-03tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno
2013-09-03tcg/mips: inline bswap16/bswap32 opsAurelien Jarno
2013-09-03tcg/mips: detect available host instructions at runtimeAurelien Jarno
2013-09-02tcg-i386: Make use of zero-extended memory helper routinesRichard Henderson
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson