index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
disas.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update old fashioned function prototypes.
pbrook
2008-10-22
1
-15
/
+5
*
* Use function pointers for symbol lookup (currently for elf32 and elf64,
pbrook
2008-10-22
1
-23
/
+7
*
Fix warnings that would be generated by gcc -Wstrict-prototypes
blueswir1
2008-08-17
1
-5
/
+2
*
HPPA (PA-RISC) host support
aurel32
2008-04-12
1
-0
/
+2
*
One more bit of alpha support.
ths
2007-12-25
1
-0
/
+2
*
Wire up CRIS disassembler, by Edgar E. Iglesias.
ths
2007-10-08
1
-0
/
+3
*
Define the proper bfd_mach to be used by the disassembler for each
j_mayer
2007-09-29
1
-3
/
+8
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-2
/
+2
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-6
/
+6
*
s390 disassembler support, by Ulrich Hecht.
ths
2007-07-31
1
-0
/
+2
*
One day we might support MIPS16...
ths
2007-06-03
1
-2
/
+2
*
Spelling fixes, by Stefan Weil.
ths
2007-06-03
1
-1
/
+1
*
Fix monitor disasm output for Sparc64 target
blueswir1
2007-04-09
1
-0
/
+3
*
Fix generated code disasm output on Sparc64 host
blueswir1
2007-04-08
1
-0
/
+3
*
Integrate Alpha target in Qemu core.
j_mayer
2007-04-05
1
-0
/
+3
*
Remove duplicate TARGET_M68K case.
pbrook
2007-01-01
1
-4
/
+0
*
ColdFire target.
pbrook
2006-10-22
1
-0
/
+4
*
Rewrite Arm host support.
pbrook
2006-07-30
1
-4
/
+2
*
C99 64 bit printf
bellard
2006-06-25
1
-2
/
+2
*
sh4 target (Samuel Tardieu)
bellard
2006-04-27
1
-1
/
+4
*
mipsel disas fix
bellard
2005-12-17
1
-0
/
+8
*
SMP support
bellard
2005-11-21
1
-3
/
+7
*
m68k disassembler (Paul Brook)
bellard
2005-11-06
1
-0
/
+6
*
Thumb symbol lookup (Paul Brook)
bellard
2005-10-30
1
-2
/
+8
*
ppc64 target
bellard
2005-07-23
1
-0
/
+10
*
MIPS target (Jocelyn Mayer)
bellard
2005-07-02
1
-0
/
+26
*
sparc64 marge (Blue Swirl)
bellard
2005-07-02
1
-0
/
+3
*
ARM thumb disassembly (Paul Brook)
bellard
2005-04-27
1
-3
/
+18
*
This patch adds little-endian mode support to PPC emulation.
bellard
2005-04-23
1
-0
/
+2
*
ia64 host support (David Mosberger)
bellard
2005-04-07
1
-3
/
+6
*
64 bit disas fix
bellard
2005-01-31
1
-9
/
+7
*
more consistent type for size (still a bug in wrapping)
bellard
2005-01-23
1
-1
/
+1
*
64 bit target support
bellard
2005-01-03
1
-57
/
+86
*
SPARC merge
bellard
2004-12-19
1
-16
/
+18
*
monitor fixes
bellard
2004-10-09
1
-1
/
+1
*
output disassembled code to monitor console
bellard
2004-08-01
1
-6
/
+15
*
improved monitor: type check, expression evaluator, memory dump, disassembly
bellard
2004-04-04
1
-1
/
+69
*
initial x86-64 host support (Gwenole Beauchesne)
bellard
2004-03-17
1
-1
/
+4
*
PowerPC target support (Jocelyn Mayer) - added better support for uid16
bellard
2003-11-23
1
-0
/
+2
*
fixed virtual memory access
bellard
2003-10-27
1
-1
/
+1
*
added correct memory access code for system emulation
bellard
2003-10-27
1
-6
/
+33
*
sparc emulation target (thanx to Thomas M. Ogrisegg)
bellard
2003-09-30
1
-0
/
+2
*
address printing fix
bellard
2003-07-13
1
-2
/
+2
*
changed disas() prototype for multi target support
bellard
2003-06-15
1
-6
/
+17
*
disas endian fix
bellard
2003-06-09
1
-0
/
+1
*
added ARM and Sparc disassemblers
bellard
2003-06-09
1
-0
/
+94
*
fixed cast
bellard
2003-05-25
1
-1
/
+1
*
alpha disas (Falk Hueffner)
bellard
2003-05-11
1
-0
/
+2
*
PowerPC disas code
bellard
2003-04-29
1
-0
/
+79