1. d48b8a2 ART: FPU instructions support in disassembler by Vladimir Kostyukov · 10 years ago
  2. afd9acc Multilib ART host. by Ian Rogers · 10 years ago
  3. 20dfc79 Add some more instruction support to optimizing compiler. by Dave Allison · 10 years ago
  4. a33720c X86 Dis: Add missing mov byte; Add size suffixes by Mark Mendell · 10 years ago
  5. c5f1773 Remove deprecated WITH_HOST_DALVIK. by Ian Rogers · 10 years ago
  6. 33ecf8d Add Move with Sign Extend Double to disassembler by Mark Mendell · 10 years ago
  7. 88649c7 Fix X86 disassambler printing of XMM, MM registers by Mark Mendell · 10 years ago
  8. f3639b2 Merge "ART: x86_64 disassembler improvements" by Ian Rogers · 10 years ago
  9. 5ca4eaa ART: Make LOCAL_CLANG architecture dependent for the target by Andreas Gampe · 10 years ago
  10. 122113a ART: x86_64 disassembler improvements by Vladimir Kostyukov · 10 years ago
  11. 67d18be Support disassembly of 16-bit immediates by Mark Mendell · 10 years ago
  12. fe94578 Implement all vector instructions for X86 by Mark Mendell · 10 years ago
  13. 2a0e954 Move art host to libc++ by Dan Albert · 10 years ago
  14. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  15. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 10 years ago
  16. e8861b3 ART: Enables x86_64 disassembly by Vladimir Kostyukov · 10 years ago
  17. 96a4f29 Merge "ART: Fixes an issue with REX prefix for instructions with no ModRM byte" by Ian Rogers · 10 years ago
  18. fba52f1 ART: Fixes an issue with REX prefix for instructions with no ModRM byte by Vladimir Kostyukov · 10 years ago
  19. bd5ea6a Preparation for transition to libc++. by Ian Rogers · 10 years ago
  20. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  21. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  22. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  23. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  24. c777e0d Disassemble Thumb2 shifts and more VFP instructions. by Vladimir Marko · 10 years ago
  25. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  26. 99ad723 Relaxed memory barriers for x86 by Razvan A Lupusoru · 10 years ago
  27. 7d180cb Fix imm5 and shift_type detection by Dmitriy Ivanov · 10 years ago
  28. 38e1203 x86-64 disassembler support. by Ian Rogers · 10 years ago
  29. c2687ef Avoid bus error from reading unaligned 64-bit literal by Brian Carlstrom · 10 years ago
  30. 2b9aa96 Merge "AArch64: Add ARM64 Disassembler" by Ian Rogers · 10 years ago
  31. e6622be AArch64: Add ARM64 Disassembler by Serban Constantinescu · 10 years ago
  32. e19649a ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler. by Zheng Xu · 10 years ago
  33. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 10 years ago
  34. 4028a6c Inline x86 String.indexOf by Mark Mendell · 10 years ago
  35. dc781a1 art: convert makefiles to support multilib build by Colin Cross · 11 years ago
  36. 614c2b4 Support to generate inline long to FP bytecodes for x86 by Razvan A Lupusoru · 11 years ago
  37. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  38. 2c498d1 Specializing x86 range argument copying by Razvan A Lupusoru · 11 years ago
  39. 7ea5daf Merge "Improve x86 long multiply and shifts" by Ian Rogers · 11 years ago
  40. d3266bc Reduce x86 sequence for GP pair to XMM by Razvan A Lupusoru · 11 years ago
  41. 4708dcd Improve x86 long multiply and shifts by Mark Mendell · 11 years ago
  42. 2bf31e6 Improve x86 long divide by Mark Mendell · 11 years ago
  43. 0adc680 Merge "Add conditional move support to x86 and allow GenMinMax to use it" by Ian Rogers · 11 years ago
  44. ef6a776 Inline codegen for long-to-double on ARM. by Ian Rogers · 11 years ago
  45. bd288c2 Add conditional move support to x86 and allow GenMinMax to use it by Razvan A Lupusoru · 11 years ago
  46. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  47. d19b55a Disassemble more x86 instructions by Mark Mendell · 11 years ago
  48. f723f0c Add missing x86 imul opcode to disassembler by Mark Mendell · 11 years ago
  49. 70b797d Unsafe.compareAndSwapLong() intrinsic for x86. by Vladimir Marko · 11 years ago
  50. 3e5af82 Intrinsic Unsafe.CompareAndSwapLong() for ARM. by Vladimir Marko · 11 years ago
  51. 2247984 Clean up kOpCmp on ARM. by Vladimir Marko · 11 years ago
  52. ad435eb Fix Thumb2 ldrd/strd disassembly. by Vladimir Marko · 11 years ago
  53. dd577a3 Disassemble Thumb2 vstm/vldm/vstr/vldr/vpush/vpop/vmov/vmrs. by Vladimir Marko · 11 years ago
  54. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  55. 1f6754d Fix whitespace-sensitive build. by Vladimir Marko · 11 years ago
  56. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  57. a9650dd Implement thumb expansion of immediates. by Ian Rogers · 11 years ago
  58. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago