summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.h
Commit message (Expand)AuthorAgeFilesLines
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-0/+38
* tcg: Add and use TCG_OPF_64BIT.Richard Henderson2011-08-211-7/+14
* TCG: fix copy propagationBlue Swirl2011-08-071-0/+5
* Add TCG optimizations stubKirill Batuzov2011-07-301-0/+3
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-3/+4
* tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64Peter Maydell2011-06-031-18/+34
* Fix spelling in comment (additon -> addition)Stefan Weil2011-05-291-1/+1
* tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno2011-05-231-2/+2
* Fix typos in comments (accross -> across)Stefan Weil2011-05-081-2/+2
* tcg: Add support for debugging leakage of temporariesPeter Maydell2011-03-071-0/+17
* tcg: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+1
* tcg: get rid of DEF2 in tcg-opc.hAurelien Jarno2010-06-091-1/+1
* tcg: get rid of copy_size in TCGOpDefAurelien Jarno2010-06-091-2/+1
* tcg: Make some tcg-target.c routines static.Richard Henderson2010-06-091-3/+0
* tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson2010-06-091-2/+9
* tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson2010-05-211-0/+1
* tcg: Add missing 'static' attributeStefan Weil2010-05-071-3/+0
* tcg: Change TCGType to an enumeration.Richard Henderson2010-03-261-7/+12
* tcg: Name the opcode enumeration.Richard Henderson2010-03-261-3/+3
* tcg: Add consistency checks for op definitionsStefan Weil2010-02-181-0/+3
* tcg: Add tcg_swap_cond.Richard Henderson2010-02-161-0/+8
* tcg: add tcg_invert_condRichard Henderson2010-02-061-0/+5
* tcg: Add tcg_unsigned_cond.Richard Henderson2009-12-271-0/+5
* tcg: fix tcg_regset_{set,reset}_reg with more than 32 registersAurelien Jarno2009-11-241-2/+2
* tcg: remove dead codeAurelien Jarno2009-10-041-2/+0
* Compile TCG runtime library only onceBlue Swirl2009-09-201-9/+1
* rename DEBUG_TCG to CONFIG_DEBUG_TCGJuan Quintela2009-07-271-1/+1
* Add a --enable-debug-tcg option to configureaurel322009-04-131-1/+4
* tcg/tcg.h: fix a few typosaurel322009-04-071-3/+3
* tcg: add a CONST flag to TCG helpersaurel322009-04-061-0/+4
* tcg: improve comment about pure functionsaurel322009-04-061-2/+2
* Fix tcg after commit 6800aurel322009-03-101-2/+3
* tcg: define TCGV_EQUAL_I{32,64}aurel322009-03-101-0/+3
* TCG: remove obsolete old_op_count profiler fieldblueswir12009-02-111-1/+0
* Add "static"blueswir12009-02-101-2/+0
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* tcg: remove tcg_global_reg2_new_hack()aurel322009-01-031-2/+0
* Some cleanups after dyngen removalaurel322008-12-071-2/+2
* Some cleanups after dyngen removalaurel322008-12-071-2/+0
* Some fixes for TCG debuggingblueswir12008-12-071-4/+4
* TCG variable type checking.pbrook2008-11-171-41/+87
* TCG: add tcg_const_local_tl()aurel322008-10-211-0/+2
* Revert "TCG: enable debug"aurel322008-09-051-1/+1
* TCG: enable debugaurel322008-09-051-1/+1
* Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc2008-07-241-16/+1
* Preliminary PPC64/Linux host supportmalc2008-07-231-0/+15
* Suppress bogus compiler warnings.pbrook2008-06-291-0/+3
* support of long calls for PPC (malc)bellard2008-05-301-0/+5
* suppressed unused macro handlingbellard2008-05-251-4/+0
* added local temporariesbellard2008-05-251-6/+16
OpenPOWER on IntegriCloud