summaryrefslogtreecommitdiff
path: root/target-i386/translate.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-07target-i386: Remove gen_op_mov_TN_regRichard Henderson1-64/+59
2014-01-07target-i386: Remove gen_op_addl_T0_T1Richard Henderson1-8/+3
2014-01-07target-i386: Remove gen_op_mov_reg_T1Richard Henderson1-18/+13
2014-01-07target-i386: Remove gen_op_mov_reg_T0Richard Henderson1-70/+65
2014-01-07target-i386: Tidy cpu_regs initializationRichard Henderson1-51/+36
2014-01-07target_i386: Clean up gen_pop_T0Richard Henderson1-47/+37
2014-01-07target-i386: Combine gen_push_T* into gen_push_vRichard Henderson1-74/+32
2014-01-07target-i386: Tidy addr16 code in gen_lea_modrmRichard Henderson1-18/+16
2014-01-07target-i386: Change dflag to TCGMemOpRichard Henderson1-284/+216
2014-01-07target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOpRichard Henderson1-24/+8