summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-09tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson1-1/+2
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson1-0/+3
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell1-0/+5
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell1-1/+43
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson1-0/+1
2013-02-23tcg: Add 64-bit multiword arithmetic operationsRichard Henderson1-0/+3
2013-02-23tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson1-1/+5
2013-02-16TCG: Move translation block variables to new context inside tcg_ctx: tb_ctxEvgeny Voevodin1-0/+2
2013-02-16TCG: Final globals clean-upEvgeny Voevodin1-3/+11
2012-12-29tcg: Add TCGV_IS_UNUSED_*Richard Henderson1-0/+3
2012-12-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-2/+2
2012-12-08tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext.Evgeny Voevodin1-0/+3
2012-12-07Fix comments (adress -> address, layed -> laid, wierd -> weird)Stefan Weil1-2/+2
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