summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2017-09-07tcg/ppc: Use constant pool for moviRichard Henderson
2017-09-07tcg/ppc: Look for shifted constantsRichard Henderson
2017-09-07tcg/ppc: Change TCG_REG_RA to TCG_REG_TBRichard Henderson
2017-09-07tcg/arm: Use constant pool for callRichard Henderson
2017-09-07tcg/arm: Use constant pool for moviRichard Henderson
2017-09-07tcg/arm: Extract INSN_NOPRichard Henderson
2017-09-07tcg/arm: Code rearrangementRichard Henderson
2017-09-07tcg/arm: Tighten tlb indexing offset testRichard Henderson
2017-09-07tcg/arm: Improve tlb load for armv7Richard Henderson
2017-09-07tcg/sparc: Use constant pool for moviRichard Henderson
2017-09-07tcg/sparc: Introduce TCG_REG_TBRichard Henderson
2017-09-07tcg/aarch64: Use constant pool for moviRichard Henderson
2017-09-07tcg/s390: Use constant pool for cmpiRichard Henderson
2017-09-07tcg/s390: Use constant pool for xoriRichard Henderson
2017-09-07tcg/s390: Use constant pool for oriRichard Henderson
2017-09-07tcg/s390: Use constant pool for andiRichard Henderson
2017-09-07tcg/s390: Use constant pool for moviRichard Henderson
2017-09-07tcg/s390: Fix sign of patch_reloc addendRichard Henderson
2017-09-07tcg/s390: Introduce TCG_REG_TBRichard Henderson
2017-09-07tcg/i386: Store out-of-range call targets in constant poolRichard Henderson
2017-09-07tcg: Infrastructure for managing constant poolsRichard Henderson
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-09-07tcg/tci: Add TCG_TARGET_DEFAULT_MORichard Henderson
2017-09-06tcg/s390: Use slbgr for setcond le and leuRichard Henderson
2017-09-06tcg/s390: Use load-on-condition-2 facilityRichard Henderson
2017-09-06tcg/s390: Use distinct-operands facilityRichard Henderson
2017-09-06tcg/s390: Merge ori+xori facilities check to tcg_target_op_defRichard Henderson
2017-09-06tcg/s390: Merge add2i facilities check to tcg_target_op_defRichard Henderson
2017-09-06tcg/s390: Merge muli facilities check to tcg_target_op_defRichard Henderson
2017-09-06tcg/s390: Merge cmpi facilities check to tcg_target_op_defRichard Henderson
2017-09-06tcg/s390: Fully convert tcg_target_op_defRichard Henderson
2017-09-05tcg: Implement implicit ordering semanticsPranith Kumar
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar
2017-09-05tcg: Remove support for ia64 as hostRichard Henderson
2017-08-03tcg: Increase minimum alignment from tcg_malloc to 8Richard Henderson
2017-08-03tcg/arm: Fix runtime overalignment testRichard Henderson
2017-07-31docs: fix broken paths to docs/devel/atomics.txtPhilippe Mathieu-Daudé
2017-07-24util: Introduce include/qemu/cpuid.hRichard Henderson
2017-07-19tcg/tci: enable bswap16_i64Philippe Mathieu-Daudé
2017-07-19tcg/mips: reserve a register for the guest_base.Jiang Biao
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluís Vilanova
2017-07-09tcg/mips: Bugfix for crash when running program with qemu-i386.Jiang Biao
2017-07-09tcg/aarch64: Enable indirect jump path using LDR (literal)Pranith Kumar
2017-07-09tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar
2017-07-09tcg/aarch64: Introduce and use long branch to registerPranith Kumar
2017-07-04tcg: move tb_lock out of translate-all.hPaolo Bonzini
2017-06-22Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into stagingPeter Maydell
2017-06-19tcg/arm: Use ldr (literal) for goto_tbRichard Henderson
2017-06-19tcg/arm: Try pc-relative addresses for moviRichard Henderson