VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @102733   11 months vboxsync VMM/IEM: Implemented making the TLB-missed call w/o trashing/flushing …
(edit) @102724   11 months vboxsync VMM/IEM: Moved the TLB lookup code emitting into a separate function …
(edit) @102717   11 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102699   11 months vboxsync VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
(edit) @102684   12 months vboxsync VMM/IEM: Fixed another bug in related to ah,ch,dh,bh storing (AMD64 …
(edit) @102663   12 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102634   12 months vboxsync VMM/IEM: Split out the emitters for the built-in threaded functions …
(edit) @102624   12 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102603   12 months vboxsync VMM/IEM: AMD64 version of BODY_CHECK_OPCODES. Disabled because ARM64 …
(edit) @102587   12 months vboxsync VMM/IEM: Native translation of IEM_MC_SET_RIP_U16_AND_FINISH and …
(edit) @102558   12 months vboxsync VMM/IEM: Prevent variable registers from being spilled or moved while …
(edit) @102527   12 months vboxsync VMM/IEM: Corrected IEMNATIVE_FP_OFF_LAST_PUSH value for arm, fixing …
(edit) @102436   12 months vboxsync VMM/IEM: U8 mem map MCs. bugref:10371
(edit) @102394   12 months vboxsync VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
(edit) @102388   12 months vboxsync VMM/IEM: x86 build fix. bugref:10371
(edit) @102385   12 months vboxsync VMM/IEM: Fixed problem in iemNativeEmitStoreGregU16 where we ended up …
(edit) @102370   12 months vboxsync VMM/IEM: Some ARM bugfixes. bugref:10371
(edit) @102368   12 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_U16_DISP and IEM_MC_FETCH_MEM_U32_DISP. …
(edit) @102313   12 months vboxsync VMM/IEM: First recompiled memory access. This is without any TLB …
(edit) @102077   13 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102068   13 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U32 and …
(edit) @102065   13 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U16. Fixed a bunch of …
(edit) @102022   13 months vboxsync VMM/IEM: Split out the inlined code emitters from IEMN8veRecompiler.h …
(edit) @101984   13 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101913   13 months vboxsync VMM/IEM: Release build fix for arm64. bugref:10371
(edit) @101911   13 months vboxsync VMM/IEM: Added IEM_MC_NO_NATIVE_RECOMPILE and cleaned up …
(edit) @101906   13 months vboxsync VMM/IEM: Arm64 host build & bug fixes, alternative disassembler. …
(edit) @101844   13 months vboxsync VMM/IEM: Native translation of IEM_MC_CALL_CIMPL_1_THREADED and …
(edit) @101705   13 months vboxsync VMM/IEM: Fixed incorrect rex prefix for the AND emitters. bugref:10371
(edit) @101704   13 months vboxsync VMM/IEM: Native translation for …
(edit) @101682   13 months vboxsync VMM/IEM,VBox/err.h: Refactored the native recompiler code to …
(edit) @101661   13 months vboxsync VMM/IEM: Windows build recompiler fixes. Fixed handling of 8-bit …
(edit) @101640   13 months vboxsync VMM/IEM: Emit native code for BltIn_CheckIrq. bugref:10371
(edit) @101626   13 months vboxsync VMM/IEM: Native implementation of BltIn_CheckMode. bugref:10371
(edit) @101584   14 months vboxsync VMM/IEM: Native IEM_MC_IF_ECX_IS_NZ and IEM_MC_IF_RCX_IS_NZ …
(edit) @101581   14 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_BIT_SET_OR_BITS_NE and …
(edit) @101576   14 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_BITS_NE translation. bugref:10371
(edit) @101568   14 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_ANY_BITS_SET translation. bugref:10371
(edit) @101557   14 months vboxsync VMM/IEM: Got conditional jumps working, currently only those testing …
(edit) @101547   14 months vboxsync VMM/IEM: More TB disassembly and TB debuginfo. bugref:10371
(edit) @101537   14 months vboxsync VMM/IEM: Undebugged code for …
(edit) @101535   14 months vboxsync VMM/IEM: Assert that we don't overshoot iemNativeInstrBufEnsure space …
(edit) @101523   14 months vboxsync VMM/IEM: Cleanups. bugref:10371
(edit) @101518   14 months vboxsync VMM/IEM: Deal with unconditional relative jumps (sans flag checking). …
(edit) @101516   14 months vboxsync VMM/IEM: Deal with unconditional relative jumps (sans flag checking). …
(edit) @101505   14 months vboxsync VMM/IEM: Deal with the two other PC advancing MCs. Some fixes. bugref:10371
(edit) @101488   14 months vboxsync VMM/IEM: doxygen fix. bugref:10371
(edit) @101484   14 months vboxsync VMM/IEM: Basic register allocator sketches that incorporates simple …
(edit) @101387   14 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @101370   14 months vboxsync Reverted commit r159372, committed too much.
(edit) @101369   14 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101306   14 months vboxsync VMM/IEM: Arm build fix. bugref:10371
(edit) @101305   14 months vboxsync VMM/IEM: Covert zero arg count defer-CImpl instruction emulations as …
(edit) @101304   14 months vboxsync VMM/IEM: Emit native code for pure defer-CImpl instructions. Tested on …
(edit) @101275   14 months vboxsync VMM/IEM: Started on bugref:10371 …
(edit) @101248   15 months vboxsync VMM/IEM: Ran first native arm TB. Executable memory fun prevents …
(edit) @101247   15 months vboxsync VMM/IEM: Working on emitting native arm64 instructions... bugref:10370
(add) @101203   15 months vboxsync VMM/IEM: Reworked the native recompiler state passing and moved most …
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