summaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-17target-i386: Fix mulx for identical target regsRichard Henderson1-1/+3
2015-11-06target-i386: tcg: Check right CPUID bits for clflushopt/pcommitEduardo Habkost1-8/+20
2015-11-06target-i386: tcg: Accept clwb instructionEduardo Habkost1-1/+12
2015-10-28target-*: Advance pc after recognizing a breakpointRichard Henderson1-0/+5
2015-10-27target-i386: Don't left shift negative constantEduardo Habkost1-1/+1
2015-10-23target-i386: Check CR4[DE] for processing DR4/DR5Richard Henderson1-4/+6
2015-10-23target-i386: Handle I/O breakpointsEduardo Habkost1-1/+19
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson1-44/+5
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-20/+6
2015-10-07tcg: Add TCG_MAX_INSNSRichard Henderson1-1/+5
2015-10-07target-i386: Add cc_op state to insn_startRichard Henderson1-1/+1
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson1-10/+7
2015-10-07target-*: Increment num_insns immediately after tcg_gen_insn_startRichard Henderson1-2/+3
2015-10-07target-*: Unconditionally emit tcg_gen_insn_startRichard Henderson1-3/+2
2015-10-07tcg: Rename debug_insn_start to insn_startRichard Henderson1-1/+1
2015-09-15target-i386: exception handling for seg_helper functionsPavel Dovgalyuk1-33/+9
2015-09-15target-i386: exception handling for memory helpersPavel Dovgalyuk1-5/+0
2015-09-15target-i386: exception handling for div instructionsPavel Dovgalyuk1-8/+0
2015-09-15target-i386: exception handling for FPU instructionsPavel Dovgalyuk1-24/+0
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+2
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt1-1/+1
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic1-0/+2
2015-07-09translate-all: Change tb_flush() env argument to cpuPeter Crosthwaite1-1/+1
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite1-1/+1
2015-06-05target-i386: Use correct memory attributes for ioport accessesPaolo Bonzini1-6/+6
2015-03-13tcg: Change translator-side labels to a pointerRichard Henderson1-17/+16
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson1-6/+3
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson1-1/+1
2015-01-14target-i386: do not memcpy in and out of xmm_regsPaolo Bonzini1-4/+4
2015-01-14target-i386: fix movntsd on big-endian hostsPaolo Bonzini1-1/+2
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-1/+1
2015-01-03translate: check cflags instead of use_icount globalPaolo Bonzini1-20/+30
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+14
2014-12-15i386: do not cross the pages boundaries in replay modePavel Dovgalyuk1-0/+14
2014-12-14target-i386: fix icount processing for repz instructionsPavel Dovgalyuk1-2/+14
2014-10-31i386: fix breakpoints handling in icount modePavel Dovgalyuk1-1/+2
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova1-0/+3
2014-06-10target-i386/translate.c: Remove unused tcg_gen_lshift()Peter Maydell1-8/+0
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-3/+2
2014-05-12target-i386: Preserve the Z bit for bt/bts/btr/btcRichard Henderson1-9/+31
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2014-02-28target-i386: Fix ucomis and comis memory accessRichard Henderson1-10/+36
2014-02-28target-i386: Fix CC_OP_CLR vs PFRichard Henderson1-1/+1
2014-02-19target-i386: Fix I/O bitmap checks for in/outKevin Wolf1-0/+2
2014-01-07target-i386: Tidy ljmpRichard Henderson1-2/+1
2014-01-07target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_vRichard Henderson1-9/+9
2014-01-07target-i386: Tidy some size computationRichard Henderson1-3/+3
2014-01-07target-i386: Remove gen_op_mov_reg_A0Richard Henderson1-6/+1