aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2013-09-02tcg-i386: Don't perform GETPC adjustment in TCG codeRichard Henderson
2013-09-02tcg-i386: Adjust tcg_out_tlb_load for x32Richard Henderson
2013-09-02tcg-i386: Use intptr_t appropriatelyRichard Henderson
2013-09-02tcg: Fix jit debug for x32Richard Henderson
2013-09-02tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-09-02tcg: Use uintptr_t in TCGHelperInfoRichard Henderson
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson
2013-09-02tcg: Define TCG_ptr properlyRichard Henderson
2013-09-02tcg: Define TCG_TYPE_PTR properlyRichard Henderson
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson
2013-09-02tcg: Constant fold div, remRichard Henderson
2013-09-02tcg-ppc64: Implement muluh, mulshRichard Henderson
2013-09-02tcg-mips: Implement mulsh, muluhRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-09-01tci: Remove function tcg_out64 (fix broken build)Stefan Weil