1. bbde936 disas/i386: Add disassembly of rorx by Richard Henderson · 8 years ago
  2. a17d3be disas/i386: Add disassembly of vex.0f38.f5 by Richard Henderson · 8 years ago
  3. 980edf4 disas/i386: Fix disassembly of two-byte vex prefixes by Richard Henderson · 8 years ago
  4. 3f168b5 disas/i386: Avoid NULL pointer dereference in error case by Peter Maydell · 8 years ago
  5. f7749a3 disas/i386.c: Handle tzcnt by Richard Henderson · 8 years ago
  6. ca66f1a disas: Remove unused macro '_' by Lluís Vilanova · 9 years ago
  7. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  8. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  9. 8ff98f1 Remove unneeded include statements for setjmp.h by Stefan Weil · 9 years ago
  10. 48d4ab2 disas: Clean up includes by Peter Maydell · 9 years ago
  11. 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
  12. 189f792 disas/i386: Disassemble ANDN/SHLX/SHRX/SHAX by Richard Henderson · 11 years ago
  13. ba00599 disas/i386.c: disassemble movbe instruction by Aurelien Jarno · 11 years ago
  14. d640045 target-i386: add AES-NI instructions by Aurelien Jarno · 12 years ago
  15. 309b4de disas/i386.c: disassemble aes-ni instructions by Aurelien Jarno · 12 years ago
  16. 8dbd3fc disas/i386.c: disassemble pclmulqdq instruction by Aurelien Jarno · 12 years ago
  17. 6ab7e54 Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() by Peter Maydell · 12 years ago
  18. af18078 disas/i386.c: Add explicit braces round empty for-loop body by Peter Maydell · 12 years ago
  19. 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago[Renamed (99%) from i386-dis.c]
  20. 156aa89 i386-dis: Fix unused return value, spotted by clang by Blue Swirl · 15 years ago
  21. bef75aa i386-dis: remove dead assignments, spotted by clang by Blue Swirl · 15 years ago
  22. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 16 years ago
  23. 88103cf Update i386-dis.c from commits before GPLv3 switch by blueswir1 · 16 years ago
  24. c2c73b4 Update i386-dis.c from binutils 2.17 by blueswir1 · 16 years ago
  25. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  26. 7a786a4 Make some i386 disassembler tables const by blueswir1 · 16 years ago
  27. 4d5e2b3 Revert broken part of r5044 (thanks to Igor Kovalenko for spotting) by blueswir1 · 17 years ago
  28. ac700bc Fix more bugs in r5044 by blueswir1 · 17 years ago
  29. 363a37d Fix OpenBSD linker warnings by blueswir1 · 17 years ago
  30. 4c7d9dc Add missing const, by Stefan Weil. by ths · 17 years ago
  31. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  32. b8b5ac6 do not assume signed char by bellard · 20 years ago
  33. bc51c5c initial x86-64 host support (Gwenole Beauchesne) by bellard · 21 years ago
  34. aa0aa4f added ARM and Sparc disassemblers by bellard · 22 years ago
  35. bb0ebb1 ISO C fixes by bellard · 22 years ago
  36. dc99065 added flags computation optimization by bellard · 22 years ago