VirtualBox

source: vbox/trunk/src/VBox/Disassembler

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(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.
(edit) @41739   12 年 vboxsync DISCPUSTATE: s/param/Param/
(edit) @41738   12 年 vboxsync DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
(edit) @41737   12 年 vboxsync DISOPCODE: s/opcode/uOpcode/
(edit) @41736   12 年 vboxsync DISCPUMODE: s/mode/uCpuMode/ - found and removed a bunch of uncessary …
(edit) @41735   12 年 vboxsync DISCPUCORE: s/addrmode/uAddrMode/ s/opmode/uOpMode/
(edit) @41734   12 年 vboxsync DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
(edit) @41733   12 年 vboxsync DISCPUSTATE: s/prefix_rex/fRexPrefix/ s/lastprefix/bLastPrefix/ …
(edit) @41732   12 年 vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41731   12 年 vboxsync DIS: Split up apvUserData, dropping the 3rd entry. 2nd entry (now …
(edit) @41730   12 年 vboxsync DIS: Some nits.
(edit) @41729   12 年 vboxsync DISQueryParamVal: renamed related types and constants and reduced the …
(edit) @41728   12 年 vboxsync DIS: register macro name adjustments - part two.
(edit) @41727   12 年 vboxsync DIS: register macro name adjustments.
(edit) @41726   12 年 vboxsync -empty lines.
(edit) @41720   12 年 vboxsync optimization?
(edit) @41719   12 年 vboxsync Fixed register formatting bugs.
(edit) @41718   12 年 vboxsync duh2.
(edit) @41717   12 年 vboxsync duh.
(edit) @41716   12 年 vboxsync tstDisasm: Better checks.
(edit) @41715   12 年 vboxsync Made _EndProc zero-sized functions; fixed tstDisasm.
(edit) @41714   12 年 vboxsync Better testcase…
(edit) @41713   12 年 vboxsync Duh!
(edit) @41707   12 年 vboxsync const two pointer tables.
(edit) @41706   12 年 vboxsync dis.h: Drop the pragma pack(4) around DISOPCODE, it has no effect and …
(edit) @41703   12 年 vboxsync Disasm.cpp: Build fix?
(edit) @41694   12 年 vboxsync Disasm.cpp: Bug fix.
(edit) @41693   12 年 vboxsync build fix
(edit) @41692   12 年 vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41690   12 年 vboxsync DIS: More cleanups.
(edit) @41678   12 年 vboxsync OP_PARAMETER::flags -> fUse.
(edit) @41676   12 年 vboxsync DIS: More scoping work.
(edit) @41675   12 年 vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41674   12 年 vboxsync DISCoreOne* -> DISCore*.
(edit) @41671   12 年 vboxsync DISInstr* -> DISInstrToStr + cbOutput argument.
(edit) @41669   12 年 vboxsync DISInstr -> DISInstrToStr.
(edit) @41668   12 年 vboxsync DIS,DIS-users: Drop the operand/parameter formatting during …
(edit) @41666   12 年 vboxsync Fixed bug found by Parfait.
(edit) @41663   12 年 vboxsync DIS,EM,PGM,PATM: Changed the size and scale members of OP_PARAMETER …
(edit) @41662   12 年 vboxsync DIS,CSAM: Combine the displacement members of OP_PARAMETER into a …
(edit) @41661   12 年 vboxsync DIS: Windows build fix
(edit) @41658   12 年 vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41505   12 年 vboxsync DISFormatYasmIsOddEncoding: OP_MOV reg,reg variants.
(edit) @41501   12 年 vboxsync DISFormatYasmIsOddEncoding: From tstDisasm-2.
(edit) @41495   12 年 vboxsync DisasmFormatYasm.cpp: strict fix.
(edit) @41494   12 年 vboxsync DISCoreOne: don't assert on invalid opcode, just return …
(edit) @41477   12 年 vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @40580   13 年 vboxsync The instruction address (opaddr) should include prefixes.
(edit) @40577   13 年 vboxsync Fixed far call/jmp imm disassembly.
(edit) @39086   13 年 vboxsync Dis,SrvPciRaw,Sup: warning fixes.
(edit) @38733   13 年 vboxsync %S -> %s and some other minor cleanups.
(edit) @38636   13 年 vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38152   13 年 vboxsync INSTARGET -> [12]_STAGE_TARGET.
(edit) @38082   13 年 vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @37955   13 年 vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @36766   14 年 vboxsync DisasmTables.cpp: Added todos for some new instructions.
(edit) @35474   14 年 vboxsync Disassembler/testcase: added OSE headers
(edit) @35381   14 年 vboxsync The DIRDEP is deprecated, use dir/ or $$(dir $$@) instead.
(edit) @35346   14 年 vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @32992   14 年 vboxsync tstDisasm-2: made it accept linux panic byte code sequences w/ …
(edit) @31880   14 年 vboxsync export some testcases to OSE
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27804   15 年 vboxsync getopt fix (3rd part).
(edit) @26562   15 年 vboxsync *: Added svn:keywords where missing.
(edit) @26517   15 年 vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26498   15 年 vboxsync lots under src/VBox: whitespace cleanup.
(edit) @26296   15 年 vboxsync more warnings.
(edit) @26269   15 年 vboxsync DisasmCore.cpp: Drop the size argument to disasmAddString*() since …
(edit) @26266   15 年 vboxsync DisasmCore.cpp: variadic macro warning.
(edit) @26224   15 年 vboxsync s/IN_RT_GC/IN_RT_RC/g
(edit) @26223   15 年 vboxsync s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
(edit) @26222   15 年 vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
(edit) @26218   15 年 vboxsync *.kmk: Started renaming templated from all caps to CamelCase. At the …
(edit) @25990   15 年 vboxsync Disasm: -Wshadow.
(edit) @25946   15 年 vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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