Age | Commit message (Expand) | Author |
2013-04-26 | disas: Disassemble all ppc insns for the guest | Aurelien Jarno |
2013-04-15 | disas: Disassemble all ppc insns for the host | Richard Henderson |
2013-03-23 | Add moxie disassembler | Anthony Green |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini |
2012-11-10 | disas: avoid using cpu_single_env | Blue Swirl |
2012-09-21 | tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. | Richard Henderson |
2012-07-14 | disas: Fix printing of addresses in disassembly | Peter Maydell |
2012-05-14 | fix some common typos | Jim Meyering |
2012-04-15 | disas: Replace 'unsigned long' by 'uintptr_t' | Stefan Weil |
2012-04-06 | Userspace ARM BE8 support | Paul Brook |
2012-04-01 | target-lm32: add simple disassembler | Michael Walle |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2011-10-31 | tcg: Add tci disassembler | Stefan Weil |
2011-08-25 | disasm: update comment | Frediano Ziglio |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl |
2011-05-31 | target-alpha: Disassemble EV6 PALcode instructions. | Richard Henderson |
2011-04-12 | Replace cpu_physical_memory_rw were possible | Stefan Weil |
2011-04-04 | s390x: Enable disassembler for s390x | Ulrich Hecht |
2011-01-12 | disas: remove opcode printing on ARM hosts | Aurelien Jarno |
2011-01-10 | cris: Support disassembly of crisv10 | Edgar E. Iglesias |
2010-10-03 | Use GCC_FMT_ATTR (format checking) | Stefan Weil |
2010-04-01 | ia64 disas support | Aurelien Jarno |
2009-11-14 | sh4 disasm fixes | Magnus Damm |
2009-07-27 | rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN | Juan Quintela |
2009-05-26 | microblaze: Add disassembler. | Edgar E. Iglesias |
2009-05-07 | Fix disassembler memory accesses | Blue Swirl |
2009-04-21 | Safety net for the cases where disassembler/translator disagree over instruct... | malc |
2009-03-05 | monitor: Rework API (Jan Kiszka) | aliguori |
2009-02-13 | Allow disassembling last addresses of the address space | blueswir1 |
2009-01-14 | Remove all traces of __powerpc__ | malc |
2008-10-22 | Update old fashioned function prototypes. | pbrook |
2008-10-22 | * Use function pointers for symbol lookup (currently for elf32 and elf64, | pbrook |
2008-08-17 | Fix warnings that would be generated by gcc -Wstrict-prototypes | blueswir1 |
2008-04-12 | HPPA (PA-RISC) host support | aurel32 |
2007-12-25 | One more bit of alpha support. | ths |
2007-10-08 | Wire up CRIS disassembler, by Edgar E. Iglesias. | ths |
2007-09-29 | Define the proper bfd_mach to be used by the disassembler for each | j_mayer |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-07-31 | s390 disassembler support, by Ulrich Hecht. | ths |
2007-06-03 | One day we might support MIPS16... | ths |
2007-06-03 | Spelling fixes, by Stefan Weil. | ths |
2007-04-09 | Fix monitor disasm output for Sparc64 target | blueswir1 |
2007-04-08 | Fix generated code disasm output on Sparc64 host | blueswir1 |
2007-04-05 | Integrate Alpha target in Qemu core. | j_mayer |
2007-01-01 | Remove duplicate TARGET_M68K case. | pbrook |
2006-10-22 | ColdFire target. | pbrook |
2006-07-30 | Rewrite Arm host support. | pbrook |
2006-06-25 | C99 64 bit printf | bellard |