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