aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2017-09-07tcg/s390: Use constant pool for cmpiRichard Henderson1-69/+67
2017-09-07tcg/s390: Use constant pool for xoriRichard Henderson1-37/+40
2017-09-07tcg/s390: Use constant pool for oriRichard Henderson1-40/+34
2017-09-07tcg/s390: Use constant pool for andiRichard Henderson1-6/+14
2017-09-07tcg/s390: Use constant pool for moviRichard Henderson2-53/+78
2017-09-07tcg/s390: Fix sign of patch_reloc addendRichard Henderson1-12/+13
2017-09-07tcg/s390: Introduce TCG_REG_TBRichard Henderson2-12/+61
2017-09-07tcg/i386: Store out-of-range call targets in constant poolRichard Henderson2-3/+16
2017-09-07tcg: Infrastructure for managing constant poolsRichard Henderson3-0/+98
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson19-91/+57
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson13-17/+61
2017-09-07tcg/tci: Add TCG_TARGET_DEFAULT_MORichard Henderson1-0/+5
2017-09-06tcg/s390: Use slbgr for setcond le and leuRichard Henderson1-76/+43
2017-09-06tcg/s390: Use load-on-condition-2 facilityRichard Henderson2-17/+63
2017-09-06tcg/s390: Use distinct-operands facilityRichard Henderson2-28/+91
2017-09-06tcg/s390: Merge ori+xori facilities check to tcg_target_op_defRichard Henderson1-68/+33
2017-09-06tcg/s390: Merge add2i facilities check to tcg_target_op_defRichard Henderson1-24/+14
2017-09-06tcg/s390: Merge muli facilities check to tcg_target_op_defRichard Henderson1-20/+25
2017-09-06tcg/s390: Merge cmpi facilities check to tcg_target_op_defRichard Henderson1-38/+30
2017-09-06tcg/s390: Fully convert tcg_target_op_defRichard Henderson1-124/+154
2017-09-05tcg: Implement implicit ordering semanticsPranith Kumar1-0/+16
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar6-0/+12
2017-09-05tcg: Remove support for ia64 as hostRichard Henderson2-2680/+0
2017-08-03tcg: Increase minimum alignment from tcg_malloc to 8Richard Henderson1-1/+4
2017-08-03tcg/arm: Fix runtime overalignment testRichard Henderson1-1/+1
2017-07-31docs: fix broken paths to docs/devel/atomics.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson1-28/+8
2017-07-19tcg/tci: enable bswap16_i64Philippe Mathieu-Daudé1-1/+0
2017-07-19tcg/mips: reserve a register for the guest_base.Jiang Biao1-4/+13
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova1-1/+2
2017-07-09tcg/mips: Bugfix for crash when running program with qemu-i386.Jiang Biao1-4/+4
2017-07-09tcg/aarch64: Enable indirect jump path using LDR (literal)Pranith Kumar1-14/+28
2017-07-09tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar1-6/+30
2017-07-09tcg/aarch64: Introduce and use long branch to registerPranith Kumar1-2/+13
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini1-4/+0
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell6-117/+89
2017-06-19tcg/arm: Use ldr (literal) for goto_tbRichard Henderson1-5/+18
2017-06-19tcg/arm: Try pc-relative addresses for moviRichard Henderson1-13/+27
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson1-15/+2
2017-06-19tcg/aarch64: Use ADR in tcg_out_moviRichard Henderson1-1/+6
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota2-1/+21
2017-06-19util: add cacheinfoEmilio G. Cota1-69/+2
2017-06-15tcg: move tcg backend files into accel/tcg/Yang Zhong2-0/+1484
2017-06-05tcg/mips: implement goto_ptrAurelien Jarno2-1/+14
2017-06-05tcg/arm: Implement goto_ptrRichard Henderson2-5/+22
2017-06-05tcg/arm: Clarify tcg_out_bx for arm4 hostRichard Henderson1-14/+15
2017-06-05tcg/s390: Implement goto_ptrRichard Henderson2-4/+22
2017-06-05tcg/sparc: Implement goto_ptrRichard Henderson2-2/+11
2017-06-05tcg/aarch64: Implement goto_ptrRichard Henderson2-3/+21
2017-06-05tcg/ppc: Implement goto_ptrRichard Henderson2-1/+8