VirtualBox

source: vbox/trunk/src/VBox/VMM/testcase

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @103256   12 months vboxsync VMM/IEM: Fix regression causing alignment exceptions for SSE/AVX based …
(edit) @103233   12 months vboxsync VMM/IEM: Liveness analysis, part 8: Propagating EFLAGS annotations to …
(edit) @103181   13 months vboxsync VMM/IEM: Liveness analysis, part 1. bugref:10372
(edit) @103155   13 months vboxsync VMM/IEM: Remove unused IEM_MC_REF_LOCAL macro. bugref:10371
(edit) @103100   13 months vboxsync tstIEMAImpl,VMM/IEM: Regenerated integer tests on intel, increasing …
(edit) @103099   13 months vboxsync tstIEMAImpl,VMM/IEM: Regenerated integer tests on intel, increasing …
(edit) @103084   13 months vboxsync tstIEMAImpl: Testcase for bugref:10591
(edit) @103081   13 months vboxsync VMM: scm fix, bugref:9898
(edit) @103075   13 months vboxsync tstIEMAImpl: Generalized the code some more. bugref:9898
(edit) @103074   13 months vboxsync tstIEMAImpl: Build fix. bugref:9898
(edit) @103065   13 months vboxsync tstIEMAImpl: Unused functions. bugref:9898
(edit) @103064   13 months vboxsync tstIEMAImpl: Working on converting the C++ data to compressed binary. …
(edit) @103060   13 months vboxsync tstIEMAImpl: Working on converting the C++ data to compressed binary. …
(edit) @103056   13 months vboxsync tstIEMAImpl: Working on converting the C++ data to compressed binary. …
(edit) @103050   13 months vboxsync tstIEMAImpl: Working on converting the C++ data to compressed binary. …
(edit) @103049   13 months vboxsync tstIEMAImpl: Converted the generator functions to compress the binary …
(edit) @103048   13 months vboxsync tstIEMAImpl: Compress the .bin files to save space and speed up load …
(edit) @103005   13 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103003   13 months vboxsync VMM/IEM: Assembly version of iemAImpl_sub_*. bugref:10376
(edit) @102977   13 months vboxsync VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
(edit) @102896   13 months vboxsync VMM/IEM: Use standard binary assembly helper signature for ADCX and …
(edit) @102876   13 months vboxsync VMM/IEM: Call different threaded functions for each branch in a …
(edit) @102817   13 months vboxsync IEM: Added RCPSS/RCPPS assembly imlementation and C stubs.
(edit) @102572   14 months vboxsync VMM/IEM: IEM_MC_POP_Uxx -> IEM_MC_POP_GREG_Uxx, popping by register …
(edit) @102570   14 months vboxsync VMM/tstIEMCheckMc: Added -Wno-return-type to get asan build working …
(edit) @102551   14 months vboxsync tstIEMAImpl: Added the ability to test specific fixed test inputs in …
(edit) @102549   14 months vboxsync VMM/IEM: Must truncate constant variable values according to the type …
(edit) @102448   15 months vboxsync VMM/IEM: Removed duplicate MC IEM_MC_FETCH_MEM_S32_SX_U64. bugref:10371
(edit) @102433   15 months vboxsync VMM/IEM: Drop the pointer from the UNMAP MCs as it is no longer used. …
(edit) @102429   15 months vboxsync VMM/IEM: Retired un-typed IEM_MC_MEM_MAP and friends not using …
(edit) @102428   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102427   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102426   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102425   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102424   15 months vboxsync VMM/IEM: Continue refactoring IEM_MC_MEM_MAP into type specific MCs …
(edit) @102397   15 months vboxsync VMM/IEM: Enabled native IEM_MC_STORE_MEM[_FLAT]_U8/16/32/64. bugref:10371
(edit) @102035   15 months vboxsync VMM/IEM: More variable checks added to tstIEMCheckMc. bugref:10371
(edit) @102033   15 months vboxsync VMM/IEM: Fixed some inconsistencies wrt input for IEM_MC_PUSH_*. …
(edit) @102029   15 months vboxsync VMM/IEM: Added more variable checks to tstIEMCheckMc and found 4 …
(edit) @102012   15 months vboxsync VMM/IEM: If we use structure variables in MC blocks, we need special …
(edit) @102011   15 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101984   15 months vboxsync VMM/IEM: Added a flush mask for guest register shadows to the …
(edit) @101958   16 months vboxsync VMM/IEM: Flush PC and other shadow guest register copies when emitting …
(edit) @101954   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN_U8_SX_U64 and …
(edit) @101953   16 months vboxsync VMM/IEM: Removed IEM_MC_ASSIGN as it's not unused. bugref:10371
(edit) @101950   16 months vboxsync VMM/IEM: Eliminated IEM_MC_ASSIGN use from IEMAllInstTwoByte0f.cpp.h, …
(edit) @101911   16 months vboxsync VMM/IEM: Added IEM_MC_NO_NATIVE_RECOMPILE and cleaned up …
(edit) @101850   16 months vboxsync VMM/IEM: Replaced all IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF use with …
(edit) @101802   16 months vboxsync VMM/IEM: Improved the tstIEMCheckMc to better ensure all promissed …
(edit) @101707   16 months vboxsync VMM/IEM: Use IEM_MC_STORE_GREG_U*_CONST when storing an immediate …
(edit) @101587   16 months vboxsync VMM/IEM: Native IEM_MC_SUB_GREG_U32 and IEM_MC_SUB_GREG_U64. Covers …
(edit) @101387   17 months vboxsync VMM/IEM: Added a new class of threaded function variants, the …
(edit) @100965   18 months vboxsync VMM/PGM,++: Removing some CSAM traces.
(edit) @100854   18 months vboxsync VMM/IEM: In order to get rid of most impossible threaded functions, an …
(edit) @100840   19 months vboxsync VMM/IEM: More conversion from IEM_MC_MEM_MAP to IEM_MC_MEM_MAP_XXX. …
(edit) @100831   19 months vboxsync VMM/IEM: Added the U16, U32 and U64 IEM_MC_MEM_MAP_XXX variants and …
(edit) @100826   19 months vboxsync VMM/IEM: Started refactoring IEM_MC_MEM_MAP into type and access …
(edit) @100740   19 months vboxsync VMM/IEM: Split up IEMAllInstInterpretOnly.cpp into four files to speed …
(edit) @100734   19 months vboxsync VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
(edit) @100733   19 months vboxsync VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
(edit) @100591   19 months vboxsync VMM/IEM: Must pass the FPU opcode word to the various MCs updating FOP …
(edit) @100579   19 months vboxsync VMM/IEM: Implement vinserti128/vinsertf128 instruction emulation, …
(edit) @100573   19 months vboxsync VMM/IEM: Implement vpbroadcast{b,w,d,q}/vbroadcasti128 instruction …
(edit) @100567   19 months vboxsync VMM/IEM: Implement vbroadcast{ss,sd,f128} instruction emulation, …
(edit) @100326   20 months vboxsync VMM/IEM: Fixed a problem with 'pop [rsp/esp]' that showed up in …
(edit) @100266   20 months vboxsync VMM/IEM: Collect opcode bytes while decoding instructions in the …
(edit) @100072   21 months vboxsync VMM/IEM: Reworked all the IEM_MC_CALL/DEFER_TO_CIMPL macros to include …
(edit) @99897   21 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99739   22 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99674   22 months vboxsync VMM/PDMQueue: Fix PDMQueueAllocEx() to respect the multiple of 32 …
(edit) @99671   22 months vboxsync VMM/tstVMStructSize: Use X86_PAGE_4K_SIZE instead of PAGE_SIZE which …
(edit) @99343   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_PCLMUL_RELATED_XCPT -> …
(edit) @99342   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AESNI_RELATED_XCPT -> …
(edit) @99341   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SHA_RELATED_XCPT -> …
(edit) @99340   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE42_RELATED_XCPT -> …
(edit) @99339   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE41_RELATED_XCPT -> …
(edit) @99338   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSSE3_RELATED_XCPT -> …
(edit) @99337   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE3_RELATED_XCPT -> …
(edit) @99336   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_SSE2_RELATED_XCPT -> …
(edit) @99335   23 months vboxsync VMM/IEM: IEM_MC_MAYBE_RAISE_AVX2_RELATED_XCPT -> …
(edit) @99330   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_DECODING_*EX*() rather than …
(edit) @99325   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99324   23 months vboxsync VMM/IEM: Use IEMOP_HLP_DONE_VEX_DECODING_*() rather than …
(edit) @99309   23 months vboxsync VMM/IEM: Removed some unused function tables. bugref:10369
(edit) @99304   23 months vboxsync VMM/IEM: More work on processing MC blocks, mainly related to reducing …
(edit) @99208   23 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99040   2 years vboxsync *.kmk: Applied scm with new indenting of multiline variable/function …
(edit) @98915   2 years vboxsync VMM/IEM: More work on processing MC blocks. [build fix] bugref:10369
(edit) @98822   2 years vboxsync VMM/testcase/tstIEMAImpl: Add testcase for pcmp{i,e}str{i,m}, bugref:9898
(edit) @98798   2 years vboxsync VMM/IEM: build fix. bugref:10368
(edit) @98703   2 years vboxsync VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in …
(edit) @98644   2 years vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98437   2 years vboxsync VMM/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98249   2 years vboxsync /*.kmk,configure*: …
(edit) @98169   2 years vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98167   2 years vboxsync *.kmk: s/VBOXR3AUTOTST/VBoxR3AutoTest/ bugref:10348
(edit) @98155   2 years vboxsync *.kmk: s/VBOXR3HARDENEDEXE/VBoxR3HardenedExe/ bugref:10348
(edit) @98129   2 years vboxsync VMM/testcase: s/VBOXR3/VBoxR3Dll/ bugref:10348
(edit) @98128   2 years vboxsync *.kmk: s/VBOXR3EXE/VBoxR3Exe/ bugref:10348
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