VirtualBox

source: vbox/trunk/src/VBox/VMM/include/IEMInternal.h

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @104956   8 月 vboxsync VMM/IEM: TLB statistics reorg. bugref:10687
(edit) @104947   8 月 vboxsync VMM/IEM,tstVMStructSize: Made the IEM TLB size more easily …
(edit) @104941   8 月 vboxsync VMM/IEM: Stats. bugref:10687
(edit) @104932   8 月 vboxsync VMM/PGM,IEM: Refactored+copied PGMGstGetPage into PGMGstQueryPage that …
(edit) @104858   9 月 vboxsync VMM/IEM: Optimize executable memory allocation on macOS by removing …
(edit) @104722   9 月 vboxsync VMM/IEM: Implement vmaskmovp[sd], vpmaskmov[dq] instruction decoding, …
(edit) @104521   10 月 vboxsync VMM/IEM: Corrected cvtps2pd memory access from 128 to 64 bits. …
(edit) @104506   10 月 vboxsync VMM/IEM: Deal with direct 'linking' of TBs when requiring a TLB load …
(edit) @104468   10 月 vboxsync VMM/IEM: Deal with the simples direct 'linking' of TBs scenario for …
(edit) @104439   10 月 vboxsync VMM/IEM: Implement maskmovq, [v]maskmovdqu instruction decoding, …
(edit) @104419   10 月 vboxsync VMM/IEM: Convert near return (retn) and relative/indirect call …
(edit) @104407   10 月 vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104383   10 月 vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104380   10 月 vboxsync VMM/IEM: Removed unused IEMMODEX type. bugref:10369
(edit) @104378   10 月 vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104367   10 月 vboxsync VMM/IEM: Use IEMInternal.h from IEMAllN8veHlpA-arm64.S and produce …
(edit) @104362   10 月 vboxsync VMM/IEM: Don't unroll loops in TBs. bugref:10653
(edit) @104361   10 月 vboxsync VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to …
(edit) @104357   10 月 vboxsync VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
(edit) @104340   10 月 vboxsync VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
(edit) @104321   10 月 vboxsync VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
(edit) @104298   11 月 vboxsync VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
(edit) @104292   11 月 vboxsync VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
(edit) @104281   11 月 vboxsync VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
(edit) @104274   11 月 vboxsync VMM/IEM: Implement native emitter for …
(edit) @104269   11 月 vboxsync VMM/IEM: Rework pcmpistri emulation to pass the new ECX value as …
(edit) @104268   11 月 vboxsync VMM: bugref:9898 Fixed Python generator breakage with r162727 by …
(edit) @104263   11 月 vboxsync VMM: bugref:9898 Implemented vtestp[s|d] instructions and their testcases.
(edit) @104238   11 月 vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104209   11 月 vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104208   11 月 vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104207   11 月 vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104206   11 月 vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104195   11 月 vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104188   11 月 vboxsync VMM/IEM: Implement vpslldq, vpsrldq, instruction dispatch & emulation, …
(edit) @104174   11 月 vboxsync VMM/IEM: Get rid of IEM_MC_REF_MXCSR() and convert the users to use …
(edit) @104156   11 月 vboxsync VMM/IEM: Rework microcode of …
(edit) @104151   11 月 vboxsync VMM/IEM: Deal with iemNativeDbgInfoAddGuestRegWriteback assertion. …
(edit) @104150   11 月 vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104147   11 月 vboxsync VMM/IEM: Optimize (?) the TLB code on ARM64 by using LDP and (for …
(edit) @104135   11 月 vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104133   11 月 vboxsync VMM/IEM: Convert the 256-bit vmovsldup/vmovshdup/vmovddup emulations …
(edit) @104132   11 月 vboxsync VMM/IEM: Convert some AVX instruction emulation helpers to the …
(edit) @104129   11 月 vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104115   11 月 vboxsync VMM/IEM: Split out the executable memory allocator from …
(edit) @104114   11 月 vboxsync VMM/IEM: Implemented a very simple alternative to …
(edit) @104103   11 月 vboxsync VMM/IEM: Convert assembly helpers for MMX/SSE instructions who not …
(edit) @104100   11 月 vboxsync VMM/IEM: Optimize kIemTbDbgEntryType_NativeOffset emitting, caching …
(edit) @104095   11 月 vboxsync VMM/IEM: Release statistics on how often the exec memory allocator …
(edit) @104076   11 月 vboxsync VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
(edit) @104073   11 月 vboxsync VMM/IEM: Made the code compile without …
(edit) @104064   11 月 vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @104059   11 月 vboxsync VMM/IEM: Implement vextracti128/vextractf128 instruction emulation, …
(edit) @104050   11 月 vboxsync VMM/IEM: Enable the delayed register writeback feature, bugref:10629
(edit) @104036   11 月 vboxsync VMM/IEM: Add some more detailed debug info when a guest register …
(edit) @104034   11 月 vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104019   11 月 vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @103964   11 月 vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(edit) @103955   11 月 vboxsync VMM/IEM,DIS: Another mnemonic todo in vex map 3. bugref:9898
(edit) @103951   11 月 vboxsync VMM/IEM: Rename iemMemFetchDataU256AlignedSse(Jmp) to …
(edit) @103927   11 月 vboxsync VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
(edit) @103922   11 月 vboxsync VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
(edit) @103921   11 月 vboxsync VMM/IEM: Fixed bug in vblendvps/d when working with 256-bit memory …
(edit) @103916   11 月 vboxsync VMM/IEM: Convert …
(edit) @103909   11 月 vboxsync VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
(edit) @103908   11 月 vboxsync VMM/IEM: Convert …
(edit) @103900   11 月 vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103899   11 月 vboxsync VMM/IEM: More mnemonic @todos. bugref:9898
(edit) @103898   11 月 vboxsync VMM/IEM: Fixed todo on vpextrw's mnemonic and reordered the MCs a bit …
(edit) @103888   11 月 vboxsync VMM/IEM: Enabled wholesale EFLAGS skipping in …
(edit) @103852   11 月 vboxsync Move iemTbFlagsToString() to be accessible to both callers [symbol …
(edit) @103847   11 月 vboxsync Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
(edit) @103839   11 月 vboxsync VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
(edit) @103838   11 月 vboxsync VMM/IEM: Emit the …
(edit) @103828   11 月 vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103813   11 月 vboxsync VMM/IEM: Enable SIMD code again after latest amd64 fixes, bugref:10614
(edit) @103796   12 月 vboxsync VMM/IEM: Temporarily disabled the SIMD register allocater again. …
(edit) @103776   12 月 vboxsync VMM/IEM: Revert r162139 again (keeping fingers crossed that it works …
(edit) @103770   12 月 vboxsync VMM/IEM: Disable the SIMD register allocator again as Win11 hits some …
(edit) @103759   12 月 vboxsync VMM/IEM: Enable the SIMD register allocator and assoicated code, …
(edit) @103735   12 月 vboxsync VMM/IEM: Implement vpsrlv[dq], vpsravd, vpsllv[dq] instruction …
(edit) @103729   12 月 vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103728   12 月 vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103700   12 月 vboxsync VMM/IEM: Implement vpblendd instruction dispatch & emulation, bugref:9898
(edit) @103696   12 月 vboxsync VMM/IEM: Implement vpmaddwd instruction dispatch & emulation, bugref:9898
(edit) @103671   12 月 vboxsync VMM/IEM: Native translation of …
(edit) @103665   12 月 vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103649   12 月 vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103592   12 月 vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
(edit) @103588   12 月 vboxsync VMM/IEM: Native translation of …
(edit) @103561   12 月 vboxsync VMM/IEM: Implement vpermilps instruction emulations. [doxygen fix] …
(edit) @103558   12 月 vboxsync VMM/IEM: Implement vpermilpd instruction emulations, bugref:9898
(edit) @103556   12 月 vboxsync VMM/IEM: Implement vpermilps instruction emulations, bugref:9898
(edit) @103554   12 月 vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103514   12 月 vboxsync VMM/IEM: The vex3 & vex2 byte prefixes must set the …
(edit) @103404   12 月 vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103393   12 月 vboxsync VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
(edit) @103377   12 月 vboxsync VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
(edit) @103376   12 月 vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103318   12 月 vboxsync VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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