|
|
@106124
|
2 months |
vboxsync |
VMM/IEM: More work on recompilation-time checks of skipped & postponed …
|
|
|
@106123
|
2 months |
vboxsync |
VMM/IEM: More work on recompilation-time checks of skipped & postponed …
|
|
|
@106117
|
2 months |
vboxsync |
VMM/IEM: Recompilation-time checks of skipped EFLAGS. bugref:10720
|
|
|
@106113
|
2 months |
vboxsync |
VMM/IEM: Added special register allocator functions for EFLAGS so we …
|
|
|
@106101
|
2 months |
vboxsync |
VMM/IEM: More native eflag stats. Added …
|
|
|
@106099
|
2 months |
vboxsync |
VMM/IEM: Moved the kIemNativeGstReg_Pc to the end of the enum to …
|
|
|
@106097
|
2 months |
vboxsync |
VMM/IEM: Liveness fix for MXCSR modifying in addps and friends. …
|
|
|
@106090
|
2 months |
vboxsync |
VMM/IEM: More liveness work for delayed eflags updating. bugref:10720 …
|
|
|
@106078
|
2 months |
vboxsync |
VMM/IEM: Liveness work for bugref:10720. bugref:10372
|
|
|
@106061
|
2 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@106054
|
3 months |
vboxsync |
GCM: Made saved state loading a bit more flexible so we can load 7.0.x …
|
|
|
@106049
|
3 months |
vboxsync |
GCM: Made saved state loading a bit more flexible so we can load 7.0.x …
|
|
|
@106037
|
3 months |
vboxsync |
VMM/IEM: Quick liveness fix for iemOp_pmovmskb_Gd_Ux. bugref:10652 …
|
|
|
@106022
|
3 months |
vboxsync |
VMM/PDM: Added PDMR3DriverEnumInstances for use by …
|
|
|
@105998
|
3 months |
vboxsync |
VMM/IEM: s/ReturnZero/ReturnSuccess/ and simplifying related code. …
|
|
|
@105997
|
3 months |
vboxsync |
VMM/IEM: Introduce a ReturnZero label when using per-chunk tail code, …
|
|
|
@105895
|
3 months |
vboxsync |
VMM/IEM: Build fix re:r164572, bugref:10720
|
|
|
@105877
|
3 months |
vboxsync |
VMM/IEM: Don't flush PC prior to 64-bit relative jumps, flush it when …
|
|
|
@105863
|
3 months |
vboxsync |
Build fix for r164575 (VMM/IEM: Don't flush PC prior to indirect …
|
|
|
@105856
|
3 months |
vboxsync |
VMM/IEM: Don't flush PC prior to indirect jumps, flush it when in the …
|
|
|
@105855
|
3 months |
vboxsync |
VMM/IEM: Don't update PC during IEM_MC_REL_JMP_S[8|32]_AND_FINISH if …
|
|
|
@105854
|
3 months |
vboxsync |
VMM/IEM: Don't force PC updating during IEM_MC_ADVANCE_RIP_AND_FINISH …
|
|
|
@105853
|
3 months |
vboxsync |
VMM/IEM: Don't force PC updating before branches, nor flushing of …
|
|
|
@105818
|
3 months |
vboxsync |
VMM/IEM: Record whether any of the branches of an …
|
|
|
@105805
|
3 months |
vboxsync |
VMM/IEM: End TB if we get back to the first instruction again via an …
|
|
|
@105768
|
3 months |
vboxsync |
VMM/IEM: Eliminated an unnecessary CS.LIM check in IEM_MC_REL_JMP_XXX …
|
|
|
@105739
|
3 months |
vboxsync |
VMM/IEM: Don't try save IEMNATIVE_REG_FIXED_TMP0 together with other …
|
|
|
@105728
|
3 months |
vboxsync |
VMM/IEM: Ditch the if (pTlbe->pbMappingR3) check from the native TLB …
|
|
|
@105718
|
3 months |
vboxsync |
VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
|
|
|
@105702
|
4 months |
vboxsync |
VMM/IEM: Enabled the adaptive timer polling. bugref:10656
|
|
|
@105698
|
4 months |
vboxsync |
VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
|
|
|
@105690
|
4 months |
vboxsync |
VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
|
|
|
@105687
|
4 months |
vboxsync |
VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS …
|
|
|
@105686
|
4 months |
vboxsync |
VMMArm/CPUM: Add the additional state required to support EL2 in the …
|
|
|
@105673
|
4 months |
vboxsync |
VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
|
|
|
@105664
|
4 months |
vboxsync |
VMM/IEM: Implement vgather[dq]p[sd], vpgather[dq][dq] instruction …
|
|
|
@105652
|
4 months |
vboxsync |
VMM/IEM: Fix bound instruction emulation when running in the …
|
|
|
@105616
|
4 months |
vboxsync |
VMM/IEM: Another iemTlbInvalidateLargePageWorkerInner optimization …
|
|
|
@105579
|
4 months |
vboxsync |
VMM/IEM: Fixed another bug in the large page TLB invalidation code …
|
|
|
@105560
|
4 months |
vboxsync |
VMM/IEM: A few more TLB tracing events. bugref:10727
|
|
|
@105491
|
4 months |
vboxsync |
VMM/IEM: Implement native emitters for addps, addpd, mulps and subps, …
|
|
|
@105490
|
4 months |
vboxsync |
VMM/IEM: Basic infrastructure to natively recompile SIMD floating …
|
|
|
@105489
|
4 months |
vboxsync |
VMM/IEM: Introduce special IEM_MC_NATIVE_EMIT_2_EX() IEM microcode …
|
|
|
@105466
|
4 months |
vboxsync |
VMM/IEM: Some more TLB tracing related changes. [build fix] bugref:10727
|
|
|
@105465
|
4 months |
vboxsync |
VMM/IEM: Some more TLB tracing related changes. bugref:10727
|
|
|
@105463
|
4 months |
vboxsync |
VMM/TM: An automatic power off timer for debugging - disabled by …
|
|
|
@105449
|
4 months |
vboxsync |
VMM/IEM: Use correct memory fetch variants which don't throw an #AC …
|
|
|
@105447
|
4 months |
vboxsync |
VMM/IEM: Reverted accidental 16384 TLB size back to 8192 in r164097. …
|
|
|
@105446
|
4 months |
vboxsync |
VMM/IEM: Doxygen build fix after r164103
|
|
|
@105445
|
4 months |
vboxsync |
VMM/IEM: Fold IEM_MC_MAYBE_RAISE_SSE_AVX_SIMD_FP_OR_UD_XCPT() into …
|
|
|
@105440
|
4 months |
vboxsync |
VMM/IEM: Added some simple TLB tracing (disabled by default). bugref:10727
|
|
|
@105411
|
4 months |
vboxsync |
VMM/IEM: info itlb/dtlb improvements and fixes for global entries. …
|
|
|
@105409
|
4 months |
vboxsync |
VMM/DBGF: Added a /DBGF/SuspendOnBsod boolean option (default false). …
|
|
|
@105375
|
4 months |
vboxsync |
VMM/IEM: assert message fix. bugref:10725
|
|
|
@105359
|
5 months |
vboxsync |
VMM/IEM: Implement vpps and vppd instruction emulation (fallback …
|
|
|
@105357
|
5 months |
vboxsync |
VMM/IEM: Implement vstmxcsr instruction emulation (test missing), …
|
|
|
@105356
|
5 months |
vboxsync |
VMM/IEM: Implement vstmxcsr instruction emulation (test missing), …
|
|
|
@105355
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtdq2pd instruction emulation, bugref:9898
|
|
|
@105354
|
5 months |
vboxsync |
VMM/IEM: Implement vcvttpd2dq and vcvtpd2dq instruction emulations, …
|
|
|
@105351
|
5 months |
vboxsync |
VMM/IEM: Implement vcvttps2dq instruction emulation, bugref:9898
|
|
|
@105350
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtps2dq instruction emulation, bugref:9898
|
|
|
@105349
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtdq2ps instruction emulation, bugref:9898
|
|
|
@105348
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtsd2ss instruction emulation, bugref:9898
|
|
|
@105347
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtss2sd instruction emulation, bugref:9898
|
|
|
@105346
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtpd2ps instruction emulation, bugref:9898
|
|
|
@105318
|
5 months |
vboxsync |
VMM/IEM: Tweak for really large TLBs; save an instruction on ARM64 …
|
|
|
@105316
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtps2pd instruction emulation, bugref:9898
|
|
|
@105315
|
5 months |
vboxsync |
VMM/IEM: Implement vcvttss2si, vcvttsd2si, vcvtss2si and vcvtsd2si …
|
|
|
@105311
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtsi2sd instruction emulation, bugref:9898
|
|
|
@105309
|
5 months |
vboxsync |
VMM/IEM: Implement vcvtsi2ss instruction emulation, bugref:9898
|
|
|
@105307
|
5 months |
vboxsync |
VMM/IEM: Implement vpermd, vpermps instruction emulations, bugref:9898
|
|
|
@105306
|
5 months |
vboxsync |
VMM/IEM: Implement vpermq, vpermpd instruction emulations, bugref:9898
|
|
|
@105302
|
5 months |
vboxsync |
VMM/IEM: Implement vroundss, vroundsd instruction emulations, bugref:9898
|
|
|
@105295
|
5 months |
vboxsync |
VMM/IEM: Implement vaesimc, vaesenc, vaesenclast, vaesdec, vaesdeclast …
|
|
|
@105291
|
5 months |
vboxsync |
VMM/IEM: Added iemMemFetchDataU32NoAc and iemMemFetchDataU64NoAc (with …
|
|
|
@105284
|
5 months |
vboxsync |
VMM/IEM: Large page TLB optimizations for INVLPG. bugref:10687
|
|
|
@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 …
|
|
|
@105275
|
5 months |
vboxsync |
VMM/IEM: Implement testcase for vpcmpestrm, vpcmpestri, vpcmpistrm, …
|
|
|
@105274
|
5 months |
vboxsync |
VMM/IEM: Rework roundps/roundpd which only have two operands instead …
|
|
|
@105271
|
5 months |
vboxsync |
VMM/IEM: Replaced IEMNATIVEEXITREASON with IEMNATIVELABELTYPE, since …
|
|
|
@105261
|
5 months |
vboxsync |
VMM/IEM: Share epilog and other tail code on a per-chunk basis (due to …
|
|
|
@105253
|
5 months |
vboxsync |
VMM/IEM: Implement instruction emulation for vrcpps, vrcpss, bugref:9898
|
|
|
@105252
|
5 months |
vboxsync |
VMM/IEM: Implement instruction emulation for vrsqrtps, vrsqrtss, …
|
|
|
@105235
|
5 months |
vboxsync |
VMM/IEM: Implement vsqrtps,vsqrtpd instruction emulations, bugref:9898
|
|
|
@105234
|
5 months |
vboxsync |
VMM/IEM: Implement vaddsubp{s,d} instruction emulations, bugref:9898
|
|
|
@105232
|
5 months |
vboxsync |
VMM/IEM: Implement vhsubp{s,d} instruction emulations, bugref:9898
|
|
|
@105231
|
5 months |
vboxsync |
VMM/IEM: Implement vhaddpd instruction emulation, bugref:9898
|
|
|
@105229
|
5 months |
vboxsync |
VMM/IEM: Implement vmax{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105228
|
5 months |
vboxsync |
VMM/IEM: Implement vdiv{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105224
|
5 months |
vboxsync |
VMM/IEM: Implement vmin{ps,pd,ss,sd} instruction emulations, bugref:9898
|
|
|
@105220
|
5 months |
vboxsync |
VMM/IEM: Implement vmulpd instruction emulation, bugref:9898
|
|
|
@105218
|
5 months |
vboxsync |
VMM/IEM: Implement vmulps instruction emulation, bugref:9898
|
|
|
@105215
|
5 months |
vboxsync |
VMM/IEM: Implement vsubpd instruction emulation, bugref:9898
|
|
|
@105214
|
5 months |
vboxsync |
VMM/IEM: Implement vsubps instruction emulation, bugref:9898
|
|
|
@105212
|
5 months |
vboxsync |
VMM/IEM: Implement vhaddps instruction emulation, bugref:9898
|
|
|
@105200
|
5 months |
vboxsync |
VMM/IEM: Implement vaddpd, bugref:9898
|
|
|
@105191
|
5 months |
vboxsync |
VMM/IEM: Redo TB allocation and get rid of the allocation bitmap …
|
|
|
@105184
|
5 months |
vboxsync |
VMM/IEM: Implement vaddps instruction emulation, bugref:9898
|
|
|
@105183
|
5 months |
vboxsync |
VMM/IEM: A few new IEM MC statements required for AVX/AVX2 floating …
|
|
|