summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATIONRichard Henderson2013-09-251-77/+135
* tcg-ppc64: Add _noaddr functions for emitting forward branchesRichard Henderson2013-09-251-10/+16
* tcg-ppc64: Streamline tcg_out_tlb_readRichard Henderson2013-09-251-97/+97
* tcg-ppc64: Implement tcg_register_jitRichard Henderson2013-09-251-23/+73
* tcg-ppc64: Handle long offsets betterRichard Henderson2013-09-251-73/+74
* tcg-ppc64: Tidy register allocation orderRichard Henderson2013-09-251-27/+22
* tcg-ppc64: Look through a constant function descriptorRichard Henderson2013-09-251-4/+19
* tcg-ppc64: Fold constant call address into descriptor loadRichard Henderson2013-09-251-3/+11
* tcg-ppc64: Don't load the static chain from TCGRichard Henderson2013-09-251-1/+0
* tcg-ppc64: Avoid code for nop moveRichard Henderson2013-09-251-1/+3
* tcg-ppc64: Use tcg_out64Richard Henderson2013-09-251-5/+1
* tcg-ppc64: Use TCG_REG_Rn constantsRichard Henderson2013-09-251-48/+48
* tcg-ppc64: More use of TAI and SAI helper macrosRichard Henderson2013-09-251-25/+16
* tcg-ppc64: Reformat tcg-target.cRichard Henderson2013-09-251-239/+239
* tcg-ppc: Fix and cleanup tcg_out_tlb_checkRichard Henderson2013-09-251-175/+127
* tcg-ppc: Use conditional branch and link to slow pathRichard Henderson2013-09-251-5/+10
* tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_pathRichard Henderson2013-09-251-89/+58
* tcg-ppc: Avoid code for nop moveRichard Henderson2013-09-251-1/+3
* tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini2013-09-251-21/+20
* tcg-ppc: fix qemu_ld/qemu_st for AIX ABIPaolo Bonzini2013-09-251-8/+9
* tcg-sparc: Fix parenthesis warningRichard Henderson2013-09-201-1/+1
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-031-7/+0
|\
| * tci: Remove function tcg_out64 (fix broken build)Stefan Weil2013-09-011-7/+0
* | Merge branch 'tcg-next' of git://github.com/rth7680/qemuAurelien Jarno2013-09-0327-287/+450
|\ \
| * | tcg-i386: Make use of zero-extended memory helper routinesRichard Henderson2013-09-021-9/+6
| * | tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson2013-09-022-9/+18
| * | exec: Split softmmu_defs.hRichard Henderson2013-09-0211-25/+43
| * | tcg-i386: Don't perform GETPC adjustment in TCG codeRichard Henderson2013-09-021-19/+14
| * | tcg-i386: Adjust tcg_out_tlb_load for x32Richard Henderson2013-09-021-14/+27
| * | tcg-i386: Use intptr_t appropriatelyRichard Henderson2013-09-021-22/+19
| * | tcg: Fix jit debug for x32Richard Henderson2013-09-021-5/+5
| * | tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson2013-09-021-1/+3
| * | tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson2013-09-0212-28/+28
| * | tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-1/+1
| * | tcg: Use uintptr_t in TCGHelperInfoRichard Henderson2013-09-022-4/+4
| * | tcg: Change relocation offsets to intptr_tRichard Henderson2013-09-0213-39/+40
| * | tcg: Change memory offsets to intptr_tRichard Henderson2013-09-022-16/+8
| * | tcg: Change frame pointer offsets to intptr_tRichard Henderson2013-09-022-8/+6
| * | tcg: Define TCG_ptr properlyRichard Henderson2013-09-021-3/+3
| * | tcg: Define TCG_TYPE_PTR properlyRichard Henderson2013-09-021-3/+6
| * | tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson2013-09-026-16/+37
| * | tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson2013-09-023-4/+3
| * | tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-0210-31/+17
| * | tcg: Constant fold div, remRichard Henderson2013-09-021-0/+23
| * | tcg-ppc64: Implement muluh, mulshRichard Henderson2013-09-022-29/+11
| * | tcg-mips: Implement mulsh, muluhRichard Henderson2013-09-022-2/+12
| * | tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-0216-11/+128
| |/
* | tcg/mips: only enable ext8s/ext16s ops on MIPS32R2Aurelien Jarno2013-09-032-4/+4
* | tcg/mips: inline bswap16/bswap32 opsAurelien Jarno2013-09-031-4/+3
* | tcg/mips: detect available host instructions at runtimeAurelien Jarno2013-09-032-92/+171
|/
OpenPOWER on IntegriCloud