- f2e9665 x86/x86asm: don't symbolize immediate constants, mostly by Keith Randall · 5 weeks ago master v0.16.0
- adeecab x86/xeddata: add Pos to Object and Inst by Austin Clements · 6 weeks ago
- 913b04b x86/xeddata: rewrite Reader to use new readLines iterator by Austin Clements · 6 weeks ago
- 813340c x86/xeddata: fix some operand width issues by Austin Clements · 6 weeks ago
- 2c5af0f x86/xeddata: strings.Split -> strings.Cut by Austin Clements · 6 weeks ago
- f6424c2 x86/xeddata: trim leading space in parsing by Cherry Mui · 7 weeks ago
- eba65f7 x86/xeddata: document how to obtain XED data files by Cherry Mui · 7 weeks ago
- c375763 arm64: Fix arm64asm warnings by Jonathan Davies · 7 months ago
- 1ae429e all: upgrade go directive to at least 1.23.0 [generated] by Gopher Robot · 9 weeks ago v0.15.0
- fa46516 x86: add SHA-512 instructions to all-dec-instructions.txt by Roland Shoemaker · 3 months ago v0.14.0
- ccff9d4 x/arch: silent go vet warnings by alirezaarzehgar · 3 months ago
- bde81be all: make function comments match function names by cuishuang · 4 months ago v0.13.0
- 5f2ba6d riscv64: fix objdump related tests by Lin Runze · 4 months ago
- f23035d riscv64: add tests for riscv64asm by Lin Runze · 9 months ago v0.12.0
- f977c2e s390x/s390xasm: fix self-assignment error by Srinivas Pokala · 6 months ago
- ec82f99 README: mention the git repo by Ian Lance Taylor · 6 months ago
- 153a480 s390x: add s390x disassembler support for the plan9 by Srinivas Pokala · 6 months ago
- 76fb3b0 s390x: fix decoding several gnu instructions by Srinivas Pokala · 6 months ago
- bc8e2b9 ppc64/ppc64asm: speed up PPC64 instruction decoding by Paul E. Murphy · 11 months ago
- 7874f23 riscv64: implement RV64GC_zba_zbb_zbs GNU/Plan9 format disassembler by Lin Runze · 9 months ago v0.11.0
- 292026d loong64: fix self-assignment error by limeidan · 8 months ago
- 8644b45 loong64: add the mapping of platform instruction JIRL to plan9 instruction RET by limeidan · 8 months ago
- b3635f5 loong64: fix the expression of code generate line by limeidan · 8 months ago v0.10.0
- 93cb9f8 loong64: Implement loong64 GNU and plan9 format disassembler by limeidan · 3 years, 6 months ago
- 655f7a0 riscv64: implement riscv64spec for instruction table generation by Lin Runze · 9 months ago
- 9d90945 s390x: add s390x disassembler support, GNU syntax by Vishwanatha HD · 9 months ago
- b863392 LICENSE: update per Google Legal by Russ Cox · 9 months ago v0.9.0
- 5d0b110 x86/x86asm: fix function name in comment by cuishuang · 1 year ago v0.8.0
- a850570 x86avxgen/testdata/xedpath: replace "INTEL CONFIDENTIAL" files by Russ Cox · 1 year, 5 months ago v0.7.0
- a6bdeed arm/armspec: remove obsolete comment by Dmitri Shuralyov · 1 year, 6 months ago v0.6.0
- 05c9512 all: update go directive to 1.18 by Dmitri Shuralyov · 1 year, 6 months ago
- b6e8753 all: gofmt format by cui fliter · 1 year, 8 months ago v0.5.0
- 060bf14 x86asm: disassemble CMP instruction's arguments in the opposite order by Keith Randall · 1 year, 10 months ago internal-branch.go1.21-vendor v0.4.0
- 40c19ba all: fix some comments by cui fliter · 2 years, 2 months ago v0.3.0
- 1bb480f ppc64/ppc64asm: add ISA 3.1B support by Paul E. Murphy · 2 years, 10 months ago internal-branch.go1.20-vendor v0.2.0
- e1262b0 all: remove redundant type conversion by cui fliter · 2 years, 8 months ago
- 6a65923 ppc64/ppc64asm: improve PCrel argument decoding by Paul E. Murphy · 2 years, 7 months ago v0.1.0
- 2926576 ppc64/ppc64asm: fix decoding of several CC opcodes by Paul E. Murphy · 2 years, 7 months ago
- 44deed0 ppc64/ppc64map: add encoder functionality by Paul E. Murphy · 4 years ago
- ada1728 ppc64/ppc64asm,ppc64map: fix BHRBE argument translation by Paul E. Murphy · 2 years, 9 months ago
- 13eedde ppc64/ppc64asm: fix objdump tests by Paul E. Murphy · 2 years, 9 months ago
- 00200b7 A+C: delete AUTHORS and CONTRIBUTORS by Russ Cox · 2 years, 9 months ago
- fc48f9f ppc64,x86: fix code generation notice by Dan Kortschak · 3 years ago internal-branch.go1.19-vendor
- cd2ec6f x86/x86asm: fix plan9 print of PUSHQ/POPQ by Russ Cox · 3 years, 7 months ago
- 5424468 arm64/arm64asm: add support for TLBI and DC by fanzha02 · 4 years, 7 months ago
- b76863e x86asm: include size suffix on popcnt instruction by Keith Randall · 3 years, 7 months ago internal-branch.go1.18-vendor
- 6544aa4 ppc64asm: don't print invalid encodings of pst*/pl*/paddi insn by Paul E. Murphy · 3 years, 8 months ago
- 5e4c51d ppc64asm: fix plan9 style decoding issues by Paul E. Murphy · 3 years, 8 months ago
- ebb09ed ppc64: add ISA level information to pp64.csv by Paul E. Murphy · 4 years ago
- 28578f9 all: fix typos by Yasuhiro Matsumoto · 3 years, 9 months ago
- cbf565b go.mod: upgrade to go 1.17 by Bryan C. Mills · 4 years ago internal-branch.go1.17-vendor
- 4d4a2a2 ppc64asm,ppc64map: enable prefixed insn decoding support by Paul E. Murphy · 4 years, 4 months ago
- 8ee3ab2 ppc64asm,ppc64map: enable parsing of prefixed ISA 3.1 insn entries by Paul E. Murphy · 4 years, 4 months ago
- 08b684f ppc64asm: cleanup pp64.csv and regenerate tables.go by Paul E. Murphy · 4 years, 4 months ago
- cd4b3ce ppc64asm: remove duplicate entries in ppc64.csv by Paul E. Murphy · 4 years, 4 months ago
- d48d9c4 ppc64asm,ppc64map: update for ISA 3.1 by Paul E. Murphy · 4 years, 5 months ago
- ea130f1 arm64/arm64asm: adjust the disassembly codes of FMOVQ/FLDP/FSTP by eric fang · 4 years, 1 month ago
- 05f8f04 ppc64asm: cleanup objdump comparison tests by Paul E. Murphy · 4 years, 4 months ago
- a3652b1 ppc64asm,ppc64map: improve gnu branch decoding, and other misc by Paul E. Murphy · 4 years, 4 months ago
- d79151a all: go fmt ./... by Russ Cox · 4 years, 2 months ago
- 455c955 x86asm: fix ud1 encoding, add ud0 by Jordan Rupprecht · 4 years, 3 months ago
- cfa462d ppc64asm: ignore m[tf]vsr* objdump decoding mismatches by Paul E. Murphy · 4 years, 4 months ago
- 1e68675 README.md: add badge to pkg.go.dev by Julie Qiu · 4 years, 5 months ago
- 3775926 arm64/arm64asm: fix the wrong shifted register offset go assembler syntax by fanzha02 · 5 years ago
- 52c3e6f ppc64: add instructions to decoder by Lynn Boger · 4 years, 7 months ago internal-branch.go1.16-vendor
- b199152 ppc64/ppc64asm: learn lxvx and stxvx instructions by Paul E. Murphy · 4 years, 8 months ago
- f7c7858 ppc64/ppc64asm: update power9 for ppc64 and improve tests by Lynn Boger · 5 years ago release-branch.go1.15
- ff8b605 vendor: delete by Dmitri Shuralyov · 5 years ago
- 69f17b2 vendor: migrate from govendor to go mod vendor by Dmitri Shuralyov · 5 years ago
- 368ea8f x86asm: add support for FLDZ and FLDLN2 by Robin Eklind · 5 years ago
- a0d8588 arm64/arm64asm: rename NOP instruction as NOOP in go syntax by diaxu01 · 6 years ago
- 4e8777c arm64/arm64gen: get system register readable and writeable attribute by diaxu01 · 6 years ago
- 1137aed arm64/arm64gen: adds a generator sysreggen.go by fanzha02 · 6 years ago
- 7fe50f7 ppc64/ppc64asm: improve disassembly for ppc64 by Lynn Boger · 6 years ago
- 46d78d1 ppc64/ppc64asm: fix a typo by Ainar Garipov · 6 years ago
- 8a70ba7 x86/x86asm: make x86asm.Decode thread-safe by James Eady · 6 years ago release-branch.go1.13 release-branch.go1.14
- 788fe5f all: add go.mod by Bryan C. Mills · 6 years ago
- 36aee92 x86/x86asm: fix three panics on malformed input by Josh Bleecher Snyder · 6 years ago
- 5a4828b ppc64: fixes for ppc64 objdump by Lynn Boger · 6 years ago release-branch.go1.12
- b19384d arm64/arm64asm: recognise new ssbb/pssbb mnemonics from objdump by Michael Hudson-Doyle · 7 years ago
- 5de9028 x86/x86avxgen: enable AVX512 encoder tables generation by isharipo · 7 years ago release-branch.go1.11
- 1b16216 ppc64/ppc64spec: fix tool name in log prefix and usage by Tobias Klauser · 7 years ago
- 9111c30 arm64/arm64asm: complement SIMD instructions go syntax in disassembler by fanzha02 · 7 years ago
- 8223c7e arm64/arm64asm: complement ARM64 disassembler Go syntax by fanzha02 · 7 years ago
- 5099b4b all: use io.SeekStart constant instead of 0 by Tobias Klauser · 7 years ago
- 05f2396 x86/x86csv: s/Inst.Size/Inst.DataSize/, add Inst.HasTag method by isharipo · 7 years ago
- 2e99af2 x86/x86spec: remove instructions with VSIB from blacklist by isharipo · 7 years ago
- afdde57 x86/x86spec/xeddata: add XED datafiles reader by isharipo · 7 years ago
- a91ccca CONTRIBUTING.md: remove note about not accepting Pull Requests by Andrew Bonventre · 7 years ago
- 23d9996 arm64/arm64asm: fix argument order in FMADD/FMSUB/FNMADD/FNMSUB by Ben Shi · 7 years ago
- 7d04a2e arm/armasm: Improve Plan 9 syntax decoding by Ben Shi · 7 years ago
- 98fd8d9 arm64/arm64asm: strip comments of objdump 2.29 by Wei Xiao · 7 years ago
- ea034f7 arm64/arm64asm: fix vet warning to fix build on Go 1.10 by Brad Fitzpatrick · 7 years ago
- 530ae47 arm64/arm64asm: remove execute bit from source files by Mikio Hara · 7 years ago
- dda8112 all: fix/silence vet errors by Cherry Zhang · 7 years ago
- c319b3c x86: add AVX optabs generator by isharipo · 8 years ago
- 077ac97 x86: add x86csv package by isharipo · 8 years ago
- 86dc2ed README: style syntax to markdown by Avelino · 8 years ago
- c6bf551 x86: pull CL18840 - SDM->x86.csv converter by isharipo · 8 years ago
- 2598a9c docs: fix article typos by namusyaka · 8 years ago