VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103782   9 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), 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) @103775   9 months vboxsync VMM/IEM: Implement the writeback of dirty host registers shadowing …
(edit) @103774   9 months vboxsync VMM/IEM: Enabled the native code emitting on ARM64 for the Ev_Ib (0x83 …
(edit) @103773   9 months vboxsync VMM/IEM: Emit native code for the Ev_Ib (0x83 /r) variants for add, …
(edit) @103772   9 months vboxsync VMM/IEM: IEMOP_BODY_BINARY_Ev_Ib_RW/RO refactoring. No change. bugref:10376
(edit) @103770   9 months vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103769   9 months vboxsync VMM/IEM: Windows build fixes for SIMD register allocator. bugref:10614
(edit) @103768   9 months vboxsync VMM/IEM: Some more threaded function name annotating to make the …
(edit) @103764   9 months vboxsync VMM/IEM: Build fix (clang) following optimizations in r162125. bugref:10376
(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) @103760   9 months vboxsync VMM/IEM: Fix emitter for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT(), …
(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) @103757   9 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
(edit) @103756   9 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
(edit) @103750   9 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
(edit) @103746   9 months vboxsync Misc fixes noticed in passing, bugref:9898 VMM/IEM: mark intentional …
(edit) @103745   9 months vboxsync ValidationKit/bootsectors: add [v]psll[wdq] / [v]psra[wd] / …
(edit) @103744   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_i_efl and enabled it for both …
(edit) @103743   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_sbb_r_i_efl and enabled it for both …
(edit) @103742   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_cmp_r_i_efl and enabled it for both …
(edit) @103740   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_i_efl and enabled it for both …
(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) @103734   9 months vboxsync VMM/IEM: Fixed bug in sysret when targeting intel CPUs where …
(edit) @103731   9 months vboxsync VMM/IEM: More fun with the three byte vex prefix. [@todo] bugref:10369
(edit) @103730   9 months vboxsync VMM/IEM: More fun with the three byte vex prefix. bugref:10369
(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) @103721   9 months vboxsync VMM/IEM: Simplified IEMOP_BODY_BINARY_rm_rv_RO and …
(edit) @103720   9 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fixed getting shadow page when the …
(edit) @103719   9 months vboxsync VMM/IEM: Created a RO version of IEMOP_BODY_BINARY_r8_rm for CMP. …
(edit) @103718   9 months vboxsync VMM/IEM: Fixed native translation of cmp Gv,Ev (reg,r/m) which …
(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) @103693   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_sbb_r_r_efl and enabled it for both …
(edit) @103692   9 months vboxsync VMM/IEM: iemNativeEmit_adc_r_r_efl fix for amd64 hosts. bugref:10376
(edit) @103691   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
(edit) @103683   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_add_r_r_efl and enabled in on both …
(edit) @103682   9 months vboxsync VMM/IEM: Cleaning up IEMAllN8veEmit-x86.h a little. bugref:10376
(edit) @103678   9 months vboxsync VMM/IEM: Optimization all 'sub same,same' and 'xor same,same' register …
(edit) @103677   9 months vboxsync VMM/IEM: Implemented the iemNativeEmit_cmp_r_r_efl and enabled it on …
(edit) @103675   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
(edit) @103671   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103670   9 months vboxsync VMM/IEM: Fix debug assertions for iemNativeEmitRefXregXxx(), bugref:10371
(edit) @103669   9 months vboxsync VMM/IEM: Replace some single bit tests with …
(edit) @103667   9 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103666   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103665   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103664   9 months vboxsync VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced …
(edit) @103663   9 months vboxsync VMM/IEM: Native translation of …
(edit) @103661   9 months vboxsync VMM/IEM: Some VMCPU/CPUMCTX access annotations for arm64 as well. …
(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) @103658   9 months vboxsync VMM/IEM: Enabled the iemNativeEmit_test_r_r_efl code on arm. bugref:10376
(edit) @103657   9 months vboxsync VMM/IEM: A little 'test' optimization, saving a register alloc+fetch …
(edit) @103649   9 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103648   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_test_r_r_efl and enabled it for …
(edit) @103647   9 months vboxsync VMM/IEM: Enabled the iemNativeEmit_and_r_r_efl & …
(edit) @103646   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103645   9 months vboxsync VMM/IEM: Implemented iemNativeEmit_and_r_r_efl and enabled it for …
(edit) @103644   9 months vboxsync VMM/IEM: Use native emitter for the reg/reg variant in …
(edit) @103643   9 months vboxsync VMM/IEM: Use native emitter for both variants in …
(edit) @103642   9 months vboxsync VMM/IEM: Use native emitter for the memory variants in …
(edit) @103640   9 months vboxsync VMM/IEM: Prepped emitting native code for all IEMOP_BODY_BINARY_rv_rm …
(edit) @103639   9 months vboxsync VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
(edit) @103637   9 months vboxsync VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
(edit) @103636   9 months vboxsync VMM/IEM: Support iemNativeRecompFunc_BltIn_LogCpuState() on arm64, …
(edit) @103635   9 months vboxsync VMM/IEM: Emit native code for 64-bit and 16-bit xor reg/reg variants …
(edit) @103627   9 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103625   9 months vboxsync VMM/IEM: Must produce liveness info for IEM_MC_FETCH_FSW and …
(edit) @103624   9 months vboxsync VMM/IEM: Must release variable register when done with them. bugref:10371
(edit) @103623   9 months vboxsync VMM/IEM: Corrected code buffer allocation for eflags updating after …
(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) @103612   9 months vboxsync VMM/IEM: Refinement of r161881 (pbInstrBuf == NULL situation). bugref:10370
(edit) @103609   9 months vboxsync VMM/IEM: Nested VMX: bugref:10610 Fix typo with GS base.
(edit) @103597   9 months vboxsync VMM/IEM: Fix multiple issues in the pcmpXstrX instructions microcode, …
(edit) @103596   9 months vboxsync VMM/IEM: Fix emitters for IEM_MC_FETCH_FCW()/IEM_MC_FETCH_FSW(), the …
(edit) @103592   9 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103591   9 months vboxsync VMM/IEM: Native translation of …
(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) @103583   9 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fix EPT permission checks when EPT …
(edit) @103560   9 months vboxsync Try to fix build bugref:9898
(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) @103548   9 months vboxsync VMM/IEM: Special case the 'xor reg32,samereg32' operation as it it …
(edit) @103542   9 months vboxsync VMM/IEM: More helpful way to make the MC block names unique. bugref:10370
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