aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2011-09-09tcg/ppc64: Fix zero extension code generation bug for ppc64 hostThomas Huth
2011-09-01tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warningsPeter Maydell
2011-08-28TCG: improve optimizer debuggingBlue Swirl
2011-08-23tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.Richard Henderson
2011-08-22tcg/ppc64: fix 16/32 mixupmalc
2011-08-22tcg/ppc64: implement not_i32/64 and ext32u_i64malc
2011-08-22tcg/ppc32: implement deposit_i32malc
2011-08-21tcg-ia64: Fix typos in AREG0 setup in prologue.Richard Henderson
2011-08-21tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson
2011-08-21tcg: Constant fold neg, andc, orc, eqv, nand, nor.Richard Henderson
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07TCG: fix copy propagationBlue Swirl
2011-07-30TCG: fix breakage by previous patchBlue Swirl
2011-07-30TCG: fix breakage on some RISC hostsBlue Swirl
2011-07-30Do constant folding for unary operations.Kirill Batuzov
2011-07-30Do constant folding for shift operations.Kirill Batuzov
2011-07-30Do constant folding for boolean operations.Kirill Batuzov
2011-07-30Do constant folding for basic arithmetic operations.Kirill Batuzov
2011-07-30Add copy and constant propagation.Kirill Batuzov
2011-07-30Add TCG optimizations stubKirill Batuzov
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