summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-21qemu-log: cleanupBlue Swirl1-1/+1
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson1-0/+2
2012-03-18i386: Remove REGPARMBlue Swirl1-6/+1
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil1-1/+1
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov1-1/+1
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil1-3/+3
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell1-2/+2
2011-12-02fix spelling in tcg sub directoryDong Xu Wang1-1/+1
2011-10-31tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil1-1/+2
2011-10-31tcg: TCG targets may define tcg_qemu_tb_execStefan Weil1-5/+4
2011-10-14tcg: Fix spelling in comment (varables -> variables)Stefan Weil1-1/+1
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka1-0/+7
2011-10-01tcg: Declare TCG_TARGET_REG_BITS in tcg.hStefan Weil1-0/+10
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-0/+38
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson1-7/+14
2011-08-07TCG: fix copy propagationBlue Swirl1-0/+5
2011-07-30Add TCG optimizations stubKirill Batuzov1-0/+3
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl1-3/+4
2011-06-03tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell1-18/+34
2011-05-29Fix spelling in comment (additon -> addition)Stefan Weil1-1/+1
2011-05-23tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno1-2/+2
2011-05-08Fix typos in comments (accross -> across)Stefan Weil1-2/+2
2011-03-07tcg: Add support for debugging leakage of temporariesPeter Maydell1-0/+17
2010-10-30tcg: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno1-1/+1
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno1-2/+1
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson1-3/+0
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson1-2/+9
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-0/+1
2010-05-07tcg: Add missing 'static' attributeStefan Weil1-3/+0
2010-03-26tcg: Change TCGType to an enumeration.Richard Henderson1-7/+12
2010-03-26tcg: Name the opcode enumeration.Richard Henderson1-3/+3
2010-02-18tcg: Add consistency checks for op definitionsStefan Weil1-0/+3
2010-02-16tcg: Add tcg_swap_cond.Richard Henderson1-0/+8
2010-02-06tcg: add tcg_invert_condRichard Henderson1-0/+5
2009-12-27tcg: Add tcg_unsigned_cond.Richard Henderson1-0/+5
2009-11-24tcg: fix tcg_regset_{set,reset}_reg with more than 32 registersAurelien Jarno1-2/+2
2009-10-04tcg: remove dead codeAurelien Jarno1-2/+0
2009-09-20Compile TCG runtime library only onceBlue Swirl1-9/+1
2009-07-27rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela1-1/+1
2009-04-13Add a --enable-debug-tcg option to configureaurel321-1/+4
2009-04-07tcg/tcg.h: fix a few typosaurel321-3/+3
2009-04-06tcg: add a CONST flag to TCG helpersaurel321-0/+4
2009-04-06tcg: improve comment about pure functionsaurel321-2/+2
2009-03-10Fix tcg after commit 6800aurel321-2/+3
2009-03-10tcg: define TCGV_EQUAL_I{32,64}aurel321-0/+3
2009-02-11TCG: remove obsolete old_op_count profiler fieldblueswir11-1/+0
2009-02-10Add "static"blueswir11-2/+0
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2009-01-03tcg: remove tcg_global_reg2_new_hack()aurel321-2/+0