summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-17TCG: Remove unused global variablesEvgeny Voevodin1-4/+0
2012-11-17tcg/tcg.h: Duplicate global TCG variables in TCGContextEvgeny Voevodin1-0/+6
2012-11-03tcg: Optimize qemu_ld/st by generating slow paths at the end of a blockYeongkyoon Lee1-0/+30
2012-10-28tcg: remove compatiblity call flagsAurelien Jarno1-4/+0
2012-10-28tcg: rework TCG helper flagsAurelien Jarno1-8/+18
2012-10-28tcg: synchronize globals for ops with side effectsAurelien Jarno1-2/+2
2012-10-28tcg: sync output arguments on liveness requestAurelien Jarno1-0/+3
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson1-1/+1
2012-10-07tcg: Remove redundant pointer from TCGContextStefan Weil1-2/+1
2012-10-06tcg: Add tcg_high_condRichard Henderson1-0/+17
2012-10-06tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson1-14/+23
2012-10-06tcg: Add is_unsigned_condRichard Henderson1-0/+5
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson1-0/+1
2012-09-26tcg: Add tcg_debug_assertRichard Henderson1-0/+9
2012-09-21tcg: Fix !USE_DIRECT_JUMPRichard Henderson1-1/+1
2012-09-21tcg: Introduce movcondRichard Henderson1-0/+1
2012-09-19revert "TCG: fix copy propagation"Aurelien Jarno1-5/+0
2012-09-11tcg: improve profilerAurelien Jarno1-0/+1
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