| Commit message (Expand) | Author | Age | Files | Lines |
* | disas/capstone: Add skipdata hook for s390x | Richard Henderson | 2020-10-03 | 1 | -1/+41 |
* | disas: Split out capstone code to disas/capstone.c | Richard Henderson | 2020-10-03 | 2 | -0/+287 |
* | disas/: fix some comment spelling errors | zhaolichang | 2020-09-17 | 3 | -6/+6 |
* | configure: move disassembler configuration to meson | Paolo Bonzini | 2020-09-08 | 1 | -3/+1 |
* | meson: convert disas directory to Meson | Marc-André Lureau | 2020-08-21 | 4 | -35/+34 |
* | disas/sh4: Add missing fallthrough annotations | Thomas Huth | 2020-07-13 | 1 | -0/+2 |
* | target/mips: Add implementation of GINVT instruction | Yongbok Kim | 2020-01-29 | 1 | -0/+10 |
* | libvixl: remove per-target compiler flags | Paolo Bonzini | 2019-12-17 | 1 | -10/+1 |
* | cris: do not leak struct cris_disasm_data | Paolo Bonzini | 2019-10-04 | 1 | -30/+29 |
* | ppc: Add support for 'mffsl' instruction | Paul A. Clarke | 2019-08-21 | 1 | -0/+5 |
* | disas/riscv: Fix `rdinstreth` constraint | Wladimir J. van der Laan | 2019-06-27 | 1 | -2/+3 |
* | disas/riscv: Disassemble reserved compressed encodings as illegal | Michael Clark | 2019-06-27 | 1 | -17/+45 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 3 | -3/+0 |
* | Clean up header guards that don't match their file name | Markus Armbruster | 2019-05-13 | 1 | -2/+2 |
* | disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h | Markus Armbruster | 2019-04-18 | 20 | -20/+20 |
* | RISC-V: Remove unnecessary disassembler constraints | Michael Clark | 2019-03-19 | 1 | -138/+0 |
* | disas: nanoMIPS: Add graphical description of pool organization | Aleksandar Markovic | 2019-03-05 | 1 | -0/+102 |
* | disas: nanoMIPS: Correct comments to handlers of some DSP instructions | Aleksandar Markovic | 2019-03-05 | 1 | -204/+230 |
* | disas: nanoMIPS: Fix a function misnomer | Aleksandar Markovic | 2019-02-27 | 2 | -49/+49 |
* | disas: nanoMIPS: Amend DSP instructions related comments | Aleksandar Markovic | 2019-01-24 | 1 | -44/+75 |
* | remove space-tab sequences | Paolo Bonzini | 2019-01-11 | 4 | -9/+9 |
* | disas: nanoMIPS: Add a note on documentation | Aleksandar Markovic | 2019-01-03 | 1 | -0/+7 |
* | disas: nanoMIPS: Reorder declarations and definitions of gpr decoders | Aleksandar Markovic | 2019-01-03 | 2 | -103/+104 |
* | disas: nanoMIPS: Comment the decoder of 'gpr1' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 1 | -0/+21 |
* | disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 2 | -3/+3 |
* | disas: nanoMIPS: Comment the decoder of 'gpr2.reg2' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 1 | -0/+22 |
* | disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 2 | -4/+4 |
* | disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 1 | -0/+22 |
* | disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 2 | -4/+4 |
* | disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 1 | -0/+27 |
* | disas: nanoMIPS: Rename the decoder of 'gpr4.zero' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 2 | -6/+6 |
* | disas: nanoMIPS: Comment the decoder of 'gpr4' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 1 | -0/+26 |
* | disas: nanoMIPS: Rename the decoder of 'gpr4' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 2 | -11/+11 |
* | disas: nanoMIPS: Comment the decoder of 'gpr3.src.store' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 1 | -0/+32 |
* | disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 2 | -6/+6 |
* | disas: nanoMIPS: Comment the decoder of 'gpr3' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 1 | -3/+48 |
* | disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding type | Aleksandar Markovic | 2019-01-03 | 2 | -49/+49 |
* | disas: nanoMIPS: Fix order of more invocations | Aleksandar Markovic | 2019-01-03 | 1 | -130/+130 |
* | disas: nanoMIPS: Name more functions in a more descriptive way | Aleksandar Markovic | 2019-01-03 | 2 | -120/+120 |
* | disas: nanoMIPS: Fix an FP-related misnomer 3 | Aleksandar Markovic | 2019-01-03 | 2 | -130/+130 |
* | disas: nanoMIPS: Fix an FP-related misnomer 2 | Aleksandar Markovic | 2019-01-03 | 2 | -122/+122 |
* | disas: nanoMIPS: Fix an FP-related misnomer 1 | Aleksandar Markovic | 2019-01-03 | 2 | -72/+72 |
* | disas: nanoMIPS: Name some functions in a more descriptive way | Aleksandar Markovic | 2019-01-03 | 2 | -72/+72 |
* | disas: nanoMIPS: Fix order of some invocations | Aleksandar Markovic | 2019-01-03 | 1 | -388/+388 |
* | disas: nanoMIPS: Fix a function misnomer | Aleksandar Markovic | 2019-01-03 | 2 | -133/+133 |
* | disas: nanoMIPS: Remove functions that are not used | Aleksandar Markovic | 2019-01-03 | 2 | -233/+0 |
* | disas: nanoMIPS: Fix preamble text in nanomips.* files | Aleksandar Markovic | 2019-01-03 | 2 | -6/+8 |
* | disas: nanoMIPS: Fix types and format strings | Stefan Weil | 2019-01-03 | 2 | -13/+17 |
* | disas/microblaze: Remove unused REG_SP macro | Richard Henderson | 2018-12-25 | 1 | -1/+0 |
* | target/ppc: tcg: Implement addex instruction | Suraj Jitindar Singh | 2018-12-20 | 1 | -0/+2 |