VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87281   4 years vboxsync DIS: Skip tstDisasm-1 on non-x86/amd64 archs. bugref:9898
(edit) @83216   5 years vboxsync Disas/testcase: Drop the .NOTPARALLEL on the test execution, kmk got …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76455   6 years vboxsync Dis: Ran scm --fix-err-h. bugref:9344
(edit) @69373   7 years vboxsync DIS: scm updates
(edit) @69111   7 years vboxsync (C) year
(edit) @67135   8 years vboxsync tstDisasm-2: memory leak
(edit) @62728   8 years vboxsync DIS: warnings
(edit) @62479   8 years vboxsync (C) 2016
(edit) @61136   9 years vboxsync DISGetParamSize: fix for Iz in 64-bit instr.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56987   9 years vboxsync tstDisasm-2.cpp: formatting fix.
(edit) @56297   9 years vboxsync Disassembler: Updated (C) year.
(edit) @53172   10 years vboxsync DIS: #6249: Complex instructions support (like gather) and some fixes. …
(edit) @53164   10 years vboxsync DIS: #6249: Added missing 660F38h instructions. Small bug fixes. Unit …
(edit) @53155   10 years vboxsync DIS: #6249: Some bug fixes and new testcases. Enabled 0F3A …
(edit) @53150   10 years vboxsync DIS: #6249: Added missing instructions (starting with 660F3Ah)
(edit) @53131   10 years vboxsync DIS: 6251: Added AVX/VEX 3-byte instructions support.
(edit) @53094   10 years vboxsync DIS: #6251: AVX / VEX instructions support (two byte instructions …
(edit) @53032   10 years vboxsync DIS: #6249: Added crc32 Gy, Ew support (with word as operand 2)
(edit) @53007   10 years vboxsync DIS: Fixed VMREAD/VMWRITE disassembling, added support for MOVBE, …
(edit) @49346   11 years vboxsync Disas: pmulhrw adjustment, seems it wasn't fixed in v1.2.0.0 but in …
(edit) @48948   11 years vboxsync Disassembler: Whitespace and svn:keyword cleanups by scm.
(edit) @46950   11 years vboxsync pmulhrwa -> pmulhrw (yasm bug).
(edit) @46949   11 years vboxsync Fixed incorrect 64-bit register handling in ParseFixedReg, affecting …
(edit) @46863   11 years vboxsync tstDisasm-1A.asm: Build fix for newer yasm (not sure if it's in 1.1.0 …
(edit) @46548   11 years vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @43120   12 years vboxsync typo
(edit) @41886   12 years vboxsync DIS: Api name typo (missing r).
(edit) @41874   12 years vboxsync DIS: Fixed two bugs in the size-only parsers that was introduced when …
(edit) @41868   12 years vboxsync 3DNow! testcases.
(edit) @41863   12 years vboxsync Fixed g_aTwoByteMapX86_3DNow bug and relaxed assertion in Parse3DNow.
(edit) @41797   12 years vboxsync tstDisasm-1: use out own callback.
(edit) @41790   12 years vboxsync DISCPUSTATE -> DISSTATE (slow change).
(edit) @41789   12 years vboxsync DIS: pCpu -> pDis.
(edit) @41781   12 years vboxsync DIS: Prefetch instruction bytes before starting to disassemble, inline …
(edit) @41760   12 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41751   12 years vboxsync Moved DiasmTest (tstDiasm) to testcase and called it tstDiasm-1.
(edit) @41737   12 years vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41733   12 years vboxsync DISCPUSTATE: s/prefix_rex/fRexPrefix/ s/lastprefix/bLastPrefix/ …
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41671   12 years vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41668   12 years vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41658   12 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41501   13 years vboxsync DISFormatYasmIsOddEncoding: From tstDisasm-2.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @38636   13 years vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38152   13 years vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @35474   14 years vboxsync Disassembler/testcase: added OSE headers
(edit) @35381   14 years vboxsync The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32992   14 years vboxsync tstDisasm-2: made it accept linux panic byte code sequences w/ …
(edit) @31880   14 years vboxsync export some testcases to OSE
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27804   15 years vboxsync getopt fix (3rd part).
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @24011   15 years vboxsync don't use <ctype.h> on UTF-8.
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @19350   16 years vboxsync IPRT,tstDisasm-2: defined flags for RTFileReadAllEx and …
(edit) @18458   16 years vboxsync tstDisasm-2: size_t warning.
(edit) @17091   16 years vboxsync RTGetOpt interface changes.
(edit) @15302   16 years vboxsync test/check shouldn't be there at all.
(edit) @15301   16 years vboxsync {IPRT,DIS}/Makefile.kmk: check and test must be double colon rules.
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @13547   16 years vboxsync Makefiles: Eliminated a handful of places where we create extremely …
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12249   16 years vboxsync Disassembler/Makefiles: Eliminated PATH_TARGET usage and pushed them …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12138   16 years vboxsync tstDisasm-2: Added a -xhex-bytes option which causes the arguments …
(edit) @10050   16 years vboxsync VBOX_KBUILD_HACKING
(edit) @9925   16 years vboxsync Yasm formatter: Fixes for sil, dil, spl, bpl and r8b-r15b.
(edit) @9916   16 years vboxsync The AMD64 specific 8-bit registers are busted it seems.
(edit) @9914   16 years vboxsync Basic register testcase (to be expanded).
(edit) @9271   17 years vboxsync Implemented symbol lookup, strict / relaxed assembly, and relative …
(edit) @9266   17 years vboxsync DISFormatYasm(Ex).
(edit) @9131   17 years vboxsync Dropped the USE_EFFICIENT_ADDRESS flag. This breaks assumptions in …
(edit) @9101   17 years vboxsync More yasm fixing.
(edit) @9100   17 years vboxsync Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into …
(edit) @9099   17 years vboxsync More instruction filtering and hacking.
(edit) @9098   17 years vboxsync More or less working yasm formatter. Added some disassembler testcases.
(edit) @8989   17 years vboxsync use redirect. set VBOX_LOG_DEST=nofile when running tstDisasm-2 to …
(edit) @8988   17 years vboxsync TESTING pass prep.
(edit) @8986   17 years vboxsync Changed the undefined opcode handling; the default now is to fail. …
(edit) @8980   17 years vboxsync doc.
(edit) @8979   17 years vboxsync The rest.
(edit) @8976   17 years vboxsync OR, SBB, SUB.
(edit) @8975   17 years vboxsync NEG & NOT.
(edit) @8974   17 years vboxsync INC & DEC
(edit) @8972   17 years vboxsync cmpxchg*.
(edit) @8971   17 years vboxsync BTC, BTR, BTS.
(edit) @8970   17 years vboxsync removed debug warning accidentally left in.
(edit) @8968   17 years vboxsync ADD and ADC + a make file.
(edit) @8966   17 years vboxsync ADC tests.
(edit) @8938   17 years vboxsync Wrote up the makefile bits or the dissassembler test 'framework' and …
(edit) @8937   17 years vboxsync Wrote up the makefile bits or the dissassembler test 'framework' and …
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