1. f0e3a36 Add check to CheckImageIdenticalToOriginalExceptForRelocation by David Srbecky · 6 years ago
  2. 4bcde15 ART: Make patchoat more resistant by Andreas Gampe · 6 years ago
  3. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  4. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 6 years ago
  5. 88c6d26 patchoat: take directories instead of filenames by Chris Morin · 6 years ago
  6. ae6832f Have patchoat --verify verify symlinks by Chris Morin · 6 years ago
  7. b348b3b ART: patchoat compilation fix for mac sdk by Orion Hodson · 6 years ago
  8. 754b757 patchoat: add ability to verify relocated .art files by Chris Morin · 6 years ago
  9. 3856af0 Reland: Enable patchoat to write image relocation files by Alex Klyubin · 7 years ago
  10. 24e4f73 Revert "Enable patchoat to write image relocation files" by Mathieu Chartier · 6 years ago
  11. fbe5f2f Enable patchoat to write image relocation files by Alex Klyubin · 7 years ago
  12. 170331f ART: Remove base/logging from heap-inl.h by Andreas Gampe · 6 years ago
  13. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  14. 6cfbdbc Use mmapped boot image intern table for PIC app HLoadString. by Vladimir Marko · 7 years ago
  15. cd87c3e Clean up ImageHeader section getters. by Vladimir Marko · 7 years ago
  16. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  17. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  18. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  19. 0c18338 ART: Replace or remove some ObjectCallback Walk functions by Andreas Gampe · 7 years ago
  20. 51d80cc ART: Refactor abort code by Andreas Gampe · 7 years ago
  21. a3d27eb ScopedFlock: Refactor it to be a subclass of FdFile. by Narayan Kamath · 7 years ago
  22. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 7 years ago
  23. b8cc175 ART: Shut down runtime in patchoat by Andreas Gampe · 7 years ago
  24. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  25. 8c19d24 Refactor image writer by Mathieu Chartier · 7 years ago
  26. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  27. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  28. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  29. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 7 years ago
  30. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 7 years ago
  31. 4bc11d0 "Revert^4 "Remove unused code for patching oat files." by Richard Uhler · 7 years ago
  32. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  33. c069a30 ART: invoke-custom support by Orion Hodson · 7 years ago
  34. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 7 years ago
  35. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  36. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 7 years ago
  37. ec78622 Hash-based dex cache type array. by Vladimir Marko · 7 years ago
  38. 9cd522b Remove now unused dex_cache_resolved_types_ from ArtMethod. by Nicolas Geoffray · 7 years ago
  39. 7898587 Revert "Remove unused code for patching oat files." by Nicolas Geoffray · 7 years ago
  40. c9f7662 Remove unused code for patching oat files. by Richard Uhler · 7 years ago
  41. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 7 years ago
  42. 9186ced ART: Clean up utils.h by Andreas Gampe · 7 years ago
  43. 58c3f6a Reduce calls to DescriptorEquals by Mathieu Chartier · 8 years ago
  44. ad06b98 Make ImageWriter and PatchOat helper classes nested. by Vladimir Marko · 8 years ago
  45. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  46. ca620d7 ART: Fix tidy warnings by Andreas Gampe · 8 years ago
  47. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  48. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 8 years ago
  49. 27b88f3 Merge "Remove logging dependency on runtime" by Treehugger Robot · 8 years ago
  50. f57589f Remove logging dependency on runtime by David Sehr · 8 years ago
  51. 38a4223 Merge "Move most mirror:: args to ObjPtr" by Mathieu Chartier · 8 years ago
  52. 31e8822 Move most mirror:: args to ObjPtr by Mathieu Chartier · 8 years ago
  53. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 8 years ago
  54. f5b0f2c Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak by Brian Carlstrom · 8 years ago
  55. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  56. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  57. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  58. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  59. 7b49e6c Introduce VDEX file, use it for DEX files by David Brazdil · 8 years ago
  60. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  61. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  62. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  63. 75f0885 ART: Rename ArtMethod JNI field by Andreas Gampe · 8 years ago
  64. a62cb9b Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  65. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 8 years ago
  66. badee98 Optimize IMT by Nelli Kim · 8 years ago
  67. e42888f Write conflict tables in image by Mathieu Chartier · 8 years ago
  68. a13abba Fix heap check. by Mathieu Chartier · 8 years ago
  69. d12f9c1 ART: Save or erase the file even if I/O failed by Serdjuk, Nikolay Y · 8 years ago
  70. ec1514a Add patchoat check that input oat file has patch section. by Jeff Hao · 8 years ago
  71. 7a1c014 Remove TEMP_FAILURE_RETRY for unlink by Dimitry Ivanov · 8 years ago
  72. 6eb6a39 ART: Simplify patchoat by Andreas Gampe · 8 years ago
  73. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 8 years ago
  74. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 8 years ago
  75. 1bc977c Revert "Load app images" by Nicolas Geoffray · 8 years ago
  76. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  77. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 8 years ago
  78. 0d2af30 Fix multi-image TODOs in patchoat. by Jeff Hao · 8 years ago
  79. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  80. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 8 years ago
  81. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 8 years ago
  82. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  83. 41dc8ce Combine class sets when writing a class table by Mathieu Chartier · 9 years ago
  84. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
  85. 4b00d34 Refactor some patching logic by Mathieu Chartier · 9 years ago
  86. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  87. 42bddce Add low_4gb support to MapFile and MapFileAtAddress by Mathieu Chartier · 9 years ago
  88. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  89. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  90. 5e289b2 Merge "Make patchoat match offset when given a patched image" by Alex Light · 9 years ago
  91. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
  92. 0eb76d2 Make patchoat match offset when given a patched image by Alex Light · 9 years ago
  93. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  94. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  95. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  96. 569e81e Merge "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  97. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  98. d5bd4fd Merge "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  99. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  100. 01aaf6e Allow for sig chain to be disabled. by Calin Juravle · 9 years ago