summary refs log tree commit diff stats
path: root/include/disas (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé2024-04-241-5/+0
* disas: introduce show_opcodesAlex Bennée2024-03-061-0/+8
* disas: Change type of disassemble_info.target_info to pointerWeiwei Li2023-06-131-1/+1
* disas: Remove target-specific headersRichard Henderson2023-05-111-6/+0
* disas: Remove target_ulong from the interfaceRichard Henderson2023-05-111-11/+6
* replace TABs with spacesYeqi Fu2023-03-201-34/+34
* remove unnecessary extern "C" blocksPaolo Bonzini2023-02-101-8/+0
* target/loongarch: Add disassemblerSong Gao2022-06-061-0/+2
* disas: Remove old libopcode ppc disassemblerThomas Huth2022-05-091-1/+0
* disas: Remove old libopcode i386 disassemblerThomas Huth2022-05-091-1/+0
* disas: Remove old libopcode arm disassemblerThomas Huth2022-05-091-1/+0
* disas: Remove old libopcode s390 disassemblerThomas Huth2022-05-041-1/+0
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* target/riscv: setup everything for rv64 to support rv128 executionFrédéric Pétrot2022-01-081-0/+1
* disas/nios2: Simplify endianess conversionPhilippe Mathieu-Daudé2021-10-221-2/+1
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-121-3/+0
* Remove the deprecated moxie targetThomas Huth2021-05-121-1/+0
* include/disas/dis-asm.h: Handle being included outside 'extern "C"'Peter Maydell2021-05-101-2/+10
* Hexagon (disas) disassemblerTaylor Simpson2021-02-181-0/+1
* disas: Push const down through host disassemblyRichard Henderson2021-01-071-2/+2
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-071-1/+1
* disas: Split out capstone code to disas/capstone.cRichard Henderson2020-10-031-0/+12
* disas: Use qemu/bswap.h for bfd endian loadsRichard Henderson2020-10-031-5/+27
* disas: Clean up CPUDebug initializationRichard Henderson2020-10-031-62/+0
* disas: Move host asm annotations to tb_gen_codeRichard Henderson2020-10-031-1/+1
* target/avr: Register AVR support with the rest of QEMUMichael Rolnik2020-07-111-0/+19
* disas: include an optional note for the start of disassemblyAlex Bennée2020-05-151-1/+1
* target/rx: RX disassemblerYoshinori Sato2020-03-191-0/+5
* disas: Add a field for target-dependant data to disassemble_infoAleksandar Markovic2020-01-291-0/+3
* plugin: add qemu_plugin_insn_disas helperAlex Bennée2019-10-281-0/+2
* include: Make headers more self-containedMarkus Armbruster2019-08-161-0/+1
* Clean up a few header guard symbolsMarkus Armbruster2019-06-121-3/+3
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0
* Normalize header guard symbol definition.Markus Armbruster2019-05-131-1/+1
* include: Move fprintf_function to disas/Markus Armbruster2019-04-181-2/+3
* disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster2019-04-181-0/+0
* target/mips: Add disassembler support for nanoMIPSAleksandar Markovic2018-10-251-0/+1
* RISC-V DisassemblerMichael Clark2018-03-071-0/+2
* target/xtensa: implement disassemblerMax Filippov2018-01-091-0/+1
* disas: Dump insn bytes along with capstone disassemblyRichard Henderson2017-11-091-0/+2
* disas: Support the Capstone disassembler libraryRichard Henderson2017-10-252-0/+42
* disas: Remove unused flags argumentsRichard Henderson2017-10-251-2/+2
* target/arm: Move BE32 disassembler fixupRichard Henderson2017-10-251-7/+0
* disas: Always initialize read_memory_inner_func properlyThomas Huth2017-10-121-0/+1
* Fix Thumb-1 BE32 execution and disassembly.Julian Brown2017-02-071-0/+7
* nios2: Add disas entriesMarek Vasut2017-01-241-0/+6
* disas: Fix ATTRIBUTE_UNUSED define clash with ALSA headersPeter Maydell2016-07-191-0/+2
* disas: Remove unused macro '_'Lluís Vilanova2016-07-181-1/+0
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-07-141-1/+1
|\
| * disas: avoid including everything in headers compiled from C++Paolo Bonzini2016-07-121-1/+1