aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2013-04-15tcg-ppc64: Implement bswap16 and bswap32Richard Henderson
2013-04-15tcg-ppc64: Implement rotatesRichard Henderson
2013-04-15tcg-ppc64: Streamline qemu_ld/st insn selectionRichard Henderson
2013-04-15tcg-ppc64: Use automatic implementation of ext32u_i64Richard Henderson
2013-04-15tcg-ppc64: Improve and_i64 with constantRichard Henderson
2013-04-15tcg-ppc64: Improve and_i32 with constantRichard Henderson
2013-04-15tcg-ppc64: Tidy or and xor patterns.Richard Henderson
2013-04-15tcg-ppc64: Allow constant first argument to subRichard Henderson
2013-04-15tcg-ppc64: Improve constant add and sub ops.Richard Henderson
2013-04-15tcg-ppc64: Rearrange integer constant constraintsRichard Henderson
2013-04-15tcg-ppc64: Cleanup tcg_out_moviRichard Henderson
2013-04-15tcg-ppc64: Fix setcond_i32Richard Henderson
2013-04-15tcg-ppc64: Introduce and use TAI and SAIRichard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_shri64Richard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_shli64Richard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_ext32uRichard Henderson
2013-04-15tcg-ppc64: Introduce and use tcg_out_rlwRichard Henderson
2013-04-15tcg-ppc64: Use TCGReg everywhereRichard Henderson
2013-04-13Merge branch 'tci' of git://qemu.weilnetz.de/qemuAurelien Jarno
2013-04-11tci: Make tcg temporaries local to tcg_qemu_tb_execRichard Henderson
2013-04-11tci: Delete unused tb_ret_addrRichard Henderson
2013-04-11tci: Use 32-bit signed offsets to loads/storesRichard Henderson
2013-04-05tcg-s390: Fix merge error in tgen_brcondRichard Henderson
2013-04-05tcg-s390: Use all 20 bits of the offset in tcg_out_memRichard Henderson
2013-04-05tcg-s390: Use load-address for additionRichard Henderson
2013-04-05tcg-s390: Cleanup argument shuffling fixme in softmmu codeRichard Henderson
2013-04-05tcg-s390: Use risbgz for andiRichard Henderson
2013-04-05tcg-s390: Remove constraint letters for andRichard Henderson
2013-04-05tcg-s390: Implement deposit opcodesRichard Henderson
2013-04-05tcg-s390: Implement movcond opcodesRichard Henderson
2013-04-05tcg-s390: Implement mulu2_i64 opcodeRichard Henderson
2013-04-05tcg-s390: Implement add2/sub2 opcodesRichard Henderson
2013-04-05tcg-s390: Remove useless preprocessor conditionsRichard Henderson
2013-04-05tcg-s390: Properly allocate a stack frame.Richard Henderson
2013-04-05tcg-s390: Fix moviRichard Henderson
2013-04-01tcg/mips: Implement muls2_i32Aurelien Jarno
2013-03-23tcg-optimize: Fold sub r,0,x to neg r,xRichard Henderson
2013-03-22Use proper term in TCG README陳韋任 (Wei-Ren Chen)
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell
2013-03-03tcg-sparc: fix buildBlue Swirl
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell
2013-02-23tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson
2013-02-23tcg: Implement muls2 with mulu2Richard Henderson
2013-02-23tcg-arm: Implement muls2_i32Richard Henderson
2013-02-23tcg-i386: Implement multiword arithmetic opsRichard Henderson
2013-02-23tcg: Implement multiword addition helpersRichard Henderson
2013-02-23tcg: Implement multiword multiply helpersRichard Henderson
2013-02-23tcg: Implement a 64-bit to 32-bit extraction helperRichard Henderson
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson