1. 5192cbb Load 64 bit constant into GPR by single instruction for 64bit mode by Yixin Shou · 11 years ago
  2. d48b8a2 ART: FPU instructions support in disassembler by Vladimir Kostyukov · 11 years ago
  3. a33720c X86 Dis: Add missing mov byte; Add size suffixes by Mark Mendell · 11 years ago
  4. 33ecf8d Add Move with Sign Extend Double to disassembler by Mark Mendell · 11 years ago
  5. 88649c7 Fix X86 disassambler printing of XMM, MM registers by Mark Mendell · 11 years ago
  6. 122113a ART: x86_64 disassembler improvements by Vladimir Kostyukov · 11 years ago
  7. 67d18be Support disassembly of 16-bit immediates by Mark Mendell · 11 years ago
  8. fe94578 Implement all vector instructions for X86 by Mark Mendell · 11 years ago
  9. e8861b3 ART: Enables x86_64 disassembly by Vladimir Kostyukov · 11 years ago
  10. fba52f1 ART: Fixes an issue with REX prefix for instructions with no ModRM byte by Vladimir Kostyukov · 11 years ago
  11. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 11 years ago
  12. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 11 years ago
  13. 38e1203 x86-64 disassembler support. by Ian Rogers · 11 years ago
  14. 4028a6c Inline x86 String.indexOf by Mark Mendell · 11 years ago
  15. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 11 years ago
  16. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  17. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 11 years ago
  18. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  19. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  20. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  21. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 12 years ago
  22. d19b55a Disassemble more x86 instructions by Mark Mendell · 12 years ago
  23. f723f0c Add missing x86 imul opcode to disassembler by Mark Mendell · 12 years ago
  24. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 12 years ago
  25. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 12 years ago
  26. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 12 years ago[Renamed from runtime/disassembler_x86.cc]
  27. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 12 years ago
  28. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 12 years ago
  29. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/disassembler_x86.cc]
  30. 5e588b3 Output Intel group 0 prefixes. by Ian Rogers · 12 years ago
  31. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 13 years ago
  32. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 13 years ago
  33. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 13 years ago
  34. b23a772 Dump maps inline in disassembled code. by Ian Rogers · 13 years ago
  35. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 13 years ago
  36. 8302576 Added thin-lock fast path for monitor-enter/exit on x86. by jeffhao · 13 years ago
  37. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 13 years ago
  38. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 13 years ago
  39. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 13 years ago
  40. e296248 Fixes for x86 compiler optimizations. by jeffhao · 13 years ago
  41. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 13 years ago
  42. 16b5c29 Disassemble x86 0xd0 and 0xd1 shifts. by Elliott Hughes · 13 years ago
  43. 14178a9 Always show the sign of an x86 relative branch, like we do for architectures. by Elliott Hughes · 13 years ago
  44. bf98980 SSE disassembler support. by Ian Rogers · 13 years ago
  45. 92301d9 Decode thread offsets in x86 disassembly. by Elliott Hughes · 13 years ago
  46. 0589ca9 Disassemble x86 opcode 0xc7. by Elliott Hughes · 13 years ago
  47. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 13 years ago
  48. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 13 years ago
  49. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 13 years ago
  50. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  51. 706a10e X86 disassembler. by Ian Rogers · 13 years ago