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) @106622   5 months vboxsync VMM/IEM: linux build fixes. bugref:10720
(edit) @106478   5 months vboxsync VMM/IEM: Some IEMNATIVEVAR / iemNativeVarAllocInt optimization tweaks. …
(edit) @106465   5 months vboxsync VMM/IEM: Added iemNativeEmitLoadGprWithGstReg[Ex]T and …
(edit) @106453   5 months vboxsync VMM/IEM: Eliminated the IEMNATIVE_WITH_SIMD_REG_ALLOCATOR define. …
(edit) @106408   5 months vboxsync VMM/IEM: Inline the iemNativeVarRegisterAcquire* case that …
(edit) @106407   5 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106401   5 months vboxsync VMM/IEM: Disable control flow guard for the core IEM jump table call …
(edit) @106319   5 months vboxsync VMM/IEM: Reduced parameter count for iemNativeRegAllocTmp*. bugref:10720
(edit) @106315   5 months vboxsync VMM/IEM: Reduce the number of parameters passed to the …
(edit) @106203   5 months vboxsync VMM/IEM: Enabled the IEMNATIVE_WITH_EFLAGS_POSTPONING feature (logical …
(edit) @106192   5 months vboxsync VMM/IEM: Added some basic stats & debug info for postponed EFLAGS …
(edit) @106187   5 months vboxsync VMM/IEM: Injecting postponed eflags calculations into the TLB miss …
(edit) @106180   6 months vboxsync VMM/IEM: Refactoring TbExits and other early eflags calculation …
(edit) @106127   6 months vboxsync VMM/IEM: doxygen build fix. bugref:10720
(edit) @106126   6 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106125   6 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106124   6 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106123   6 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106117   6 months vboxsync VMM/IEM: Recompilation-time checks of skipped EFLAGS. bugref:10720
(edit) @106113   6 months vboxsync VMM/IEM: Added special register allocator functions for EFLAGS so we …
(edit) @106101   6 months vboxsync VMM/IEM: More native eflag stats. Added …
(edit) @106099   6 months vboxsync VMM/IEM: Moved the kIemNativeGstReg_Pc to the end of the enum to …
(edit) @106090   6 months vboxsync VMM/IEM: More liveness work for delayed eflags updating. bugref:10720 …
(edit) @106078   6 months vboxsync VMM/IEM: Liveness work for bugref:10720. bugref:10372
(edit) @106061   6 months vboxsync Copyright year updates by scm.
(edit) @105998   6 months vboxsync VMM/IEM: s/ReturnZero/ReturnSuccess/ and simplifying related code. …
(edit) @105997   6 months vboxsync VMM/IEM: Introduce a ReturnZero label when using per-chunk tail code, …
(edit) @105895   7 months vboxsync VMM/IEM: Build fix re:r164572, bugref:10720
(edit) @105877   7 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105863   7 months vboxsync Build fix for r164575 (VMM/IEM: Don't flush PC prior to indirect …
(edit) @105856   7 months vboxsync VMM/IEM: Don't flush PC prior to indirect jumps, flush it when in the …
(edit) @105855   7 months vboxsync VMM/IEM: Don't update PC during IEM_MC_REL_JMP_S[8|32]_AND_FINISH if …
(edit) @105854   7 months vboxsync VMM/IEM: Don't force PC updating during IEM_MC_ADVANCE_RIP_AND_FINISH …
(edit) @105853   7 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105818   7 months vboxsync VMM/IEM: Record whether any of the branches of an …
(edit) @105739   7 months vboxsync VMM/IEM: Don't try save IEMNATIVE_REG_FIXED_TMP0 together with other …
(edit) @105718   7 months vboxsync VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
(edit) @105673   7 months vboxsync VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
(edit) @105490   8 months vboxsync VMM/IEM: Basic infrastructure to natively recompile SIMD floating …
(edit) @105375   8 months vboxsync VMM/IEM: assert message fix. bugref:10725
(edit) @105271   8 months vboxsync VMM/IEM: Replaced IEMNATIVEEXITREASON with IEMNATIVELABELTYPE, since …
(edit) @105261   8 months vboxsync VMM/IEM: Share epilog and other tail code on a per-chunk basis (due to …
(edit) @104802   10 months vboxsync VMM/IEM: Introduce IEMNATIVE_WITH_RECOMPILER_EPILOGUE_SINGLETON as an …
(edit) @104798   10 months vboxsync VMM/IEM: Introduce IEMNATIVE_WITH_RECOMPILER_EPILOGUE_SINGLETON as an …
(edit) @104797   10 months vboxsync VMM/IEM: Introduce special helpers for generating code to exit a TB in …
(edit) @104468   11 months vboxsync VMM/IEM: Deal with the simples direct 'linking' of TBs scenario for …
(edit) @104407   11 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104383   11 months vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104378   11 months vboxsync VMM/IEM: Automtically convert IEMInternal.h & IEMN8veRecompiler.h into …
(edit) @104367   11 months vboxsync VMM/IEM: Use IEMInternal.h from IEMAllN8veHlpA-arm64.S and produce …
(edit) @104332   11 months vboxsync VMM/IEM: Fix iemNativeTbEntry() prototype so it doesn't get any hidden …
(edit) @104322   11 months vboxsync VMM/IEM: Have a single TB prologue which serves as an entry point to …
(edit) @104274   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104084   12 months vboxsync VMM/IEM: Implement support for automatically flushing all call …
(edit) @104073   12 months vboxsync VMM/IEM: Made the code compile without …
(edit) @104056   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104047   12 months vboxsync VMM/IEM: Straighten the code flushing dirty guest registers, …
(edit) @104036   12 months vboxsync VMM/IEM: Add some more detailed debug info when a guest register …
(edit) @104035   12 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104034   12 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104021   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
(edit) @104019   12 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   12 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @103993   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103953   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103952   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103949   12 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103942   12 months vboxsync VMM/IEM: Implement memory stores from SIMD registers and implement …
(edit) @103934   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103916   12 months vboxsync VMM/IEM: Convert …
(edit) @103911   12 months vboxsync VMM/IEM: Implement support for fetching 128-bit/256-bit values from …
(edit) @103895   12 months vboxsync VMM/IEM: Add SIMD local variable support and implement native emitters …
(edit) @103894   12 months vboxsync VMM/IEM: Add SIMD local variable support and implement native emitters …
(edit) @103876   12 months vboxsync VMM/IEM: Reverted silent assertion 'fix' from r162236 as it is wrong …
(edit) @103874   12 months vboxsync VMM/IEM: Comments on lables. bugref:10370
(edit) @103865   12 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103860   12 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
(edit) @103854   12 months vboxsync doxygen fix, lnx64dep2 build burn, IEMN8veRecompiler.h file, wrong …
(edit) @103839   12 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
(edit) @103838   12 months vboxsync VMM/IEM: Emit the …
(edit) @103829   12 months vboxsync VMM/IEM: SIMD allocator build fix for windows. bugref:10614
(edit) @103828   12 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103812   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) @103807   12 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103804   12 months vboxsync VMM/IEM: Need to include the temporary register in the fixed register …
(edit) @103750   12 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
(edit) @103741   12 months vboxsync VMM/IEM: Disabled IEMNATIVE_WITH_TB_DEBUG_INFO in non-debug builds …
(edit) @103739   12 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103728   12 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(edit) @103671   13 months vboxsync VMM/IEM: Native translation of …
(edit) @103667   13 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103665   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103662   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103660   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
(edit) @103659   13 months vboxsync VMM/IEM: Flush the current program counter to CPUMCTX when in the …
(edit) @103649   13 months vboxsync VMM/IEM: Delay the RIP update for each instruction if possible to save …
(edit) @103622   13 months vboxsync VMM/IEM: Obfuscate most variable indexes we pass around in strict …
(edit) @103614   13 months vboxsync VMM/IEM: Fixed liveness state layout after r161946 broke it. Added …
(edit) @103592   13 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
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