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