aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.h
AgeCommit message (Expand)Author
2015-10-07tcg: Check for overflow via highwater markRichard Henderson
2015-10-07tcg: Remove tcg_gen_code_search_pcRichard Henderson
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson
2015-10-07tcg: Allow extra data to be attached to insn_startRichard Henderson
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11softmmu: add helper function to pass through retaddrPavel Dovgalyuk
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno
2015-06-26cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcgPeter Crosthwaite
2015-06-03tci: do not use CPUArchState in tcg-target.hPaolo Bonzini
2015-05-14tcg: Add MO_ALIGN, MO_UNALNRichard Henderson
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-05-05tcg: optimise memory layout of TCGTempEmilio G. Cota
2015-04-30tcg: Delete unused cpu_pc_from_tb()Peter Crosthwaite
2015-03-13tcg: Use tcg_malloc to allocate TCGLabelRichard Henderson
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-02-12tcg: Remove opcodes instead of noping them outRichard Henderson
2015-02-12tcg: Put opcodes in a linked listRichard Henderson
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson
2015-02-12tcg: Move some opcode generation functions out of lineRichard Henderson
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-09-29tcg: Always enable TCGv type checkingRichard Henderson
2014-06-05softmmu: move all load/store functions to cpu_ldst.hPaolo Bonzini
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson
2014-05-12tcg: Make call address a constant parameterRichard Henderson
2014-05-12tcg: Require TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson
2014-05-12tcg: Introduce byte pointer arithmetic helpersRichard Henderson
2014-04-28tcg: Add INDEX_op_trunc_shr_i32Richard Henderson
2014-04-18tcg: Relax requirement for mulu2_i32 on 32-bit hostsRichard Henderson
2014-02-08tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTRPeter Maydell
2013-12-10tcg: Use bitmaps for free temporariesRichard Henderson
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson
2013-10-10tcg: Add TCGMemOpRichard Henderson
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson
2013-10-10tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson
2013-10-10tcg: Use a GHashTable for tcg_find_helperRichard Henderson
2013-10-10tcg: Delete tcg_helper_get_name declarationRichard Henderson
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Split softmmu_defs.hRichard Henderson
2013-09-02tcg: Use uintptr_t in TCGHelperInfoRichard Henderson
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson