VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103832   13 months vboxsync VMM/IEM: Fix bogus assertion, bugref:10614
(edit) @103831   13 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103830   13 months vboxsync VMM/IEM: Remove leftover assertion not valid anymore, bugref:10614
(edit) @103828   13 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103827   13 months vboxsync VMM/IEM: Fixed missing variable index unpacking in …
(edit) @103826   13 months vboxsync VMM/IEM: Fixed missing variable index unpacking in …
(edit) @103825   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103824   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103823   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103822   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103818   13 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103817   13 months vboxsync VMM/IEM: Implement native emitter for …
(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) @103811   13 months vboxsync VMM/IEM: Fix the SIMD register check code on amd64, bugref:10614
(edit) @103807   13 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103805   13 months vboxsync VMM/IEM: Fix preprocessor define, bugref:10373
(edit) @103802   13 months vboxsync VMM/PDMAllCritSect.cpp: Build fix for dbgopt build
(edit) @103801   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_xor_r_i_efl and enabled it for both …
(edit) @103800   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_i_efl and enabled it for both …
(edit) @103799   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_test_r_i_efl and enabled it for …
(edit) @103798   13 months vboxsync VMM/IEM: Optimized the flag calculations for AND, OR, XOR and TEST on …
(edit) @103797   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_and_r_i_efl and enabled it for both …
(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) @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) @103775   13 months vboxsync VMM/IEM: Implement the writeback of dirty host registers shadowing …
(edit) @103774   13 months vboxsync VMM/IEM: Enabled the native code emitting on ARM64 for the Ev_Ib (0x83 …
(edit) @103773   13 months vboxsync VMM/IEM: Emit native code for the Ev_Ib (0x83 /r) variants for add, …
(edit) @103772   13 months vboxsync VMM/IEM: IEMOP_BODY_BINARY_Ev_Ib_RW/RO refactoring. No change. bugref:10376
(edit) @103770   13 months vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103769   13 months vboxsync VMM/IEM: Windows build fixes for SIMD register allocator. bugref:10614
(edit) @103768   13 months vboxsync VMM/IEM: Some more threaded function name annotating to make the …
(edit) @103764   13 months vboxsync VMM/IEM: Build fix (clang) following optimizations in r162125. bugref:10376
(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) @103760   13 months vboxsync VMM/IEM: Fix emitter for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT(), …
(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) @103757   13 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
(edit) @103756   13 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
(edit) @103750   13 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
(edit) @103746   13 months vboxsync Misc fixes noticed in passing, bugref:9898 VMM/IEM: mark intentional …
(edit) @103745   13 months vboxsync ValidationKit/bootsectors: add [v]psll[wdq] / [v]psra[wd] / …
(edit) @103744   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_i_efl and enabled it for both …
(edit) @103743   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_sbb_r_i_efl and enabled it for both …
(edit) @103742   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_cmp_r_i_efl and enabled it for both …
(edit) @103740   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_i_efl and enabled it for both …
(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) @103734   13 months vboxsync VMM/IEM: Fixed bug in sysret when targeting intel CPUs where …
(edit) @103731   13 months vboxsync VMM/IEM: More fun with the three byte vex prefix. [@todo] bugref:10369
(edit) @103730   13 months vboxsync VMM/IEM: More fun with the three byte vex prefix. bugref:10369
(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) @103721   13 months vboxsync VMM/IEM: Simplified IEMOP_BODY_BINARY_rm_rv_RO and …
(edit) @103720   13 months vboxsync VMM/PGM: Nested VMX: bugref:10607 Fixed getting shadow page when the …
(edit) @103719   13 months vboxsync VMM/IEM: Created a RO version of IEMOP_BODY_BINARY_r8_rm for CMP. …
(edit) @103718   13 months vboxsync VMM/IEM: Fixed native translation of cmp Gv,Ev (reg,r/m) which …
(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) @103693   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_sbb_r_r_efl and enabled it for both …
(edit) @103692   13 months vboxsync VMM/IEM: iemNativeEmit_adc_r_r_efl fix for amd64 hosts. bugref:10376
(edit) @103691   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
(edit) @103683   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_add_r_r_efl and enabled in on both …
(edit) @103682   13 months vboxsync VMM/IEM: Cleaning up IEMAllN8veEmit-x86.h a little. bugref:10376
(edit) @103678   13 months vboxsync VMM/IEM: Optimization all 'sub same,same' and 'xor same,same' register …
(edit) @103677   13 months vboxsync VMM/IEM: Implemented the iemNativeEmit_cmp_r_r_efl and enabled it on …
(edit) @103675   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
(edit) @103671   13 months vboxsync VMM/IEM: Native translation of …
(edit) @103670   13 months vboxsync VMM/IEM: Fix debug assertions for iemNativeEmitRefXregXxx(), bugref:10371
(edit) @103669   13 months vboxsync VMM/IEM: Replace some single bit tests with …
(edit) @103667   13 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103666   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103665   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103664   13 months vboxsync VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced …
(edit) @103663   13 months vboxsync VMM/IEM: Native translation of …
(edit) @103661   13 months vboxsync VMM/IEM: Some VMCPU/CPUMCTX access annotations for arm64 as well. …
(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) @103658   13 months vboxsync VMM/IEM: Enabled the iemNativeEmit_test_r_r_efl code on arm. bugref:10376
(edit) @103657   13 months vboxsync VMM/IEM: A little 'test' optimization, saving a register alloc+fetch …
(edit) @103649   13 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103648   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_test_r_r_efl and enabled it for …
(edit) @103647   13 months vboxsync VMM/IEM: Enabled the iemNativeEmit_and_r_r_efl & …
(edit) @103646   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103645   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_and_r_r_efl and enabled it for …
(edit) @103644   13 months vboxsync VMM/IEM: Use native emitter for the reg/reg variant in …
(edit) @103643   13 months vboxsync VMM/IEM: Use native emitter for both variants in …
(edit) @103642   13 months vboxsync VMM/IEM: Use native emitter for the memory variants in …
(edit) @103640   13 months vboxsync VMM/IEM: Prepped emitting native code for all IEMOP_BODY_BINARY_rv_rm …
(edit) @103639   13 months vboxsync VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
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