1. 55d7c18 Improve Thumb disassembler for LDR/STR/PUSH/POP/BKPT. by Vladimir Marko · 10 years ago
  2. a262f77 ARM: Combine multiply accumulate operations. by Ningsheng Jian · 10 years ago
  3. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  4. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  5. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  6. fc787ec Enable -Wimplicit-fallthrough. by Ian Rogers · 10 years ago
  7. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  8. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  9. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 10 years ago
  10. 20dfc79 Add some more instruction support to optimizing compiler. by Dave Allison · 10 years ago
  11. ff093b3 Fix a few 64-bit compilation of 32-bit code issues. by Ian Rogers · 10 years ago
  12. d6ed642 Revert "Revert "Revert "Use trampolines for calls to helpers""" by Dave Allison · 10 years ago
  13. f9487c0 Revert "Revert "Use trampolines for calls to helpers"" by Dave Allison · 10 years ago
  14. 081f73e Revert "Use trampolines for calls to helpers" by Dave Allison · 10 years ago
  15. 754ddad Use trampolines for calls to helpers by Dave Allison · 10 years ago
  16. c777e0d Disassemble Thumb2 shifts and more VFP instructions. by Vladimir Marko · 10 years ago
  17. dd7624d Allow mixing of thread offsets between 32 and 64bit architectures. by Ian Rogers · 10 years ago
  18. 7d180cb Fix imm5 and shift_type detection by Dmitriy Ivanov · 10 years ago
  19. 38e1203 x86-64 disassembler support. by Ian Rogers · 10 years ago
  20. c2687ef Avoid bus error from reading unaligned 64-bit literal by Brian Carlstrom · 10 years ago
  21. e19649a ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler. by Zheng Xu · 10 years ago
  22. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  23. ef6a776 Inline codegen for long-to-double on ARM. by Ian Rogers · 11 years ago
  24. b122a4b Tidy up memory barriers. by Ian Rogers · 11 years ago
  25. 3e5af82 Intrinsic Unsafe.CompareAndSwapLong() for ARM. by Vladimir Marko · 11 years ago
  26. 2247984 Clean up kOpCmp on ARM. by Vladimir Marko · 11 years ago
  27. ad435eb Fix Thumb2 ldrd/strd disassembly. by Vladimir Marko · 11 years ago
  28. dd577a3 Disassemble Thumb2 vstm/vldm/vstr/vldr/vpush/vpop/vmov/vmrs. by Vladimir Marko · 11 years ago
  29. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  30. 1f6754d Fix whitespace-sensitive build. by Vladimir Marko · 11 years ago
  31. a8b4caf Add byte swap instructions for ARM and x86. by Vladimir Marko · 11 years ago
  32. a9650dd Implement thumb expansion of immediates. by Ian Rogers · 11 years ago
  33. 02ed4c0 Move disassembler out of runtime. by Ian Rogers · 11 years ago[Renamed from runtime/disassembler_arm.cc]
  34. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  35. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  36. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  37. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/disassembler_arm.cc]
  38. 828a07f Fix cbz disassembly bug. by Ian Rogers · 11 years ago
  39. 7761cb6 Fix disassembly of 16bit thumb branches. by Ian Rogers · 11 years ago
  40. 4a999e2 Remove DCHECKs from DisassemblerArm by Brian Carlstrom · 11 years ago
  41. d9e63c0 Update ARM disassembler. by Sebastien Hertz · 11 years ago
  42. e78500c Fix ARM disassembler for shift immediate instructions. by Sebastien Hertz · 11 years ago
  43. d0876a9 Thumb32 form branch disassembly. by Ian Rogers · 11 years ago
  44. 5501913 Disassembly of movt. by Ian Rogers · 11 years ago
  45. 7cb0f9c Fix ARM 32-bit thumb dissassembly for certain special cases. by Jeff Hao · 11 years ago
  46. eae2691 Improve ARM thumb disassembler output. by jeffhao · 11 years ago
  47. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  48. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  49. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  50. b23a772 Dump maps inline in disassembled code. by Ian Rogers · 12 years ago
  51. 137e88f Fast path interface dispatch. by Ian Rogers · 12 years ago
  52. 0183dd7 Sqrt intrinsic by Ian Rogers · 12 years ago
  53. d83bc36 Disassembly support for Thumb16 load/store single data item. by Ian Rogers · 12 years ago
  54. 9af8940 Support for disassembly of dsb, ldrex and strex. by Ian Rogers · 12 years ago
  55. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  56. 1ca9849 Fix ARM disassembly of LDR/STR offsets, always include the sign in branch offsets. by Elliott Hughes · 12 years ago
  57. ebbc577 CBNZ disassembly. by Ian Rogers · 12 years ago
  58. d86261e Sign-extend ARM B targets. by Elliott Hughes · 12 years ago
  59. 3d71d07 Improve ARM disassembler to cope with JNI stubs. by Elliott Hughes · 12 years ago
  60. 105afd2 Fancy disassembly of Thumb2 IT blocks. by Elliott Hughes · 12 years ago
  61. 5b9b1bc Disassemble PC relative literals. by Ian Rogers · 12 years ago
  62. 66a3fca Add extra 32bit Thumb2 disassembly. by Ian Rogers · 12 years ago
  63. 28fa76d A dirty (but useful) hack to decode thread offsets in disassembly. by Elliott Hughes · 12 years ago
  64. 0f3c553 Kill constants.h and fix some copyright headers. by Elliott Hughes · 12 years ago
  65. c7fe4e0 Disassembler support for vcmp. by Ian Rogers · 12 years ago
  66. 630e77d Move all ARM register dumping to operator<< style. by Elliott Hughes · 12 years ago
  67. 087b241 Extra Thumb2 disassembly, including strb. by Ian Rogers · 12 years ago
  68. ad03ef5 Disassembly of Thumb2 data processing instructions. by Ian Rogers · 12 years ago
  69. cbf0b61 Make our ARM and Thumb2 disassemblers look more like objdump(1). by Elliott Hughes · 12 years ago
  70. 7740579 Rewrite the invoke stubs to use JValue[]s. by Elliott Hughes · 12 years ago
  71. 40627db Disassembler support for branches. by Ian Rogers · 12 years ago
  72. 3a5c1ce Extra verbosity and disassembler for oatdump by Ian Rogers · 12 years ago