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) @102022   18 months vboxsync VMM/IEM: Split out the inlined code emitters from IEMN8veRecompiler.h …
(edit) @102012   18 months vboxsync VMM/IEM: If we use structure variables in MC blocks, we need special …
(edit) @102011   18 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @102010   18 months vboxsync VMM/IEM: More on the subject of correctly flushing guest register …
(edit) @101984   18 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101958   18 months vboxsync VMM/IEM: Flush PC and other shadow guest register copies when emitting …
(edit) @101949   18 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstOneByte.cpp.h, …
(edit) @101913   18 months vboxsync VMM/IEM: Release build fix for arm64. bugref:10371
(edit) @101912   18 months vboxsync VMM/IEM: doxygen fix. bugref:10371
(edit) @101908   18 months vboxsync VMM/IEM: Arm64 code generation fixes. bugref:10371
(edit) @101906   18 months vboxsync VMM/IEM: Arm64 host build & bug fixes, alternative disassembler. …
(edit) @101850   18 months vboxsync VMM/IEM: Replaced all IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF use with …
(edit) @101849   18 months vboxsync VMM/IEM: Enabled native translation of IEM_MC_CALL_CIMPL_2. Fixed some …
(edit) @101844   18 months vboxsync VMM/IEM: Native translation of IEM_MC_CALL_CIMPL_1_THREADED and …
(edit) @101706   18 months vboxsync VMM/IEM: Native translation for …
(edit) @101704   18 months vboxsync VMM/IEM: Native translation for …
(edit) @101694   18 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U8_CONST_THREADED …
(edit) @101682   18 months vboxsync VMM/IEM,VBox/err.h: Refactored the native recompiler code to …
(edit) @101661   18 months vboxsync VMM/IEM: Windows build recompiler fixes. Fixed handling of 8-bit …
(edit) @101641   18 months vboxsync VMM/IEM: Release-build fixes. bugref:10371
(edit) @101640   18 months vboxsync VMM/IEM: Emit native code for BltIn_CheckIrq. bugref:10371
(edit) @101626   18 months vboxsync VMM/IEM: Native implementation of BltIn_CheckMode. bugref:10371
(edit) @101589   18 months vboxsync VMM/IEM: Native IEM_MC_IF_ECX_IS_NZ_AND_EFL_BIT_SET, …
(edit) @101587   18 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U32 and IEM_MC_SUB_GREG_U64. Covers …
(edit) @101585   18 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U16, …
(edit) @101584   18 months vboxsync VMM/IEM: Native IEM_MC_IF_ECX_IS_NZ and IEM_MC_IF_RCX_IS_NZ …
(edit) @101583   18 months vboxsync VMM/IEM: Native IEM_MC_IF_CX_IS_NZ implementation. bugref:10371
(edit) @101581   18 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_BIT_SET_OR_BITS_NE and …
(edit) @101580   18 months vboxsync VMM/IEM: Fixes for IEM_MC_IF_EFL_BITS_NE and enabled native …
(edit) @101576   18 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_BITS_NE translation. bugref:10371
(edit) @101570   18 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_BIT_NOT_SET translation. bugref:10371
(edit) @101569   18 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_NO_BITS_SET. translation. bugref:10371
(edit) @101568   18 months vboxsync VMM/IEM: Native IEM_MC_IF_EFL_ANY_BITS_SET translation. bugref:10371
(edit) @101557   18 months vboxsync VMM/IEM: Got conditional jumps working, currently only those testing …
(edit) @101548   18 months vboxsync VMM/IEM: doxygen fix. bugref:10371
(edit) @101547   18 months vboxsync VMM/IEM: More TB disassembly and TB debuginfo. bugref:10371
(edit) @101539   18 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101538   18 months vboxsync VMM/IEM: Freed up some space in IEMTB for a pointer to debug info or …
(edit) @101537   18 months vboxsync VMM/IEM: Undebugged code for …
(edit) @101536   18 months vboxsync VMM/IEM: Some code shuffling. bugref:10371
(edit) @101535   18 months vboxsync VMM/IEM: Assert that we don't overshoot iemNativeInstrBufEnsure space …
(edit) @101523   18 months vboxsync VMM/IEM: Cleanups. bugref:10371
(edit) @101518   18 months vboxsync VMM/IEM: Deal with unconditional relative jumps (sans flag checking). …
(edit) @101516   18 months vboxsync VMM/IEM: Deal with unconditional relative jumps (sans flag checking). …
(edit) @101505   18 months vboxsync VMM/IEM: Deal with the two other PC advancing MCs. Some fixes. bugref:10371
(edit) @101490   18 months vboxsync VMM/IEM: Added missing guest register shadow copy flushing. nop …
(edit) @101484   18 months vboxsync VMM/IEM: Basic register allocator sketches that incorporates simple …
(edit) @101387   19 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @101370   19 months vboxsync Reverted commit r159372, committed too much.
(edit) @101369   19 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101305   19 months vboxsync VMM/IEM: Covert zero arg count defer-CImpl instruction emulations as …
(edit) @101304   19 months vboxsync VMM/IEM: Emit native code for pure defer-CImpl instructions. Tested on …
(edit) @101275   19 months vboxsync VMM/IEM: Started on bugref:10371 …
(edit) @101261   19 months vboxsync VMM/IEM: Corrected FNIEMNATIVETB so it clearly indicates that …
(edit) @101258   19 months vboxsync VMM/IEM: Made throw/unwinding work on darwin.arm64. This was a bit of …
(edit) @101251   19 months vboxsync VMM/IEM: started completeing the unwind info for darwin.amd64 (not yet …
(edit) @101250   19 months vboxsync VMM/IEM: Fixed EXC_BAD_INSTRUCTION issue. bugref:10370
(edit) @101249   19 months vboxsync VMM/IEM: Wrote a very simple sub-allocator for the executable memory …
(edit) @101248   19 months vboxsync VMM/IEM: Ran first native arm TB. Executable memory fun prevents …
(edit) @101247   19 months vboxsync VMM/IEM: Working on emitting native arm64 instructions... bugref:10370
(edit) @101203   19 months vboxsync VMM/IEM: Reworked the native recompiler state passing and moved most …
(edit) @101193   19 months vboxsync VMM/IEM: Some libunwind/darwin adjustments. bugref:10370
(edit) @101181   19 months vboxsync VMM/IEM: We don't need to emit code for setting up parameters that the …
(edit) @101172   19 months vboxsync VMM/IEM: Made the native recompiler work for win.amd64 debug builds. …
(add) @101163   19 months vboxsync VMM/IEM: Experimental recompilation of threaded blocks into native …
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