1. 305c38b Disable bitstring type check runtime hooks. by Vladimir Marko · 6 years ago
  2. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 6 years ago
  3. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 6 years ago
  4. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  5. 26f9275 Merge "ART: Use libbase for logging in command-line tools" by Treehugger Robot · 7 years ago
  6. c3a22aa Add shared separate data section for compact dex by Mathieu Chartier · 7 years ago
  7. f307527 Revert "Revert "Don't embed the dex code in the oat file if dex is uncompressed."" by Nicolas Geoffray · 7 years ago
  8. 221d981 ART: Use libbase for logging in command-line tools by Andreas Gampe · 7 years ago
  9. c684f33 Refactor jit debugger interface and its ELF creation. by David Srbecky · 7 years ago
  10. fa0b0db Merge "Generate debug symbols for interpreted methods." by David Srbecky · 7 years ago
  11. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  12. 32210b9 Generate debug symbols for interpreted methods. by David Srbecky · 7 years ago
  13. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  14. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  15. f4bf58d Merge "Try to mmap vdex file within the address range of the ELF file." by David Srbecky · 7 years ago
  16. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  17. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  18. ec2cdf4 Try to mmap vdex file within the address range of the ELF file. by David Srbecky · 7 years ago
  19. 38b8b25 ART: Faster type check bitstring initialization. by Vladimir Marko · 7 years ago
  20. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  21. e155f4b Decouple virtual memory allocation in ElfBuilder. by David Srbecky · 7 years ago
  22. 208f670 Change ArtField::ProxyFindSystemClass() to lookup the class. by Vladimir Marko · 7 years ago
  23. 83e2668 ART: Fix dependencies of dump-oat-core-target . by Vladimir Marko · 7 years ago
  24. f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
  25. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  26. 5552e53 Merge "Add ClassDataItemIterator::HasNextMethod" by Mathieu Chartier · 7 years ago
  27. b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
  28. d5c0a0a Move oatdump to use code item accessor by Mathieu Chartier · 7 years ago
  29. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  30. cefd676 Merge "runtime: Bitstring implementation for subtype checking (4/4)." by Treehugger Robot · 7 years ago
  31. 86083f7 runtime: Bitstring implementation for subtype checking (4/4). by Igor Murashkin · 7 years ago
  32. 4098a7a Refactor ArtField::GetType<>() as {Lookup,Resolve}Type(). by Vladimir Marko · 7 years ago
  33. 5f31703 Merge "Refactor DexInstructionIterator" by Mathieu Chartier · 7 years ago
  34. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  35. 2b2bef2 Refactor DexInstructionIterator by Mathieu Chartier · 7 years ago
  36. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  37. 2b51edd ART: Fix includes by Andreas Gampe · 7 years ago
  38. a1f56a8 Unquicken dex files before exporting from oatdump by Anestis Bechtsoudis · 7 years ago
  39. 5b6e881 Remove dump-oat-Calculator by Colin Cross · 7 years ago
  40. 1d2d4ff Add DexInstructionIterator and use it a few places by Mathieu Chartier · 7 years ago
  41. d8dbc8d Refactor compiled_method.h . by Vladimir Marko · 7 years ago
  42. 7452797 Refactor linker files from compiler/ to dex2oat/. by Vladimir Marko · 8 years ago
  43. fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
  44. 1b404a8 Add debug info for link-time generated thunks. by Vladimir Marko · 7 years ago
  45. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 7 years ago
  46. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
  47. 2c30e4a ART: Remove art and art/runtime include_dir directives by Andreas Gampe · 7 years ago
  48. 3157fc2 ART: Move cmdline parser to header library by Andreas Gampe · 7 years ago
  49. 120aa28 Store layout info in dex files by Mathieu Chartier · 7 years ago
  50. 0a87a65 Add two special runtime methods. by Mingyao Yang · 7 years ago
  51. c73753f Merge "Hash-based DexCache methods array." by Vladimir Marko · 7 years ago
  52. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  53. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  54. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  55. 4f1c9e6 oatdump: Improve documentation of option `--app-image`. by Roland Levillain · 7 years ago
  56. 36a296f ART: Refactor stack.h by Andreas Gampe · 7 years ago
  57. e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago
  58. 8bdda5a ART: Update stl_util.h by Andreas Gampe · 7 years ago
  59. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 7 years ago
  60. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 7 years ago
  61. 1352f13 Split image_test and oatdump_test. by Vladimir Marko · 7 years ago
  62. 08c277c ART: Fix leaks in oat symbolizer by Andreas Gampe · 7 years ago
  63. cbcedbf Add method info to oat files by Mathieu Chartier · 7 years ago
  64. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  65. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  66. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  67. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  68. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  69. 078221e Merge "Remove testing of prebuilt npic boot images." by Treehugger Robot · 7 years ago
  70. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  71. f812d8c ART: Fix oatdump dex export by Andreas Gampe · 7 years ago
  72. bb00f81 Remove testing of prebuilt npic boot images. by Richard Uhler · 7 years ago
  73. d776ff0 Add invoke infos to stack maps by Mathieu Chartier · 8 years ago
  74. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 7 years ago
  75. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 7 years ago
  76. 71953d8 Merge "Revert^2 "Hash-based dex cache type array."" by Vladimir Marko · 7 years ago
  77. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  78. e453007 Merge "A bit of oatdump clean up" by Mathieu Chartier · 7 years ago
  79. 8d4b118 Merge "Fix dex cache resolved types and class table mismatch." by Vladimir Marko · 7 years ago
  80. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 7 years ago
  81. 697dc66 A bit of oatdump clean up by Mathieu Chartier · 7 years ago
  82. 1e08379 Update oatdump to have inline info breakdown by Mathieu Chartier · 7 years ago
  83. 575d3e6 Clean up code info table layout by Mathieu Chartier · 7 years ago
  84. 97c381e Separate art::Exec from utils by David Sehr · 7 years ago
  85. 1a20b68 Deduplicate register masks by Mathieu Chartier · 7 years ago
  86. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  87. 45aa598 Deduplicate stack masks by David Srbecky · 8 years ago
  88. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  89. 12f1b99 Remove alignment bits in between stack maps by Mathieu Chartier · 8 years ago
  90. bc51534 Merge "Add more code info size dumping to oatdump" by Mathieu Chartier · 8 years ago
  91. 5e7c6a9 Add more code info size dumping to oatdump by Mathieu Chartier · 8 years ago
  92. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  93. a2f526f Compressed native PC for stack maps by Mathieu Chartier · 8 years ago
  94. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  95. eca3eda Add ClassLoader to app-image roots. by Vladimir Marko · 8 years ago
  96. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  97. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  98. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  99. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  100. 7f07f55 Fix build rules for statically linked oatdump on host. by Roland Levillain · 8 years ago