aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2011-07-20tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil
2011-07-16tcg/README: Expand advice on number of TCG ops per target insnPeter Maydell
2011-07-02TCG/PPC: use stack for TCG tempsBlue Swirl
2011-07-01tcg-hppa: Support deposit opcode.Richard Henderson
2011-07-01TCG/HPPA: use stack for TCG tempsBlue Swirl
2011-07-01TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl
2011-06-28tcg/ppc64: Remove tcg_out_addimalc
2011-06-28tcg/ppc: Remove tcg_out_addimalc
2011-06-26TCG/Sparc64: use stack for TCG tempsBlue Swirl
2011-06-26TCG/x86: use stack for TCG tempsBlue Swirl
2011-06-26TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl
2011-06-26TCG: remove broken stack allocation for call argumentsBlue Swirl
2011-06-26TCG: fix negative frame offset calculationsBlue Swirl
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-03tcg: Fix unused-but-set-variable warningChristophe Fergeau
2011-06-03tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell
2011-06-03tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hostsPeter Maydell
2011-06-03Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.Brad
2011-05-29Fix spelling in comment (additon -> addition)Stefan Weil
2011-05-23tcg: don't keep dead outputs in registersAurelien Jarno
2011-05-23tcg: mark dead output argument in op_dead_argsAurelien Jarno
2011-05-23tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno
2011-05-08Fix typos in comments (accross -> across)Stefan Weil
2011-03-24tcg/arm: Support host code being compiled for ThumbPeter Maydell
2011-03-07tcg: Add support for debugging leakage of temporariesPeter Maydell
2011-01-20tcg: README, name deposit second argument len/LENEdgar E. Iglesias
2011-01-20tcg: Define "deposit" as an optional operation.Richard Henderson
2011-01-12tcg arm/mips/ia64: add a comment about retranslation and cachesAurelien Jarno
2011-01-10tcg/arm: improve constant loadingAurelien Jarno
2011-01-10tcg/ia64: remove an unnecessary stop bitAurelien Jarno
2011-01-09tcg: fix typo in readmeMike Frysinger
2011-01-09tcg/README: Spelling fixesStefan Weil
2011-01-08tcg/mips: fix branch target change during code retranslationAurelien Jarno
2011-01-08tcg/arm: fix qemu_st64 for big endian targetsAurelien Jarno
2011-01-08tcg/arm: fix branch target change during code retranslationAurelien Jarno
2010-12-01tcg-ia64: Fix warning in qemu_ld.Richard Henderson
2010-12-01tcg-ia64: Fix address compilation in qemu_st.Richard Henderson
2010-12-01tcg-ia64: Fix tlb read error for 32-bit targets.Richard Henderson
2010-12-01tcg-ia64: Implement qemu_ld32.Richard Henderson
2010-12-01tcg-ia64: Provide default GUEST_BASE.Richard Henderson
2010-12-01tcg: Fix default definition of divu_i32 and remu_i32.Richard Henderson
2010-10-30tcg: Use fprintf_function (format checking)Stefan Weil
2010-10-20tcg: Fix compiler error (comparison of unsigned expression)Stefan Weil
2010-08-15TCG: Revert ppc64 tcg_out_movi32 changeAndreas Färber
2010-08-15TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber
2010-06-29tcg-s390: new TCG TargetRichard Henderson
2010-06-29tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.Richard Henderson
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson