aboutsummaryrefslogtreecommitdiff
path: root/tcg
AgeCommit message (Expand)Author
2012-06-24tci: don't write zero for reloc in tci_out_labelScott Wood
2012-06-24TCG: Fix compile breakage in tcg_dump_opsAlexander Graf
2012-06-21qemu-log: cleanupBlue Swirl
2012-05-27tcg/ppc: Handle _CALL_DARWIN being undefined on DarwinAndreas Färber
2012-05-15tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0Andreas Färber
2012-05-15tcg/ppc64: Don't hardcode register numbers for qemu_ld/stAndreas Färber
2012-05-09tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber
2012-05-09tcg/ppc: Clobber r5 for 64-bit qemu_ldAndreas Färber
2012-05-09tcg/ppc: Don't hardcode register numbersAndreas Färber
2012-05-09tcg/ppc: Do not overwrite lower address word on Darwin and AIXAndreas Färber
2012-05-03Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc
2012-05-03Restore consistent formattingmalc
2012-04-15tcg/i386: Add support for w64 ABIStefan Weil
2012-04-15tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil
2012-03-29qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defsLi Zhang
2012-03-24tcg-sparc: Add debug_frame support.Richard Henderson
2012-03-24tcg-hppa: Add debug_frame support.Richard Henderson
2012-03-24tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.Richard Henderson
2012-03-24tcg: Add debug_info to JIT ELF image.Richard Henderson
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson
2012-03-18tcg: fix sparc host for AREG0 free operationBlue Swirl
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-18i386: Remove REGPARMBlue Swirl
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil
2012-03-03w64: fix type casts when calling flush_icache_rangeStefan Weil
2012-03-03w64: Change data type of parameters for flush_icache_rangeStefan Weil
2012-03-03w64: Fix data type of parameters for flush_icache_rangeStefan Weil
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil
2012-02-23tcg: Remove unneeded include statementsStefan Weil
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno
2012-01-10tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointerPeter Maydell
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