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) @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 …
(edit) @103912   11 months vboxsync VMM/IEM: Fix iemNativeEmitGuestSimdRegValueCheck() for 256-bit values, …
(edit) @103911   11 months vboxsync VMM/IEM: Implement support for fetching 128-bit/256-bit values from …
(edit) @103907   11 months vboxsync VMM/IEM: Fix the stack slot allocator for values spanning multiple …
(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) @103865   11 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103860   11 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
(edit) @103847   11 months vboxsync Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
(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) @103832   11 months vboxsync VMM/IEM: Fix bogus assertion, bugref:10614
(edit) @103831   11 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103830   11 months vboxsync VMM/IEM: Remove leftover assertion not valid anymore, bugref:10614
(edit) @103828   11 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103827   11 months vboxsync VMM/IEM: Fixed missing variable index unpacking in …
(edit) @103811   11 months vboxsync VMM/IEM: Fix the SIMD register check code on amd64, bugref:10614
(edit) @103807   11 months vboxsync VMM/IEM: Split up the native recompiler functions …
(edit) @103805   11 months vboxsync VMM/IEM: Fix preprocessor define, bugref:10373
(edit) @103787   11 months vboxsync VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
(edit) @103784   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
(edit) @103782   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
(edit) @103779   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
(edit) @103777   11 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
(edit) @103775   11 months vboxsync VMM/IEM: Implement the writeback of dirty host registers shadowing …
(edit) @103769   11 months vboxsync VMM/IEM: Windows build fixes for SIMD register allocator. bugref:10614
(edit) @103763   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
(edit) @103762   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
(edit) @103761   11 months vboxsync VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
(edit) @103760   11 months vboxsync VMM/IEM: Fix emitter for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT(), …
(edit) @103758   11 months vboxsync VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
(edit) @103750   11 months vboxsync VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
(edit) @103739   11 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103729   11 months vboxsync VMM/IEM: Initial implementation of a SIMD register allocator and …
(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) @103670   11 months vboxsync VMM/IEM: Fix debug assertions for iemNativeEmitRefXregXxx(), bugref:10371
(edit) @103669   11 months vboxsync VMM/IEM: Replace some single bit tests with …
(edit) @103667   11 months vboxsync VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
(edit) @103666   11 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103665   11 months vboxsync VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
(edit) @103664   11 months vboxsync VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced …
(edit) @103663   11 months vboxsync VMM/IEM: Native translation of …
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