Age | Commit message (Expand) | Author |
2016-03-14 | target-i386: Fix SMSW and LMSW from/to register | Paolo Bonzini |
2016-03-14 | target-i386: Avoid repeated calls to the bnd_jmp helper | Paolo Bonzini |
2016-03-01 | tcg: Add type for vCPU pointers | LluĂs Vilanova |
2016-02-15 | target-i386: Implement FSGSBASE | Richard Henderson |
2016-02-15 | target-i386: Clear bndregs during legacy near jumps | Richard Henderson |
2016-02-15 | target-i386: Implement BNDLDX, BNDSTX | Richard Henderson |
2016-02-15 | target-i386: Implement BNDCL, BNDCU, BNDCN | Richard Henderson |
2016-02-15 | target-i386: Implement BNDMOV | Richard Henderson |
2016-02-15 | target-i386: Implement BNDMK | Richard Henderson |
2016-02-13 | target-i386: Split up gen_lea_modrm | Richard Henderson |
2016-02-13 | target-i386: Perform set/reset_inhibit_irq inline | Richard Henderson |
2016-02-13 | target-i386: Enable control registers for MPX | Richard Henderson |
2016-02-13 | target-i386: Implement XSAVEOPT | Richard Henderson |
2016-02-13 | target-i386: Add XSAVE extension | Richard Henderson |
2016-02-13 | target-i386: Rearrange processing of 0F AE | Richard Henderson |
2016-02-13 | target-i386: Rearrange processing of 0F 01 | Richard Henderson |
2016-02-13 | target-i386: Split fxsave/fxrstor implementation | Richard Henderson |
2016-02-09 | target-i386: Deconstruct the cpu_T array | Richard Henderson |
2016-02-09 | target-i386: Tidy gen_add_A0_im | Richard Henderson |
2016-02-09 | target-i386: Rewrite leave | Richard Henderson |
2016-02-09 | target-i386: Rewrite gen_enter inline | Richard Henderson |
2016-02-09 | target-i386: Use gen_lea_v_seg in pusha/popa | Richard Henderson |
2016-02-09 | target-i386: Access segs via TCG registers | Richard Henderson |
2016-02-09 | target-i386: Use gen_lea_v_seg in stack subroutines | Richard Henderson |
2016-02-09 | target-i386: Use gen_lea_v_seg in gen_lea_modrm | Richard Henderson |
2016-02-09 | target-i386: Introduce mo_stacksize | Richard Henderson |
2016-02-09 | target-i386: Create gen_lea_v_seg | Richard Henderson |
2016-02-09 | tcg: Change tcg_global_mem_new_* to take a TCGv_ptr | Richard Henderson |
2016-02-09 | tcg: Remove lingering references to gen_opc_buf | Richard Henderson |
2016-02-03 | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini |
2016-01-29 | x86: Clean up includes | Peter Maydell |
2016-01-21 | target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* | Eduardo Habkost |
2016-01-21 | target-i386: Rename struct XMMReg to ZMMReg | Eduardo Habkost |
2016-01-21 | target-i386: Rename optimize_flags_init() | Eduardo Habkost |
2015-11-17 | target-i386: Fix mulx for identical target regs | Richard Henderson |
2015-11-06 | target-i386: tcg: Check right CPUID bits for clflushopt/pcommit | Eduardo Habkost |
2015-11-06 | target-i386: tcg: Accept clwb instruction | Eduardo Habkost |
2015-10-28 | target-*: Advance pc after recognizing a breakpoint | Richard Henderson |
2015-10-27 | target-i386: Don't left shift negative constant | Eduardo Habkost |
2015-10-23 | target-i386: Check CR4[DE] for processing DR4/DR5 | Richard Henderson |
2015-10-23 | target-i386: Handle I/O breakpoints | Eduardo Habkost |
2015-10-07 | tcg: Remove gen_intermediate_code_pc | Richard Henderson |
2015-10-07 | tcg: Pass data argument to restore_state_to_opc | Richard Henderson |
2015-10-07 | tcg: Add TCG_MAX_INSNS | Richard Henderson |
2015-10-07 | target-i386: Add cc_op state to insn_start | Richard Henderson |
2015-10-07 | target-*: Introduce and use cpu_breakpoint_test | Richard Henderson |
2015-10-07 | target-*: Increment num_insns immediately after tcg_gen_insn_start | Richard Henderson |
2015-10-07 | target-*: Unconditionally emit tcg_gen_insn_start | Richard Henderson |
2015-10-07 | tcg: Rename debug_insn_start to insn_start | Richard Henderson |
2015-09-15 | target-i386: exception handling for seg_helper functions | Pavel Dovgalyuk |