|
|
@104362
|
12 months |
vboxsync |
VMM/IEM: Don't unroll loops in TBs. bugref:10653
|
|
|
@104361
|
12 months |
vboxsync |
VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to …
|
|
|
@104357
|
12 months |
vboxsync |
VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
|
|
|
@104340
|
12 months |
vboxsync |
VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
|
|
|
@104321
|
13 months |
vboxsync |
VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
|
|
|
@104298
|
13 months |
vboxsync |
VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
|
|
|
@104292
|
13 months |
vboxsync |
VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
|
|
|
@104281
|
13 months |
vboxsync |
VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
|
|
|
@104274
|
13 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@104269
|
13 months |
vboxsync |
VMM/IEM: Rework pcmpistri emulation to pass the new ECX value as …
|
|
|
@104268
|
13 months |
vboxsync |
VMM: bugref:9898 Fixed Python generator breakage with r162727 by …
|
|
|
@104263
|
13 months |
vboxsync |
VMM: bugref:9898 Implemented vtestp[s|d] instructions and their testcases.
|
|
|
@104238
|
13 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104209
|
13 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104208
|
13 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104207
|
13 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104206
|
13 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104195
|
13 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104188
|
13 months |
vboxsync |
VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
|
|
|
@104174
|
13 months |
vboxsync |
VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
|
|
|
@104156
|
13 months |
vboxsync |
VMM/IEM: Rework microcode of …
|
|
|
@104151
|
13 months |
vboxsync |
VMM/IEM: Deal with iemNativeDbgInfoAddGuestRegWriteback assertion. …
|
|
|
@104150
|
13 months |
vboxsync |
VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
|
|
|
@104147
|
13 months |
vboxsync |
VMM/IEM: Optimize (?) the TLB code on ARM64 by using LDP and (for …
|
|
|
@104135
|
13 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
|
|
|
@104133
|
13 months |
vboxsync |
VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
|
|
|
@104132
|
13 months |
vboxsync |
VMM/IEM: Convert some AVX instruction emulation helpers to the …
|
|
|
@104129
|
13 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641
…
|
|
|
@104115
|
13 months |
vboxsync |
VMM/IEM: Split out the executable memory allocator from …
|
|
|
@104114
|
13 months |
vboxsync |
VMM/IEM: Implemented a very simple alternative to …
|
|
|
@104103
|
13 months |
vboxsync |
VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
|
|
|
@104100
|
13 months |
vboxsync |
VMM/IEM: Optimize kIemTbDbgEntryType_NativeOffset emitting, caching …
|
|
|
@104095
|
13 months |
vboxsync |
VMM/IEM: Release statistics on how often the exec memory allocator …
|
|
|
@104076
|
13 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
|
|
|
@104073
|
13 months |
vboxsync |
VMM/IEM: Made the code compile without …
|
|
|
@104064
|
13 months |
vboxsync |
VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
|
|
|
@104059
|
13 months |
vboxsync |
VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
|
|
|
@104050
|
13 months |
vboxsync |
VMM/IEM: Enable the delayed register writeback feature, bugref:10629
|
|
|
@104036
|
13 months |
vboxsync |
VMM/IEM: Add some more detailed debug info when a guest register …
|
|
|
@104034
|
13 months |
vboxsync |
VMM/IEM: Implement experimental (disabled by default) delaying …
|
|
|
@104019
|
13 months |
vboxsync |
VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
|
|
|
@103964
|
13 months |
vboxsync |
VMM/IEM: Some statistics on the SIMD register allocator and some …
|
|
|
@103955
|
13 months |
vboxsync |
VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
|
|
|
@103951
|
13 months |
vboxsync |
VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
|
|
|
@103927
|
13 months |
vboxsync |
VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
|
|
|
@103922
|
13 months |
vboxsync |
VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
|
|
|
@103921
|
13 months |
vboxsync |
VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
|
|
|
@103916
|
13 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103909
|
13 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
|
|
|
@103908
|
13 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103900
|
13 months |
vboxsync |
VMM/IEM: More mnemonic @todos. bugref:9898
|
|
|
@103899
|
13 months |
vboxsync |
VMM/IEM: More mnemonic @todos. bugref:9898
|
|
|
@103898
|
13 months |
vboxsync |
VMM/IEM: Fixed todo on vpextrw's mnemonic and reordered the MCs a bit …
|
|
|
@103888
|
13 months |
vboxsync |
VMM/IEM: Enabled wholesale EFLAGS skipping in …
|
|
|
@103852
|
13 months |
vboxsync |
Move iemTbFlagsToString() to be accessible to both callers [symbol …
|
|
|
@103847
|
13 months |
vboxsync |
Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
|
|
|
@103839
|
13 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
|
|
|
@103838
|
14 months |
vboxsync |
VMM/IEM: Emit the …
|
|
|
@103828
|
14 months |
vboxsync |
VMM/IEM: Implemented simple (whole sale) status flag up update …
|
|
|
@103813
|
14 months |
vboxsync |
VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
|
|
|
@103796
|
14 months |
vboxsync |
VMM/IEM: Temporarily disabled the SIMD register allocater again. …
|
|
|
@103776
|
14 months |
vboxsync |
VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
|
|
|
@103770
|
14 months |
vboxsync |
VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
|
|
|
@103759
|
14 months |
vboxsync |
VMM/IEM: Enable the SIMD register allocator and assoicated code, …
|
|
|
@103735
|
14 months |
vboxsync |
VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
|
|
|
@103729
|
14 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103728
|
14 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103700
|
14 months |
vboxsync |
VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
|
|
|
@103696
|
14 months |
vboxsync |
VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
|
|
|
@103671
|
14 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103665
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
|
|
|
@103649
|
14 months |
vboxsync |
VMM/IEM: Delay the RIP update for each instruction if possible to save …
|
|
|
@103592
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
|
|
|
@103588
|
14 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103561
|
14 months |
vboxsync |
VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
|
|
|
@103558
|
14 months |
vboxsync |
VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
|
|
|
@103556
|
14 months |
vboxsync |
VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
|
|
|
@103554
|
14 months |
vboxsync |
VMM/IEM: Some simple TB disassembly interface that can be used from …
|
|
|
@103514
|
14 months |
vboxsync |
VMM/IEM: The vex3 & vex2 byte prefixes must set the …
|
|
|
@103404
|
14 months |
vboxsync |
VMM/IEM: Threaded function statistics. bugref:10376
|
|
|
@103393
|
14 months |
vboxsync |
VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
|
|
|
@103377
|
14 months |
vboxsync |
VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
|
|
|
@103376
|
14 months |
vboxsync |
VMM/IEM: Experimental alternative to throw/longjmp when executing …
|
|
|
@103318
|
15 months |
vboxsync |
VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
|
|
|
@103267
|
15 months |
vboxsync |
VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
|
|
|
@103265
|
15 months |
vboxsync |
VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
|
|
|
@103256
|
15 months |
vboxsync |
VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
|
|
|
@103233
|
15 months |
vboxsync |
VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
|
|
|
@103190
|
15 months |
vboxsync |
VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
|
|
|
@103182
|
15 months |
vboxsync |
VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
|
|
|
@102977
|
15 months |
vboxsync |
VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
|
|
|
@102896
|
15 months |
vboxsync |
VMM/IEM: Use standard binary assembly helper signature for ADCX and …
|
|
|
@102879
|
15 months |
vboxsync |
VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
|
|
|
@102867
|
15 months |
vboxsync |
VMM/IEM: Logging for BIOS int 16h and VGABIOS int 10h. bugref:10371
|
|
|
@102850
|
16 months |
vboxsync |
VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
|
|
|
@102841
|
16 months |
vboxsync |
VMM/IEM: More stats. bugref:10371
|
|
|
@102817
|
16 months |
vboxsync |
IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
|
|
|
@102800
|
16 months |
vboxsync |
VMM/IEM: Stats, go straight for the safe fallback functions in the …
|
|
|
@102790
|
16 months |
vboxsync |
VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
|
|
|
@102766
|
16 months |
vboxsync |
VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
|
|
|