aboutsummaryrefslogtreecommitdiff
path: root/tcg/i386
AgeCommit message (Expand)Author
2016-09-20tcg/i386: Extend TARGET_PAGE_MASK to the proper typeRichard Henderson
2016-09-16tcg/i386: Add support for fencePranith Kumar
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson
2016-07-12tcg: Clean up tcg-target.h header guardsMarkus Armbruster
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-07-05tcg: Optimize spills of constantsRichard Henderson
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell
2016-01-29tcg: Clean up includesPeter Maydell
2015-09-02tcg/i386: omit a few REXW prefixes in softmmu codeAurelien Jarno
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier
2015-08-24tcg/i386: use softmmu fast path for unaligned accessesAurelien Jarno
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno
2015-07-23tcg/i386: Extend addresses for 32-bit guestsRichard Henderson
2015-06-09tcg: Mask TCGMemOp appropriately for indexingRichard Henderson
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini
2015-05-14tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson
2015-05-14tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson
2015-03-13tcg: Change generator-side labels to a pointerRichard Henderson
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2014-06-04tcg: Remove TCG_TARGET_HAS_new_ldstRichard Henderson
2014-06-04tcg-i386: Fix win64 qemu storeRichard Henderson
2014-05-28tcg-i386: Make debug_frame constRichard Henderson
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson
2014-05-12tcg-i386: Rename tcg_out_calli to tcg_out_callRichard Henderson
2014-05-12tcg-i386: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson
2014-05-12tcg: Avoid undefined behaviour patching code at unaligned addressesPeter Maydell
2014-04-28tcg: Add INDEX_op_trunc_shr_i32Richard Henderson
2014-04-18tcg: Use HOST_WORDS_BIGENDIANRichard Henderson
2014-04-18tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson
2014-04-18tcg: Fix warning (1 bit signed bitfield entry) and replace int by boolStefan Weil
2014-02-21tcg/i386: Fix build for systems without working cpuid.h (MacOSX, Win32)Peter Maydell
2014-02-17tcg/i386: Use SHLX/SHRX/SARX instructionsRichard Henderson
2014-02-17tcg/i386: Use ANDN instructionRichard Henderson
2014-02-17tcg/i386: Add tcg_out_vex_modrmRichard Henderson
2014-02-17tcg/i386: Move TCG_CT_CONST_* to tcg-target.cRichard Henderson
2014-01-25tcg/i386: cleanup useless #ifdefAurelien Jarno
2014-01-25tcg/i386: use movbe instruction in qemu_ldst routinesAurelien Jarno
2014-01-25tcg/i386: add support for three-byte opcodesAurelien Jarno
2014-01-25tcg/i386: remove hardcoded P_REXW valueAurelien Jarno
2013-12-21tcg/i386: fix a commentAurelien Jarno
2013-10-12tcg-i386: Support new ldst opcodesRichard Henderson
2013-10-12tcg-i386: Remove "cb" output restriction from qemu_st8 for i386Richard Henderson
2013-10-12tcg-i386: Tidy softmmu routinesRichard Henderson