aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)Author
2011-08-07TCG: fix copy propagationBlue Swirl
2011-07-30Add TCG optimizations stubKirill Batuzov
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl
2011-06-03tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell
2011-05-29Fix spelling in comment (additon -> addition)Stefan Weil
2011-05-23tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno
2011-05-08Fix typos in comments (accross -> across)Stefan Weil
2011-03-07tcg: Add support for debugging leakage of temporariesPeter Maydell
2010-10-30tcg: Use fprintf_function (format checking)Stefan Weil
2010-06-09tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno
2010-06-09tcg: get rid of copy_size in TCGOpDefAurelien Jarno
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson
2010-05-07tcg: Add missing 'static' attributeStefan Weil
2010-03-26tcg: Change TCGType to an enumeration.Richard Henderson
2010-03-26tcg: Name the opcode enumeration.Richard Henderson
2010-02-18tcg: Add consistency checks for op definitionsStefan Weil
2010-02-16tcg: Add tcg_swap_cond.Richard Henderson
2010-02-06tcg: add tcg_invert_condRichard Henderson
2009-12-27tcg: Add tcg_unsigned_cond.Richard Henderson
2009-11-24tcg: fix tcg_regset_{set,reset}_reg with more than 32 registersAurelien Jarno
2009-10-04tcg: remove dead codeAurelien Jarno
2009-09-20Compile TCG runtime library only onceBlue Swirl
2009-07-27rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela
2009-04-13Add a --enable-debug-tcg option to configureaurel32
2009-04-07tcg/tcg.h: fix a few typosaurel32
2009-04-06tcg: add a CONST flag to TCG helpersaurel32
2009-04-06tcg: improve comment about pure functionsaurel32
2009-03-10Fix tcg after commit 6800aurel32
2009-03-10tcg: define TCGV_EQUAL_I{32,64}aurel32
2009-02-11TCG: remove obsolete old_op_count profiler fieldblueswir1
2009-02-10Add "static"blueswir1
2009-01-14Remove all traces of __powerpc__malc
2009-01-03tcg: remove tcg_global_reg2_new_hack()aurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some cleanups after dyngen removalaurel32
2008-12-07Some fixes for TCG debuggingblueswir1
2008-11-17TCG variable type checking.pbrook
2008-10-21TCG: add tcg_const_local_tl()aurel32
2008-09-05Revert "TCG: enable debug"aurel32
2008-09-05TCG: enable debugaurel32
2008-07-24Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc
2008-07-23Preliminary PPC64/Linux host supportmalc
2008-06-29Suppress bogus compiler warnings.pbrook
2008-05-30support of long calls for PPC (malc)bellard
2008-05-25suppressed unused macro handlingbellard
2008-05-25added local temporariesbellard
2008-05-23added tcg_temp_free() and improved the handling of constantsbellard
2008-05-23profiler clean upbellard