VirtualBox

source: vbox/trunk/src/VBox/Disassembler

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @63457   8 年 vboxsync unused static variable
(edit) @62728   8 年 vboxsync DIS: warnings
(edit) @62594   8 年 vboxsync warnings
(edit) @62479   8 年 vboxsync (C) 2016
(edit) @62452   8 年 vboxsync *: MSC level 4 warnings in release bldprogs.
(edit) @62439   8 年 vboxsync DIS: MSC level 4 warnings (release build)
(edit) @61629   8 年 vboxsync comment correction.
(edit) @61136   9 年 vboxsync DISGetParamSize: fix for Iz in 64-bit instr.
(edit) @61135   9 年 vboxsync DISGetParamSize fixes; corrected movlpd and cvtps2dq disassembly table …
(edit) @61017   9 年 vboxsync DisasmTables: Removed bogus movnti (0x0f 0x3c) and corrected the …
(edit) @60735   9 年 vboxsync DisasmBldProg: Use VBoxAdvBldProg as it needs IPRT and must be built …
(edit) @60442   9 年 vboxsync DISFormatYasmEx: More insb prefix hacking.
(edit) @60418   9 年 vboxsync DISFormatYasmEx: Add operand size prefix (ignored) to outsb, movsb, etc.
(edit) @60416   9 年 vboxsync DisasmTables.cpp: fsave -> fnsave, as the former implies wait.
(edit) @59408   9 年 vboxsync We use @todo, not XXX!
(edit) @59265   9 年 vboxsync gcc warning
(edit) @59264   9 年 vboxsync no non-standard characters here
(edit) @57372   9 年 vboxsync scm: fixes in previous cleanup run.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @57004   9 年 vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56987   9 年 vboxsync tstDisasm-2.cpp: formatting fix.
(edit) @56297   9 年 vboxsync Disassembler: Updated (C) year.
(edit) @55497   10 年 vboxsync DIS: Improved DISUSE_RIPDISPLACEMENT32 formatting and symbol resolution.
(edit) @55111   10 年 vboxsync Disassembler: added AMD-V vmmcall.
(edit) @55033   10 年 vboxsync Disassembler: typo & nit.
(edit) @53577   10 年 vboxsync cidet build fix
(edit) @53422   10 年 vboxsync New disassembler library type: DisasmR3Static.
(edit) @53245   10 年 vboxsync DIS: #6249: Cleaned up the code, added some usefull comments.
(edit) @53172   10 年 vboxsync DIS: #6249: Complex instructions support (like gather) and some fixes. …
(edit) @53164   10 年 vboxsync DIS: #6249: Added missing 660F38h instructions. Small bug fixes. Unit …
(edit) @53155   10 年 vboxsync DIS: #6249: Some bug fixes and new testcases. Enabled 0F3A …
(edit) @53150   10 年 vboxsync DIS: #6249: Added missing instructions (starting with 660F3Ah)
(edit) @53131   10 年 vboxsync DIS: 6251: Added AVX/VEX 3-byte instructions support.
(edit) @53094   10 年 vboxsync DIS: #6251: AVX / VEX instructions support (two byte instructions …
(edit) @53052   10 年 vboxsync DIS: #6249: Added missing commands: getsec, movsldup, movddup, …
(edit) @53032   10 年 vboxsync DIS: #6249: Added crc32 Gy, Ew support (with word as operand 2)
(edit) @53007   10 年 vboxsync DIS: Fixed VMREAD/VMWRITE disassembling, added support for MOVBE, …
(edit) @49480   11 年 vboxsync Runtime, Devices, Disassembler R0: warnings.
(edit) @49346   11 年 vboxsync Disas: pmulhrw adjustment, seems it wasn't fixed in v1.2.0.0 but in …
(edit) @49116   11 年 vboxsync *.kmk: Some template cleanup, adding VBoxR3Tool for dev tools (bin/tools/).
(edit) @48948   11 年 vboxsync Disassembler: Whitespace and svn:keyword cleanups by scm.
(edit) @47453   11 年 vboxsync comment typo
(edit) @47412   11 年 vboxsync PMOVSKB -> PMOVMSKB; DISOPTYPE_SSE/MMX/FPU.
(edit) @47330   11 年 vboxsync DIS: Formatting TODO.
(edit) @47306   11 年 vboxsync DIS: *fence todo.
(edit) @46950   11 年 vboxsync pmulhrwa -> pmulhrw (yasm bug).
(edit) @46949   11 年 vboxsync Fixed incorrect 64-bit register handling in ParseFixedReg, affecting …
(edit) @46863   11 年 vboxsync tstDisasm-1A.asm: Build fix for newer yasm (not sure if it's in 1.1.0 …
(edit) @46548   11 年 vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @46177   12 年 vboxsync More symbols in disassembly, for PATM esp.
(edit) @45428   12 年 vboxsync VMM: Propagate errors from PGM through the disassembler. Get rid of …
(edit) @44529   12 年 vboxsync header (C) fixes
(edit) @44528   12 年 vboxsync header (C) fixes
(edit) @43120   12 年 vboxsync typo
(edit) @42719   12 年 vboxsync Disasm: Fixed operand order of BSF and BSR - dst=reg, src=rm.
(edit) @42369   12 年 vboxsync Regenerated the PCBIOS.
(edit) @42284   12 年 vboxsync typo
(edit) @42186   12 年 vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @42076   12 年 vboxsync Disassemlber/Makefile.kmk: shorter
(edit) @42075   12 年 vboxsync use kStuffStaticBldProg and DisasmBldProg for build progs
(edit) @42050   12 年 vboxsync DisasmFormatYasm.cpp: Fixed formatting of PUSH Ib with a operand size …
(edit) @41906   12 年 vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41886   12 年 vboxsync DIS: Api name typo (missing r).
(edit) @41874   12 年 vboxsync DIS: Fixed two bugs in the size-only parsers that was introduced when …
(edit) @41872   12 年 vboxsync More details (mostly irrelevant, I think).
(edit) @41871   12 年 vboxsync Disasm.cpp: Off by one (mostly harmless).
(edit) @41869   12 年 vboxsync DIS: Moved OP_PARM_Q to the group of 'rare' operands, next to …
(edit) @41868   12 年 vboxsync 3DNow! testcases.
(edit) @41867   12 年 vboxsync DisasmTables.cpp: Fixing the mnemonic for two 3DNow! instruction so …
(edit) @41863   12 年 vboxsync Fixed g_aTwoByteMapX86_3DNow bug and relaxed assertion in Parse3DNow.
(edit) @41822   12 年 vboxsync DIS: Fixed disReadQWordSlow bug found by parfait. Correct the …
(edit) @41797   12 年 vboxsync tstDisasm-1: use out own callback.
(edit) @41796   12 年 vboxsync DIS: Dropped most of the little hacks in the groups for dealing with …
(edit) @41795   12 年 vboxsync DIS: Changed the parsers from returning size to the offset of the next …
(edit) @41794   12 年 vboxsync Encourage keeping things in the same registers across calls.
(edit) @41793   12 年 vboxsync Encourage tail optimizations and keeping things in the same registers …
(edit) @41792   12 年 vboxsync Some more DISSTATE adjustments.
(edit) @41791   12 年 vboxsync DIS,CSAM: Drop pvUser2.
(edit) @41790   12 年 vboxsync DISCPUSTATE -> DISSTATE (slow change).
(edit) @41789   12 年 vboxsync DIS: pCpu -> pDis.
(edit) @41788   12 年 vboxsync DIS: Set cbPrefix
(edit) @41787   12 年 vboxsync DIS: size_t and windows compilers.
(edit) @41786   12 年 vboxsync DIS: Forgotten FNDISPARSE change in previous commit + …
(edit) @41784   12 年 vboxsync DIS: Work with a instruction offset instead of address. Only the byte …
(edit) @41782   12 年 vboxsync Missing copy & past fixups.
(edit) @41781   12 年 vboxsync DIS: Prefetch instruction bytes before starting to disassemble, inline …
(edit) @41765   12 年 vboxsync CPUM/cpumR3DisasInstrRead: Read max size when possible.
(edit) @41761   12 年 vboxsync illegal opcode
(edit) @41760   12 年 vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41753   12 年 vboxsync DIS: Read instruction bytes thru DISCPUSTATE::abInstr.
(edit) @41751   12 年 vboxsync Moved DiasmTest (tstDiasm) to testcase and called it tstDiasm-1.
(edit) @41750   12 年 vboxsync wrong+unnecessary right now.
(edit) @41749   12 年 vboxsync wrong+unnecessary right now.
(edit) @41748   12 年 vboxsync DIS: bugfix in odd disStoreInstrBytesSlow path + static.
(edit) @41747   12 年 vboxsync Removed some unused strings.
(edit) @41744   12 年 vboxsync DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
(edit) @41743   12 年 vboxsync DISOPPARAM: s/index.reg_gen/Index.idxGenReg/ + doc
(edit) @41742   12 年 vboxsync DISOPPARAM: s/scale/uScale/ + doc
(edit) @41741   12 年 vboxsync DISOPPARAM: s/parval/uValue/ + doc
(edit) @41740   12 年 vboxsync DISOPPARAM: s/param/fParam/ to match the related DISOPCODE members.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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