VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94698   3 years vboxsync VMM/IEM: Build fix. bugref:9898
(edit) @94696   3 years vboxsync tstIEMAImpl: Regenerated --fpu-binary1 data. bugref:9898
(edit) @94695   3 years vboxsync tstIEMAImpl: verbose/quiet options. bugref:9898
(edit) @94694   3 years vboxsync VMM/IEM: Seems fistt/i16 isn't such an oddball after all, at least not …
(edit) @94693   3 years vboxsync tstIEMAImpl: Better error reporting for fcom and friends. bugref:9898
(edit) @94692   3 years vboxsync VMM/IEM: Implemented C version of f*com* instruction helpers. bugref:9898
(edit) @94683   3 years vboxsync VMM/IEM: Did C implementions for the r64, r32, i32 and i16 variants of …
(edit) @94680   3 years vboxsync tstIEMAImpl: fprem, fprem1 & fscale adjustments. bugref:9898
(edit) @94679   3 years vboxsync VMM/IEM: Implemented C helper for the FSCALE instruction. bugref:9898
(edit) @94640   3 years vboxsync VMM/IEM: C implemention of FPREM and FPREM1 instruction helpers. …
(edit) @94624   3 years vboxsync Runtime/log: Allow setting a custom output interface for the file …
(edit) @94620   3 years vboxsync VMM,Doxyfile.Core: Doxygen fixes for .cpp.h files.
(edit) @94619   3 years vboxsync VMM/*.cpp.h: Doxygen fixes.
(edit) @94617   3 years vboxsync VMM/*.cpp.h: Doxygen fixes.
(edit) @94614   3 years vboxsync VMM/IEM: C implementation of fdiv and fdivr instruction helpers. …
(edit) @94612   3 years vboxsync VMM/IEM,libs/softfloat,iprt/types.h: The bias adjust value is applied …
(edit) @94610   3 years vboxsync NEM: We really need to set the InterruptNotification field when …
(edit) @94609   3 years vboxsync tstIEMAImpl: Regenerated some tests. bugref:9898
(edit) @94608   3 years vboxsync VMM/IEM: C implementation of the r80-r80 fsub and fsubr helpers. …
(edit) @94607   3 years vboxsync VMM/IEM,libs/softfloat: C implementation of fadd helper and related …
(edit) @94606   3 years vboxsync VMM/IEM,libs/softfloat,tstIEMAImpl: C implementation of fadd helper …
(edit) @94571   3 years vboxsync tstIEMAImpl: Allow multiple simple pattern expressions for the …
(edit) @94570   3 years vboxsync VMM/IEM: C implementation of fxtract helper. [clang fix] bugref:9898
(edit) @94569   3 years vboxsync tstIEMAImpl: Exception variations for the fxtract++ set of tests too. …
(edit) @94568   3 years vboxsync VMM/IEM: C implementation of fxtract helper. bugref:9898
(edit) @94567   3 years vboxsync VMM/IEM: Implemented C version of frndint with the help of SoftFloat. …
(edit) @94565   3 years vboxsync VMM/IEM: Some more soft float helpers to simplify conversion and …
(edit) @94560   3 years vboxsync VMM/IEM,libs/softfloat: Don't use global variables in SoftFloat, pass …
(edit) @94558   3 years vboxsync VMM/IEM,libs/softfloat: Don't use global variables in SoftFloat, pass …
(edit) @94550   3 years vboxsync VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
(edit) @94545   3 years vboxsync libs/softfloat-3e: Build ring-0 version the library, for now …
(edit) @94543   3 years vboxsync VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
(edit) @94541   3 years vboxsync VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
(edit) @94540   3 years vboxsync tstIEMAImpl: f2xm1 testing. Added enabling/disabling of individual …
(edit) @94539   3 years vboxsync VMM/IEM: Implemented f2xm1. [build fix] bugref:9898
(edit) @94538   3 years vboxsync VMM/IEM: Implemented f2xm1. bugref:9898
(edit) @94508   3 years vboxsync VMM/PGM: Removed unnecessary assertion in BthEnter broken by r150131. …
(edit) @94479   3 years vboxsync VMM/CFGM: Use %Rhcb to do human readable size formatting.
(edit) @94477   3 years vboxsync VMM/CFGM: When dumping sizes in human readable units, avoid divisor …
(edit) @94447   3 years vboxsync VMM/IEM: C implementation of fabs, fchs, ftst, and fxam. bugref:9898
(edit) @94444   3 years vboxsync tstIEMAImpl: fxam needs some non-zero FTW to test the 'empty' …
(edit) @94440   3 years vboxsync VMM/IEM: fxam does not raise any exceptions and has special …
(edit) @94425   3 years vboxsync VMM: doxygen fixes (don't duplicate docs, newer doxygen version …
(edit) @94424   3 years vboxsync tstIEMAImpl: Generated intel and common bits for the newly split up …
(edit) @94423   3 years vboxsync tstIEMAImpl: More tests where AMD and Intel differs a little (or a …
(edit) @94420   3 years vboxsync VMM/IEM: Workaround for doxygen troubles with IEMAllAImplC.cpp. bugref:9898
(edit) @94419   3 years vboxsync VMM: three doxygen fixes.
(edit) @94418   3 years vboxsync tstIEMAImpl: Rest of the FPU tests, unless there are vendor specific …
(edit) @94416   3 years vboxsync tstIEMAImpl: Rest of the FPU tests, unless there are vendor specific …
(edit) @94415   3 years vboxsync tstIEMAImpl: Removed obsolete data that gets clang upset. Fixed tweak …
(edit) @94414   3 years vboxsync tstIEMAImpl: Generated the intel FPU test data. bugref:9898
(edit) @94413   3 years vboxsync VMM/IEM,tstIEMAImpl: A handful of FPU instructions produces different …
(edit) @94412   3 years vboxsync tstIEMAImpl: Build fixes and AMD data. bugref:9898
(edit) @94410   3 years vboxsync VMM/IEM: Correction to iemAImpl_fistt_r80_to_i16 return variable size. …
(edit) @94409   3 years vboxsync tstIEMAImpl: Split the data out and put it in separate files to avoid …
(edit) @94402   3 years vboxsync tstIEMAImpl,VMM/IEM: Added tests for FPU instructions taking two …
(edit) @94398   3 years vboxsync tstIEMAImpl: Added special values to some of the tests to make sure we …
(edit) @94397   3 years vboxsync VMM/IEM: Implemented C version of fbstp; fixes to fst, fist and fistt …
(edit) @94387   3 years vboxsync VMM/IEM: Implemented C version of fistt; fixes to fst and fist. bugref:9898
(edit) @94383   3 years vboxsync VMM/IEM: fild, fbld, and fist C implementations. bugref:9898
(edit) @94369   3 years vboxsync VMM,CFGM: Drop CFGMR3QueryPtr and CFGMR3QueryPtrDef, bugref:10053
(edit) @94367   3 years vboxsync tstIEMAImpl: scm fix. bugref:9898
(edit) @94366   3 years vboxsync tstIEMAImpl: Build fix. bugref:9898
(edit) @94364   3 years vboxsync VMM/IEM,tstIEMAImpl: Integer and decimal load/store tests. bugref:9898
(edit) @94350   3 years vboxsync VMM/IEM: Implemented fbld (not tested). bugref:9898
(edit) @94342   3 years vboxsync Main,VMM/PDMUsb,Devices/USB,VRDP: Drop passing pointers through CFGM …
(edit) @94340   3 years vboxsync tstIEMAImpl: Separated out the fld/fst related fpu data and how its …
(edit) @94339   3 years vboxsync tstIEMAImpl: Separated out the fld/fst related fpu data and how its …
(edit) @94338   3 years vboxsync VMM/IEM: Implemented iemAImpl_fst_r80_to_r80, iemAImpl_fst_r80_to_r64, …
(edit) @94319   3 years vboxsync VMM/PDMBlockCache: Added missing sempahore release call to a …
(edit) @94304   3 years vboxsync tstIEMAImpl: Shaped the floating point values we generate a bit better …
(edit) @94303   3 years vboxsync VMM/IEM: C implementations of fld_r80_from_r32/64/80. bugref:9898
(edit) @94261   3 years vboxsync iprt/types.h,VMM,ValKit,IPRT: Dropped the bit counts in member …
(edit) @94260   3 years vboxsync VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
(edit) @94259   3 years vboxsync VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
(edit) @94258   3 years vboxsync VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
(edit) @94256   3 years vboxsync VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. …
(edit) @94226   3 years vboxsync tstIEMAImpl: Updated AMD data. bugref:9898
(edit) @94225   3 years vboxsync VMM/IEM: Fixes for AMD versions of RCL and SHLD. Another stab at …
(edit) @94224   3 years vboxsync VMM/IEM: Attempt at doxygen fix. bugref:9898
(edit) @94222   3 years vboxsync VMM/IEM: Attempt at doxygen fix. bugref:9898
(edit) @94221   3 years vboxsync tstIEMAImpl: More shift test variations. bugref:9898
(edit) @94220   3 years vboxsync VMM/IEM: Adjusted the RCL and RCR intel versions to match the 10980xe …
(edit) @94195   3 years vboxsync VMM/IEM: Adjusted double shifts C code to match intel behaviour. …
(edit) @94194   3 years vboxsync tstIEMAImpl.cpp: re-enabled some shift tests accidentally disabled. …
(edit) @94193   3 years vboxsync tstIEMAImpl.cpp: re-enabled some shift tests accidentally disabled. …
(edit) @94192   3 years vboxsync VMM/IEM: Corrected C implementation of the double shift instructions …
(edit) @94191   3 years vboxsync VMM/IEM: Corrected C implementation of the basic shift instructions …
(edit) @94190   3 years vboxsync VMM/IEM: Use the C implementation for the Intel and AMD EFLAGS …
(edit) @94178   3 years vboxsync VMM/IEM: Use the C implementation for the SHLD/SHRD Intel and AMD …
(edit) @94176   3 years vboxsync VMM/IEM: Implemented Intel and AMD EFLAGS variants for the assembly …
(edit) @94174   3 years vboxsync VMM/IEM: Implemented Intel and AMD EFLAGS variants for the assembly …
(edit) @94170   3 years vboxsync VMM/IEM: AMD eflags for mul,imul,div and idiv. bugref:9898
(edit) @94169   3 years vboxsync VMM/IEM: Fixed imul_two mappings; testcase fixes and AMD data. bugref:9898
(edit) @94165   3 years vboxsync VMM/IEM: Test case fix. bugref:9898
(edit) @94164   3 years vboxsync VMM/IEM: fixed bug in cmpxchg16b worker for gcc targets.
(edit) @94163   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for shifts …
(edit) @94162   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for double …
(edit) @94156   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
(edit) @94155   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
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