VirtualBox

source: vbox/trunk/src/VBox/Disassembler/DisasmTables.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @68191   7 年 vboxsync Disasembler: missing Grp 15 decodes (fix)
(edit) @68186   7 年 vboxsync Disassembler: missing Grp 15 decodes
(edit) @65879   8 年 vboxsync IEM,DIS: Updates
(edit) @65878   8 年 vboxsync sorting DISOPTYPE_XXX flags to better comparison with automatically …
(edit) @65876   8 年 vboxsync IEM,DIS: Updates
(edit) @65860   8 年 vboxsync DIS: s/IDX_ParseImmGrpl/IDX_ParseGrp1/g; todo for Grp1a
(edit) @64485   8 年 vboxsync Disassembler: Missing DISOPTYPE_RELATIVE_CONTROLFLOW for jmp %Jv
(edit) @63567   8 年 vboxsync scm: cleaning up todos
(edit) @62479   8 年 vboxsync (C) 2016
(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) @60416   9 年 vboxsync DisasmTables.cpp: fsave -> fnsave, as the former implies wait.
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56297   9 年 vboxsync Disassembler: Updated (C) year.
(edit) @55111   10 年 vboxsync Disassembler: added AMD-V vmmcall.
(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) @47453   11 年 vboxsync comment typo
(edit) @47412   11 年 vboxsync PMOVSKB -> PMOVMSKB; DISOPTYPE_SSE/MMX/FPU.
(edit) @47306   11 年 vboxsync DIS: *fence todo.
(edit) @46950   11 年 vboxsync pmulhrwa -> pmulhrw (yasm bug).
(edit) @42719   12 年 vboxsync Disasm: Fixed operand order of BSF and BSR - dst=reg, src=rm.
(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) @41796   12 年 vboxsync DIS: Dropped most of the little hacks in the groups for dealing with …
(edit) @41726   12 年 vboxsync -empty lines.
(edit) @41707   12 年 vboxsync const two pointer tables.
(edit) @41692   12 年 vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41690   12 年 vboxsync DIS: More cleanups.
(edit) @41676   12 年 vboxsync DIS: More scoping work.
(edit) @41668   12 年 vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @40577   13 年 vboxsync Fixed far call/jmp imm disassembly.
(edit) @38733   13 年 vboxsync %S -> %s and some other minor cleanups.
(edit) @36766   14 年 vboxsync DisasmTables.cpp: Added todos for some new instructions.
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26498   15 年 vboxsync lots under src/VBox: whitespace cleanup.
(edit) @23035   15 年 vboxsync Nop %Ev disassembly fix
(edit) @22661   15 年 vboxsync Disassembly tables: missing invalid opcode entry (caused movqdu->movq …
(edit) @21187   15 年 vboxsync Deal with operand size and mod default values for certain instructions …
(edit) @18768   16 年 vboxsync Typo for rdpmc
(edit) @13241   16 年 vboxsync Added support for three byte opcodes (not complete; just to test …
(edit) @13088   16 年 vboxsync Added todo
(edit) @9850   16 年 vboxsync Swapgs & vmcall added to the tables.
(edit) @9849   16 年 vboxsync Many fixes for operand sizes (Iv -> Iz)
(edit) @9669   16 年 vboxsync warnings
(edit) @9285   16 年 vboxsync For all parameters
(edit) @9284   16 年 vboxsync Missing IDX_ParseFixedReg
(edit) @9100   17 年 vboxsync Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into …
(edit) @8999   17 年 vboxsync Disassembler updates for 64 bits code
(edit) @8361   17 年 vboxsync Even more disassembler updates
(edit) @8357   17 年 vboxsync More disassmbler updates
(edit) @8299   17 年 vboxsync Updates for disassembling 64 bits instructions
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @7456   17 年 vboxsync Disassemble vmread/vmwrite
(edit) @7093   17 年 vboxsync Fix for ARPL
(edit) @7000   17 年 vboxsync Started with changes for disassembling 64 bits instructions
(edit) @6109   17 年 vboxsync disassembler: fix les/lds/lss/lgs/lfs
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3206   17 年 vboxsync Marked io instructions as read or write
(edit) @2981   17 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1079   18 年 vboxsync Corrected parameter parsing for LDS, LES, LFS, LGS and LSS instructions
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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