summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcg: Put target helper data into an array.Richard Henderson2013-10-101-3/+14
* tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-1/+7
* tcg: Use a GHashTable for tcg_find_helperRichard Henderson2013-10-101-56/+18
* tcg: Fix jit debug for x32Richard Henderson2013-09-021-5/+5
* tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson2013-09-021-1/+3
* tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson2013-09-021-2/+2
* tcg: Use uintptr_t in TCGHelperInfoRichard Henderson2013-09-021-3/+3
* tcg: Change relocation offsets to intptr_tRichard Henderson2013-09-021-4/+5
* tcg: Change memory offsets to intptr_tRichard Henderson2013-09-021-11/+5
OpenPOWER on IntegriCloud