VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @69372   7 years vboxsync DIS: Removed empty DisasmTables.h file.
(edit) @69111   7 years vboxsync (C) year
(edit) @68191   7 years vboxsync Disasembler: missing Grp 15 decodes (fix)
(edit) @68186   7 years vboxsync Disassembler: missing Grp 15 decodes
(edit) @65879   8 years vboxsync IEM,DIS: Updates
(edit) @65878   8 years vboxsync sorting DISOPTYPE_XXX flags to better comparison with automatically …
(edit) @65876   8 years vboxsync IEM,DIS: Updates
(edit) @65860   8 years vboxsync DIS: s/IDX_ParseImmGrpl/IDX_ParseGrp1/g; todo for Grp1a
(edit) @64485   8 years vboxsync Disassembler: Missing DISOPTYPE_RELATIVE_CONTROLFLOW for jmp %Jv
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @62479   8 years vboxsync (C) 2016
(edit) @61135   8 years vboxsync DISGetParamSize fixes; corrected movlpd and cvtps2dq disassembly table …
(edit) @61017   8 years vboxsync DisasmTables: Removed bogus movnti (0x0f 0x3c) and corrected the …
(edit) @60416   9 years vboxsync DisasmTables.cpp: fsave -> fnsave, as the former implies wait.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56297   9 years vboxsync Disassembler: Updated (C) year.
(edit) @55111   10 years vboxsync Disassembler: added AMD-V vmmcall.
(edit) @53245   10 years vboxsync DIS: #6249: Cleaned up the code, added some usefull comments.
(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) @53052   10 years vboxsync DIS: #6249: Added missing commands: getsec, movsldup, movddup, …
(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) @47453   11 years vboxsync comment typo
(edit) @47412   11 years vboxsync PMOVSKB -> PMOVMSKB; DISOPTYPE_SSE/MMX/FPU.
(edit) @47306   11 years vboxsync DIS: *fence todo.
(edit) @46950   11 years vboxsync pmulhrwa -> pmulhrw (yasm bug).
(edit) @42719   12 years vboxsync Disasm: Fixed operand order of BSF and BSR - dst=reg, src=rm.
(edit) @41867   12 years vboxsync DisasmTables.cpp: Fixing the mnemonic for two 3DNow! instruction so …
(edit) @41863   12 years vboxsync Fixed g_aTwoByteMapX86_3DNow bug and relaxed assertion in Parse3DNow.
(edit) @41796   12 years vboxsync DIS: Dropped most of the little hacks in the groups for dealing with …
(edit) @41726   12 years vboxsync -empty lines.
(edit) @41707   12 years vboxsync const two pointer tables.
(edit) @41692   12 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41690   12 years vboxsync DIS: More cleanups.
(edit) @41676   12 years vboxsync DIS: More scoping work.
(edit) @41668   12 years vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @40577   13 years vboxsync Fixed far call/jmp imm disassembly.
(edit) @38733   13 years vboxsync %S -> %s and some other minor cleanups.
(edit) @36766   14 years vboxsync DisasmTables.cpp: Added todos for some new instructions.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26498   15 years vboxsync lots under src/VBox: whitespace cleanup.
(edit) @23035   15 years vboxsync Nop %Ev disassembly fix
(edit) @22661   15 years vboxsync Disassembly tables: missing invalid opcode entry (caused movqdu->movq …
(edit) @21187   15 years vboxsync Deal with operand size and mod default values for certain instructions …
(edit) @18768   16 years vboxsync Typo for rdpmc
(edit) @13241   16 years vboxsync Added support for three byte opcodes (not complete; just to test …
(edit) @13088   16 years vboxsync Added todo
(edit) @9850   16 years vboxsync Swapgs & vmcall added to the tables.
(edit) @9849   16 years vboxsync Many fixes for operand sizes (Iv -> Iz)
(edit) @9669   16 years vboxsync warnings
(edit) @9285   16 years vboxsync For all parameters
(edit) @9284   16 years vboxsync Missing IDX_ParseFixedReg
(edit) @9100   16 years vboxsync Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into …
(edit) @8999   16 years vboxsync Disassembler updates for 64 bits code
(edit) @8361   17 years vboxsync Even more disassembler updates
(edit) @8357   17 years vboxsync More disassmbler updates
(edit) @8299   17 years vboxsync Updates for disassembling 64 bits instructions
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7456   17 years vboxsync Disassemble vmread/vmwrite
(edit) @7093   17 years vboxsync Fix for ARPL
(edit) @7000   17 years vboxsync Started with changes for disassembling 64 bits instructions
(edit) @6109   17 years vboxsync disassembler: fix les/lds/lss/lgs/lfs
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3206   17 years vboxsync Marked io instructions as read or write
(edit) @2981   17 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @1079   18 years vboxsync Corrected parameter parsing for LDS, LES, LFS, LGS and LSS instructions
(add) @1   55 years vboxsync import
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