aboutsummaryrefslogtreecommitdiff
path: root/disas
AgeCommit message (Expand)AuthorFilesLines
2021-05-10include/disas/dis-asm.h: Handle being included outside 'extern "C"'Peter Maydell2-4/+0
2021-04-17osdep: protect qemu/osdep.h with extern "C"Paolo Bonzini2-2/+2
2021-03-17tcg/tci: Implement the disassembler properlyRichard Henderson1-61/+0
2021-03-09Various spelling fixesMichael Tokarev1-1/+1
2021-02-18Hexagon (disas) disassemblerTaylor Simpson2-0/+66
2021-01-21build-system: clean up TCG/TCI configuryPaolo Bonzini1-2/+0
2021-01-07disas: Push const down through host disassemblyRichard Henderson1-1/+1
2020-12-18disas/libvixl: Fix fall-through annotation for GCC >= 7Thomas Huth2-2/+8
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-11-02disas/capstone: Fix monitor disassembly of >32 bytesPeter Maydell1-1/+1
2020-10-03disas/capstone: Add skipdata hook for s390xRichard Henderson1-1/+41
2020-10-03disas: Split out capstone code to disas/capstone.cRichard Henderson2-0/+287
2020-09-17disas/: fix some comment spelling errorszhaolichang3-6/+6
2020-09-08configure: move disassembler configuration to mesonPaolo Bonzini1-3/+1
2020-08-21meson: convert disas directory to MesonMarc-André Lureau4-35/+34
2020-07-13disas/sh4: Add missing fallthrough annotationsThomas Huth1-0/+2
2020-01-29target/mips: Add implementation of GINVT instructionYongbok Kim1-0/+10
2019-12-17libvixl: remove per-target compiler flagsPaolo Bonzini1-10/+1
2019-10-04cris: do not leak struct cris_disasm_dataPaolo Bonzini1-30/+29
2019-08-21ppc: Add support for 'mffsl' instructionPaul A. Clarke1-0/+5
2019-06-27disas/riscv: Fix `rdinstreth` constraintWladimir J. van der Laan1-2/+3
2019-06-27disas/riscv: Disassemble reserved compressed encodings as illegalMichael Clark1-17/+45
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster3-3/+0
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster20-20/+20
2019-03-19RISC-V: Remove unnecessary disassembler constraintsMichael Clark1-138/+0
2019-03-05disas: nanoMIPS: Add graphical description of pool organizationAleksandar Markovic1-0/+102
2019-03-05disas: nanoMIPS: Correct comments to handlers of some DSP instructionsAleksandar Markovic1-204/+230
2019-02-27disas: nanoMIPS: Fix a function misnomerAleksandar Markovic2-49/+49
2019-01-24disas: nanoMIPS: Amend DSP instructions related commentsAleksandar Markovic1-44/+75
2019-01-11remove space-tab sequencesPaolo Bonzini4-9/+9
2019-01-03disas: nanoMIPS: Add a note on documentationAleksandar Markovic1-0/+7
2019-01-03disas: nanoMIPS: Reorder declarations and definitions of gpr decodersAleksandar Markovic2-103/+104
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr1' gpr encoding typeAleksandar Markovic1-0/+21
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr1' gpr encoding typeAleksandar Markovic2-3/+3
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr2.reg2' gpr encoding typeAleksandar Markovic1-0/+22
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr2.reg2' gpr encoding typeAleksandar Markovic2-4/+4
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr2.reg1' gpr encoding typeAleksandar Markovic1-0/+22
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr2.reg1' gpr encoding typeAleksandar Markovic2-4/+4
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr4.zero' gpr encoding typeAleksandar Markovic1-0/+27
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr4.zero' gpr encoding typeAleksandar Markovic2-6/+6
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr4' gpr encoding typeAleksandar Markovic1-0/+26
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr4' gpr encoding typeAleksandar Markovic2-11/+11
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr3.src.store' gpr encoding typeAleksandar Markovic1-0/+32
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr3.src.store' gpr encoding typeAleksandar Markovic2-6/+6
2019-01-03disas: nanoMIPS: Comment the decoder of 'gpr3' gpr encoding typeAleksandar Markovic1-3/+48
2019-01-03disas: nanoMIPS: Rename the decoder of 'gpr3' gpr encoding typeAleksandar Markovic2-49/+49
2019-01-03disas: nanoMIPS: Fix order of more invocationsAleksandar Markovic1-130/+130
2019-01-03disas: nanoMIPS: Name more functions in a more descriptive wayAleksandar Markovic2-120/+120
2019-01-03disas: nanoMIPS: Fix an FP-related misnomer 3Aleksandar Markovic2-130/+130