aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)Author
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin
2012-11-17tcg/tcg.h: Duplicate global TCG variables in TCGContextEvgeny Voevodin
2012-11-03tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee
2012-10-28tcg: remove compatiblity call flagsAurelien Jarno
2012-10-28tcg: rework TCG helper flagsAurelien Jarno
2012-10-28tcg: synchronize globals for ops with side effectsAurelien Jarno
2012-10-28tcg: sync output arguments on liveness requestAurelien Jarno
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson
2012-10-07tcg: Remove redundant pointer from TCGContextStefan Weil
2012-10-06tcg: Add tcg_high_condRichard Henderson
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson
2012-10-06tcg: Add is_unsigned_condRichard Henderson
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson
2012-09-26tcg: Add tcg_debug_assertRichard Henderson
2012-09-21tcg: Fix !USE_DIRECT_JUMPRichard Henderson
2012-09-21tcg: Introduce movcondRichard Henderson
2012-09-19revert "TCG: fix copy propagation"Aurelien Jarno
2012-09-11tcg: improve profilerAurelien Jarno
2012-06-21qemu-log: cleanupBlue Swirl
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson
2012-03-18i386: Remove REGPARMBlue Swirl
2012-03-17w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil
2012-03-17Fix large memory chunks allocation with tcg_malloc.Kirill Batuzov
2012-03-03tcg: Rearrange definitions and include statementsStefan Weil
2011-12-14tcg: make tcg_const_ptr actually accept a pointer argumentPeter Maydell
2011-12-02fix spelling in tcg sub directoryDong Xu Wang
2011-10-31tcg: Make ARRAY_SIZE(tcg_op_defs) globally availableStefan Weil
2011-10-31tcg: TCG targets may define tcg_qemu_tb_execStefan Weil
2011-10-14tcg: Fix spelling in comment (varables -> variables)Stefan Weil
2011-10-01tcg-i386: Introduce limited deposit supportJan Kiszka
2011-10-01tcg: Declare TCG_TARGET_REG_BITS in tcg.hStefan Weil
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson
2011-08-21tcg: Add and use TCG_OPF_64BIT.Richard Henderson
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