|
|
@104050
|
11 months |
vboxsync |
VMM/IEM: Enable the delayed register writeback feature, bugref:10629
|
|
|
@104036
|
11 months |
vboxsync |
VMM/IEM: Add some more detailed debug info when a guest register …
|
|
|
@104034
|
11 months |
vboxsync |
VMM/IEM: Implement experimental (disabled by default) delaying …
|
|
|
@104019
|
11 months |
vboxsync |
VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
|
|
|
@103964
|
11 months |
vboxsync |
VMM/IEM: Some statistics on the SIMD register allocator and some …
|
|
|
@103955
|
11 months |
vboxsync |
VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
|
|
|
@103951
|
11 months |
vboxsync |
VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
|
|
|
@103927
|
11 months |
vboxsync |
VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
|
|
|
@103922
|
11 months |
vboxsync |
VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
|
|
|
@103921
|
11 months |
vboxsync |
VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
|
|
|
@103916
|
11 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103909
|
11 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
|
|
|
@103908
|
11 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103900
|
11 months |
vboxsync |
VMM/IEM: More mnemonic @todos. bugref:9898
|
|
|
@103899
|
11 months |
vboxsync |
VMM/IEM: More mnemonic @todos. bugref:9898
|
|
|
@103898
|
11 months |
vboxsync |
VMM/IEM: Fixed todo on vpextrw's mnemonic and reordered the MCs a bit …
|
|
|
@103888
|
11 months |
vboxsync |
VMM/IEM: Enabled wholesale EFLAGS skipping in …
|
|
|
@103852
|
11 months |
vboxsync |
Move iemTbFlagsToString() to be accessible to both callers [symbol …
|
|
|
@103847
|
11 months |
vboxsync |
Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
|
|
|
@103839
|
11 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
|
|
|
@103838
|
12 months |
vboxsync |
VMM/IEM: Emit the …
|
|
|
@103828
|
12 months |
vboxsync |
VMM/IEM: Implemented simple (whole sale) status flag up update …
|
|
|
@103813
|
12 months |
vboxsync |
VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
|
|
|
@103796
|
12 months |
vboxsync |
VMM/IEM: Temporarily disabled the SIMD register allocater again. …
|
|
|
@103776
|
12 months |
vboxsync |
VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
|
|
|
@103770
|
12 months |
vboxsync |
VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
|
|
|
@103759
|
12 months |
vboxsync |
VMM/IEM: Enable the SIMD register allocator and assoicated code, …
|
|
|
@103735
|
12 months |
vboxsync |
VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
|
|
|
@103729
|
12 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103728
|
12 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103700
|
12 months |
vboxsync |
VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
|
|
|
@103696
|
12 months |
vboxsync |
VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
|
|
|
@103671
|
12 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103665
|
12 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
|
|
|
@103649
|
12 months |
vboxsync |
VMM/IEM: Delay the RIP update for each instruction if possible to save …
|
|
|
@103592
|
12 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
|
|
|
@103588
|
12 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103561
|
12 months |
vboxsync |
VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
|
|
|
@103558
|
12 months |
vboxsync |
VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
|
|
|
@103556
|
12 months |
vboxsync |
VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
|
|
|
@103554
|
12 months |
vboxsync |
VMM/IEM: Some simple TB disassembly interface that can be used from …
|
|
|
@103514
|
12 months |
vboxsync |
VMM/IEM: The vex3 & vex2 byte prefixes must set the …
|
|
|
@103404
|
12 months |
vboxsync |
VMM/IEM: Threaded function statistics. bugref:10376
|
|
|
@103393
|
12 months |
vboxsync |
VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
|
|
|
@103377
|
12 months |
vboxsync |
VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
|
|
|
@103376
|
12 months |
vboxsync |
VMM/IEM: Experimental alternative to throw/longjmp when executing …
|
|
|
@103318
|
13 months |
vboxsync |
VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
|
|
|
@103267
|
13 months |
vboxsync |
VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
|
|
|
@103265
|
13 months |
vboxsync |
VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
|
|
|
@103256
|
13 months |
vboxsync |
VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
|
|
|
@103233
|
13 months |
vboxsync |
VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
|
|
|
@103190
|
13 months |
vboxsync |
VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
|
|
|
@103182
|
13 months |
vboxsync |
VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
|
|
|
@102977
|
13 months |
vboxsync |
VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
|
|
|
@102896
|
13 months |
vboxsync |
VMM/IEM: Use standard binary assembly helper signature for ADCX and …
|
|
|
@102879
|
13 months |
vboxsync |
VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
|
|
|
@102867
|
13 months |
vboxsync |
VMM/IEM: Logging for BIOS int 16h and VGABIOS int 10h. bugref:10371
|
|
|
@102850
|
14 months |
vboxsync |
VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
|
|
|
@102841
|
14 months |
vboxsync |
VMM/IEM: More stats. bugref:10371
|
|
|
@102817
|
14 months |
vboxsync |
IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
|
|
|
@102800
|
14 months |
vboxsync |
VMM/IEM: Stats, go straight for the safe fallback functions in the …
|
|
|
@102790
|
14 months |
vboxsync |
VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
|
|
|
@102766
|
14 months |
vboxsync |
VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
|
|
|
@102703
|
14 months |
vboxsync |
VMM/IEM: Extended IEMTB_KEY_MASK to include the CPL so …
|
|
|
@102663
|
14 months |
vboxsync |
VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
|
|
|
@102603
|
15 months |
vboxsync |
VMM/IEM: AMD64 version of BODY_CHECK_OPCODES. Disabled because ARM64 …
|
|
|
@102585
|
15 months |
vboxsync |
VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for …
|
|
|
@102572
|
15 months |
vboxsync |
VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
|
|
|
@102557
|
15 months |
vboxsync |
VMM/IEM: Try deal with running out of executable memory. bugref:10371
|
|
|
@102528
|
15 months |
vboxsync |
VMM/IEM: Prototype native TB disas function so it can be called from …
|
|
|
@102430
|
15 months |
vboxsync |
VMM/IEM: Refactored iemMemMap and friends to work with bUnmapInfo / …
|
|
|
@102428
|
15 months |
vboxsync |
VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
|
|
|
@102427
|
15 months |
vboxsync |
VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
|
|
|
@102424
|
15 months |
vboxsync |
VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
|
|
|
@102394
|
15 months |
vboxsync |
VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
|
|
|
@102313
|
15 months |
vboxsync |
VMM/IEM: First recompiled memory access. This is without any TLB …
|
|
|
@102077
|
16 months |
vboxsync |
VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
|
|
|
@102010
|
16 months |
vboxsync |
VMM/IEM: More on the subject of correctly flushing guest register …
|
|
|
@101984
|
16 months |
vboxsync |
VMM/IEM: Added a flush mask for guest register shadows to the …
|
|
|
@101722
|
16 months |
vboxsync |
VMM/IEM: Identify the different styles IEM_MC_CALL_XXX and mark these …
|
|
|
@101682
|
16 months |
vboxsync |
VMM/IEM,VBox/err.h: Refactored the native recompiler code to …
|
|
|
@101640
|
16 months |
vboxsync |
VMM/IEM: Emit native code for BltIn_CheckIrq. bugref:10371
|
|
|
@101547
|
16 months |
vboxsync |
VMM/IEM: More TB disassembly and TB debuginfo. bugref:10371
|
|
|
@101543
|
16 months |
vboxsync |
VMM/IEM: Hmm, what's up with VC++ here? bugref:10371
|
|
|
@101539
|
16 months |
vboxsync |
DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
|
|
|
@101538
|
16 months |
vboxsync |
VMM/IEM: Freed up some space in IEMTB for a pointer to debug info or …
|
|
|
@101484
|
16 months |
vboxsync |
VMM/IEM: Basic register allocator sketches that incorporates simple …
|
|
|
@101448
|
16 months |
vboxsync |
VMM/IEM: Nested VMX: bugref:10318 Added VMX VM-exit intercepts for …
|
|
|
@101387
|
17 months |
vboxsync |
VMM/IEM: Added a new class of threaded function variants, the …
|
|
|
@101376
|
17 months |
vboxsync |
VMM/IEM: Implement vmpsadbw instruction emulations, bugref:9898
|
|
|
@101304
|
17 months |
vboxsync |
VMM/IEM: Emit native code for pure defer-CImpl instructions. Tested on …
|
|
|
@101262
|
17 months |
vboxsync |
VMM/IEM: Corrected FNIEMNATIVETB so it clearly indicates that …
|
|
|
@101261
|
17 months |
vboxsync |
VMM/IEM: Corrected FNIEMNATIVETB so it clearly indicates that …
|
|
|
@101203
|
17 months |
vboxsync |
VMM/IEM: Reworked the native recompiler state passing and moved most …
|
|
|
@101163
|
17 months |
vboxsync |
VMM/IEM: Experimental recompilation of threaded blocks into native …
|
|
|
@101111
|
18 months |
vboxsync |
VMM/IEM: Dropped IEMTB_F_STATE_XXX as we use dedicated TBs for …
|
|
|
@101088
|
18 months |
vboxsync |
VMM/IEM,VMM/TM: Basic TB managment and allocation rewrite. bugref:10369
|
|
|
@100966
|
18 months |
vboxsync |
VMM/PGM,IEM: Prepare work for write monitoring page containing …
|
|
|
@100889
|
19 months |
vboxsync |
VMM/IEM: Adjusted IEM_MC_CALL_CIMPL_HLP_RET assertion to account for …
|
|
|
@100869
|
19 months |
vboxsync |
VMM/IEM: Use a fixed maxed-out TB during threaded compilation and …
|
|
|