aboutsummaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)Author
2016-02-09target-i386: Use gen_lea_v_seg in pusha/popaRichard Henderson
2016-02-09target-i386: Access segs via TCG registersRichard Henderson
2016-02-09target-i386: Use gen_lea_v_seg in stack subroutinesRichard Henderson
2016-02-09target-i386: Use gen_lea_v_seg in gen_lea_modrmRichard Henderson
2016-02-09target-i386: Introduce mo_stacksizeRichard Henderson
2016-02-09target-i386: Create gen_lea_v_segRichard Henderson
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29x86: Clean up includesPeter Maydell
2016-01-21target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_*Eduardo Habkost
2016-01-21target-i386: Rename struct XMMReg to ZMMRegEduardo Habkost
2016-01-21target-i386: Rename optimize_flags_init()Eduardo Habkost
2015-11-17target-i386: Fix mulx for identical target regsRichard Henderson
2015-11-06target-i386: tcg: Check right CPUID bits for clflushopt/pcommitEduardo Habkost
2015-11-06target-i386: tcg: Accept clwb instructionEduardo Habkost
2015-10-28target-*: Advance pc after recognizing a breakpointRichard Henderson
2015-10-27target-i386: Don't left shift negative constantEduardo Habkost
2015-10-23target-i386: Check CR4[DE] for processing DR4/DR5Richard Henderson
2015-10-23target-i386: Handle I/O breakpointsEduardo Habkost
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson
2015-10-07target-i386: Add cc_op state to insn_startRichard Henderson
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson
2015-10-07target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson
2015-10-07target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson
2015-09-15target-i386: exception handling for seg_helper functionsPavel Dovgalyuk
2015-09-15target-i386: exception handling for memory helpersPavel Dovgalyuk
2015-09-15target-i386: exception handling for div instructionsPavel Dovgalyuk
2015-09-15target-i386: exception handling for FPU instructionsPavel Dovgalyuk
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite
2015-06-05target-i386: Use correct memory attributes for ioport accessesPaolo Bonzini
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson
2015-01-14target-i386: do not memcpy in and out of xmm_regsPaolo Bonzini
2015-01-14target-i386: fix movntsd on big-endian hostsPaolo Bonzini
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-12-15i386: do not cross the pages boundaries in replay modePavel Dovgalyuk
2014-12-14target-i386: fix icount processing for repz instructionsPavel Dovgalyuk
2014-10-31i386: fix breakpoints handling in icount modePavel Dovgalyuk