VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllThrdRecompiler.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104405   7 months vboxsync VMM/IEM: Move the opcode checking of the first range from iemTbExec to …
(edit) @104391   7 months vboxsync VMM/IEM: Build fix for VBOX_WITH_IEM_RECOMPILER=1 and …
(edit) @104362   7 months vboxsync VMM/IEM: Don't unroll loops in TBs. bugref:10653
(edit) @104357   8 months vboxsync VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
(edit) @104322   8 months vboxsync VMM/IEM: Have a single TB prologue which serves as an entry point to …
(edit) @104321   8 months vboxsync VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
(edit) @104153   8 months vboxsync VMM/IEM: Set pCurTbR3 to NULL in the longjmp'ed/catch block to prevent …
(edit) @104123   8 months vboxsync VMM/IEM: Avoid the two RTMemProtect calls in iemExecMemAllocatorFree …
(edit) @104114   8 months vboxsync VMM/IEM: Implemented a very simple alternative to …
(edit) @104064   8 months vboxsync VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
(edit) @103852   9 months vboxsync Move iemTbFlagsToString() to be accessible to both callers [symbol …
(edit) @103847   9 months vboxsync Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
(edit) @103828   9 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103612   9 months vboxsync VMM/IEM: Refinement of r161881 (pbInstrBuf == NULL situation). bugref:10370
(edit) @103554   9 months vboxsync VMM/IEM: Some simple TB disassembly interface that can be used from …
(edit) @103535   9 months vboxsync VMM/IEM: Quick hack for catching and dealing with pbInstrBuf == NULL …
(edit) @103404   10 months vboxsync VMM/IEM: Threaded function statistics. bugref:10376
(edit) @103376   10 months vboxsync VMM/IEM: Experimental alternative to throw/longjmp when executing …
(edit) @103189   10 months vboxsync VMM/IEM: Better code. bugref:10372
(edit) @103188   10 months vboxsync VMM/IEM: Fix. bugref:10372
(edit) @103181   10 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @102977   10 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102876   11 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102684   11 months vboxsync VMM/IEM: Fixed another bug in related to ah,ch,dh,bh storing (AMD64 …
(edit) @102663   11 months vboxsync VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
(edit) @102557   12 months vboxsync VMM/IEM: Try deal with running out of executable memory. bugref:10371
(edit) @102394   12 months vboxsync VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
(edit) @102387   12 months vboxsync VMM/IEM: doxygen fix. bugref:10547
(edit) @102384   12 months vboxsync VMM/IEM: Quick workaround for unaligned atomic instructions on arm64. …
(edit) @102366   12 months vboxsync VMM/IEM: Log call as they are emitted by the threaded recompiler. …
(edit) @102365   12 months vboxsync VMM/IEM: Fixed bug in threaded recompiler where we'd emit the …
(edit) @102332   12 months vboxsync VMM/IEM: Restored the heuristics for when to recompiler to native. …
(edit) @102313   12 months vboxsync VMM/IEM: First recompiled memory access. This is without any TLB …
(edit) @101908   13 months vboxsync VMM/IEM: Arm64 code generation fixes. bugref:10371
(edit) @101704   13 months vboxsync VMM/IEM: Native translation for …
(edit) @101538   13 months vboxsync VMM/IEM: Freed up some space in IEMTB for a pointer to debug info or …
(edit) @101484   14 months vboxsync VMM/IEM: Basic register allocator sketches that incorporates simple …
(edit) @101387   14 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @101261   14 months vboxsync VMM/IEM: Corrected FNIEMNATIVETB so it clearly indicates that …
(edit) @101245   14 months vboxsync VMM/IEM: nit. bugref:10370
(edit) @101163   15 months vboxsync VMM/IEM: Experimental recompilation of threaded blocks into native …
(edit) @101111   15 months vboxsync VMM/IEM: Dropped IEMTB_F_STATE_XXX as we use dedicated TBs for …
(edit) @101096   15 months vboxsync VMM/IEM: Fixed a bug in the TB allocator pruning code and another one …
(edit) @101091   15 months vboxsync VMM/IEM: Fixed collision list issue when removing. Added length …
(edit) @101088   15 months vboxsync VMM/IEM,VMM/TM: Basic TB managment and allocation rewrite. bugref:10369
(edit) @100869   16 months vboxsync VMM/IEM: Use a fixed maxed-out TB during threaded compilation and …
(edit) @100803   16 months vboxsync VMM/IEM: More stats. bugref:10369
(edit) @100801   16 months vboxsync VMM/IEM: More complete CS.LIM checking, now considering it on …
(edit) @100792   16 months vboxsync VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
(edit) @100791   16 months vboxsync VMM/IEM: VINF_IEM_REEXEC_MODE_CHANGED -> VINF_IEM_REEXEC_BREAK - more …
(edit) @100790   16 months vboxsync VMM/IEM: Don't generate IRQ checks as the first call in a code block, …
(edit) @100789   16 months vboxsync VMM/IEM: CS.LIM check fix. bugref:10369
(edit) @100787   16 months vboxsync VMM/IEM: Check for IRQs immediately after STI as well as after the …
(edit) @100761   16 months vboxsync VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
(edit) @100752   16 months vboxsync VMM/IEM: Correctly declare the threaded functions (Visual C++ freaked …
(edit) @100736   16 months vboxsync VMM/IEM: Put the instruction tables for the recompiler in a separate …
(edit) @100734   16 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(edit) @100733   16 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
(copy) @100732   16 months vboxsync VMM/IEM: Renamed some source files. bugref:10369
copied from trunk/src/VBox/VMM/VMMAll/IEMAllThreadedRecompiler.cpp
(edit) @100731   16 months vboxsync VMM/IEM: More on recompiling branch instruction. bugref:10369
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