aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2017-06-19tcg/arm: Use indirect branch for goto_tbRichard Henderson
2017-06-19tcg/aarch64: Use ADR in tcg_out_moviRichard Henderson
2017-06-19tcg: allocate TB structs before the corresponding translated codeEmilio G. Cota
2017-06-19util: add cacheinfoEmilio G. Cota
2017-06-15tcg: move tcg backend files into accel/tcg/Yang Zhong
2017-06-05tcg/mips: implement goto_ptrAurelien Jarno
2017-06-05tcg/arm: Implement goto_ptrRichard Henderson
2017-06-05tcg/arm: Clarify tcg_out_bx for arm4 hostRichard Henderson
2017-06-05tcg/s390: Implement goto_ptrRichard Henderson
2017-06-05tcg/sparc: Implement goto_ptrRichard Henderson
2017-06-05tcg/aarch64: Implement goto_ptrRichard Henderson
2017-06-05tcg/ppc: Implement goto_ptrRichard Henderson
2017-06-05tcg/i386: implement goto_ptrEmilio G. Cota
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota
2017-05-06tcg/mips: fix field extraction opcodeAurelien Jarno
2017-04-26tcg: Initialize return value after exit_atomicRichard Henderson
2017-04-20Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1Peter Maydell
2017-04-03tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell
2017-04-03tcg/sparc: Zero extend data argument to store helpersPeter Maydell
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini
2017-03-01aarch64: Change ext type to TCGType to fix warningsPranith Kumar
2017-02-24tcg: enable MTTCG by default for ARM on x86 hostsAlex Bennée
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic
2017-02-24tcg: move TCG_MO/BAR types into own fileAlex Bennée
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini
2017-02-03tci: Remove invalid assertionsStefan Weil
2017-01-17tcg/i386: Always use TZCNT when availableRichard Henderson
2017-01-17Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR"Richard Henderson
2017-01-13tcg/aarch64: Fix tcg_out_moviRichard Henderson
2017-01-13tcg/aarch64: Fix addsub2 for 0+CRichard Henderson
2017-01-13tcg/s390: Fix merge error with facilitiesRichard Henderson
2017-01-10tcg/i386: Handle ctpop opcodeRichard Henderson
2017-01-10tcg/ppc: Handle ctpop opcodeRichard Henderson
2017-01-10tcg: Use ctpop to generate ctz if neededRichard Henderson
2017-01-10tcg: Add opcode for ctpopRichard Henderson