|
|
@62594
|
8 年 |
vboxsync |
warnings
|
|
|
@62479
|
8 年 |
vboxsync |
(C) 2016
|
|
|
@62439
|
8 年 |
vboxsync |
DIS: MSC level 4 warnings (release build)
|
|
|
@61629
|
8 年 |
vboxsync |
comment correction.
|
|
|
@59408
|
9 年 |
vboxsync |
We use @todo, not XXX!
|
|
|
@59265
|
9 年 |
vboxsync |
gcc warning
|
|
|
@59264
|
9 年 |
vboxsync |
no non-standard characters here
|
|
|
@57372
|
9 年 |
vboxsync |
scm: fixes in previous cleanup run.
|
|
|
@57358
|
9 年 |
vboxsync |
*: scm cleanup run.
|
|
|
@56297
|
9 年 |
vboxsync |
Disassembler: Updated (C) year.
|
|
|
@53172
|
10 年 |
vboxsync |
DIS: #6249: Complex instructions support (like gather) and some fixes. …
|
|
|
@53155
|
10 年 |
vboxsync |
DIS: #6249: Some bug fixes and new testcases. Enabled 0F3A …
|
|
|
@53131
|
10 年 |
vboxsync |
DIS: 6251: Added AVX/VEX 3-byte instructions support.
|
|
|
@53094
|
10 年 |
vboxsync |
DIS: #6251: AVX / VEX instructions support (two byte instructions …
|
|
|
@53032
|
10 年 |
vboxsync |
DIS: #6249: Added crc32 Gy, Ew support (with word as operand 2)
|
|
|
@53007
|
10 年 |
vboxsync |
DIS: Fixed VMREAD/VMWRITE disassembling, added support for MOVBE, …
|
|
|
@49480
|
11 年 |
vboxsync |
Runtime, Devices, Disassembler R0: warnings.
|
|
|
@46949
|
11 年 |
vboxsync |
Fixed incorrect 64-bit register handling in ParseFixedReg, affecting …
|
|
|
@45428
|
12 年 |
vboxsync |
VMM: Propagate errors from PGM through the disassembler. Get rid of …
|
|
|
@41886
|
12 年 |
vboxsync |
DIS: Api name typo (missing r).
|
|
|
@41874
|
12 年 |
vboxsync |
DIS: Fixed two bugs in the size-only parsers that was introduced when …
|
|
|
@41872
|
12 年 |
vboxsync |
More details (mostly irrelevant, I think).
|
|
|
@41869
|
12 年 |
vboxsync |
DIS: Moved OP_PARM_Q to the group of 'rare' operands, next to …
|
|
|
@41863
|
12 年 |
vboxsync |
Fixed g_aTwoByteMapX86_3DNow bug and relaxed assertion in Parse3DNow.
|
|
|
@41822
|
12 年 |
vboxsync |
DIS: Fixed disReadQWordSlow bug found by parfait. Correct the …
|
|
|
@41796
|
12 年 |
vboxsync |
DIS: Dropped most of the little hacks in the groups for dealing with …
|
|
|
@41795
|
12 年 |
vboxsync |
DIS: Changed the parsers from returning size to the offset of the next …
|
|
|
@41794
|
12 年 |
vboxsync |
Encourage keeping things in the same registers across calls.
|
|
|
@41793
|
12 年 |
vboxsync |
Encourage tail optimizations and keeping things in the same registers …
|
|
|
@41791
|
12 年 |
vboxsync |
DIS,CSAM: Drop pvUser2.
|
|
|
@41790
|
12 年 |
vboxsync |
DISCPUSTATE -> DISSTATE (slow change).
|
|
|
@41789
|
12 年 |
vboxsync |
DIS: pCpu -> pDis.
|
|
|
@41788
|
12 年 |
vboxsync |
DIS: Set cbPrefix
|
|
|
@41787
|
12 年 |
vboxsync |
DIS: size_t and windows compilers.
|
|
|
@41786
|
12 年 |
vboxsync |
DIS: Forgotten FNDISPARSE change in previous commit + …
|
|
|
@41784
|
12 年 |
vboxsync |
DIS: Work with a instruction offset instead of address. Only the byte …
|
|
|
@41782
|
12 年 |
vboxsync |
Missing copy & past fixups.
|
|
|
@41781
|
12 年 |
vboxsync |
DIS: Prefetch instruction bytes before starting to disassemble, inline …
|
|
|
@41760
|
12 年 |
vboxsync |
DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
|
|
|
@41753
|
12 年 |
vboxsync |
DIS: Read instruction bytes thru DISCPUSTATE::abInstr.
|
|
|
@41748
|
12 年 |
vboxsync |
DIS: bugfix in odd disStoreInstrBytesSlow path + static.
|
|
|
@41747
|
12 年 |
vboxsync |
Removed some unused strings.
|
|
|
@41744
|
12 年 |
vboxsync |
DISOPPARAM: s/base.reg_*/Base.idx*Reg/ + docs
|
|
|
@41743
|
12 年 |
vboxsync |
DISOPPARAM: s/index.reg_gen/Index.idxGenReg/ + doc
|
|
|
@41742
|
12 年 |
vboxsync |
DISOPPARAM: s/scale/uScale/ + doc
|
|
|
@41741
|
12 年 |
vboxsync |
DISOPPARAM: s/parval/uValue/ + doc
|
|
|
@41740
|
12 年 |
vboxsync |
DISOPPARAM: s/param/fParam/ to match the related DISOPCODE members.
|
|
|
@41739
|
12 年 |
vboxsync |
DISCPUSTATE: s/param/Param/
|
|
|
@41738
|
12 年 |
vboxsync |
DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
|
|
|
@41737
|
12 年 |
vboxsync |
DISOPCODE: s/opcode/uOpcode/
|
|
|
@41736
|
12 年 |
vboxsync |
DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
|
|
|
@41735
|
12 年 |
vboxsync |
DISCPUCORE: s/addrmode/uAddrMode/ s/opmode/uOpMode/
|
|
|
@41734
|
12 年 |
vboxsync |
DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
|
|
|
@41733
|
12 年 |
vboxsync |
DISCPUSTATE: s/prefix_rex/fRexPrefix/ s/lastprefix/bLastPrefix/ …
|
|
|
@41732
|
12 年 |
vboxsync |
DISCPUSTATE::opsize -> cbInstr.
|
|
|
@41731
|
12 年 |
vboxsync |
DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
|
|
|
@41728
|
12 年 |
vboxsync |
DIS: register macro name adjustments - part two.
|
|
|
@41727
|
12 年 |
vboxsync |
DIS: register macro name adjustments.
|
|
|
@41713
|
12 年 |
vboxsync |
Duh!
|
|
|
@41707
|
12 年 |
vboxsync |
const two pointer tables.
|
|
|
@41703
|
12 年 |
vboxsync |
Disasm.cpp: Build fix?
|
|
|
@41693
|
12 年 |
vboxsync |
build fix
|
|
|
@41692
|
12 年 |
vboxsync |
DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
|
|
|
@41690
|
12 年 |
vboxsync |
DIS: More cleanups.
|
|
|
@41678
|
12 年 |
vboxsync |
OP_PARAMETER::flags -> fUse.
|
|
|
@41676
|
12 年 |
vboxsync |
DIS: More scoping work.
|
|
|
@41675
|
12 年 |
vboxsync |
DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
|
|
|
@41674
|
12 年 |
vboxsync |
DISCoreOne* -> DISCore*.
|
|
|
@41668
|
12 年 |
vboxsync |
DIS,DIS-users: Drop the operand/parameter formatting during …
|
|
|
@41663
|
12 年 |
vboxsync |
DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER …
|
|
|
@41662
|
12 年 |
vboxsync |
DIS,CSAM: Combine the displacement members of OP_PARAMETER into a …
|
|
|
@41661
|
12 年 |
vboxsync |
DIS: Windows build fix
|
|
|
@41658
|
12 年 |
vboxsync |
DIS,VMM,REM,IPRT: Disassembler API adjustments.
|
|
|
@41494
|
12 年 |
vboxsync |
DISCoreOne: don't assert on invalid opcode, just return …
|
|
|
@40580
|
13 年 |
vboxsync |
The instruction address (opaddr) should include prefixes.
|
|
|
@40577
|
13 年 |
vboxsync |
Fixed far call/jmp imm disassembly.
|
|
|
@39086
|
13 年 |
vboxsync |
Dis,SrvPciRaw,Sup: warning fixes.
|
|
|
@35346
|
14 年 |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@33540
|
14 年 |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@28800
|
15 年 |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@26269
|
15 年 |
vboxsync |
DisasmCore.cpp: Drop the size argument to disasmAddString*() since …
|
|
|
@26266
|
15 年 |
vboxsync |
DisasmCore.cpp: variadic macro warning.
|
|
|
@25562
|
15 年 |
vboxsync |
Link fix
|
|
|
@25561
|
15 年 |
vboxsync |
Compile fix
|
|
|
@21187
|
15 年 |
vboxsync |
Deal with operand size and mod default values for certain instructions …
|
|
|
@20961
|
15 年 |
vboxsync |
fixed typo, it means occurred, not occured
|
|
|
@20041
|
15 年 |
vboxsync |
Support 32 bits cr8 accesses (lock mov cr0, eax = mov cr8, eax)
|
|
|
@13836
|
16 年 |
vboxsync |
s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
|
|
|
@13834
|
16 年 |
vboxsync |
Some strugging format conversions.
|
|
|
@13833
|
16 年 |
vboxsync |
VMM,DIS: some left over VBOX_SUCCESS/FAILURE conversions.
|
|
|
@13832
|
16 年 |
vboxsync |
IN_GC -> IN_RC.
|
|
|
@13241
|
16 年 |
vboxsync |
Added support for three byte opcodes (not complete; just to test …
|
|
|
@12790
|
16 年 |
vboxsync |
Correction for address size override in 16 bits mode.
|
|
|
@11490
|
16 年 |
vboxsync |
Consistency
|
|
|
@11489
|
16 年 |
vboxsync |
ImmVRel is 32 bits sign extended to 64 bits in long mode.
|
|
|
@11464
|
16 年 |
vboxsync |
Iz means sign extend to 64 bits, not zero extend.
|
|
|
@11462
|
16 年 |
vboxsync |
Correct fix for forced flag handling in instruction groups.
|
|
|
@11461
|
16 年 |
vboxsync |
Backed out 34906. Not necessary.
|
|
|
@11460
|
16 年 |
vboxsync |
Check for force flags when determining the new opcode in instruction …
|
|
|
@11406
|
16 年 |
vboxsync |
warning
|
|
|