aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell
2011-12-09tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil
2011-12-02fix spelling in tcg sub directoryDong Xu Wang
2011-11-28tci: Make flush_icache_range() inlineStefan Weil
2011-11-19tcg-sparc: Fix set-but-not used warnings.Richard Henderson
2011-11-19Merge branch 's390-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson
2011-11-11tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6David Gibson
2011-11-02Merge branch 'tci' of git://qemu.weilnetz.de/qemuBlue Swirl
2011-11-02tcg: Fix whitespace in tcg-op.h.Richard Henderson
2011-11-02tcg: Fix regression in tcg_gen_deposit_i64.Richard Henderson
2011-10-31tcg: Add bytecode generator for tcg interpreterStefan Weil
2011-10-31tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil
2011-10-31tcg: TCG targets may define tcg_qemu_tb_execStefan Weil
2011-10-30tcg: Optimize some forms of deposit.Richard Henderson
2011-10-14tcg: Fix spelling in comment (varables -> variables)Stefan Weil
2011-10-08tcg/s390: Remove unused tcg_out_addi()Peter Maydell
2011-10-08tcg/ia64: Remove unused tcg_out_addi()Peter Maydell
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka
2011-10-01tcg/arm: Remove unused tcg_out_addi()Peter Maydell
2011-10-01tcg: Add some assertionsStefan Weil
2011-10-01tcg: Add forward declarations for local functionsStefan Weil
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil
2011-10-01tcg: Declare TCG_TARGET_REG_BITS in tcg.hStefan Weil
2011-09-17tcg/ppc64: Only one call output register needed for 64 bit hostsStefan Weil
2011-09-17tcg/sparc: Only one call output register needed for 64 bit hostsStefan Weil
2011-09-17tcg/s390: Only one call output register needed for 64 bit hostsStefan Weil
2011-09-17tcg/ia64: Only one call output register needed for 64 bit hostsStefan Weil
2011-09-17tcg/i386: Only one call output register needed for 64 bit hostsStefan Weil
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