1. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  2. c24f399 ART: Fix oatdump by Andreas Gampe · 10 years ago
  3. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 10 years ago
  4. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  5. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  6. 957ca1c Delete ArtMethod gc_map_ field by Mathieu Chartier · 10 years ago
  7. a7dd038 Fix oatdump to use OatHeader pointer size by Mathieu Chartier · 10 years ago
  8. 834896d Merge "Improvements to the ARM64 disassembler." by Ian Rogers · 10 years ago
  9. 4303ba9 ART: Track Flush & Close in FdFile by Andreas Gampe · 10 years ago
  10. d582fa4 Instruction set features for ARM64, MIPS and X86. by Ian Rogers · 10 years ago
  11. 3fcd220 Add a --method-filter option to oatdump. by Nicolas Geoffray · 10 years ago
  12. e7c9a8c Add hash map, reduce excessive hashing by Mathieu Chartier · 10 years ago
  13. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  14. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  15. a37d925 Improvements to the ARM64 disassembler. by Alexandre Rames · 10 years ago
  16. 4677476 ART: Add support for patching and loading OAT files compiled with PIC by Igor Murashkin · 10 years ago
  17. 2d2621a Optimize method linking by Mathieu Chartier · 10 years ago
  18. b3f18cf Merge "Make ART compile with GCC -O0 again." by Ian Rogers · 10 years ago
  19. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  20. d424d08 Fix oatdump for no image by Mathieu Chartier · 10 years ago
  21. 1373595 stdint types all the way! by Ian Rogers · 10 years ago
  22. 0279ebb Tidy ELF builder. by Ian Rogers · 10 years ago
  23. f4da675 Implement method calls using relative BL on ARM. by Vladimir Marko · 10 years ago
  24. 24f4b81 Merge "ART: Allow oatdump to verify oat file" by Andreas Gampe · 10 years ago
  25. 00b25f3 ART: Allow oatdump to verify oat file by Andreas Gampe · 10 years ago
  26. 20d3eae Update comment about disabling vmap dump. by Nicolas Geoffray · 10 years ago
  27. 2cbaccb Avoid printing absolute addresses in oatdump by Brian Carlstrom · 10 years ago
  28. 2ed8def ART: Allow quickening in the boot image by Andreas Gampe · 10 years ago
  29. 5182932 ART: Change access flag behavior in verifier by Andreas Gampe · 10 years ago
  30. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  31. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  32. 54fc26c ART: Refactor elf_writer_quick, add symbolizer by Andreas Gampe · 10 years ago
  33. faf9f0d ART: Allow oatdump to print vr stack locations by Razvan A Lupusoru · 10 years ago
  34. 68b5685 Reduce and speed-up class def searches. by Ian Rogers · 10 years ago
  35. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  36. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  37. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 10 years ago
  38. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  39. a59dd80 Runtime can now be set to require relocation by Alex Light · 10 years ago
  40. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  41. e63db27 Break apart header files. by Ian Rogers · 10 years ago
  42. 0ee33c3 Merge "Revert "Revert "ART: Key-Value Store in Oat header""" by Andreas Gampe · 10 years ago
  43. 22f8e5c Revert "Revert "ART: Key-Value Store in Oat header"" by Andreas Gampe · 10 years ago
  44. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  45. 452bee5 Revert "ART: Key-Value Store in Oat header" by Nicolas Geoffray · 10 years ago
  46. c87d27b ART: Key-Value Store in Oat header by Andreas Gampe · 10 years ago
  47. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  48. 61c5ebc Change FieldHelper to use a handle. by Mathieu Chartier · 10 years ago
  49. a8b41aa ART: Allocate ostreams on the heap in Oatdump::DumpOatMethod by Andreas Gampe · 10 years ago
  50. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  51. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  52. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 10 years ago
  53. 0f5baa0 Update dump-oat-* and oatdump for new image file layout by Brian Carlstrom · 10 years ago
  54. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  55. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  56. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  57. b9beb2e Place ISA into boot image name. by Ian Rogers · 10 years ago
  58. 42fcd98 Revert "Revert "64bit changes to the stack walker for the Quick ABI."" by Nicolas Geoffray · 10 years ago
  59. 8a63057 Move mapping table and vmap table offsets to OatMethodHeader. by Vladimir Marko · 10 years ago
  60. 82b1a81 Merge "Avoid allocating OatFile::OatClass on the heap." by Vladimir Marko · 10 years ago
  61. bbd695c Replace ObjectSet with LargeObjectBitmap. by Mathieu Chartier · 10 years ago
  62. d3c5beb Avoid allocating OatFile::OatClass on the heap. by Vladimir Marko · 10 years ago
  63. c0a1b18 Reuse NoopCompilerCallbacks in oatdump by Brian Carlstrom · 11 years ago
  64. 2ec6520 Support compiler filters for boot classpath by Brian Carlstrom · 11 years ago
  65. 9583fbc Remove oat file location in the image. by Nicolas Geoffray · 11 years ago
  66. c22c59e Remove started runtime check in RevokeAllThreadLocalAllocationStacks by Mathieu Chartier · 11 years ago
  67. 404f59f Adds 2 new option args to oatdump: by Dave Allison · 11 years ago
  68. 90d7068 Fix oatdumpd. by Hiroshi Yamauchi · 11 years ago
  69. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  70. 5115473 Fix oatdump "compilercallbacks" option for runtime. by Vladimir Marko · 11 years ago
  71. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  72. 56dafdd Merge "Fix oatdump and valgrind." into dalvik-dev by Ian Rogers · 11 years ago
  73. fa82427 Fix oatdump and valgrind. by Ian Rogers · 11 years ago
  74. 7020278 Support hardware divide instruction by Dave Allison · 11 years ago
  75. 88474b4 Implement Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  76. ba150c3 Omit OatMethodOffsets for classes without compiled code by Brian Carlstrom · 11 years ago
  77. 8d31bbd Throw IOException at source of failing to open a dex file. by Ian Rogers · 11 years ago
  78. 657d498 am ed51dca0: am 9fbe6cbd: am 8e3fb146: Revert "Add Jack modifier." by Brian Carlstrom · 11 years ago
  79. 8e3fb14 Revert "Add Jack modifier." by Brian Carlstrom · 11 years ago
  80. e8acf91 am 334d017c: am a968219b: am 6f277751: Make oatdump support image file generated on device by Brian Carlstrom · 11 years ago
  81. 6f27775 Make oatdump support image file generated on device by Brian Carlstrom · 11 years ago
  82. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  83. ee39a10 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  84. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  85. 3232709 Fix oatdump to take bitmap bytes into its accounting. by Mathieu Chartier · 11 years ago
  86. 01e9779 Merge "Write out image bitmap inside of image file." into klp-dev by Mathieu Chartier · 11 years ago
  87. 31e8925 Write out image bitmap inside of image file. by Mathieu Chartier · 11 years ago
  88. 4b8c13e Fix sort order to make register promotion stable by Brian Carlstrom · 11 years ago
  89. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  90. 7571e8b Add flock(2)ing on dex-cache files to prevent races by Brian Carlstrom · 11 years ago
  91. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  92. 08bf196 Work on SMALL_ART and PORTABLE working at the same time. by Dragos Sbirlea · 11 years ago
  93. 1809a72 Uleb128 compression of vmap and mapping table. by Ian Rogers · 11 years ago
  94. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  95. 6c87180 Fix oatdump to work after selinux OatFile installd change by Brian Carlstrom · 11 years ago
  96. f1d3455 Do not mark pages executable unnecessarily to play nice with selinux by Brian Carlstrom · 11 years ago
  97. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/oatdump.cc]
  98. 1d54e73 GC clean up. by Ian Rogers · 11 years ago
  99. 50239c7 Avoid resolution for field types in image dumping. by Ian Rogers · 11 years ago
  100. 0aba0ba Created compiled stubs in image. by Jeff Hao · 11 years ago