aboutsummaryrefslogtreecommitdiffstats
path: root/i386-dis.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-07i386-dis: remove dead assignments, spotted by clangBlue Swirl1-5/+0
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-4/+2
2009-03-07Update i386-dis.c from commits before GPLv3 switchblueswir11-1545/+3261
2009-03-07Update i386-dis.c from binutils 2.17blueswir11-561/+1286
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-10-02Make some i386 disassembler tables constblueswir11-22/+22
2008-08-26Revert broken part of r5044 (thanks to Igor Kovalenko for spotting)blueswir11-1/+1
2008-08-25Fix more bugs in r5044blueswir11-1/+1
2008-08-21Fix OpenBSD linker warningsblueswir11-47/+47
2008-07-20Add missing const, by Stefan Weil.ths1-1/+1
2007-11-18Add statics and missing #includes for prototypes.pbrook1-23/+0
2004-10-12do not assume signed charbellard1-1/+1
2004-03-17initial x86-64 host support (Gwenole Beauchesne)bellard1-1312/+3155
2003-06-09added ARM and Sparc disassemblersbellard1-2/+2
2003-04-10ISO C fixesbellard1-2/+3
2003-03-19added flags computation optimizationbellard1-0/+2299