aboutsummaryrefslogtreecommitdiffstats
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka4-4/+40
2011-10-01tcg/arm: Remove unused tcg_out_addi()Peter Maydell1-15/+0
2011-10-01tcg: Add some assertionsStefan Weil1-0/+2
2011-10-01tcg: Add forward declarations for local functionsStefan Weil1-0/+16
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil8-21/+1
2011-10-01tcg: Declare TCG_TARGET_REG_BITS in tcg.hStefan Weil1-0/+10
2011-09-17tcg/ppc64: Only one call output register needed for 64 bit hostsStefan Weil1-1/+1
2011-09-17tcg/sparc: Only one call output register needed for 64 bit hostsStefan Weil1-2/+4
2011-09-17tcg/s390: Only one call output register needed for 64 bit hostsStefan Weil1-1/+3
2011-09-17tcg/ia64: Only one call output register needed for 64 bit hostsStefan Weil1-3/+2
2011-09-17tcg/i386: Only one call output register needed for 64 bit hostsStefan Weil1-1/+3
2011-09-09tcg/ppc64: Fix zero extension code generation bug for ppc64 hostThomas Huth1-1/+1
2011-09-01tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warningsPeter Maydell1-10/+10
2011-08-28TCG: improve optimizer debuggingBlue Swirl1-6/+9
2011-08-23tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.Richard Henderson1-7/+8
2011-08-22tcg/ppc64: fix 16/32 mixupmalc1-2/+2
2011-08-22tcg/ppc64: implement not_i32/64 and ext32u_i64malc2-3/+16
2011-08-22tcg/ppc32: implement deposit_i32malc2-1/+13
2011-08-21tcg-ia64: Fix typos in AREG0 setup in prologue.Richard Henderson1-2/+2
2011-08-21tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson1-1/+1
2011-08-21tcg: Constant fold neg, andc, orc, eqv, nand, nor.Richard Henderson1-0/+27
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson14-1008/+837
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson4-131/+67
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-07TCG: fix copy propagationBlue Swirl2-6/+14
2011-07-30TCG: fix breakage by previous patchBlue Swirl1-7/+12
2011-07-30TCG: fix breakage on some RISC hostsBlue Swirl1-13/+115
2011-07-30Do constant folding for unary operations.Kirill Batuzov1-0/+59
2011-07-30Do constant folding for shift operations.Kirill Batuzov1-0/+72
2011-07-30Do constant folding for boolean operations.Kirill Batuzov1-0/+37
2011-07-30Do constant folding for basic arithmetic operations.Kirill Batuzov1-0/+125
2011-07-30Add copy and constant propagation.Kirill Batuzov1-2/+180
2011-07-30Add TCG optimizations stubKirill Batuzov3-0/+106
2011-07-20tcg/mips: Fix regression caused by typo (copy + paste bug)Stefan Weil1-1/+1
2011-07-16tcg/README: Expand advice on number of TCG ops per target insnPeter Maydell1-1/+9
2011-07-02TCG/PPC: use stack for TCG tempsBlue Swirl2-4/+10
2011-07-01tcg-hppa: Support deposit opcode.Richard Henderson2-4/+21
2011-07-01TCG/HPPA: use stack for TCG tempsBlue Swirl1-2/+7
2011-07-01TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl1-14/+16
2011-06-28tcg/ppc64: Remove tcg_out_addimalc1-5/+0
2011-06-28tcg/ppc: Remove tcg_out_addimalc1-5/+0
2011-06-26TCG/Sparc64: use stack for TCG tempsBlue Swirl2-3/+6
2011-06-26TCG/x86: use stack for TCG tempsBlue Swirl1-10/+12
2011-06-26TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESPBlue Swirl1-4/+4
2011-06-26TCG: remove broken stack allocation for call argumentsBlue Swirl1-6/+3
2011-06-26TCG: fix negative frame offset calculationsBlue Swirl1-3/+7
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl9-0/+18
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl10-32/+40
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-03tcg: Fix unused-but-set-variable warningChristophe Fergeau1-2/+2