VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103796   9 months vboxsync VMM/IEM: Temporarily disabled the SIMD register allocater again. …
(edit) @103787   9 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103784   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
(edit) @103782   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
(edit) @103780   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), ​bugref:10614 …
(edit) @103779   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
(edit) @103778   9 months vboxsync VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
(edit) @103777   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
(edit) @103776   9 months vboxsync VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
(edit) @103770   9 months vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103763   9 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
(edit) @103762   9 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
(edit) @103761   9 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
(edit) @103759   9 months vboxsync VMM/IEM: Enable the SIMD register allocator and assoicated code, …
(edit) @103758   9 months vboxsync VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
(edit) @103750   9 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
(edit) @103741   9 months vboxsync VMM/IEM: Disabled IEMNATIVE_WITH_TB_DEBUG_INFO in non-debug builds …
(edit) @103739   9 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103735   9 months vboxsync VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
(edit) @103729   9 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103728   9 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103700   9 months vboxsync VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
(edit) @103696   9 months vboxsync VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
(edit) @103671   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103667   9 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103665   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103662   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103660   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103659   9 months vboxsync VMM/IEM: Flush the current program counter to CPUMCTX when in the …
(edit) @103649   9 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103646   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103622   9 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103614   9 months vboxsync VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
(edit) @103613   9 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103592   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103590   9 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
(edit) @103589   9 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
(edit) @103588   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103585   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103561   9 months vboxsync VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
(edit) @103558   9 months vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103556   9 months vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103555   9 months vboxsync VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
(edit) @103554   9 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103514   9 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103404   10 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   10 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103377   10 months vboxsync VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
(edit) @103376   10 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103374   10 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103334   10 months vboxsync VMM/IEM: Drop the IEMLIVENESS_OLD_LAYOUT code, as clang output smaller …
(edit) @103318   10 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103267   10 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103265   10 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103256   10 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103233   10 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103190   10 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
(edit) @103182   10 months vboxsync VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
(edit) @103181   10 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   10 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @103152   10 months vboxsync VMM/IOM: Enable I/O port info handlers for the ARMv8 target because it …
(edit) @103053   10 months vboxsync VMM: Nested VMX: bugref:10318 Fixed nested-guest (Hyper-V enabled …
(edit) @102987   10 months vboxsync VMM/HM: Nested VMX: bugref:10318 Log host CR0 and a couple of MSRs for …
(edit) @102977   11 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102896   11 months vboxsync VMM/IEM: Use standard binary assembly helper signature for ADCX and …
(edit) @102879   11 months vboxsync VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
(edit) @102876   11 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102867   11 months vboxsync VMM/IEM: Logging for BIOS int 16h and VGABIOS int 10h. bugref:10371
(edit) @102857   11 months vboxsync VMM/IEM: Arm build fix. bugref:10371
(edit) @102856   11 months vboxsync VMM/IEM: Implemented the second of two code TLB lookups. bugref:10371
(edit) @102850   11 months vboxsync VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
(edit) @102847   11 months vboxsync VMM/IEM: Moved the TLB lookup emitter to a common header file so it …
(edit) @102846   11 months vboxsync VMM/IEM: Preserve variable and shadow register state across code TLB …
(edit) @102841   11 months vboxsync VMM/IEM: More stats. bugref:10371
(edit) @102828   11 months vboxsync VMM/STAM: Added two new aggregate sample types. bugref:10371
(edit) @102817   11 months vboxsync IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
(edit) @102803   11 months vboxsync VMM/IEM: Arm build fixes (stats). bugref:10371
(edit) @102800   11 months vboxsync VMM/IEM: Stats, go straight for the safe fallback functions in the …
(edit) @102790   11 months vboxsync VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
(edit) @102785   11 months vboxsync VMM/IEM: Emulate POP SReg and PUSH SReg more like real intel CPUs do …
(edit) @102766   11 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102765   11 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102756   11 months vboxsync VMM/IEM: Rough TLB lookup code for fetches and stores. bugref:10371
(edit) @102741   11 months vboxsync VMM/IEM: Corrected two more 8-bit host register messups on x86, also …
(edit) @102737   11 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. bugref:10371
(edit) @102736   11 months vboxsync VMM/IEM: Debugged TLB lookup code on arm and enabled it there. bugref:10371
(edit) @102735   11 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102734   11 months vboxsync VMM/IEM: ARM build fix. bugref:10371
(edit) @102733   11 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102724   11 months vboxsync VMM/IEM: Moved the TLB lookup code emitting into a separate function …
(edit) @102720   11 months vboxsync VMM/IEM: Enabled the memmap TLB code on x86. bugref:10371
(edit) @102718   11 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102717   11 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102703   11 months vboxsync VMM/IEM: Extended IEMTB_KEY_MASK to include the CPL so …
(edit) @102700   11 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102699   11 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102684   12 months vboxsync VMM/IEM: Fixed another bug in related to ah,ch,dh,bh storing (AMD64 …
(edit) @102663   12 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102662   12 months vboxsync VMM/IEM: Fixed typo in amd64 part of iemNativeEmitAddTwoGprs and a …
(edit) @102634   12 months vboxsync VMM/IEM: Split out the emitters for the built-in threaded functions …
Note: See TracRevisionLog for help on using the revision log.

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