aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
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
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson
2013-02-23tcg-sparc: Always implement 32-bit multiword opsRichard Henderson
2013-02-23tcg-i386: Always implement 32-bit multiword opsRichard Henderson
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson
2013-02-17tcg/ppc: Fix build of tcg_qemu_tb_exec()Andreas Färber
2013-02-16qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin
2013-02-16TCG: Final globals clean-upEvgeny Voevodin
2013-01-19tcg/target-arm: Add missing parens to assertionsPeter Maydell
2013-01-19optimize: optimize using nonzero bitsPaolo Bonzini
2013-01-19optimize: track nonzero bits of registersPaolo Bonzini
2013-01-19optimize: only write to state when clearing optimizer dataPaolo Bonzini
2013-01-12tcg-i386: use LEA for 3-operand 64-bit additionPaolo Bonzini
2013-01-02tcg: Remove unneeded assertionStefan Weil
2012-12-29tcg-hppa: Fix typo in brcond2Richard Henderson
2012-12-29tcg-i386: Perform cmov detection at runtime for 32-bit.Richard Henderson
2012-12-29tcg: Add TCGV_IS_UNUSED_*Richard Henderson
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-12-08tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.Evgeny Voevodin
2012-12-07Fix comments (adress -> address, layed -> laid, wierd -> weird)Stefan Weil
2012-11-24tcg: mark local temps as MEM in dead_temp()Aurelien Jarno
2012-11-24tcg/arm: fix cross-endian qemu_st16Aurelien Jarno
2012-11-24tcg/arm: fix TLB access in qemu-ld/st opsAurelien Jarno
2012-11-21tcg/ppc: Fix !softmmu casemalc
2012-11-19tcg/ppc: Remove unused s_bits variablemalc
2012-11-18tci: Support deposit operationsStefan Weil
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin
2012-11-17TCG: Use gen_opparam_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_buf from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opparam_ptr from context instead of global variable.Evgeny Voevodin
2012-11-17TCG: Use gen_opc_ptr from context instead of global variable.Evgeny Voevodin
2012-11-17tcg/tcg.h: Duplicate global TCG variables in TCGContextEvgeny Voevodin
2012-11-11tcg: properly check that op's output needs to be synced to memoryKirill Batuzov
2012-11-06tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessorsmalc
2012-11-03tcg/ppc: ld/st optimizationmalc