summaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)AuthorFilesLines
2012-04-15tcg/i386: Add support for w64 ABIStefan Weil1-11/+28
2012-04-15tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil1-1/+5
2012-03-29qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defsLi Zhang1-1/+0
2012-03-24tcg-sparc: Add debug_frame support.Richard Henderson1-0/+63
2012-03-24tcg-hppa: Add debug_frame support.Richard Henderson1-15/+88
2012-03-24tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.Richard Henderson1-0/+6
2012-03-24tcg: Add debug_info to JIT ELF image.Richard Henderson1-75/+158
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson3-9/+301
2012-03-18tcg: fix sparc host for AREG0 free operationBlue Swirl1-0/+11
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl10-3/+430
2012-03-18i386: Remove REGPARMBlue Swirl4-77/+58
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil2-2/+2
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov2-6/+10
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber11-40/+40
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil4-14/+14
2012-03-03w64: fix type casts when calling flush_icache_rangeStefan Weil1-4/+5
2012-03-03w64: Change data type of parameters for flush_icache_rangeStefan Weil6-6/+13
2012-03-03w64: Fix data type of parameters for flush_icache_rangeStefan Weil2-2/+4
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil1-3/+3
2012-02-23tcg: Remove unneeded include statementsStefan Weil1-12/+0
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno1-1/+1
2012-01-10tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointerPeter Maydell1-1/+1
2011-12-14tcg/arm: remove fixed map code buffer restrictionDr. David Alan Gilbert1-19/+12
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell2-5/+5
2011-12-09tcg: Remove redundant declarations of TCG_TARGET_REG_BITSStefan Weil1-5/+0
2011-12-02fix spelling in tcg sub directoryDong Xu Wang2-2/+2
2011-11-28tci: Make flush_icache_range() inlineStefan Weil2-4/+4
2011-11-19tcg-sparc: Fix set-but-not used warnings.Richard Henderson1-4/+0
2011-11-19Merge branch 's390-1.0' of git://repo.or.cz/qemu/agrafBlue Swirl19-69/+73
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson10-52/+56
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson9-17/+17
2011-11-11tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6David Gibson1-6/+8
2011-11-02Merge branch 'tci' of git://qemu.weilnetz.de/qemuBlue Swirl6-6/+1207
2011-11-02tcg: Fix whitespace in tcg-op.h.Richard Henderson1-4/+4
2011-11-02tcg: Fix regression in tcg_gen_deposit_i64.Richard Henderson1-0/+2
2011-10-31tcg: Add bytecode generator for tcg interpreterStefan Weil3-0/+1196
2011-10-31tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil2-1/+3
2011-10-31tcg: TCG targets may define tcg_qemu_tb_execStefan Weil2-5/+8
2011-10-30tcg: Optimize some forms of deposit.Richard Henderson1-14/+51
2011-10-14tcg: Fix spelling in comment (varables -> variables)Stefan Weil1-1/+1
2011-10-08tcg/s390: Remove unused tcg_out_addi()Peter Maydell1-5/+0
2011-10-08tcg/ia64: Remove unused tcg_out_addi()Peter Maydell1-19/+0
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