summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-05tcg/i386: implement goto_ptrEmilio G. Cota2-3/+23
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota16-0/+49
2017-05-06tcg/mips: fix field extraction opcodeAurelien Jarno1-2/+2
2017-04-26tcg: Initialize return value after exit_atomicRichard Henderson1-0/+6
2017-04-20Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1Peter Maydell1-7/+0
2017-04-03tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell1-2/+2
2017-04-03tcg/sparc: Zero extend data argument to store helpersPeter Maydell1-0/+25
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini1-1/+0
2017-03-01aarch64: Change ext type to TCGType to fix warningsPranith Kumar1-2/+2
2017-02-24tcg: enable MTTCG by default for ARM on x86 hostsAlex Bennée1-0/+11
2017-02-24tcg: add options for enabling MTTCGKONRAD Frederic1-0/+9
2017-02-24tcg: move TCG_MO/BAR types into own fileAlex Bennée2-17/+49
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini1-1/+0
2017-02-03tci: Remove invalid assertionsStefan Weil1-2/+0
2017-01-17tcg/i386: Always use TZCNT when availableRichard Henderson1-3/+7
2017-01-17Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR"Richard Henderson1-22/+13
2017-01-13tcg/aarch64: Fix tcg_out_moviRichard Henderson1-33/+24
2017-01-13tcg/aarch64: Fix addsub2 for 0+CRichard Henderson1-0/+9
2017-01-13tcg/s390: Fix merge error with facilitiesRichard Henderson1-1/+1
2017-01-10tcg/i386: Handle ctpop opcodeRichard Henderson2-3/+14
2017-01-10tcg/ppc: Handle ctpop opcodeRichard Henderson2-3/+14
2017-01-10tcg: Use ctpop to generate ctz if neededRichard Henderson1-40/+60
2017-01-10tcg: Add opcode for ctpopRichard Henderson15-0/+69