summaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-08tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTRPeter Maydell1-0/+3
2013-12-10tcg: Use bitmaps for free temporariesRichard Henderson1-5/+6
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson1-16/+53
2013-10-10tcg: Add TCGMemOpRichard Henderson1-0/+54
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson1-29/+2
2013-10-10tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson1-1/+0
2013-10-10tcg: Use a GHashTable for tcg_find_helperRichard Henderson1-9/+1
2013-10-10tcg: Delete tcg_helper_get_name declarationRichard Henderson1-1/+0
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson1-6/+15
2013-09-02exec: Split softmmu_defs.hRichard Henderson1-0/+43
2013-09-02tcg: Use uintptr_t in TCGHelperInfoRichard Henderson1-1/+1
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson1-2/+2
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson1-5/+3
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson1-5/+4
2013-09-02tcg: Define TCG_ptr properlyRichard Henderson1-3/+3
2013-09-02tcg: Define TCG_TYPE_PTR properlyRichard Henderson1-3/+6
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson1-8/+11
2013-09-02tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson1-2/+1
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson1-0/+2
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