VirtualBox

source: vbox/trunk/src/VBox/VMM/testcase/Makefile.kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107227   7 weeks vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @106945   2 months vboxsync SUPDrv,/Config.kmk,/Makefile.kmk: Implemented the simplified process …
(edit) @106920   2 months vboxsync /Config.kmk,Devices/Makefile.kmk,VMM/*: Introducing …
(edit) @106212   4 months vboxsync VMM/IEM: Some machinery for saving threaded TBs and a program for …
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @104947   7 months vboxsync VMM/IEM,tstVMStructSize: Made the IEM TLB size more easily …
(edit) @104326   9 months vboxsync VMM/testcase/Makefile.kmk: restore accidentally commented out line, …
(edit) @104325   9 months vboxsync VMM/testcase/Makefile.kmk: eliminate the last use of nm on Windows …
(edit) @103684   11 months vboxsync Linux kernel modules: Fix UBSAN warnings by switching to flexible …
(edit) @103081   12 months vboxsync VMM: scm fix, bugref:9898
(edit) @103075   12 months vboxsync tstIEMAImpl: Generalized the code some more. bugref:9898
(edit) @103064   12 months vboxsync tstIEMAImpl: Working on converting the C++ data to compressed binary. …
(edit) @103056   12 months vboxsync tstIEMAImpl: Working on converting the C++ data to compressed binary. …
(edit) @103048   12 months vboxsync tstIEMAImpl: Compress the .bin files to save space and speed up load …
(edit) @102570   14 months vboxsync VMM/tstIEMCheckMc: Added -Wno-return-type to get asan build working …
(edit) @102549   14 months vboxsync VMM/IEM: Must truncate constant variable values according to the type …
(edit) @99040   22 months vboxsync *.kmk: Applied scm with new indenting of multiline variable/function …
(edit) @98822   23 months vboxsync VMM/testcase/tstIEMAImpl: Add testcase for pcmp{i,e}str{i,m}, bugref:9898
(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
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @96953   2 years vboxsync VMM: Treat assembler warnings as errors so we don't accidentally end …
(edit) @96931   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtps2pi/cvttps2pi …
(edit) @96922   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtpi2ps/cvtpi2pd testcases, …
(edit) @96917   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtpd2pi/cvttpd2pi …
(edit) @96797   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic …
(edit) @96790   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cmpps/cmpss/cmppd/cmpsd …
(edit) @96749   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic …
(edit) @96742   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtsi2ss/cvtsi2sd testcases, …
(edit) @96732   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvttss2si/cvtss2si …
(edit) @96727   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtsd2si testcase, ​bugref:9898
(edit) @96724   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvttsd2si testcase, ​bugref:9898
(edit) @96682   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtps2pd testcase, ​bugref:9898
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96395   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic addpd2ps testcase, bugref:9898
(edit) @96393   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic addsubps/addsubpd testcases, …
(edit) @96385   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic sqrtps/sqrtpd/sqrtss/sqrtsd …
(edit) @96383   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic haddps/haddpd/hsubps/hsubpd …
(edit) @96380   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic cvtss2sd/cvtsd2ss testcases, …
(edit) @96352   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic maxss/maxsd testcases, …
(edit) @96350   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic divss/divsd testcases, …
(edit) @96348   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic minss/minsd testcases, …
(edit) @96344   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic subss/subsd testcases, …
(edit) @96342   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic mulss/mulsd testcases, …
(edit) @96340   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic addss/addsd testcases, …
(edit) @96336   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic maxps/maxpd testcases, …
(edit) @96334   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic divps/divpd testcases, …
(edit) @96332   2 years vboxsync VMM/testcase/tstIEMAImpl: Implement basic minps/minpd testcases, …
(edit) @96327   2 years vboxsync VMM/testcase/tstIEMAImpl: Use binary files to store the test data for …
(edit) @96248   2 years vboxsync VMM/testcase/tstIEMAImpl: Start testing single precision instruction …
(edit) @94934   3 years vboxsync VMM/CPUM: Kicked out the VBOX_WITH_VMMR0_DISABLE_LAPIC_NMI code, as it …
(edit) @94540   3 years vboxsync tstIEMAImpl: f2xm1 testing. Added enabling/disabling of individual …
(edit) @94423   3 years vboxsync tstIEMAImpl: More tests where AMD and Intel differs a little (or a …
(edit) @94416   3 years vboxsync tstIEMAImpl: Rest of the FPU tests, unless there are vendor specific …
(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) @94409   3 years vboxsync tstIEMAImpl: Split the data out and put it in separate files to avoid …
(edit) @94155   3 years vboxsync VMM/IEM: Try deal with basic Intel/AMD EFLAGS difference for binary …
(edit) @93866   3 years vboxsync VMM/IEM: Corrected undefined flag values for BT, BTC, BTR and BTS. …
(edit) @93862   3 years vboxsync VMM/IEM: Started on a simple testcase for the IEMAllAImplC.cpp code. …
(edit) @93725   3 years vboxsync VMM: More arm64 adjustments. bugref:9898
(edit) @93718   3 years vboxsync VMM/MM: Removed the hyper heap. bugref:10093 bugref:9517
(edit) @93609   3 years vboxsync VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92408   3 years vboxsync VMM: Reworked most of the call-ring-3 stuff into …
(edit) @91775   3 years vboxsync SUPDrv/darwin,++: Switch back to the kernel stack before calling into …
(edit) @87466   4 years vboxsync VMM/HM,gvm: Started splitting up the HVMCPU and HVM structures. …
(edit) @84540   5 years vboxsync Reverting r138262 (i.e. restoring VBOX_WITH_AUTOMATIC_DEFS_QUOTING). …
(edit) @84533   5 years vboxsync s/VBOX_WITH_AUTOMATIC_DEFS_QUOTING/KMK_WITH_QUOTING/g - bugref:8489
(edit) @84396   5 years vboxsync *.kmk: Hardening related DEFS string quoting. bugref:8489
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82744   5 years vboxsync VMM,IPRT,VBoxDTrace: More cleanup fixes.
(edit) @80938   5 years vboxsync VMM: bugref:9566 Removed TRPM ring-0 bits that are no longer used …
(edit) @80319   5 years vboxsync VMM: Addressing some GCC/linux host issues with bugref:9217 .
(edit) @80305   5 years vboxsync REM,VMM,tstInt,Devices: Use VMM_COMMON_DEFS when including vm.h so the …
(edit) @80282   5 years vboxsync tstSSM: Does not need to be hardnend. bugref:9217
(edit) @80003   5 years vboxsync VMM: Kicking out raw-mode (work in progress). bugref:9517
(edit) @78433   6 years vboxsync VMM: Started refactoring GVM & VM structures for bugref:9217
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @75173   6 years vboxsync VMM: Re-indenting makefiles.
(edit) @74725   6 years vboxsync VMM/testcase: OSE build fix. bugref:9044
(edit) @74587   6 years vboxsync VMM/testcase/Makefile.kmk: extpack build fix, 2nd try. bugref:9044
(edit) @74583   6 years vboxsync VMM/testcase/Makefile.kmk: extpack build fix. bugref:9044
(edit) @74533   6 years vboxsync VMM/testcase: Ported NemRawBench-1 to darwin. bugref:9044
(edit) @74529   6 years vboxsync VMM/testcase: Ported NemRawBench-1 to linux. bugref:9044
(edit) @74524   6 years vboxsync VMM/testcase: Added simple native NEM engine benchmark, currently only …
(edit) @72892   7 years vboxsync EM: We no longer need the assembly code in EMAllA.asm anymore.
(edit) @72503   7 years vboxsync VMM/testcase/Makefile.kmk: Need to pass VMM_COMMON_DEFS to a number of …
(edit) @69111   7 years vboxsync (C) year
(edit) @64626   8 years vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @63996   8 years vboxsync removed two obsolete files
(edit) @62869   8 years vboxsync VMM: warnings.
(edit) @62777   8 years vboxsync VMM: warnings.
(edit) @62478   9 years vboxsync (C) 2016
(edit) @61083   9 years vboxsync s/-fno-pie/-no-pie/
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