aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
AgeCommit message (Expand)Author
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
2013-10-10tcg: Merge tcg_register_helper into tcg_context_initRichard Henderson
2013-10-10tcg: Add tcg-runtime.c helpers to all_helpersRichard Henderson
2013-10-10tcg: Put target helper data into an array.Richard Henderson
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-10-10tcg: Use a GHashTable for tcg_find_helperRichard Henderson
2013-09-02tcg: Fix jit debug for x32Richard Henderson
2013-09-02tcg: Use appropriate types in tcg_reg_alloc_callRichard Henderson
2013-09-02tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson
2013-09-02tcg: Use uintptr_t in TCGHelperInfoRichard Henderson
2013-09-02tcg: Change relocation offsets to intptr_tRichard Henderson
2013-09-02tcg: Change memory offsets to intptr_tRichard Henderson
2013-09-02tcg: Change frame pointer offsets to intptr_tRichard Henderson
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson
2013-08-26tcg-i386: Add and use tcg_out64Richard Henderson
2013-08-26tcg: Tidy generated code for tcg_outNRichard Henderson
2013-07-09tcg: Move the CIE and FDE header definitions to common codeRichard Henderson
2013-07-09tcg: Fix high_pc fields in .debug_infoRichard Henderson
2013-07-09tcg: Simplify logic using TCG_OPF_NOT_PRESENTRichard Henderson
2013-04-27tcg: Log the contents of the prologue with -d out_asmRichard Henderson
2013-02-23tcg: Apply life analysis to 64-bit multiword arithmetic opsRichard Henderson
2013-02-16TCG: Final globals clean-upEvgeny Voevodin
2013-01-02tcg: Remove unneeded assertionStefan Weil
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-11-24tcg: mark local temps as MEM in dead_temp()Aurelien Jarno