summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil2011-07-201-1/+1
* tcg/README: Expand advice on number of TCG ops per target insnPeter Maydell2011-07-161-1/+9
* TCG/PPC: use stack for TCG tempsBlue Swirl2011-07-022-4/+10
* tcg-hppa: Support deposit opcode.Richard Henderson2011-07-012-4/+21
* TCG/HPPA: use stack for TCG tempsBlue Swirl2011-07-011-2/+7
* TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl2011-07-011-14/+16
* tcg/ppc64: Remove tcg_out_addimalc2011-06-281-5/+0
* tcg/ppc: Remove tcg_out_addimalc2011-06-281-5/+0
* TCG/Sparc64: use stack for TCG tempsBlue Swirl2011-06-262-3/+6
* TCG/x86: use stack for TCG tempsBlue Swirl2011-06-261-10/+12
* TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl2011-06-261-4/+4
* TCG: remove broken stack allocation for call argumentsBlue Swirl2011-06-261-6/+3
* TCG: fix negative frame offset calculationsBlue Swirl2011-06-261-3/+7
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-269-0/+18
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-2610-32/+40
* Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
* tcg: Fix unused-but-set-variable warningChristophe Fergeau2011-06-031-2/+2
* tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell2011-06-032-28/+50
* tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hostsPeter Maydell2011-06-031-11/+11
* Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD.Brad2011-06-031-0/+4
* Fix spelling in comment (additon -> addition)Stefan Weil2011-05-291-1/+1
* tcg: don't keep dead outputs in registersAurelien Jarno2011-05-231-10/+18
* tcg: mark dead output argument in op_dead_argsAurelien Jarno2011-05-231-2/+8
* tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno2011-05-232-37/+38
* Fix typos in comments (accross -> across)Stefan Weil2011-05-081-2/+2
* tcg/arm: Support host code being compiled for ThumbPeter Maydell2011-03-241-9/+26
* tcg: Add support for debugging leakage of temporariesPeter Maydell2011-03-072-0/+49
* tcg: README, name deposit second argument len/LENEdgar E. Iglesias2011-01-201-2/+2
* tcg: Define "deposit" as an optional operation.Richard Henderson2011-01-203-0/+84
* tcg arm/mips/ia64: add a comment about retranslation and cachesAurelien Jarno2011-01-123-1/+9
* tcg/arm: improve constant loadingAurelien Jarno2011-01-101-18/+21
* tcg/ia64: remove an unnecessary stop bitAurelien Jarno2011-01-101-1/+1
* tcg: fix typo in readmeMike Frysinger2011-01-091-1/+1
* tcg/README: Spelling fixesStefan Weil2011-01-091-4/+4
* tcg/mips: fix branch target change during code retranslationAurelien Jarno2011-01-081-1/+1
* tcg/arm: fix qemu_st64 for big endian targetsAurelien Jarno2011-01-081-1/+1
* tcg/arm: fix branch target change during code retranslationAurelien Jarno2011-01-081-8/+20
* tcg-ia64: Fix warning in qemu_ld.Richard Henderson2010-12-011-2/+1
* tcg-ia64: Fix address compilation in qemu_st.Richard Henderson2010-12-011-1/+1
* tcg-ia64: Fix tlb read error for 32-bit targets.Richard Henderson2010-12-011-1/+3
* tcg-ia64: Implement qemu_ld32.Richard Henderson2010-12-011-0/+1
* tcg-ia64: Provide default GUEST_BASE.Richard Henderson2010-12-011-0/+3
* tcg: Fix default definition of divu_i32 and remu_i32.Richard Henderson2010-12-011-2/+2
* tcg: Use fprintf_function (format checking)Stefan Weil2010-10-302-6/+3
* tcg: Fix compiler error (comparison of unsigned expression)Stefan Weil2010-10-201-1/+1
* TCG: Revert ppc64 tcg_out_movi32 changeAndreas Färber2010-08-151-1/+1
* TCG: Fix Darwin/ppc calling convention recognitionAndreas Färber2010-08-151-1/+1
* tcg-s390: new TCG TargetRichard Henderson2010-06-292-48/+2277
* tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.Richard Henderson2010-06-292-9/+8
* tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson2010-06-165-27/+160
OpenPOWER on IntegriCloud