VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/IEMAllN8vePython.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105283   7 months vboxsync VMM/IEM: Implement vcmpps, vcmppd, vcmpss, vcmpsd instruction …
(edit) @105183   7 months vboxsync VMM/IEM: A few new IEM MC statements required for AVX/AVX2 floating …
(edit) @104422   9 months vboxsync VMM/IEM: Add native emitters for the …
(edit) @104420   9 months vboxsync VMM/IEM: Add native emitters for the …
(edit) @104419   9 months vboxsync VMM/IEM: Convert near return (retn) and relative/indirect call …
(edit) @104195   10 months vboxsync VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
(edit) @104150   10 months vboxsync VMM/IEM: Rework the [v][u]comis[sd] instruction emulations to work by …
(edit) @104143   10 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @104137   10 months vboxsync Committed too much, bugref:10641
(edit) @104136   10 months vboxsync VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
(edit) @104075   10 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @104021   10 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
(edit) @104019   10 months vboxsync VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
(edit) @104018   10 months vboxsync VMM/IEM: Dropped the argument and local variable counts from …
(edit) @103995   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_XREG_XMM(), …
(edit) @103974   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(edit) @103973   11 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_STORE_YREG_U128(), …
(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) @103945   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) @103859   11 months vboxsync VMM/IEM: NativeRecompFunctionVariation::analyzeVariableLiveness …
(edit) @103828   11 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103768   11 months vboxsync VMM/IEM: Some more threaded function name annotating to make the …
(edit) @103756   11 months vboxsync VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
(edit) @103739   11 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103613   11 months vboxsync VMM/IEM: Experimental code for emitting native code instead of calling …
(edit) @103259   12 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103233   12 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103181   12 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   12 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @102977   13 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102876   13 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102587   14 months vboxsync VMM/IEM: Native translation of IEM_MC_SET_RIP_U16_AND_FINISH and …
(edit) @102585   14 months vboxsync VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for …
(edit) @102582   14 months vboxsync VMM/IEM: Use a nested function for implicitly freeing simple …
(edit) @102581   14 months vboxsync VMM/IEM: The IEM_MC*_PUSH_* MCs implictly frees the variable they're …
(edit) @102579   14 months vboxsync VMM/IEM: Basic native translation of IEM_MC_PUSH_U16* and friends. …
(edit) @102577   14 months vboxsync VMM/IEM: Basic native translation of IEM_MC_POP_GREG_U* and friends. …
(edit) @102572   14 months vboxsync VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
(edit) @102569   14 months vboxsync VMM/IEM: Little unmap assertion fix / optimization. bugref:10371
(edit) @102510   14 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102447   14 months vboxsync VMM/IEM: movsx & movzx from registers. bugref:10371
(edit) @102444   14 months vboxsync VMM/IEM: IEM_MC_STORE_GREG_U8_THREADED. bugref:10371
(edit) @102443   14 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM[_FLAT]_U*_DISP. bugref:10371
(edit) @102442   14 months vboxsync VMM/IEM: movzx & movsx. bugref:10371
(edit) @102438   14 months vboxsync VMM/IEM: Basic native translation of all IEM_MC_MEM_MAP_XXX and …
(edit) @102429   14 months vboxsync VMM/IEM: Retired un-typed IEM_MC_MEM_MAP and friends not using …
(edit) @102428   14 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102427   14 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102426   14 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102425   14 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102424   14 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102409   14 months vboxsync VMM/IEM: IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64_CONST. bugref:10371
(edit) @102397   14 months vboxsync VMM/IEM: Enabled native IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64. bugref:10371
(edit) @102351   14 months vboxsync VMM/IEM: IEM_MC_FETCH_MEM_FLAT_U8, IEM_MC_FETCH_MEM_FLAT_U16, …
(edit) @102349   14 months vboxsync VMM/IEM: Converted IEM_MC_REF_LOCAL uses to IEM_MC_ARG_LOCAL_REF, …
(edit) @102082   15 months vboxsync VMM/IEM: Native translation of IEM_MC_FETCH_GREG_U8_THREADED. bugref:10371
(edit) @102080   15 months vboxsync VMM/IEM: Native translation for IEM_MC_CALL_CIMPL_[3-5]_THREADED and …
(edit) @102079   15 months vboxsync VMM/IEM: Native handling/translation of IEM_MC_GREG_U8_THREADED. …
(edit) @102077   15 months vboxsync VMM/IEM,STAM: Native translation of IEM_MC_REF_EFLAGS, …
(edit) @102073   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CALC_RM_EFF_ADDR_THREADED_32. …
(edit) @102072   15 months vboxsync VMM/IEM: A little python cleanup. bugref:10371
(edit) @102071   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CALC_RM_EFF_ADDR_THREADED_16. …
(edit) @102070   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CLEAR_HIGH_GREG_U64. Had to …
(edit) @102012   15 months vboxsync VMM/IEM: If we use structure variables in MC blocks, we need special …
(edit) @102010   15 months vboxsync VMM/IEM: More on the subject of correctly flushing guest register …
(edit) @101849   15 months vboxsync VMM/IEM: Enabled native translation of IEM_MC_CALL_CIMPL_2. Fixed some …
(edit) @101844   15 months vboxsync VMM/IEM: Native translation of IEM_MC_CALL_CIMPL_1_THREADED and …
(edit) @101722   15 months vboxsync VMM/IEM: Identify the different styles IEM_MC_CALL_XXX and mark these …
(edit) @101706   15 months vboxsync VMM/IEM: Native translation for …
(edit) @101704   15 months vboxsync VMM/IEM: Native translation for …
(edit) @101694   15 months vboxsync VMM/IEM: Native translation of IEM_MC_STORE_GREG_U8_CONST_THREADED …
(edit) @101516   16 months vboxsync VMM/IEM: Deal with unconditional relative jumps (sans flag checking). …
(edit) @101505   16 months vboxsync VMM/IEM: Deal with the two other PC advancing MCs. Some fixes. bugref:10371
(edit) @101484   16 months vboxsync VMM/IEM: Basic register allocator sketches that incorporates simple …
(edit) @101387   16 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @101370   16 months vboxsync Reverted commit r159372, committed too much.
(edit) @101369   16 months vboxsync Main/Global.cpp: Move the macros for compose the x64/x86/arm64/arm32 …
(edit) @101307   16 months vboxsync VMM/IEM: Enabled native recompilation of pure defer-to-CImpl …
(edit) @101304   16 months vboxsync VMM/IEM: Emit native code for pure defer-CImpl instructions. Tested on …
(add) @101275   16 months vboxsync VMM/IEM: Started on bugref:10371 …
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