summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2013-10-01tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlbRichard Henderson1-5/+10
2013-10-01tcg-arm: Use strd for tcg_out_arg_reg64Richard Henderson1-3/+10
2013-10-01tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson1-90/+87
2013-10-01tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64Richard Henderson1-5/+43
2013-09-25misc: Use new rotate functionsStefan Weil1-8/+4
2013-09-25tci: Add implementation of rotl_i64, rotr_i64Stefan Weil1-1/+0
2013-09-25tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson1-77/+135
2013-09-25tcg-ppc64: Add _noaddr functions for emitting forward branchesRichard Henderson1-10/+16
2013-09-25tcg-ppc64: Streamline tcg_out_tlb_readRichard Henderson1-97/+97
2013-09-25tcg-ppc64: Implement tcg_register_jitRichard Henderson1-23/+73
2013-09-25tcg-ppc64: Handle long offsets betterRichard Henderson1-73/+74
2013-09-25tcg-ppc64: Tidy register allocation orderRichard Henderson1-27/+22
2013-09-25tcg-ppc64: Look through a constant function descriptorRichard Henderson1-4/+19
2013-09-25tcg-ppc64: Fold constant call address into descriptor loadRichard Henderson1-3/+11
2013-09-25tcg-ppc64: Don't load the static chain from TCGRichard Henderson1-1/+0
2013-09-25tcg-ppc64: Avoid code for nop moveRichard Henderson1-1/+3
2013-09-25tcg-ppc64: Use tcg_out64Richard Henderson1-5/+1
2013-09-25tcg-ppc64: Use TCG_REG_Rn constantsRichard Henderson1-48/+48
2013-09-25tcg-ppc64: More use of TAI and SAI helper macrosRichard Henderson1-25/+16
2013-09-25tcg-ppc64: Reformat tcg-target.cRichard Henderson1-239/+239
2013-09-25tcg-ppc: Fix and cleanup tcg_out_tlb_checkRichard Henderson1-175/+127
2013-09-25tcg-ppc: Use conditional branch and link to slow pathRichard Henderson1-5/+10
2013-09-25tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_pathRichard Henderson1-89/+58
2013-09-25tcg-ppc: Avoid code for nop moveRichard Henderson1-1/+3
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini1-21/+20
2013-09-25tcg-ppc: fix qemu_ld/qemu_st for AIX ABIPaolo Bonzini1-8/+9
2013-09-20tcg-sparc: Fix parenthesis warningRichard Henderson1-1/+1
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-7/+0
2013-09-03Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno27-287/+450
2013-09-03tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno2-4/+4
2013-09-03tcg/mips: inline bswap16/bswap32 opsAurelien Jarno1-4/+3
2013-09-03tcg/mips: detect available host instructions at runtimeAurelien Jarno2-92/+171
2013-09-02tcg-i386: Make use of zero-extended memory helper routinesRichard Henderson1-9/+6
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson2-9/+18
2013-09-02exec: Split softmmu_defs.hRichard Henderson11-25/+43
2013-09-02tcg-i386: Don't perform GETPC adjustment in TCG codeRichard Henderson1-19/+14
2013-09-02tcg-i386: Adjust tcg_out_tlb_load for x32Richard Henderson1-14/+27
2013-09-02tcg-i386: Use intptr_t appropriatelyRichard Henderson1-22/+19
2013-09-02tcg: Fix jit debug for x32Richard Henderson1-5/+5
2013-09-02tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson1-1/+3
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson12-28/+28
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-1/+1
2013-09-02tcg: Use uintptr_t in TCGHelperInfoRichard Henderson2-4/+4
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson13-39/+40
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson2-16/+8
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson2-8/+6
2013-09-02tcg: Define TCG_ptr properlyRichard Henderson1-3/+3
2013-09-02tcg: Define TCG_TYPE_PTR properlyRichard Henderson1-3/+6
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson6-16/+37
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson3-4/+3