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