summaryrefslogtreecommitdiff
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 codeAurelien Jarno2012-08-281-59/+99
* tcg/ia64: fix and optimize ld/st slow pathAurelien Jarno2012-08-281-15/+23
* tcg/ia64: fix prologue/epilogueAurelien Jarno2012-08-281-10/+10
* tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell2012-08-281-93/+144
* tcg/ppc: Handle _CALL_DARWIN being undefined on DarwinAndreas Färber2012-05-271-6/+10
* tcg/ppc64: Fix CONFIG_TCG_PASS_AREG0Andreas Färber2012-05-151-20/+12
* tcg/ppc64: Don't hardcode register numbers for qemu_ld/stAndreas Färber2012-05-151-7/+9
* tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 modeAndreas Färber2012-05-091-1/+32
* tcg/ppc: Clobber r5 for 64-bit qemu_ldAndreas Färber2012-05-091-0/+3
* tcg/ppc: Don't hardcode register numbersAndreas Färber2012-05-091-12/+17
* tcg/ppc: Do not overwrite lower address word on Darwin and AIXAndreas Färber2012-05-091-4/+0
* Bail out if CONFIG_TCG_PASS_AREG0 is definedmalc2012-05-031-21/+1
* Restore consistent formattingmalc2012-05-031-18/+18
* tcg/i386: Add support for w64 ABIStefan Weil2012-04-151-11/+28
* tcg/i386: Use GDB JIT debugging interface only for hosts with ELFStefan Weil2012-04-151-1/+5
* qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defsLi Zhang2012-03-291-1/+0
* tcg-sparc: Add debug_frame support.Richard Henderson2012-03-241-0/+63
* tcg-hppa: Add debug_frame support.Richard Henderson2012-03-241-15/+88
* tcg: Allow ELF_HOST_FLAGS and ELF_OSABI overrides in gdb-jit.Richard Henderson2012-03-241-0/+6
* tcg: Add debug_info to JIT ELF image.Richard Henderson2012-03-241-75/+158
* tcg: Use the GDB JIT debugging interface.Richard Henderson2012-03-243-9/+301
* tcg: fix sparc host for AREG0 free operationBlue Swirl2012-03-181-0/+11
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-1810-3/+430
* i386: Remove REGPARMBlue Swirl2012-03-184-77/+58
* w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil2012-03-172-2/+2
* Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov2012-03-172-6/+10
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-1411-40/+40
* tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil2012-03-114-14/+14
* w64: fix type casts when calling flush_icache_rangeStefan Weil2012-03-031-4/+5
* w64: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-036-6/+13
* w64: Fix data type of parameters for flush_icache_rangeStefan Weil2012-03-032-2/+4
* tcg: Rearrange definitions and include statementsStefan Weil2012-03-031-3/+3
* tcg: Remove unneeded include statementsStefan Weil2012-02-231-12/+0
* tcg-arm: fix a typo in commentsAurelien Jarno2012-01-131-1/+1
* tcg/arm: Use r6 as TCG_AREG0 to avoid clash with Thumb framepointerPeter Maydell2012-01-101-1/+1
* 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