VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104151   11 months vboxsync VMM/IEM: Deal with iemNativeDbgInfoAddGuestRegWriteback assertion. …
(edit) @104150   11 months vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104147   11 months vboxsync VMM/IEM: Optimize (?) the TLB code on ARM64 by using LDP and (for …
(edit) @104146   11 months vboxsync VMM/IEM: Increased IEMEXECMEM_ALT_SUB_ALLOC_UNIT_SIZE from 128 to 256, …
(edit) @104144   11 months vboxsync VMM/IEM: Build fixes for when the TLB lookup code is disabled, bugref:10614
(edit) @104143   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104141   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104140   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104139   11 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104138   11 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104137   11 months vboxsync Committed too much, bugref:10641
(edit) @104136   11 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104135   11 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104133   11 months vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104132   11 months vboxsync VMM/IEM: Convert some AVX instruction emulation helpers to the …
(edit) @104131   11 months vboxsync VMM/TM: Allow linear scaling of the guest TSC; primarily required for …
(edit) @104129   11 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104128   11 months vboxsync VMM/IEM: Fix pcmpistrm emulation, regression introdcued with r158058, …
(edit) @104123   11 months vboxsync VMM/IEM: Avoid the two RTMemProtect calls in iemExecMemAllocatorFree …
(edit) @104118   11 months vboxsync VMM/IEM: Need to flush the MXCSR shadow during ldmxcsr, bugref:10641
(edit) @104117   11 months vboxsync VMM/IEM: Fix one more incorrect instruction name, bugref:9898
(edit) @104116   11 months vboxsync VMM/IEM: Darwin fixes for IEMEXECMEM_ALT_SUB_WITH_ALLOC_HEADER. The …
(edit) @104115   11 months vboxsync VMM/IEM: Split out the executable memory allocator from …
(edit) @104114   11 months vboxsync VMM/IEM: Implemented a very simple alternative to …
(edit) @104113   11 months vboxsync VMM/IEM: Fix some incorrect instruction names, bugref:9898
(edit) @104112   11 months vboxsync VMM/IEM: build fix. bugref:10370
(edit) @104110   11 months vboxsync VMM/IEM: Removed incorrect cbReq alignment in …
(edit) @104109   11 months vboxsync VMM/IEM: Kicked out the RTHeapSimple based exec mem allocator code as …
(edit) @104108   11 months vboxsync VMM/IEM: Slap a header on the exec mem allocations. This simplifies …
(edit) @104107   11 months vboxsync VMM/IEM: The source variables for IEM_MC_STORE_XREG_* must be acquired …
(edit) @104103   11 months vboxsync VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
(edit) @104101   11 months vboxsync VMM/IEM: Get rid of the inefficient looping when flushing dirty guest …
(edit) @104100   11 months vboxsync VMM/IEM: Optimize kIemTbDbgEntryType_NativeOffset emitting, caching …
(edit) @104099   11 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104098   11 months vboxsync VMM/IEM: #undef IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK build fix. …
(edit) @104095   11 months vboxsync VMM/IEM: Release statistics on how often the exec memory allocator …
(edit) @104094   11 months vboxsync VMM/IEM: scm, trailing whitespace fix, bugref:9898
(edit) @104093   11 months vboxsync VMM/IEM: scm, trailing whitespace fix, bugref:9898
(edit) @104092   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_R32() and …
(edit) @104087   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U8() and …
(edit) @104084   11 months vboxsync VMM/IEM: Implement support for automatically flushing all call …
(edit) @104081   11 months vboxsync VMM/IEM: Same logic as r162478/iemGRegRefU8 applies here. bugref:9898
(edit) @104080   11 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104076   11 months vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104075   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104074   11 months vboxsync VMM/IEM: Fix implementation of IEM_MC_SHL_LOCAL_S16() and …
(edit) @104073   11 months vboxsync VMM/IEM: Made the code compile without …
(edit) @104072   11 months vboxsync VMM/IEM: Build fix and marked the two local SHL/SAR operations as not …
(edit) @104064   11 months vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @104059   11 months vboxsync VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
(edit) @104058   11 months vboxsync VMM/IEM: Make IEM_MC_FETCH_YREG_U128() take a iDQWord parameter to …
(edit) @104056   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104053   11 months vboxsync VMM/IEM: Add native emitter for IEM_MC_STORE_GREG_I64(), bugref:10371
(edit) @104052   11 months vboxsync VMM/IEM: Non debug build fix, bugref:10629
(edit) @104051   12 months vboxsync VMM/IEM: Optimizing (hopefully) and correcting flag handling in …
(edit) @104049   12 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104048   12 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104047   12 months vboxsync VMM/IEM: Straighten the code flushing dirty guest registers, …
(edit) @104036   12 months vboxsync VMM/IEM: Add some more detailed debug info when a guest register …
(edit) @104034   12 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104033   12 months vboxsync VMM/IEM: Implement loading the missing part from CPUMCTX when the …
(edit) @104032   12 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Forward port r162255 (Fix …
(edit) @104030   12 months vboxsync VMM/IEM: Build fix for linux.arm64 (gcc complains about unsequenced …
(edit) @104029   12 months vboxsync VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h: Build fix, bugref:10391
(edit) @104021   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
(edit) @104019   12 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   12 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @104017   12 months vboxsync VMM/IEM: Modified the IEM_MC_ARG_LOCAL_EFLAGS behaviour to also …
(edit) @104016   12 months vboxsync VMM/IEM: IEM_MC_LOCAL_EFLAGS. bugref:10376
(edit) @104009   12 months vboxsync VMM/IEM: Build fix. bugref:10614
(edit) @103997   12 months vboxsync VMM/IEM: Fix IEM_MC_COPY_XREG_U128(), IEM_MC_COPY_YREG_U128_ZX_VLMAX() …
(edit) @103995   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_XMM(), …
(edit) @103993   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103991   12 months vboxsync VMM/IEM: Fix IEM_MC_COPY_XREG_U128(), IEM_MC_COPY_YREG_U128_ZX_VLMAX() …
(edit) @103990   12 months vboxsync VMM/IEM: Fix the SIMD guest register value checking, cnt operates on …
(edit) @103986   12 months vboxsync VMM/IEM: Implement IEM_MC_IF_GREG_BIT_SET(), …
(edit) @103985   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_SSE_UPDATE_MXCSR(), …
(edit) @103979   12 months vboxsync VMM/IEM: Implement IEM_MC_IF_GREG_BIT_SET(), …
(edit) @103974   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(edit) @103973   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(edit) @103964   12 months vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(edit) @103959   12 months vboxsync VMM/IEM: vpblendvb is supposed to raise #UD if VEX.W isn't zero. …
(edit) @103956   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103955   12 months vboxsync VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
(edit) @103953   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103952   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103951   12 months vboxsync VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
(edit) @103949   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103946   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103945   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103944   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_YREG_U128(), …
(edit) @103942   12 months vboxsync VMM/IEM: Implement memory stores from SIMD registers and implement …
(edit) @103939   12 months vboxsync VMM/IEM: Fix some harmless typos, bugref:10614
(edit) @103937   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U128(), …
(edit) @103935   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103934   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103933   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_STORE_XREG_U32_U128(), …
(edit) @103932   12 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_SSE_UPDATE_MXCSR(), …
(edit) @103931   12 months vboxsync VMM/IEM,bs3-cpu-instr-3: Some vpextrb disas and special+illegal …
(edit) @103927   12 months vboxsync VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette