VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103924   11 months vboxsync VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. [build …
(edit) @103922   11 months vboxsync VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
(edit) @103921   11 months vboxsync VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
(edit) @103919   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103917   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_STORE_XREG_U128(), …
(edit) @103916   11 months vboxsync VMM/IEM: Convert …
(edit) @103913   11 months vboxsync VMM/IEM: Implement support for checking the high 128-bit register …
(edit) @103912   11 months vboxsync VMM/IEM: Fix iemNativeEmitGuestSimdRegValueCheck() for 256-bit values, …
(edit) @103911   11 months vboxsync VMM/IEM: Implement support for fetching 128-bit/256-bit values from …
(edit) @103909   11 months vboxsync VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
(edit) @103908   11 months vboxsync VMM/IEM: Convert …
(edit) @103907   11 months vboxsync VMM/IEM: Fix the stack slot allocator for values spanning multiple …
(edit) @103900   11 months vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103899   11 months vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103898   11 months vboxsync VMM/IEM: Fixed todo on vpextrw's mnemonic and reordered the MCs a bit …
(edit) @103895   11 months vboxsync VMM/IEM: Add SIMD local variable support and implement native emitters …
(edit) @103894   11 months vboxsync VMM/IEM: Add SIMD local variable support and implement native emitters …
(edit) @103892   11 months vboxsync VMM/IEM: Fix instruction length for amd64, bugref:10614
(edit) @103891   11 months vboxsync VMM/IEM: Need to ensure that the variable to be stored in memory is …
(edit) @103888   11 months vboxsync VMM/IEM: Enabled wholesale EFLAGS skipping in …
(edit) @103886   11 months vboxsync VMM/IEM: iemOpcodeFetchBytesJmp doc update. bugref:10370
(edit) @103885   11 months vboxsync VMM/IEM: Used the cached offBuf in the first memcpy case. Make sure we …
(edit) @103884   11 months vboxsync VMM/IEM: Tweak iemOpcodeFetchBytesJmp to try make it work better with …
(edit) @103881   11 months vboxsync VMM/IEM: Fix IEM_MC_CALL_SSE_AIMPL_2() and IEM_MC_CALL_SSE_AIMPL_3() …
(edit) @103880   11 months vboxsync VMM/IEM: fix some issues which byte me while improving vpextrb …
(edit) @103878   11 months vboxsync VMM/IEM: Implement vpextrw AVX r/m (0f3a) variant instruction decode, …
(edit) @103877   11 months vboxsync VMM/IEM: General fix for RelImm14At5 jumps on arm64 to labels defined …
(edit) @103876   11 months vboxsync VMM/IEM: Reverted silent assertion 'fix' from r162236 as it is wrong …
(edit) @103875   11 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseAvxRelatedXcpt to avoid …
(edit) @103874   11 months vboxsync VMM/IEM: Comments on lables. bugref:10370
(edit) @103872   11 months vboxsync VMM/IEM: Fixed bugs in arm64 versions of iemNativeEmitOrImmIntoVCpuU32 …
(edit) @103865   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103863   11 months vboxsync VMM/IEM: Revert r162233 as it is not the cause for the corruption, …
(edit) @103862   11 months vboxsync VMM/IEM: Partly revert r162209 by disabling recompilation of …
(edit) @103861   11 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
(edit) @103860   11 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
(edit) @103859   11 months vboxsync VMM/IEM: NativeRecompFunctionVariation::analyzeVariableLiveness …
(edit) @103855   11 months vboxsync VMM/IEM: Use the clobbered register mask (fGstShwFlush) instead of …
(edit) @103854   11 months vboxsync doxygen fix, lnx64dep2 build burn, IEMN8veRecompiler.h file, wrong …
(edit) @103853   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103852   11 months vboxsync Move iemTbFlagsToString() to be accessible to both callers [symbol …
(edit) @103851   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103850   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103849   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103848   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U8(), …
(edit) @103847   11 months vboxsync Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
(edit) @103846   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U8(), bugref:10614
(edit) @103845   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U16(), …
(edit) @103844   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U16(), …
(edit) @103843   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U16(), bugref:10614
(edit) @103842   11 months vboxsync Fix IEMAllThrdPython.py crash in threaded recompiler build, bugref:9898
(edit) @103840   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
(edit) @103839   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
(edit) @103838   11 months vboxsync VMM/IEM: Emit the …
(edit) @103837   11 months vboxsync VMM/IEM: Fix the register, register variants of the [v]pmov{s,z}x* …
(edit) @103836   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_IF_MXCSR_XCPT_PENDING(), …
(edit) @103835   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_IF_MXCSR_XCPT_PENDING(), …
(edit) @103834   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_XREG_U32_MASK(), …
(edit) @103832   11 months vboxsync VMM/IEM: Fix bogus assertion, bugref:10614
(edit) @103831   11 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103830   11 months vboxsync VMM/IEM: Remove leftover assertion not valid anymore, bugref:10614
(edit) @103829   11 months vboxsync VMM/IEM: SIMD allocator build fix for windows. bugref:10614
(edit) @103828   11 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103827   11 months vboxsync VMM/IEM: Fixed missing variable index unpacking in …
(edit) @103826   11 months vboxsync VMM/IEM: Fixed missing variable index unpacking in …
(edit) @103825   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103824   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103823   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103822   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103821   11 months vboxsync VMM/IEM: Use vpbroadcast, some VEX3 prefix cleanups, bugref:10614
(edit) @103819   11 months vboxsync VMM/IEM: amd64 bugfixes for r162184 and r162185, bugref:10614
(edit) @103818   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103817   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103816   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103815   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103814   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_U32_ZX_U128() …
(edit) @103813   12 months vboxsync VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
(edit) @103812   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103811   12 months vboxsync VMM/IEM: Fix the SIMD register check code on amd64, bugref:10614
(edit) @103810   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103809   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103808   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103807   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103805   12 months vboxsync VMM/IEM: Fix preprocessor define, bugref:10373
(edit) @103804   12 months vboxsync VMM/IEM: Need to include the temporary register in the fixed register …
(edit) @103802   12 months vboxsync VMM/PDMAllCritSect.cpp: Build fix for dbgopt build
(edit) @103801   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_xor_r_i_efl and enabled it for both …
(edit) @103800   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_i_efl and enabled it for both …
(edit) @103799   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_test_r_i_efl and enabled it for …
(edit) @103798   12 months vboxsync VMM/IEM: Optimized the flag calculations for AND, OR, XOR and TEST on …
(edit) @103797   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_and_r_i_efl and enabled it for both …
(edit) @103796   12 months vboxsync VMM/IEM: Temporarily disabled the SIMD register allocater again. …
(edit) @103787   12 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103784   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
(edit) @103782   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
(edit) @103780   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), ​bugref:10614 …
(edit) @103779   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
(edit) @103778   12 months vboxsync VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
(edit) @103777   12 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
(edit) @103776   12 months vboxsync VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
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