VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllN8veRecompiler.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102793   13 months vboxsync VMM/IEM: POP fix for ARM64. bugref:10371
(edit) @102791   13 months vboxsync VMM/IEM: Fix iemNativeInstrBufEnsureSlow bug in strict builds. bugref:10371
(edit) @102790   13 months vboxsync VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
(edit) @102785   13 months vboxsync VMM/IEM: Emulate POP SReg and PUSH SReg more like real intel CPUs do …
(edit) @102770   13 months vboxsync VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
(edit) @102768   13 months vboxsync VMM/IEM: Emit native TLB lookup in IEM_MC_*PUSH*. bugreg:10371
(edit) @102767   13 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102766   13 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102765   13 months vboxsync VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
(edit) @102757   13 months vboxsync VMM/IEM: Avoid flushing volatile registers during …
(edit) @102756   13 months vboxsync VMM/IEM: Rough TLB lookup code for fetches and stores. bugref:10371
(edit) @102742   13 months vboxsync VMM/IEM: Doxygen fix. bugref:10371
(edit) @102739   13 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. [build fix] …
(edit) @102738   13 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. [build fix] …
(edit) @102737   13 months vboxsync VMM/IEM: Use correct TLBE flags when doing lookups. duh. bugref:10371
(edit) @102736   13 months vboxsync VMM/IEM: Debugged TLB lookup code on arm and enabled it there. bugref:10371
(edit) @102735   13 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102734   13 months vboxsync VMM/IEM: ARM build fix. bugref:10371
(edit) @102733   13 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102724   13 months vboxsync VMM/IEM: Moved the TLB lookup code emitting into a separate function …
(edit) @102720   13 months vboxsync VMM/IEM: Enabled the memmap TLB code on x86. bugref:10371
(edit) @102717   13 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102701   13 months vboxsync VMM/IEM: A couple of ARM fixes. Disassembly fix. bugref:10371
(edit) @102699   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102695   13 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_FOR_NEW_PAGE (minus TLB …
(edit) @102687   13 months vboxsync VMM/IEM: Corrected register mixup in the ARM64 portion of …
(edit) @102684   13 months vboxsync VMM/IEM: Fixed another bug in related to ah,ch,dh,bh storing (AMD64 …
(edit) @102663   13 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102634   13 months vboxsync VMM/IEM: Split out the emitters for the built-in threaded functions …
(edit) @102624   13 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102623   13 months vboxsync VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
(edit) @102603   13 months vboxsync VMM/IEM: AMD64 version of BODY_CHECK_OPCODES. Disabled because ARM64 …
(edit) @102593   14 months vboxsync VMM/IEM: Native translation of Blt_CheckCsLim. bugref:10371
(edit) @102587   14 months vboxsync VMM/IEM: Native translation of IEM_MC_SET_RIP_U16_AND_FINISH and …
(edit) @102585   14 months vboxsync VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for …
(edit) @102584   14 months vboxsync VMM/IEM: Native translation of IEM_MC_ADD_GREG_U16/32/64 which is used …
(edit) @102583   14 months vboxsync VMM/IEM: IEM_MC_FETCH_SREG_U16 and friend. bugref:10371
(edit) @102581   14 months vboxsync VMM/IEM: The IEM_MC*_PUSH_* MCs implictly frees the variable they're …
(edit) @102579   14 months vboxsync VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. …
(edit) @102577   14 months vboxsync VMM/IEM: Basic native translation of IEM_MC_POP_GREG_U* and friends. …
(edit) @102572   14 months vboxsync VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
(edit) @102569   14 months vboxsync VMM/IEM: Little unmap assertion fix / optimization. bugref:10371
(edit) @102558   14 months vboxsync VMM/IEM: Prevent variable registers from being spilled or moved while …
(edit) @102557   14 months vboxsync VMM/IEM: Try deal with running out of executable memory. bugref:10371
(edit) @102555   14 months vboxsync VMM/IEM: Fixed 64-bit address calculation with a 67h prefix (addr …
(edit) @102550   14 months vboxsync VMM/IEM: doxygen fix. bugref:10371
(edit) @102549   14 months vboxsync VMM/IEM: Must truncate constant variable values according to the type …
(edit) @102510   14 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102471   14 months vboxsync VMM/IEM: IEM_MC_ASSIGN_TO_SMALLER (lea); fixed a few bugs wrt guest …
(edit) @102452   14 months vboxsync VMM/IEM: Starting on some FPU/SSE/AVX state stuff. bugref:10371
(edit) @102450   14 months vboxsync VMM/IEM: IEM_MC_STORE_GREG_U64_CONST, IEM_MC_STORE_GREG_U64, …
(edit) @102447   14 months vboxsync VMM/IEM: movsx & movzx from registers. bugref:10371
(edit) @102444   14 months vboxsync VMM/IEM: IEM_MC_STORE_GREG_U8_THREADED. bugref:10371
(edit) @102443   14 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM[_FLAT]_U*_DISP. bugref:10371
(edit) @102442   14 months vboxsync VMM/IEM: movzx & movsx. bugref:10371
(edit) @102439   14 months vboxsync VMM/IEM: Simplified mem segmentation assertions as they didn't take …
(edit) @102438   14 months vboxsync VMM/IEM: Basic native translation of all IEM_MC_MEM_MAP_XXX and …
(edit) @102436   14 months vboxsync VMM/IEM: U8 mem map MCs. bugref:10371
(edit) @102434   14 months vboxsync VMM/IEM: release build fix. bugref:10371
(edit) @102409   14 months vboxsync VMM/IEM: IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64_CONST. bugref:10371
(edit) @102397   14 months vboxsync VMM/IEM: Enabled native IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64. bugref:10371
(edit) @102395   14 months vboxsync VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
(edit) @102394   14 months vboxsync VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
(edit) @102385   14 months vboxsync VMM/IEM: Fixed problem in iemNativeEmitStoreGregU16 where we ended up …
(edit) @102370   14 months vboxsync VMM/IEM: Some ARM bugfixes. bugref:10371
(edit) @102368   14 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_U16_DISP and IEM_MC_FETCH_MEM_U32_DISP. …
(edit) @102351   14 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_FLAT_U8, IEM_MC_FETCH_MEM_FLAT_U16, …
(edit) @102350   14 months vboxsync VMM/IEM: Enabled IEM_MC_FETCH_MEM_U8, IEM_MC_FETCH_MEM_U32 and …
(edit) @102330   14 months vboxsync VMM/IEM: Fix label creation in release builds. bugref:10371
(edit) @102313   14 months vboxsync VMM/IEM: First recompiled memory access. This is without any TLB …
(edit) @102259   14 months vboxsync VMM/IEM: Release build fix, bugref:10371
(edit) @102256   14 months vboxsync VMM/IEM: Arm build fixes. bugref:10371
(edit) @102083   15 months vboxsync VMM/IEM: Fixed register handling for the RC variable in …
(edit) @102082   15 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_GREG_U8_THREADED. bugref:10371
(edit) @102080   15 months vboxsync VMM/IEM: Native translation for IEM_MC_CALL_CIMPL_[3-5]_THREADED and …
(edit) @102079   15 months vboxsync VMM/IEM: Native handling/translation of IEM_MC_GREG_U8_THREADED. …
(edit) @102078   15 months vboxsync VMM/IEM: Native handling/translation of IEM_MC_GREG_Uxx[_CONST]. …
(edit) @102077   15 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102073   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CALC_RM_EFF_ADDR_THREADED_32. …
(edit) @102071   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CALC_RM_EFF_ADDR_THREADED_16. …
(edit) @102070   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CLEAR_HIGH_GREG_U64. Had to …
(edit) @102069   15 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32_CONST. bugref:10371
(edit) @102068   15 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32 and …
(edit) @102067   15 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16_CONST. bugref:10371
(edit) @102065   15 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16. Fixed a bunch of …
(edit) @102022   15 months vboxsync VMM/IEM: Split out the inlined code emitters from IEMN8veRecompiler.h …
(edit) @102012   15 months vboxsync VMM/IEM: If we use structure variables in MC blocks, we need special …
(edit) @102011   15 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @102010   15 months vboxsync VMM/IEM: More on the subject of correctly flushing guest register …
(edit) @101984   15 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101958   15 months vboxsync VMM/IEM: Flush PC and other shadow guest register copies when emitting …
(edit) @101949   15 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstOneByte.cpp.h, …
(edit) @101913   15 months vboxsync VMM/IEM: Release build fix for arm64. bugref:10371
(edit) @101912   15 months vboxsync VMM/IEM: doxygen fix. bugref:10371
(edit) @101908   15 months vboxsync VMM/IEM: Arm64 code generation fixes. bugref:10371
(edit) @101906   15 months vboxsync VMM/IEM: Arm64 host build & bug fixes, alternative disassembler. …
(edit) @101850   15 months vboxsync VMM/IEM: Replaced all IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF use with …
(edit) @101849   15 months vboxsync VMM/IEM: Enabled native translation of IEM_MC_CALL_CIMPL_2. Fixed some …
(edit) @101844   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CALL_CIMPL_1_THREADED and …
(edit) @101706   15 months vboxsync VMM/IEM: Native translation for …
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