aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
2015-12-01tcg: Increase the highwater reservationRichard Henderson
2015-11-23tcg: Fix highwater checkJohn Clarke
2015-10-07tcg: Check for overflow via highwater markRichard Henderson
2015-10-07tcg: Emit prologue to the beginning of code_gen_bufferRichard Henderson
2015-10-07tcg: Remove tcg_gen_code_search_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: Allow extra data to be attached to insn_startRichard Henderson
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson
2015-09-16tcg: split tcg_op_defs to -commonPeter Crosthwaite
2015-09-11typofixes - v4Veres Lajos
2015-07-27tcg: mark temps as mem_coherent = 0 for mov with a constantAurelien Jarno
2015-07-27tcg: correctly mark dead inputs for mov with a constantAurelien Jarno
2015-06-09tcg: fix dead computation for repeated input argumentsAurelien Jarno
2015-06-09tcg: fix register allocation with two aliased dead inputsAurelien Jarno
2015-06-09tcg: Handle MO_AMASK in tcg_dump_opsRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-03-13tcg: Use tcg_malloc to allocate TCGLabelRichard Henderson
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-02-12tcg: Remove unused opcodesRichard 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: Move some opcode generation functions out of lineRichard Henderson
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov
2014-08-24tcg: dump op count into qemu logzhanghailiang
2014-06-24tcg: mark tcg_out* and tcg_patch* with attribute 'unused'Peter Maydell
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson
2014-05-28tcg: Allow the debug_frame data structure to be constantRichard Henderson
2014-05-28tcg: Remove sizemask and flags arguments to tcg_gen_callNRichard Henderson
2014-05-28tcg: Save flags and computed sizemask in TCGHelperInfoRichard Henderson
2014-05-28tcg: Register the helper info struct rather than the nameRichard Henderson
2014-05-28tcg: Push tcg-runtime routines into exec/helper-*Richard Henderson
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-05-14tcg: Fix tcg_reg_alloc_mov vs no-op truncationRichard Henderson
2014-05-12tcg: Use tcg_target_available_regs in tcg_reg_alloc_movRichard Henderson
2014-05-12tcg: Make call address a constant parameterRichard Henderson
2014-05-12tcg: Define tcg_insn_unit for code pointersRichard Henderson
2014-05-12tcg: Avoid undefined behaviour patching code at unaligned addressesPeter Maydell
2014-05-12tcg: Avoid stores to unaligned addressesPeter Maydell
2014-04-28tcg-sparc: Use 64-bit registers with sparcv8plusRichard Henderson
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson
2014-04-18tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson
2014-03-02tcg: Fix typo in comment (dependancies -> dependencies)Stefan Weil
2014-02-15TCG: Fix 32-bit host allocation typoRichard Henderson
2014-01-30TCG: Fix I64-on-32bit-host temporariesAlexander Graf
2013-12-10tcg: Use bitmaps for free temporariesRichard Henderson
2013-10-10tcg: Add qemu_ld_st_i32/64Richard Henderson
2013-10-10tcg: Add tcg-be-ldst.hRichard Henderson