summaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-28tcg: add temp_dead()Aurelien Jarno1-36/+31
2012-10-19Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno1-4/+0
2012-10-17tcg: Optimize mulu2Richard Henderson1-0/+19
2012-10-17tcg: Optimize half-dead add2/sub2Richard Henderson1-1/+33
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell1-4/+0
2012-10-07tcg: Remove redundant pointer from TCGContextStefan Weil1-1/+0
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson1-0/+2
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson1-0/+4
2012-09-22Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rthBlue Swirl1-1/+2
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil1-2/+1
2012-09-22tcg: remove #ifdef #endif around TCGOpcode testsAurelien Jarno1-12/+1
2012-09-21tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson1-1/+2
2012-09-21tcg: Introduce movcondRichard Henderson1-6/+5
2012-09-19tcg: mark set_label with TCG_OPF_BB_END flagAurelien Jarno1-5/+0
2012-09-11tcg: improve profilerAurelien Jarno1-1/+11
2012-06-21qemu-log: cleanupBlue Swirl1-43/+49
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 Henderson1-0/+194
2012-03-18i386: Remove REGPARMBlue Swirl1-14/+0
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov1-5/+9
2012-03-11tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil1-3/+3
2012-03-03w64: fix type casts when calling flush_icache_rangeStefan Weil1-4/+5
2012-02-23tcg: Remove unneeded include statementsStefan Weil1-12/+0
2011-12-02fix spelling in tcg sub directoryDong Xu Wang1-1/+1
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson1-4/+4
2011-10-31tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil1-0/+1
2011-10-01tcg: Add some assertionsStefan Weil1-0/+2
2011-10-01tcg: Add forward declarations for local functionsStefan Weil1-0/+16
2011-08-23tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT.Richard Henderson1-7/+8
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-0/+4
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-07-30Add TCG optimizations stubKirill Batuzov1-0/+6
2011-06-26TCG/Sparc64: use stack for TCG tempsBlue Swirl1-0/+2
2011-06-26TCG: remove broken stack allocation for call argumentsBlue Swirl1-6/+3
2011-06-26TCG: fix negative frame offset calculationsBlue Swirl1-3/+7
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-06-03tcg: Fix unused-but-set-variable warningChristophe Fergeau1-2/+2
2011-05-23tcg: don't keep dead outputs in registersAurelien Jarno1-10/+18
2011-05-23tcg: mark dead output argument in op_dead_argsAurelien Jarno1-2/+8
2011-05-23tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno1-35/+36
2011-03-07tcg: Add support for debugging leakage of temporariesPeter Maydell1-0/+32
2010-10-30tcg: Use fprintf_function (format checking)Stefan Weil1-4/+2
2010-10-20tcg: Fix compiler error (comparison of unsigned expression)Stefan Weil1-1/+1
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson1-6/+35
2010-06-11tcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546fdb9267dc01183317Aurelien Jarno1-1/+1
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno1-3/+1
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno1-1/+1
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson1-0/+2