VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103852   13 months vboxsync Move iemTbFlagsToString() to be accessible to both callers [symbol …
(edit) @103850   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103849   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103848   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U8(), …
(edit) @103847   13 months vboxsync Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
(edit) @103846   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U8(), bugref:10614
(edit) @103845   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U16(), …
(edit) @103844   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U16(), …
(edit) @103839   13 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
(edit) @103838   13 months vboxsync VMM/IEM: Emit the …
(edit) @103836   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_IF_MXCSR_XCPT_PENDING(), …
(edit) @103835   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_IF_MXCSR_XCPT_PENDING(), …
(edit) @103834   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_XREG_U32_MASK(), …
(edit) @103829   13 months vboxsync VMM/IEM: SIMD allocator build fix for windows. bugref:10614
(edit) @103828   13 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103822   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103821   13 months vboxsync VMM/IEM: Use vpbroadcast, some VEX3 prefix cleanups, bugref:10614
(edit) @103819   13 months vboxsync VMM/IEM: amd64 bugfixes for r162184 and r162185, bugref:10614
(edit) @103816   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103815   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103814   13 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U32_ZX_U128() …
(edit) @103813   13 months vboxsync VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
(edit) @103812   13 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103809   13 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103807   13 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103804   13 months vboxsync VMM/IEM: Need to include the temporary register in the fixed register …
(edit) @103796   13 months vboxsync VMM/IEM: Temporarily disabled the SIMD register allocater again. …
(edit) @103787   13 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103784   13 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
(edit) @103782   13 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
(edit) @103780   13 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), ​bugref:10614 …
(edit) @103779   13 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
(edit) @103778   13 months vboxsync VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
(edit) @103777   13 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
(edit) @103776   13 months vboxsync VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
(edit) @103770   13 months vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103763   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
(edit) @103762   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
(edit) @103761   13 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
(edit) @103759   13 months vboxsync VMM/IEM: Enable the SIMD register allocator and assoicated code, …
(edit) @103758   13 months vboxsync VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
(edit) @103750   13 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
(edit) @103741   13 months vboxsync VMM/IEM: Disabled IEMNATIVE_WITH_TB_DEBUG_INFO in non-debug builds …
(edit) @103739   13 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103735   13 months vboxsync VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
(edit) @103729   13 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103728   13 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103700   13 months vboxsync VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
(edit) @103696   13 months vboxsync VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
(edit) @103671   13 months vboxsync VMM/IEM: Native translation of …
(edit) @103667   13 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103665   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103662   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103660   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103659   13 months vboxsync VMM/IEM: Flush the current program counter to CPUMCTX when in the …
(edit) @103649   13 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103646   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103622   13 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103614   13 months vboxsync VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
(edit) @103613   13 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103592   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103590   13 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
(edit) @103589   13 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
(edit) @103588   13 months vboxsync VMM/IEM: Native translation of …
(edit) @103585   13 months vboxsync VMM/IEM: Native translation of …
(edit) @103561   13 months vboxsync VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
(edit) @103558   13 months vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103556   13 months vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103555   13 months vboxsync VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
(edit) @103554   13 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103514   13 months vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103404   14 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   14 months vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103377   14 months vboxsync VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
(edit) @103376   14 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103374   14 months vboxsync VMM/PGM,DBGF,GIC: Parfait pointed out some potential NULL pointer use …
(edit) @103334   14 months vboxsync VMM/IEM: Drop the IEMLIVENESS_OLD_LAYOUT code, as clang output smaller …
(edit) @103318   14 months vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
(edit) @103267   14 months vboxsync VMM/IEM: Implement vpsrl[wdq] 'reg/mem' instruction dispatch & …
(edit) @103265   14 months vboxsync VMM/IEM: Implement vpsra[wd] 'reg/mem' instruction dispatch & …
(edit) @103256   14 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103233   14 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103190   14 months vboxsync VMM/IEMAllInst*: Liveness analysis, part 3: Flag input & modification …
(edit) @103182   14 months vboxsync VMM/IEM: Implement vpsll[wdq] 'reg/mem' instruction dispatch & …
(edit) @103181   14 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   14 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @103152   14 months vboxsync VMM/IOM: Enable I/O port info handlers for the ARMv8 target because it …
(edit) @103053   14 months vboxsync VMM: Nested VMX: bugref:10318 Fixed nested-guest (Hyper-V enabled …
(edit) @102987   15 months vboxsync VMM/HM: Nested VMX: bugref:10318 Log host CR0 and a couple of MSRs for …
(edit) @102977   15 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102896   15 months vboxsync VMM/IEM: Use standard binary assembly helper signature for ADCX and …
(edit) @102879   15 months vboxsync VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
(edit) @102876   15 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102867   15 months vboxsync VMM/IEM: Logging for BIOS int 16h and VGABIOS int 10h. bugref:10371
(edit) @102857   15 months vboxsync VMM/IEM: Arm build fix. bugref:10371
(edit) @102856   15 months vboxsync VMM/IEM: Implemented the second of two code TLB lookups. bugref:10371
(edit) @102850   15 months vboxsync VMM/IEM: Implemented the first of two code TLB lookups. bugref:10371
(edit) @102847   15 months vboxsync VMM/IEM: Moved the TLB lookup emitter to a common header file so it …
(edit) @102846   15 months vboxsync VMM/IEM: Preserve variable and shadow register state across code TLB …
(edit) @102841   15 months vboxsync VMM/IEM: More stats. bugref:10371
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