summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Check for overflow via highwater markRichard Henderson2015-10-071-3/+11
* tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson2015-10-071-7/+28
* tcg: Remove tcg_gen_code_search_pcRichard Henderson2015-10-071-40/+19
* tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson2015-10-071-14/+26
* tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-1/+10
* tcg: Allow extra data to be attached to insn_startRichard Henderson2015-10-071-6/+7
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-3/+3
* tcg: split tcg_op_defs to -commonPeter Crosthwaite2015-09-161-7/+1
* typofixes - v4Veres Lajos2015-09-111-2/+2
* tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno2015-07-271-0/+1
* tcg: correctly mark dead inputs for mov with a constantAurelien Jarno2015-07-271-0/+3
* tcg: fix dead computation for repeated input argumentsAurelien Jarno2015-06-091-3/+11
* tcg: fix register allocation with two aliased dead inputsAurelien Jarno2015-06-091-0/+10
* tcg: Handle MO_AMASK in tcg_dump_opsRichard Henderson2015-06-091-3/+12
* tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson2015-05-141-5/+11
* tcg: Use tcg_malloc to allocate TCGLabelRichard Henderson2015-03-131-13/+18
* tcg: Change generator-side labels to a pointerRichard Henderson2015-03-131-6/+3
* tcg: Change translator-side labels to a pointerRichard Henderson2015-03-131-2/+3
* tcg: Remove unused opcodesRichard Henderson2015-02-121-5/+2
* tcg: Remove opcodes instead of noping them outRichard Henderson2015-02-121-4/+24
* tcg: Put opcodes in a linked listRichard Henderson2015-02-121-219/+157
* tcg: Move some opcode generation functions out of lineRichard Henderson2015-02-121-137/+0
* tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-4/+8
* tcg: dump op count into qemu logzhanghailiang2014-08-241-4/+2
* tcg: mark tcg_out* and tcg_patch* with attribute 'unused'Peter Maydell2014-06-241-8/+12
* tcg-ppc: Merge cache-utils into the backendRichard Henderson2014-06-231-1/+0
* tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson2014-06-041-109/+14
* tcg: Allow the debug_frame data structure to be constantRichard Henderson2014-05-281-4/+17
* tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson2014-05-281-10/+7
* tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson2014-05-281-0/+7
* tcg: Register the helper info struct rather than the nameRichard Henderson2014-05-281-2/+5
* tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson2014-05-281-16/+0
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-4/+3
* tcg: Fix tcg_reg_alloc_mov vs no-op truncationRichard Henderson2014-05-141-8/+11
* tcg: Use tcg_target_available_regs in tcg_reg_alloc_movRichard Henderson2014-05-121-9/+10
* tcg: Make call address a constant parameterRichard Henderson2014-05-121-95/+34
* tcg: Define tcg_insn_unit for code pointersRichard Henderson2014-05-121-37/+68
* tcg: Avoid undefined behaviour patching code at unaligned addressesPeter Maydell2014-05-121-0/+20
* tcg: Avoid stores to unaligned addressesPeter Maydell2014-05-121-3/+3
* tcg-sparc: Use 64-bit registers with sparcv8plusRichard Henderson2014-04-281-7/+73
* tcg: Use HOST_WORDS_BIGENDIANRichard Henderson2014-04-181-4/+4
* tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson2014-04-181-3/+3
* tcg: Fix typo in comment (dependancies -> dependencies)Stefan Weil2014-03-021-1/+1
* TCG: Fix 32-bit host allocation typoRichard Henderson2014-02-151-1/+1
* TCG: Fix I64-on-32bit-host temporariesAlexander Graf2014-01-301-1/+1
* tcg: Use bitmaps for free temporariesRichard Henderson2013-12-101-17/+15
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-0/+209
* tcg: Add tcg-be-ldst.hRichard Henderson2013-10-101-9/+6
* tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson2013-10-101-15/+6
* tcg: Add tcg-runtime.c helpers to all_helpersRichard Henderson2013-10-101-0/+16
OpenPOWER on IntegriCloud