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) @106491   4 months vboxsync VMM/IEM: doxygen fix (after #ifdef SIMD removal). 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) @106380   4 months vboxsync VMM/IEM: doxygen fixes. bugref:10720
(edit) @106376   4 months vboxsync VMM/IEM: Fixed refactoring regression from 165123. bugref:10720
(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) @106314   4 months vboxsync VMM/IEM: Just mask out IEMNATIVE_SIMD_REG_FIXED_MASK from fHstRegs in …
(edit) @106197   4 months vboxsync VMM/IEM: Use iemNativeEmitEFlagsForLogical as emitter for all cases. …
(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) @106136   4 months vboxsync VMM/IEM: # padding. bugref:10720
(edit) @106134   4 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106126   4 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106125   4 months vboxsync VMM/IEM: Eliminated the #ifndef …
(edit) @106123   4 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106117   4 months vboxsync VMM/IEM: Recompilation-time checks of skipped EFLAGS. bugref:10720
(edit) @106113   4 months vboxsync VMM/IEM: Added special register allocator functions for EFLAGS so we …
(edit) @106099   4 months vboxsync VMM/IEM: Moved the kIemNativeGstReg_Pc to the end of the enum to …
(edit) @106090   4 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) @106006   5 months vboxsync VMM/IEM: Extended iemNativeEmitFetchEFlags (IEM_MC_FETCH_EFLAGS_EX) to …
(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) @105877   5 months vboxsync VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
(edit) @105856   5 months vboxsync VMM/IEM: Don't flush PC prior to indirect jumps, flush it when in the …
(edit) @105855   5 months vboxsync VMM/IEM: Don't update PC during IEM_MC_REL_JMP_S[8|32]_AND_FINISH if …
(edit) @105854   5 months vboxsync VMM/IEM: Don't force PC updating during IEM_MC_ADVANCE_RIP_AND_FINISH …
(edit) @105853   5 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105739   6 months vboxsync VMM/IEM: Don't try save IEMNATIVE_REG_FIXED_TMP0 together with other …
(edit) @105724   6 months vboxsync Disassembler,VMM,HostDrivers,Debugger,MakeAlternativeSource: Convert …
(edit) @105723   6 months vboxsync VMM/IEM: Put name on jump targets when there are matching labels for …
(edit) @105718   6 months vboxsync VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
(edit) @105717   6 months vboxsync VMM/IEM: Used the new iemPollTimers in …
(edit) @105714   6 months vboxsync VMM/IEM: Used the new iemPollTimers in …
(edit) @105673   6 months vboxsync VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
(edit) @105445   6 months vboxsync VMM/IEM: Fold IEM_MC_MAYBE_RAISE_SSE_AVX_SIMD_FP_OR_UD_XCPT() into …
(edit) @105318   7 months vboxsync VMM/IEM: Tweak for really large TLBs; save an instruction on ARM64 …
(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) @105036   7 months vboxsync VMM/IEM: Split the TLB into non-global (even) and global (odd) …
(edit) @105035   7 months vboxsync VMM/IEM,bs3-cpu-weird-1: Made bs3CpuWeird1_PcWrapping run w/o …
(edit) @104956   8 months vboxsync VMM/IEM: TLB statistics reorg. bugref:10687
(edit) @104858   8 months vboxsync VMM/IEM: Optimize executable memory allocation on macOS by removing …
(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) @104524   9 months vboxsync VMM/IEM: build fix. bugref:10656
(edit) @104506   9 months vboxsync VMM/IEM: Deal with direct 'linking' of TBs when requiring a TLB load …
(edit) @104468   9 months vboxsync VMM/IEM: Deal with the simples direct 'linking' of TBs scenario for …
(edit) @104407   9 months vboxsync VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
(edit) @104361   10 months vboxsync VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to …
(edit) @104343   10 months vboxsync VMM/IEM: Fixed debug/strict regression from r162198 where x0/rax could …
(edit) @104342   10 months vboxsync VMM/IEM: Fixed debug/strict regression from r162198 where x0/rax could …
(edit) @104322   10 months vboxsync VMM/IEM: Have a single TB prologue which serves as an entry point to …
(edit) @104283   10 months vboxsync VMM/IEM: Gather statistics on the exit behavior of native TBs, …
(edit) @104282   10 months vboxsync VMM/IEM: Gather statistics on the exit behavior of native TBs, …
(edit) @104281   10 months vboxsync VMM/IEM: Gather statistics on the exit behavior of native TBs, bugref:10653
(edit) @104211   10 months vboxsync VMM/IEM: Detect MXCSR when disassembling and annotating TBs, bugref:10614
(edit) @104210   10 months vboxsync VMM/IEM: Made iemNativeVarRegisterAcquire automatically convert from …
(edit) @104151   10 months vboxsync VMM/IEM: Deal with iemNativeDbgInfoAddGuestRegWriteback assertion. …
(edit) @104147   10 months vboxsync VMM/IEM: Optimize (?) the TLB code on ARM64 by using LDP and (for …
(edit) @104144   10 months vboxsync VMM/IEM: Build fixes for when the TLB lookup code is disabled, bugref:10614
(edit) @104129   10 months vboxsync VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641 …
(edit) @104115   10 months vboxsync VMM/IEM: Split out the executable memory allocator from …
(edit) @104114   10 months vboxsync VMM/IEM: Implemented a very simple alternative to …
(edit) @104112   10 months vboxsync VMM/IEM: build fix. bugref:10370
(edit) @104110   10 months vboxsync VMM/IEM: Removed incorrect cbReq alignment in …
(edit) @104109   10 months vboxsync VMM/IEM: Kicked out the RTHeapSimple based exec mem allocator code as …
(edit) @104108   10 months vboxsync VMM/IEM: Slap a header on the exec mem allocations. This simplifies …
(edit) @104101   10 months vboxsync VMM/IEM: Get rid of the inefficient looping when flushing dirty guest …
(edit) @104100   10 months vboxsync VMM/IEM: Optimize kIemTbDbgEntryType_NativeOffset emitting, caching …
(edit) @104099   10 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104098   10 months vboxsync VMM/IEM: #undef IEMNATIVE_WITH_DELAYED_REGISTER_WRITEBACK build fix. …
(edit) @104095   10 months vboxsync VMM/IEM: Release statistics on how often the exec memory allocator …
(edit) @104084   10 months vboxsync VMM/IEM: Implement support for automatically flushing all call …
(edit) @104073   10 months vboxsync VMM/IEM: Made the code compile without …
(edit) @104056   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104049   10 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104048   10 months vboxsync VMM/IEM: Mark the SIMD register as dirty based on the load size in …
(edit) @104047   10 months vboxsync VMM/IEM: Straighten the code flushing dirty guest registers, …
(edit) @104036   10 months vboxsync VMM/IEM: Add some more detailed debug info when a guest register …
(edit) @104034   10 months vboxsync VMM/IEM: Implement experimental (disabled by default) delaying …
(edit) @104033   10 months vboxsync VMM/IEM: Implement loading the missing part from CPUMCTX when the …
(edit) @104019   10 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @103993   11 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @103990   11 months vboxsync VMM/IEM: Fix the SIMD guest register value checking, cnt operates on …
(edit) @103964   11 months vboxsync VMM/IEM: Some statistics on the SIMD register allocator and some …
(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) @103913   11 months vboxsync VMM/IEM: Implement support for checking the high 128-bit register …
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