aboutsummaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)Author
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
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova
2014-06-10target-i386/translate.c: Remove unused tcg_gen_lshift()Peter Maydell
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-05-12target-i386: Preserve the Z bit for bt/bts/btr/btcRichard Henderson
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-02-28target-i386: Fix ucomis and comis memory accessRichard Henderson
2014-02-28target-i386: Fix CC_OP_CLR vs PFRichard Henderson
2014-02-19target-i386: Fix I/O bitmap checks for in/outKevin Wolf
2014-01-07target-i386: Tidy ljmpRichard Henderson
2014-01-07target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_vRichard Henderson
2014-01-07target-i386: Tidy some size computationRichard Henderson
2014-01-07target-i386: Remove gen_op_mov_reg_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_mov_TN_regRichard Henderson
2014-01-07target-i386: Remove gen_op_addl_T0_T1Richard Henderson
2014-01-07target-i386: Remove gen_op_mov_reg_T1Richard Henderson
2014-01-07target-i386: Remove gen_op_mov_reg_T0Richard Henderson