summaryrefslogtreecommitdiffstats
path: root/tcg/tcg.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-4/+8
* tcg: dump op count into qemu logzhanghailiang2014-08-241-4/+2Star
* 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/+0Star
* tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson2014-06-041-109/+14Star
* 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/+7Star
* 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/+0Star
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-4/+3Star
* 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/+34Star
* 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-191-4/+4
* tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson2014-04-191-3/+3
* tcg: Fix typo in comment (dependancies -> dependencies)Stefan Weil2014-03-021-1/+1
* TCG: Fix 32-bit host allocation typoRichard Henderson2014-02-161-1/+1
* TCG: Fix I64-on-32bit-host temporariesAlexander Graf2014-01-301-1/+1
* tcg: Use bitmaps for free temporariesRichard Henderson2013-12-101-17/+15Star
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-0/+209
* tcg: Add tcg-be-ldst.hRichard Henderson2013-10-101-9/+6Star
* tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson2013-10-101-15/+6Star
* 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/+18Star
* 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/+5Star
* tcg: Change frame pointer offsets to intptr_tRichard Henderson2013-09-021-3/+2Star
* tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-021-4/+2Star
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-6/+30
* tcg-i386: Add and use tcg_out64Richard Henderson2013-08-261-0/+7
* tcg: Tidy generated code for tcg_outNRichard Henderson2013-08-261-4/+6
* tcg: Move the CIE and FDE header definitions to common codeRichard Henderson2013-07-091-0/+18
* tcg: Fix high_pc fields in .debug_infoRichard Henderson2013-07-091-2/+2
* tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson2013-07-091-3/+1Star
* tcg: Log the contents of the prologue with -d out_asmRichard Henderson2013-04-271-0/+10
* tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson2013-02-231-8/+20
* TCG: Final globals clean-upEvgeny Voevodin2013-02-161-1/+1
* tcg: Remove unneeded assertionStefan Weil2013-01-021-1/+0Star
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-3/+3