VirtualBox

source: vbox/trunk/src/VBox/Disassembler

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @106737   3 months vboxsync Disassembler: Decode adc/adcs/sbc/sbcs/rmif/setf8/setf16 instructions, …
(edit) @106735   3 months vboxsync Disassembler: Decode pacga instruction, bugref:10394
(edit) @106734   3 months vboxsync Disassembler: Decode immediate variants of cmmn/ccmp instructions, …
(edit) @106706   3 months vboxsync Disassembler: Decode 3-source register data processing instructions, …
(edit) @106705   3 months vboxsync Disassembler: Decode conditional select instructions, bugref:10394
(edit) @106694   3 months vboxsync Disassembler: Decode ldnp/stnp non temporal hint load/store …
(edit) @106693   3 months vboxsync Disassembler: Move load/store decoding into its own template file, …
(edit) @106680   3 months vboxsync Disasembler: Decode extr instruction, bugref:10394
(edit) @106679   3 months vboxsync Disasembler: Decode unprivileged load/store instructions, bugref:10394
(edit) @106668   3 months vboxsync Disassembler/testcase/tstDisasmArmv8-1-asm.S: Exclude some …
(edit) @106662   3 months vboxsync Disassembler: pcbInstr is optional, bugref:10394
(edit) @106659   3 months vboxsync Disassembler: Decode post-indexed load/store instructions, bugref:10394
(edit) @106657   3 months vboxsync Disassembler: Decode pre-indexed load instructions, bugref:10394
(edit) @106652   3 months vboxsync Disassembler: Decode more branch instructions, change the opcode table …
(edit) @106649   3 months vboxsync Disassembler: Decode more branch instructions, change the opcode table …
(edit) @106632   3 months vboxsync Disassembler: Decode more hint instructions instructions, bugref:10394
(edit) @106631   3 months vboxsync Disassembler: Decode data processing 1-source instructions, bugref:10394
(edit) @106627   3 months vboxsync Disassembler: Decode irg, gmi and subp instructions, bugref:10394
(edit) @106626   3 months vboxsync Disassembler: Re-arrange the ARMv8 tables to allow for multiple …
(edit) @106618   3 months vboxsync Disassembler: Get rid of fClass member and convert the only real use …
(edit) @106616   3 months vboxsync Disassembler: Fix decoding instructions which take sp as a register …
(edit) @106435   3 months vboxsync Disassembler/tstDisasmArmv8-1: Only build on darwin.arm64 for now, …
(edit) @106387   3 months vboxsync Disassembler: Disassemble dsb instruction, bugref:10394
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @106018   4 months vboxsync Disassembler/ArmV8: Updates and start on floating point and SIMD …
(edit) @106005   4 months vboxsync Disassembler/ArmV8: Updates and start on floating point and SIMD …
(edit) @106004   4 months vboxsync Disassembler/ArmV8: Updates and start on floating point and SIMD …
(edit) @106003   4 months vboxsync Disassembler/testcase/tstDisasmArmv8-1: Implement testcase which …
(edit) @105858   5 months vboxsync Disassembler/ARMv8: Implement decoding of the ldr/str …
(edit) @105857   5 months vboxsync Disassembler/ARMv8: Implement decoding of the ldr/str (unscaled …
(edit) @105848   5 months vboxsync Disassembler/ARMv8: Support disassembling the load/store register …
(edit) @105832   5 months vboxsync Disassembler/ARMv8: Implement decoding of the ldp/stp unsigned variant …
(edit) @105830   5 months vboxsync Disassembler/ARMv8: Implement decoding of the ldp/stp unsigned variant …
(edit) @105815   5 months vboxsync Disassembler/ARMv8: Started decoding more ldr/str instruction …
(edit) @105810   5 months vboxsync Disassembler/ARMv8: Implement disassembly of ccmp/ccmn register …
(edit) @105808   5 months vboxsync Disassembler/ARMv8: Rework the disassembler tables to allow for an …
(edit) @105807   5 months vboxsync Disassembler/ARMv8: Rename DIS_ARMV8_INSN_PARAM_CREATE -> …
(edit) @105806   5 months vboxsync Disassembler/ARMv8: Rework the disassembler tables to allow for an …
(edit) @105796   5 months vboxsync Disassembler/ARMv8: Start some very simple alias conversion for orr -> …
(edit) @105794   5 months vboxsync Disassembler/ARMv8: Build fixes, our ancient compilers on the 32-bit …
(edit) @105793   5 months vboxsync Disassembler/ARMv8: Updates, decode br/blr instructions, add them to …
(edit) @105790   5 months vboxsync Disassembler/ARMv8: Updates, decode add/adds/sub/subs shifted …
(edit) @105789   5 months vboxsync Disassembler/ARMv8: Move the mask bits from the opcode into the class …
(edit) @105785   5 months vboxsync Disassembler/ARMv8: Updates, decode basic ldr/str (unsigned with …
(edit) @105779   5 months vboxsync Disassembler/ARMv8: Updates, decode more instructions, add them to the …
(edit) @105759   5 months vboxsync Disassembler/testcase: Add tstDisasmArmv8-1 testcase for testing the …
(edit) @105758   5 months vboxsync Disassembler/testcase: Add tstDisasmArmv8-1 testcase for testing the …
(edit) @105756   5 months vboxsync Runtime/script: Add a simple lexer API to turn a stream of characters …
(edit) @105748   5 months vboxsync Disassembler/testcase: Add tstDisasmArmv8-1 testcase for testing the …
(edit) @105747   5 months vboxsync Disassembler/ARMv8: Mark absolute addresses as comments when …
(edit) @105738   5 months vboxsync Disassembler/ARMv8: Build fix and add support conditionals, …
(edit) @105737   5 months vboxsync Disassembler/ARMv8: Build fix and add support conditionals, …
(edit) @105736   5 months vboxsync Disassembler/ARMv8: Build fix and add support conditionals, bugref:10388
(edit) @105734   5 months vboxsync Disassembler/ARMv8: Refactoring and updates, among others make it …
(edit) @105731   5 months vboxsync Disassembler/ARMv8: Refactoring and updates, among others make it …
(edit) @105724   5 months vboxsync Disassembler,VMM,HostDrivers,Debugger,MakeAlternativeSource: Convert …
(edit) @105314   6 months vboxsync Disassembler: Fix disassembly of vcvttsd2si and vcvtsd2si, bugref:9898
(edit) @105310   6 months vboxsync Disassembler: Implement diassembly for vcvtsi2sd, bugref:9898
(edit) @105281   6 months vboxsync Disassembler: Fix disassembly of vcmpps, vcmppd, vcmpss, vcmpsd, …
(edit) @104734   8 months vboxsync Disassembler,HostDrivers/Support: Build disassembler and SUPR3 …
(edit) @104616   8 months vboxsync Disassembler/tstDisasm-2: Comment out unused assignment, bugref:3409
(edit) @104522   9 months vboxsync DIS: cvtps2pd todo. bugref:10683
(edit) @104111   10 months vboxsync DIS: Fixed missing row (0xad) in g_aDisasVexMap1_66. bugref:9898
(edit) @103928   10 months vboxsync DIS: Correct movzx ambiguity with memory source. Makes 'kmk check' …
(edit) @103927   10 months vboxsync VMM/IEM,DIS: Some disassembly corrections for pblendvb, blendvps and …
(edit) @103717   11 months vboxsync DIS: cmpxchg8b/16b fix
(edit) @103709   11 months vboxsync DIS: Fixed up all VEX groups and added a few missing instructions.
(edit) @103698   11 months vboxsync DIS: Added a bunch of missing group 7 instructions and rearranged the …
(edit) @103599   11 months vboxsync Disassembler: Add vpslrdq (with and without prefix variant), bugref:9898
(edit) @103511   11 months vboxsync DIS: Added vex group 13 and redid some or the vex prefix decoding.
(edit) @101651   15 months vboxsync Disassembler,HostDrivers/Support: Makefile fixes to make it work on …
(edit) @101546   15 months vboxsync DIS: Added DIS_FMT_FLAGS_BYTES_WIDTH_MASK/SHIFT/MAKE and …
(edit) @101545   15 months vboxsync DIS: scm fix.
(edit) @101540   15 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101539   15 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101426   15 months vboxsync Disassembler: YASM doesn't ICEBP, have to disassemble F1h as a data byte.
(edit) @100571   18 months vboxsync Disassembler: Fix naming of vbroadcasti128 instruction, bugref:9898
(edit) @100046   20 months vboxsync Disassembler: Some updates to the ARMv8 disassembler lying around, …
(edit) @99775   21 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99684   21 months vboxsync Disassembler: Don't build DisasmR0 when VBOX_WITH_R0_MODULES isn't set …
(edit) @99683   21 months vboxsync Disassembler: Don't build DisasmR0 when VBOX_WITH_R0_MODULES isn't set …
(edit) @99682   21 months vboxsync Disassembler: Don't build DisasmR0 when VBOX_WITH_R0_MODULES isn't set
(edit) @99334   22 months vboxsync Diassembler: Updates to the ARMv8 disassembler, bugref:10394
(edit) @99321   22 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99320   22 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99319   22 months vboxsync Disassember: Continue work on the ARMv8 disassember, defining the …
(edit) @99242   22 months vboxsync Disassembler: ARMv8 skeleton, bugref:10394 [scm fix]
(edit) @99241   22 months vboxsync Disassembler: ARMv8 skeleton, bugref:10394
(edit) @99240   22 months vboxsync Disassembler: Fix for the x86 part (don't clear the entire …
(edit) @99239   22 months vboxsync Disassembler: Make it possible to build the disassembler library …
(edit) @99238   22 months vboxsync Disassember: Continue separation of the common disassembler and x86 …
(edit) @99236   22 months vboxsync Disassember: Continue separation of the common disassembler and x86 …
(edit) @99224   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99221   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99220   22 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99040   22 months vboxsync *.kmk: Applied scm with new indenting of multiline variable/function …
(edit) @98668   2 years vboxsync Disassembler: Add support for the SHA instruction set extension, …
(edit) @98439   2 years vboxsync src/VBox/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98169   2 years vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98133   2 years vboxsync *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348
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