summary refs log tree commit diff stats
path: root/disas/disas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-261-0/+1
* disas: Show opcodes for target_disas and monitor_disasRichard Henderson2024-03-291-0/+1
* disas: introduce show_opcodesAlex Bennée2024-03-061-0/+1
* disas: Move disas.c into the target-independent source setThomas Huth2023-05-111-6/+6
* disas: Move softmmu specific code to separate fileThomas Huth2023-05-111-70/+6
* disas: Remove target-specific headersRichard Henderson2023-05-111-1/+2
* disas: Remove target_ulong from the interfaceRichard Henderson2023-05-111-10/+9
* disas: Move disas.c to disas/Richard Henderson2023-05-111-0/+399