summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg: Constant fold neg, andc, orc, eqv, nand, nor.Richard Henderson2011-08-211-0/+27
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-2114-1008/+837
* tcg: Add and use TCG_OPF_64BIT.Richard Henderson2011-08-214-131/+67
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* TCG: fix copy propagationBlue Swirl2011-08-072-6/+14
* TCG: fix breakage by previous patchBlue Swirl2011-07-301-7/+12
* TCG: fix breakage on some RISC hostsBlue Swirl2011-07-301-13/+115
* Do constant folding for unary operations.Kirill Batuzov2011-07-301-0/+59
* Do constant folding for shift operations.Kirill Batuzov2011-07-301-0/+72
* Do constant folding for boolean operations.Kirill Batuzov2011-07-301-0/+37
* Do constant folding for basic arithmetic operations.Kirill Batuzov2011-07-301-0/+125
* Add copy and constant propagation.Kirill Batuzov2011-07-301-2/+180
* Add TCG optimizations stubKirill Batuzov2011-07-303-0/+106
* 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
OpenPOWER on IntegriCloud