1. 91460a5 Disassemble saturation arithmetic x86/x86_64. by Aart Bik · 6 years ago
  2. 3332db8 Bunch of SIMD for x86 and x86_64 by Aart Bik · 7 years ago
  3. c8e93c7 Min/max SIMDization support. by Aart Bik · 7 years ago
  4. 8939c64 SIMD pcmpgtb,w,d,q for x86/x86_64 by Aart Bik · 7 years ago
  5. 67d3fd7 SIMD pavgb,w for x86/x86_64 by Aart Bik · 7 years ago
  6. 149fb78 Properly disassemble cmpeq for x86/x86_64 by Aart Bik · 7 years ago
  7. 3c89d42 x86/string compression: Use TESTB instead of TESTL in String.charAt(). by Vladimir Marko · 7 years ago
  8. 68555e9 Added a few integral SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 7 years ago
  9. bda1d60 ART: Detach libart-disassembler from libart by Andreas Gampe · 8 years ago
  10. 372f3a3 ART: Add thread offset printing hook to disassembler by Andreas Gampe · 8 years ago
  11. ba65cc4 Merge "ART: Convert pointer size to enum" by Treehugger Robot · 8 years ago
  12. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  13. 33dd909 Fixed bug in disassembly of roundss/roundsd by Aart Bik · 8 years ago
  14. 161c866 Merge "ART: disassembler_x86 doesn't recognize NOPs" by Treehugger Robot · 8 years ago
  15. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 8 years ago
  16. 4414822 ART: disassembler_x86 doesn't recognize NOPs by Serdjuk, Nikolay Y · 9 years ago
  17. bcee092 Add X86 bsf and rotate instructions by Mark Mendell · 9 years ago
  18. 8ae3ffb Add 'bsr' instruction to x86 and x86_64 by Mark Mendell · 9 years ago
  19. b9c4bbe Add rep movsw to x86 and x86_64 instructions. by Mark Mendell · 9 years ago
  20. 124b392 Added disassembler support for repe_cmpsw instruction in x86, x86_64 by agicsaki · 9 years ago
  21. e0705f5 Fix for incorrect encode and parse of PEXTRW instruction by nikolay serdjuk · 9 years ago
  22. bd4e6a8 Fix for incorrect parse of PEXTRW instruction by nikolay serdjuk · 9 years ago
  23. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 9 years ago
  24. 031b00d ART: Fix x86 disassembler by Andreas Gampe · 9 years ago
  25. 6a0b920 Fix crash in x86 disassembler. by Nicolas Geoffray · 10 years ago
  26. 8683038 ART: Do not inline elf writer debug symbols by Andreas Gampe · 10 years ago
  27. e5eb706 ART: Break up x86 disassembler main function by Andreas Gampe · 10 years ago
  28. 677c12f Tidy x86 disassembler by Ian Rogers · 10 years ago
  29. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  30. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  31. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  32. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  33. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  34. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  35. b3a84e2 ART: Vectorization opcode implementation fixes by Lupusoru, Razvan A · 10 years ago
  36. b5bce7c ART: Add non-temporal store support by Jean Christophe Beyler · 10 years ago
  37. f40f890 Implement inlined shift long for 32bit by Yixin Shou · 10 years ago
  38. ec95f72 ART: Correct disassembling of 64bit immediates on x86_64 by Vladimir Kostyukov · 10 years ago
  39. 79bb184 ART: Correct disassembling of regs from opcodes by Vladimir Kostyukov · 10 years ago
  40. 2cfe30b Merge "X86 Backend support for vectorized float and byte 16x16 operations" by Ian Rogers · 10 years ago
  41. 60bfe7b X86 Backend support for vectorized float and byte 16x16 operations by Udayan Banerji · 10 years ago
  42. 94f3eb0 x86_64: Clean-up after cmp-long fix by Serguei Katkov · 10 years ago
  43. ae2efea Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation" by Ian Rogers · 10 years ago
  44. e443a80 ART: FF-opcodes are target-specific by Vladimir Kostyukov · 10 years ago
  45. 5192cbb Load 64 bit constant into GPR by single instruction for 64bit mode by Yixin Shou · 10 years ago
  46. d48b8a2 ART: FPU instructions support in disassembler by Vladimir Kostyukov · 10 years ago
  47. fb0fecf ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation by Olivier Come · 10 years ago
  48. a33720c X86 Dis: Add missing mov byte; Add size suffixes by Mark Mendell · 10 years ago
  49. 33ecf8d Add Move with Sign Extend Double to disassembler by Mark Mendell · 10 years ago
  50. 88649c7 Fix X86 disassambler printing of XMM, MM registers by Mark Mendell · 10 years ago
  51. 122113a ART: x86_64 disassembler improvements by Vladimir Kostyukov · 10 years ago
  52. 67d18be Support disassembly of 16-bit immediates by Mark Mendell · 10 years ago
  53. fe94578 Implement all vector instructions for X86 by Mark Mendell · 10 years ago
  54. e8861b3 ART: Enables x86_64 disassembly by Vladimir Kostyukov · 10 years ago
  55. fba52f1 ART: Fixes an issue with REX prefix for instructions with no ModRM byte by Vladimir Kostyukov · 10 years ago
  56. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  57. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  58. 38e1203 x86-64 disassembler support. by Ian Rogers · 10 years ago
  59. 4028a6c Inline x86 String.indexOf by Mark Mendell · 10 years ago
  60. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 10 years ago
  61. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 10 years ago
  62. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 10 years ago
  63. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 10 years ago
  64. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 10 years ago
  65. 2bf31e6 Improve x86 long divide by Mark Mendell · 10 years ago
  66. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  67. d19b55a Disassemble more x86 instructions by Mark Mendell · 11 years ago
  68. f723f0c Add missing x86 imul opcode to disassembler by Mark Mendell · 11 years ago
  69. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  70. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  71. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago[Renamed from runtime/disassembler_x86.cc]
  72. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  73. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  74. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/disassembler_x86.cc]
  75. 5e588b3 Output Intel group 0 prefixes. by Ian Rogers · 11 years ago
  76. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  77. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  78. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  79. b23a772 Dump maps inline in disassembled code. by Ian Rogers · 12 years ago
  80. 77ae36b Fix and enable inlining of some intrinsics on x86. by jeffhao · 12 years ago
  81. 8302576 Added thin-lock fast path for monitor-enter/exit on x86. by jeffhao · 12 years ago
  82. 854029c Fixes to x86 register promotion and load hoisting. by jeffhao · 12 years ago
  83. 703f2cd Numerous fixes to enable PromoteRegs, though it's still broken. by jeffhao · 12 years ago
  84. fdffdf8 Fixes to enable TrackLiveTemps optimization on x86. by jeffhao · 12 years ago
  85. e296248 Fixes for x86 compiler optimizations. by jeffhao · 12 years ago
  86. 174651d Fixed x86 division and modulus and merged their entry points. by jeffhao · 12 years ago
  87. 16b5c29 Disassemble x86 0xd0 and 0xd1 shifts. by Elliott Hughes · 12 years ago
  88. 14178a9 Always show the sign of an x86 relative branch, like we do for architectures. by Elliott Hughes · 12 years ago
  89. bf98980 SSE disassembler support. by Ian Rogers · 12 years ago
  90. 92301d9 Decode thread offsets in x86 disassembly. by Elliott Hughes · 12 years ago
  91. 0589ca9 Disassemble x86 opcode 0xc7. by Elliott Hughes · 12 years ago
  92. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 12 years ago
  93. 7caad77 Implement various missing parts of the X86 compiler by Ian Rogers · 12 years ago
  94. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  95. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  96. 706a10e X86 disassembler. by Ian Rogers · 12 years ago