|
|
@103993
|
13 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103990
|
13 months |
vboxsync |
VMM/IEM: Fix the SIMD guest register value checking, cnt operates on …
|
|
|
@103964
|
13 months |
vboxsync |
VMM/IEM: Some statistics on the SIMD register allocator and some …
|
|
|
@103953
|
13 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103952
|
13 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103949
|
13 months |
vboxsync |
VMM/IEM: Implement native emitters for …
|
|
|
@103942
|
13 months |
vboxsync |
VMM/IEM: Implement memory stores from SIMD registers and implement …
|
|
|
@103934
|
13 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103916
|
13 months |
vboxsync |
VMM/IEM: Convert …
|
|
|
@103913
|
13 months |
vboxsync |
VMM/IEM: Implement support for checking the high 128-bit register …
|
|
|
@103912
|
13 months |
vboxsync |
VMM/IEM: Fix iemNativeEmitGuestSimdRegValueCheck() for 256-bit values, …
|
|
|
@103911
|
13 months |
vboxsync |
VMM/IEM: Implement support for fetching 128-bit/256-bit values from …
|
|
|
@103907
|
13 months |
vboxsync |
VMM/IEM: Fix the stack slot allocator for values spanning multiple …
|
|
|
@103895
|
13 months |
vboxsync |
VMM/IEM: Add SIMD local variable support and implement native emitters …
|
|
|
@103894
|
13 months |
vboxsync |
VMM/IEM: Add SIMD local variable support and implement native emitters …
|
|
|
@103876
|
13 months |
vboxsync |
VMM/IEM: Reverted silent assertion 'fix' from r162236 as it is wrong …
|
|
|
@103865
|
13 months |
vboxsync |
VMM/IEM: Implement native emitter for …
|
|
|
@103860
|
13 months |
vboxsync |
VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
|
|
|
@103847
|
13 months |
vboxsync |
Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
|
|
|
@103839
|
13 months |
vboxsync |
VMM/IEM: Implement native emitters for IEM_MC_RAISE_DIVIDE_ERROR() and …
|
|
|
@103838
|
13 months |
vboxsync |
VMM/IEM: Emit the …
|
|
|
@103832
|
13 months |
vboxsync |
VMM/IEM: Fix bogus assertion, bugref:10614
|
|
|
@103831
|
13 months |
vboxsync |
VMM/IEM: Implemented simple (whole sale) status flag up update …
|
|
|
@103830
|
13 months |
vboxsync |
VMM/IEM: Remove leftover assertion not valid anymore, bugref:10614
|
|
|
@103828
|
13 months |
vboxsync |
VMM/IEM: Implemented simple (whole sale) status flag up update …
|
|
|
@103827
|
13 months |
vboxsync |
VMM/IEM: Fixed missing variable index unpacking in …
|
|
|
@103811
|
13 months |
vboxsync |
VMM/IEM: Fix the SIMD register check code on amd64, bugref:10614
|
|
|
@103807
|
13 months |
vboxsync |
VMM/IEM: Split up the native recompiler functions …
|
|
|
@103805
|
13 months |
vboxsync |
VMM/IEM: Fix preprocessor define, bugref:10373
|
|
|
@103787
|
13 months |
vboxsync |
VMM/IEM: Add a qword index parameter to IEM_MC_FETCH_YREG_U64() and …
|
|
|
@103784
|
13 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U32(), bugref:10614
|
|
|
@103782
|
13 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_FETCH_YREG_U64(), bugref:10614
|
|
|
@103779
|
13 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U32(), bugref:10614
|
|
|
@103777
|
13 months |
vboxsync |
VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
|
|
|
@103775
|
13 months |
vboxsync |
VMM/IEM: Implement the writeback of dirty host registers shadowing …
|
|
|
@103769
|
13 months |
vboxsync |
VMM/IEM: Windows build fixes for SIMD register allocator. bugref:10614
|
|
|
@103763
|
13 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U32(), bugref:10614
|
|
|
@103762
|
13 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_CLEAR_YREG_128_UP(), …
|
|
|
@103761
|
13 months |
vboxsync |
VMM/IEM: Implement native emitter for IEM_MC_FETCH_XREG_U64(), bugref:10614
|
|
|
@103760
|
13 months |
vboxsync |
VMM/IEM: Fix emitter for IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT(), …
|
|
|
@103758
|
13 months |
vboxsync |
VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
|
|
|
@103750
|
13 months |
vboxsync |
VMM/IEM: Implement some ofthe amd64 emitters for SSE/AVX, bugref:10614
|
|
|
@103739
|
14 months |
vboxsync |
VMM/IEM: Implemented native emitter for ADD instructions taking …
|
|
|
@103729
|
14 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103728
|
14 months |
vboxsync |
VMM/IEM: Initial implementation of a SIMD register allocator and …
|
|
|
@103671
|
14 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103670
|
14 months |
vboxsync |
VMM/IEM: Fix debug assertions for iemNativeEmitRefXregXxx(), bugref:10371
|
|
|
@103669
|
14 months |
vboxsync |
VMM/IEM: Replace some single bit tests with …
|
|
|
@103667
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_REF_MXCSR() body, bugref:10371
|
|
|
@103666
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
|
|
|
@103665
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_FPU_XCPT() body, …
|
|
|
@103664
|
14 months |
vboxsync |
VMM/IEM: Fix the label type for iemNativeEmitRaiseUd(), introduced …
|
|
|
@103663
|
14 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103661
|
14 months |
vboxsync |
VMM/IEM: Some VMCPU/CPUMCTX access annotations for arm64 as well. …
|
|
|
@103660
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() …
|
|
|
@103659
|
14 months |
vboxsync |
VMM/IEM: Flush the current program counter to CPUMCTX when in the …
|
|
|
@103649
|
14 months |
vboxsync |
VMM/IEM: Delay the RIP update for each instruction if possible to save …
|
|
|
@103639
|
14 months |
vboxsync |
VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
|
|
|
@103635
|
14 months |
vboxsync |
VMM/IEM: Emit native code for 64-bit and 16-bit xor reg/reg variants …
|
|
|
@103627
|
14 months |
vboxsync |
VMM/IEM: Obfuscate most variable indexes we pass around in strict …
|
|
|
@103624
|
14 months |
vboxsync |
VMM/IEM: Must release variable register when done with them. bugref:10371
|
|
|
@103623
|
14 months |
vboxsync |
VMM/IEM: Corrected code buffer allocation for eflags updating after …
|
|
|
@103622
|
14 months |
vboxsync |
VMM/IEM: Obfuscate most variable indexes we pass around in strict …
|
|
|
@103613
|
14 months |
vboxsync |
VMM/IEM: Experimental code for emitting native code instead of calling …
|
|
|
@103596
|
14 months |
vboxsync |
VMM/IEM: Fix emitters for IEM_MC_FETCH_FCW()/IEM_MC_FETCH_FSW(), the …
|
|
|
@103592
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_SSE_RELATED_XCPT() …
|
|
|
@103591
|
14 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103590
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_FETCH_FSW() body (untested), …
|
|
|
@103589
|
14 months |
vboxsync |
VMM/IEM: Native translation of IEM_MC_FETCH_FCW() body, bugref:10371
|
|
|
@103588
|
14 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103585
|
14 months |
vboxsync |
VMM/IEM: Native translation of …
|
|
|
@103555
|
14 months |
vboxsync |
VMM/IEM: Added native translation for IEM_MC_AND_LOCAL_U8/16/32/64 and …
|
|
|
@103404
|
14 months |
vboxsync |
VMM/IEM: Threaded function statistics. bugref:10376
|
|
|
@103393
|
14 months |
vboxsync |
VMM/IEM,STAM: Some more liveness experiments. Adjusted the …
|
|
|
@103377
|
14 months |
vboxsync |
VMM/IEM: Implemented iemNativeTbLongJmp and fixed the associated code …
|
|
|
@103376
|
14 months |
vboxsync |
VMM/IEM: Experimental alternative to throw/longjmp when executing …
|
|
|
@103375
|
14 months |
vboxsync |
VMM/IEM: Corrected bug in iemNativeInstrBufEnsureSlow where it would …
|
|
|
@103334
|
14 months |
vboxsync |
VMM/IEM: Drop the IEMLIVENESS_OLD_LAYOUT code, as clang output smaller …
|
|
|
@103318
|
14 months |
vboxsync |
VMM/IEM: Liveness analysis, part 10: Debugging, asserting liveness …
|
|
|
@103236
|
15 months |
vboxsync |
VMM/IEM: Liveness analysis, part 8: scm fix. bugref:10372 bugref:10375
|
|
|
@103233
|
15 months |
vboxsync |
VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
|
|
|
@103181
|
15 months |
vboxsync |
VMM/IEM: Liveness analysis, part 1. bugref:10372
|
|
|
@102977
|
15 months |
vboxsync |
VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
|
|
|
@102904
|
15 months |
vboxsync |
VMM/IEM: Build fixes for when IEMNATIVE_WITH_INSTRUCTION_COUNTING …
|
|
|
@102883
|
15 months |
vboxsync |
VMM/IEM: Maintain pReNative->fExec in …
|
|
|
@102876
|
15 months |
vboxsync |
VMM/IEM: Call different threaded functions for each branch in a …
|
|
|
@102847
|
15 months |
vboxsync |
VMM/IEM: Moved the TLB lookup emitter to a common header file so it …
|
|
|
@102846
|
15 months |
vboxsync |
VMM/IEM: Preserve variable and shadow register state across code TLB …
|
|
|
@102801
|
15 months |
vboxsync |
VMM/IEM: Stats, go straight for the safe fallback functions in the …
|
|
|
@102800
|
15 months |
vboxsync |
VMM/IEM: Stats, go straight for the safe fallback functions in the …
|
|
|
@102793
|
15 months |
vboxsync |
VMM/IEM: POP fix for ARM64. bugref:10371
|
|
|
@102791
|
15 months |
vboxsync |
VMM/IEM: Fix iemNativeInstrBufEnsureSlow bug in strict builds. bugref:10371
|
|
|
@102790
|
16 months |
vboxsync |
VMM/IEM: Emit TLB lookup for POP GPR instructions. bugref:10371
|
|
|
@102785
|
16 months |
vboxsync |
VMM/IEM: Emulate POP SReg and PUSH SReg more like real intel CPUs do …
|
|
|
@102770
|
16 months |
vboxsync |
VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
|
|
|
@102768
|
16 months |
vboxsync |
VMM/IEM: Emit native TLB lookup in IEM_MC_*PUSH*. bugreg:10371
|
|
|
@102767
|
16 months |
vboxsync |
VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
|
|
|
@102766
|
16 months |
vboxsync |
VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
|
|
|
@102765
|
16 months |
vboxsync |
VMM/IEM: Reworking native translation of IEM_MC_*PUSH* in prep for …
|
|
|
@102757
|
16 months |
vboxsync |
VMM/IEM: Avoid flushing volatile registers during …
|
|
|