summaryrefslogtreecommitdiffstats
path: root/tcg
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
OpenPOWER on IntegriCloud