|
|
@105797
|
3 months |
vboxsync |
VMM/IEM: Split up IEMAllN8veLiveness.cpp into 6 parts to speed up …
|
|
|
@105768
|
3 months |
vboxsync |
VMM/IEM: Eliminated an unnecessary CS.LIM check in IEM_MC_REL_JMP_XXX …
|
|
|
@105673
|
4 months |
vboxsync |
VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
|
|
|
@105652
|
4 months |
vboxsync |
VMM/IEM: Fix bound instruction emulation when running in the …
|
|
|
@105283
|
5 months |
vboxsync |
VMM/IEM: Implement vcmpps, vcmppd, vcmpss, vcmpsd instruction …
|
|
|
@105277
|
5 months |
vboxsync |
VMM/IEM: Rework roundps/roundpd which only have two operands instead …
|
|
|
@105235
|
5 months |
vboxsync |
VMM/IEM: Implement vsqrtps,vsqrtpd instruction emulations, bugref:9898
|
|
|
@105183
|
5 months |
vboxsync |
VMM/IEM: A few new IEM MC statements required for AVX/AVX2 floating …
|
|
|
@104424
|
7 months |
vboxsync |
VMM/IEM: Convert near return (retn) and relative/indirect call …
|
|
|
@104423
|
7 months |
vboxsync |
VMM/IEM: Convert near return (retn) and relative/indirect call …
|
|
|
@104419
|
7 months |
vboxsync |
VMM/IEM: Convert near return (retn) and relative/indirect call …
|
|
|
@104357
|
8 months |
vboxsync |
VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
|
|
|
@104195
|
8 months |
vboxsync |
VMM/IEM: Refactoring assembly helpers to not pass eflags by reference …
|
|
|
@104135
|
8 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for AVX instructions. See r162550 for …
|
|
|
@104129
|
8 months |
vboxsync |
VMM/IEM: Rework MXCSR handling for SSE instructions, bugref:10641
…
|
|
|
@104099
|
8 months |
vboxsync |
VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
|
|
|
@104081
|
8 months |
vboxsync |
VMM/IEM: Same logic as r162478/iemGRegRefU8 applies here. bugref:9898
|
|
|
@104076
|
8 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpinsr[bwdq] instruction decode, …
|
|
|
@104021
|
8 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_CALL_AVX_AIMPL_2() and …
|
|
|
@104019
|
8 months |
vboxsync |
VMM/IEM: Made IEM_MC_CALL_AVX_AIMPL_[34] deal with its hidden …
|
|
|
@104018
|
8 months |
vboxsync |
VMM/IEM: Dropped the argument and local variable counts from …
|
|
|
@103922
|
9 months |
vboxsync |
VMM/IEM: Fixed the remaining decoding issues with vblendvps/d. bugref:9898
|
|
|
@103909
|
9 months |
vboxsync |
VMM/IEM: Implement 'microcoded' vpextr[bwdq] instruction decode, …
|
|
|
@103842
|
9 months |
vboxsync |
Fix IEMAllThrdPython.py crash in threaded recompiler build, bugref:9898
|
|
|
@103828
|
9 months |
vboxsync |
VMM/IEM: Implemented simple (whole sale) status flag up update …
|
|
|
@103807
|
9 months |
vboxsync |
VMM/IEM: Split up the native recompiler functions …
|
|
|
@103787
|
9 months |
vboxsync |
VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
|
|
|
@103778
|
9 months |
vboxsync |
VMM/IEM: Replace IEM_MC_STORE_XREG_HI_U64() with the more versatile …
|
|
|
@103768
|
9 months |
vboxsync |
VMM/IEM: Some more threaded function name annotating to make the …
|
|
|
@103757
|
9 months |
vboxsync |
VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
|
|
|
@103756
|
9 months |
vboxsync |
VMM/IEM: Remove IEM_MC_NATIVE_IF from the native emitter code blocks …
|
|
|
@103678
|
9 months |
vboxsync |
VMM/IEM: Optimization all 'sub same,same' and 'xor same,same' register …
|
|
|
@103613
|
9 months |
vboxsync |
VMM/IEM: Experimental code for emitting native code instead of calling …
|
|
|
@103560
|
9 months |
vboxsync |
Try to fix build bugref:9898
|
|
|
@103548
|
9 months |
vboxsync |
VMM/IEM: Special case the 'xor reg32,samereg32' operation as it it …
|
|
|
@103542
|
9 months |
vboxsync |
VMM/IEM: More helpful way to make the MC block names unique. bugref:10370
|
|
|
@103404
|
10 months |
vboxsync |
VMM/IEM: Threaded function statistics. bugref:10376
|
|
|
@103351
|
10 months |
vboxsync |
VMM/IEM: Only need an uint8_t type for the extended 8-bit grp …
|
|
|
@103350
|
10 months |
vboxsync |
VMM/IEM: Added some explicit/insane casting to shut up parfait. bugref:3409
|
|
|
@103258
|
10 months |
vboxsync |
VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
|
|
|
@103233
|
10 months |
vboxsync |
VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
|
|
|
@103214
|
10 months |
vboxsync |
VMM/IEMAllInst*: Liveness analysis, part 7: Flag input & modification …
|
|
|
@103181
|
10 months |
vboxsync |
VMM/IEM: Liveness analysis, part 1. bugref:10372
|
|
|
@102977
|
11 months |
vboxsync |
VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
|
|
|
@102883
|
11 months |
vboxsync |
VMM/IEM: Maintain pReNative->fExec in …
|
|
|
@102879
|
11 months |
vboxsync |
VMM/IEM: Skip PC validation and such if we don't jump on a conditional …
|
|
|
@102876
|
11 months |
vboxsync |
VMM/IEM: Call different threaded functions for each branch in a …
|
|
|
@102782
|
11 months |
vboxsync |
VMM/IEM: Count the 64_Addr32 and 64f_Addr32 variations with the FLAT …
|
|
|
@102769
|
11 months |
vboxsync |
VMM/IEM: Tweaked the PUSH/POP -> FLAT64 variants since all stack …
|
|
|
@102699
|
11 months |
vboxsync |
VMM/IEM: Native translation of BODY_LOAD_TLB_AFTER_BRANCH. (only …
|
|
|
@102695
|
12 months |
vboxsync |
VMM/IEM: Native translation of BODY_LOAD_TLB_FOR_NEW_PAGE (minus TLB …
|
|
|
@102663
|
12 months |
vboxsync |
VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
|
|
|
@102624
|
12 months |
vboxsync |
VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
|
|
|
@102623
|
12 months |
vboxsync |
VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
|
|
|
@102593
|
12 months |
vboxsync |
VMM/IEM: Native translation of Blt_CheckCsLim. bugref:10371
|
|
|
@102585
|
12 months |
vboxsync |
VMM/IEM: Refactored the IEM_MC_SET_RIP_Uxx_AND_FINISH MCs in prep for …
|
|
|
@102572
|
12 months |
vboxsync |
VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
|
|
|
@102429
|
12 months |
vboxsync |
VMM/IEM: Retired un-typed IEM_MC_MEM_MAP and friends not using …
|
|
|
@102428
|
12 months |
vboxsync |
VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
|
|
|
@102427
|
12 months |
vboxsync |
VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
|
|
|
@102426
|
12 months |
vboxsync |
VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
|
|
|
@102425
|
12 months |
vboxsync |
VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
|
|
|
@102424
|
12 months |
vboxsync |
VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
|
|
|
@102394
|
12 months |
vboxsync |
VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
|
|
|
@102365
|
12 months |
vboxsync |
VMM/IEM: Fixed bug in threaded recompiler where we'd emit the …
|
|
|
@102072
|
13 months |
vboxsync |
VMM/IEM: A little python cleanup. bugref:10371
|
|
|
@102070
|
13 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_CLEAR_HIGH_GREG_U64. Had to …
|
|
|
@102012
|
13 months |
vboxsync |
VMM/IEM: If we use structure variables in MC blocks, we need special …
|
|
|
@102011
|
13 months |
vboxsync |
VMM/IEM: Added a flush mask for guest register shadows to the …
|
|
|
@102010
|
13 months |
vboxsync |
VMM/IEM: More on the subject of correctly flushing guest register …
|
|
|
@101984
|
13 months |
vboxsync |
VMM/IEM: Added a flush mask for guest register shadows to the …
|
|
|
@101950
|
13 months |
vboxsync |
VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstTwoByte0f.cpp.h, …
|
|
|
@101949
|
13 months |
vboxsync |
VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstOneByte.cpp.h, …
|
|
|
@101732
|
13 months |
vboxsync |
VMM/IEM: Consider #if/#ifdef/#ifndef/#elif/#else/#endif when picking …
|
|
|
@101722
|
13 months |
vboxsync |
VMM/IEM: Identify the different styles IEM_MC_CALL_XXX and mark these …
|
|
|
@101704
|
13 months |
vboxsync |
VMM/IEM: Native translation for …
|
|
|
@101694
|
13 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_STORE_GREG_U8_CONST_THREADED …
|
|
|
@101661
|
13 months |
vboxsync |
VMM/IEM: Windows build recompiler fixes. Fixed handling of 8-bit …
|
|
|
@101640
|
13 months |
vboxsync |
VMM/IEM: Emit native code for BltIn_CheckIrq. bugref:10371
|
|
|
@101626
|
13 months |
vboxsync |
VMM/IEM: Native implementation of BltIn_CheckMode. bugref:10371
|
|
|
@101557
|
14 months |
vboxsync |
VMM/IEM: Got conditional jumps working, currently only those testing …
|
|
|
@101505
|
14 months |
vboxsync |
VMM/IEM: Deal with the two other PC advancing MCs. Some fixes. bugref:10371
|
|
|
@101484
|
14 months |
vboxsync |
VMM/IEM: Basic register allocator sketches that incorporates simple …
|
|
|
@101387
|
14 months |
vboxsync |
VMM/IEM: Added a new class of threaded function variants, the …
|
|
|
@101305
|
14 months |
vboxsync |
VMM/IEM: Covert zero arg count defer-CImpl instruction emulations as …
|
|
|
@101275
|
14 months |
vboxsync |
VMM/IEM: Started on bugref:10371 …
|
|
|
@101182
|
15 months |
vboxsync |
VMM/IEM: Eliminated a parameter for three more builtin threaded …
|
|
|
@101181
|
15 months |
vboxsync |
VMM/IEM: We don't need to emit code for setting up parameters that the …
|
|
|
@100859
|
16 months |
vboxsync |
VMM/IEM: Stack MC rework preps. bugref:10369
|
|
|
@100856
|
16 months |
vboxsync |
VMM/IEM: Made use of the IEM_MC_F_XXX flags to limit the number of …
|
|
|
@100854
|
16 months |
vboxsync |
VMM/IEM: In order to get rid of most impossible threaded functions, an …
|
|
|
@100829
|
16 months |
vboxsync |
VMM/IEM: Implemented hardware instruction breakpoints. Only tested …
|
|
|
@100826
|
16 months |
vboxsync |
VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
|
|
|
@100811
|
16 months |
vboxsync |
VMM/IEM: Working on implementing the FLAT mode (64-bit mode and 32-bit …
|
|
|
@100806
|
16 months |
vboxsync |
VMM/IEM: Don't end TBs on mode change. Corrected BltIn_CheckMode to …
|
|
|
@100804
|
16 months |
vboxsync |
VMM/IEM: Made the rep-prefixed string instructions return new status …
|
|
|
@100801
|
16 months |
vboxsync |
VMM/IEM: More complete CS.LIM checking, now considering it on …
|
|
|
@100788
|
16 months |
vboxsync |
VMM/IEM: Added missing CheckMode call to …
|
|
|
@100787
|
16 months |
vboxsync |
VMM/IEM: Check for IRQs immediately after STI as well as after the …
|
|
|
@100778
|
16 months |
vboxsync |
VMM/IEM: Corrections for 8-bit register number calculations for 64-bit …
|
|
|