aboutsummaryrefslogtreecommitdiffstats
path: root/disas.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31tcg: Add tci disassemblerStefan Weil1-1/+3
2011-08-25disasm: update commentFrediano Ziglio1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+0
2011-05-31target-alpha: Disassemble EV6 PALcode instructions.Richard Henderson1-1/+1
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil1-1/+1
2011-04-04s390x: Enable disassembler for s390xUlrich Hecht1-0/+6
2011-01-12disas: remove opcode printing on ARM hostsAurelien Jarno1-5/+0
2011-01-10cris: Support disassembly of crisv10Edgar E. Iglesias1-2/+7
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil1-1/+2
2010-04-01ia64 disas supportAurelien Jarno1-0/+17
2009-11-14sh4 disasm fixesMagnus Damm1-0/+3
2009-07-27rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela1-1/+1
2009-05-26microblaze: Add disassembler.Edgar E. Iglesias1-0/+3
2009-05-07Fix disassembler memory accessesBlue Swirl1-4/+1
2009-04-21Safety net for the cases where disassembler/translator disagree over instruct...malc1-0/+7
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-9/+8
2009-02-13Allow disassembling last addresses of the address spaceblueswir11-2/+2
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2008-10-22Update old fashioned function prototypes.pbrook1-15/+5
2008-10-22* Use function pointers for symbol lookup (currently for elf32 and elf64,pbrook1-23/+7
2008-08-17Fix warnings that would be generated by gcc -Wstrict-prototypesblueswir11-5/+2
2008-04-12HPPA (PA-RISC) host supportaurel321-0/+2
2007-12-25One more bit of alpha support.ths1-0/+2
2007-10-08Wire up CRIS disassembler, by Edgar E. Iglesias.ths1-0/+3
2007-09-29Define the proper bfd_mach to be used by the disassembler for eachj_mayer1-3/+8
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-6/+6
2007-07-31s390 disassembler support, by Ulrich Hecht.ths1-0/+2
2007-06-03One day we might support MIPS16...ths1-2/+2
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-04-09Fix monitor disasm output for Sparc64 targetblueswir11-0/+3
2007-04-08Fix generated code disasm output on Sparc64 hostblueswir11-0/+3
2007-04-05Integrate Alpha target in Qemu core.j_mayer1-0/+3
2007-01-01Remove duplicate TARGET_M68K case.pbrook1-4/+0
2006-10-22ColdFire target.pbrook1-0/+4
2006-07-30Rewrite Arm host support.pbrook1-4/+2
2006-06-25C99 64 bit printfbellard1-2/+2
2006-04-27sh4 target (Samuel Tardieu)bellard1-1/+4
2005-12-17mipsel disas fixbellard1-0/+8
2005-11-21SMP supportbellard1-3/+7
2005-11-06m68k disassembler (Paul Brook)bellard1-0/+6
2005-10-30Thumb symbol lookup (Paul Brook)bellard1-2/+8
2005-07-23ppc64 targetbellard1-0/+10
2005-07-02MIPS target (Jocelyn Mayer)bellard1-0/+26
2005-07-02sparc64 marge (Blue Swirl)bellard1-0/+3
2005-04-27ARM thumb disassembly (Paul Brook)bellard1-3/+18
2005-04-23This patch adds little-endian mode support to PPC emulation.bellard1-0/+2
2005-04-07ia64 host support (David Mosberger)bellard1-3/+6
2005-01-3164 bit disas fixbellard1-9/+7
2005-01-23more consistent type for size (still a bug in wrapping)bellard1-1/+1