summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert2011-12-141-19/+12
* tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell2011-12-142-5/+5
* tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil2011-12-091-5/+0
* fix spelling in tcg sub directoryDong Xu Wang2011-12-022-2/+2
* tci: Make flush_icache_range() inlineStefan Weil2011-11-282-4/+4
* tcg-sparc: Fix set-but-not used warnings.Richard Henderson2011-11-191-4/+0
* Merge branch 's390-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl2011-11-1919-69/+73
|\
| * tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-1410-52/+56
| * tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-149-17/+17
* | tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6David Gibson2011-11-111-6/+8
|/
* Merge branch 'tci' of git://qemu.weilnetz.de/qemuBlue Swirl2011-11-026-6/+1207
|\
| * tcg: Add bytecode generator for tcg interpreterStefan Weil2011-10-313-0/+1196
| * tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil2011-10-312-1/+3
| * tcg: TCG targets may define tcg_qemu_tb_execStefan Weil2011-10-312-5/+8
* | tcg: Fix whitespace in tcg-op.h.Richard Henderson2011-11-021-4/+4
* | tcg: Fix regression in tcg_gen_deposit_i64.Richard Henderson2011-11-021-0/+2
|/
* tcg: Optimize some forms of deposit.Richard Henderson2011-10-301-14/+51
* tcg: Fix spelling in comment (varables -> variables)Stefan Weil2011-10-141-1/+1
* 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
OpenPOWER on IntegriCloud