summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/s390: Remove unused tcg_out_addi()Peter Maydell2011-10-081-5/+0
* tcg/ia64: Remove unused tcg_out_addi()Peter Maydell2011-10-081-19/+0
* tcg-i386: Introduce limited deposit supportJan Kiszka2011-10-014-4/+40
* tcg/arm: Remove unused tcg_out_addi()Peter Maydell2011-10-011-15/+0
* tcg: Add some assertionsStefan Weil2011-10-011-0/+2
* tcg: Add forward declarations for local functionsStefan Weil2011-10-011-0/+16
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-018-21/+1
* tcg: Declare TCG_TARGET_REG_BITS in tcg.hStefan Weil2011-10-011-0/+10
* tcg/ppc64: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-1/+1
* tcg/sparc: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-2/+4
* tcg/s390: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-1/+3
* tcg/ia64: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-3/+2
* tcg/i386: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-1/+3
* tcg/ppc64: Fix zero extension code generation bug for ppc64 hostThomas Huth2011-09-091-1/+1
* tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warningsPeter Maydell2011-09-011-10/+10
* TCG: improve optimizer debuggingBlue Swirl2011-08-281-6/+9
* tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.Richard Henderson2011-08-231-7/+8
* tcg/ppc64: fix 16/32 mixupmalc2011-08-221-2/+2
* tcg/ppc64: implement not_i32/64 and ext32u_i64malc2011-08-222-3/+16
* tcg/ppc32: implement deposit_i32malc2011-08-222-1/+13
* tcg-ia64: Fix typos in AREG0 setup in prologue.Richard Henderson2011-08-211-2/+2
* tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson2011-08-211-1/+1
* 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
OpenPOWER on IntegriCloud