VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll/target-x86

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107201   4 months vboxsync VMM/IEM: Fixed bug in iemNativeEmitLoadGprWithGstRegExT where we used …
(edit) @106723   5 months vboxsync VMM/IEM: Unwind info for win.arm64 (attempt at it, anyway). jiraref:1253
(edit) @106465   5 months vboxsync VMM/IEM: Added iemNativeEmitLoadGprWithGstReg[Ex]T and …
(edit) @106453   5 months vboxsync VMM/IEM: Eliminated the IEMNATIVE_WITH_SIMD_REG_ALLOCATOR define. …
(edit) @106407   5 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106319   5 months vboxsync VMM/IEM: Reduced parameter count for iemNativeRegAllocTmp*. bugref:10720
(edit) @106201   5 months vboxsync VMM/IEM: A couple of debug build fixes for arm. bugref:10720
(edit) @106200   5 months vboxsync VMM/IEM: Refactored the xxxxx_r_r_efl functions to take the constant …
(edit) @106199   5 months vboxsync VMM/IEM: Refactored the xxxxx_r_i_efl functions to take the constant …
(edit) @106198   5 months vboxsync VMM/IEM: Some minor refactoring of iemNativeEmitEFlagsForLogical. …
(edit) @106197   6 months vboxsync VMM/IEM: Use iemNativeEmitEFlagsForLogical as emitter for all cases. …
(edit) @106196   6 months vboxsync VMM/IEM: Added missing skipped eflags tracking in …
(edit) @106192   6 months vboxsync VMM/IEM: Added some basic stats & debug info for postponed EFLAGS …
(edit) @106187   6 months vboxsync VMM/IEM: Injecting postponed eflags calculations into the TLB miss …
(edit) @106180   6 months vboxsync VMM/IEM: Refactoring TbExits and other early eflags calculation …
(edit) @106123   6 months vboxsync VMM/IEM: More work on recompilation-time checks of skipped & postponed …
(edit) @106117   6 months vboxsync VMM/IEM: Recompilation-time checks of skipped EFLAGS. bugref:10720
(edit) @106101   6 months vboxsync VMM/IEM: More native eflag stats. Added …
(edit) @106037   6 months vboxsync VMM/IEM: Quick liveness fix for iemOp_pmovmskb_Gd_Ux. bugref:10652 …
(edit) @105491   8 months vboxsync VMM/IEM: Implement native emitters for addps, addpd, mulps and subps, …
(edit) @105484   8 months vboxsync VMM/IEM: Better fix for the pmov* emitters when the guest source …
(edit) @105407   8 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @105399   8 months vboxsync VMM/IEM: Implement native emitters for …
(edit) @105173   8 months vboxsync VMM/IEM: Implement native emitter for packuswb, bugref:10652
(edit) @105172   8 months vboxsync VMM/IEM: Implement native emitters for pmullw,paddusb,paddusw, bugref:10652
(edit) @105170   8 months vboxsync VMM/IEM: Implement native emitter for por,orps,orpd instructions, some …
(edit) @104373   11 months vboxsync VMM/IEM: Implement native emitter for pmovmskb which is used at least …
(edit) @104348   11 months vboxsync VMM/IEM: Implement native emitters for pcmpeqb, pcmpeqw and pcmpeqd …
(edit) @104339   11 months vboxsync VMM/IEM: Implement native emitters for psubb, psubw, psubd and psubdq, …
(edit) @104321   11 months vboxsync VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
(edit) @104315   11 months vboxsync VMM/IEM: Fix preprocessor defines to require a semicolon on …
(edit) @104298   11 months vboxsync VMM/IEM: Implement native emitters for paddb,paddw,paddd,paddq, …
(edit) @104294   11 months vboxsync VMM/IEM: Implement native emitters for psllw,pslld,psllq, bugref:10652
(edit) @104292   11 months vboxsync VMM/IEM: Implement native emitters for psrlw,psrld,psrlq, bugref:10652
(edit) @104279   11 months vboxsync VMM/IEM: Implement a native emitter for the pand,andps,andpd …
(edit) @104278   11 months vboxsync VMM/IEM: Implement a native emitter for the pxor,xorps,xorpd …
(edit) @104099   12 months vboxsync VMM/IEM: Emit native code for shl Ev,CL. bugref:10376
(edit) @104029   12 months vboxsync VMM/VMMAll/target-x86/IEMAllN8veEmit-x86.h: Build fix, bugref:10391
(edit) @103888   12 months vboxsync VMM/IEM: Enabled wholesale EFLAGS skipping in …
(edit) @103828   12 months vboxsync VMM/IEM: Implemented simple (whole sale) status flag up update …
(edit) @103801   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_xor_r_i_efl and enabled it for both …
(edit) @103800   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_i_efl and enabled it for both …
(edit) @103799   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_test_r_i_efl and enabled it for …
(edit) @103798   12 months vboxsync VMM/IEM: Optimized the flag calculations for AND, OR, XOR and TEST on …
(edit) @103797   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_and_r_i_efl and enabled it for both …
(edit) @103744   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_i_efl and enabled it for both …
(edit) @103743   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_sbb_r_i_efl and enabled it for both …
(edit) @103742   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_cmp_r_i_efl and enabled it for both …
(edit) @103740   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_i_efl and enabled it for both …
(edit) @103739   12 months vboxsync VMM/IEM: Implemented native emitter for ADD instructions taking …
(edit) @103693   12 months vboxsync VMM/IEM: Implemented iemNativeEmit_sbb_r_r_efl and enabled it for both …
(edit) @103692   13 months vboxsync VMM/IEM: iemNativeEmit_adc_r_r_efl fix for amd64 hosts. bugref:10376
(edit) @103691   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
(edit) @103683   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_add_r_r_efl and enabled in on both …
(edit) @103682   13 months vboxsync VMM/IEM: Cleaning up IEMAllN8veEmit-x86.h a little. bugref:10376
(edit) @103677   13 months vboxsync VMM/IEM: Implemented the iemNativeEmit_cmp_r_r_efl and enabled it on …
(edit) @103675   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
(edit) @103657   13 months vboxsync VMM/IEM: A little 'test' optimization, saving a register alloc+fetch …
(edit) @103648   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_test_r_r_efl and enabled it for …
(edit) @103646   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_or_r_r_efl and enabled it for AMD64 …
(edit) @103645   13 months vboxsync VMM/IEM: Implemented iemNativeEmit_and_r_r_efl and enabled it for …
(edit) @103640   13 months vboxsync VMM/IEM: Prepped emitting native code for all IEMOP_BODY_BINARY_rv_rm …
(add) @103637   13 months vboxsync VMM/IEM: Moved iemNativeEmit_xor_r_r_efl and …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette