summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2017-09-11tcg/tci: do not use ldst label (never implemented)Philippe Mathieu-Daudé1-4/+0
2017-09-07tcg/ppc: Use constant pool for moviRichard Henderson2-4/+31
2017-09-07tcg/ppc: Look for shifted constantsRichard Henderson1-10/+48
2017-09-07tcg/ppc: Change TCG_REG_RA to TCG_REG_TBRichard Henderson1-151/+122
2017-09-07tcg/arm: Use constant pool for callRichard Henderson1-6/+3
2017-09-07tcg/arm: Use constant pool for moviRichard Henderson2-18/+75
2017-09-07tcg/arm: Extract INSN_NOPRichard Henderson1-10/+11
2017-09-07tcg/arm: Code rearrangementRichard Henderson1-258/+257
2017-09-07tcg/arm: Tighten tlb indexing offset testRichard Henderson1-1/+3
2017-09-07tcg/arm: Improve tlb load for armv7Richard Henderson1-20/+52
2017-09-07tcg/sparc: Use constant pool for moviRichard Henderson2-21/+58
2017-09-07tcg/sparc: Introduce TCG_REG_TBRichard Henderson1-30/+140
2017-09-07tcg/aarch64: Use constant pool for moviRichard Henderson2-30/+33
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