1. 901e070 Support image classes filtering in image writer by Mathieu Chartier · 8 years ago
  2. e8bf134 Don't pass in oat file name to NativeLocationInImage by Mathieu Chartier · 8 years ago
  3. fcea56f Fix issue with copied methods not being checked. by Alex Light · 8 years ago
  4. 45724f9 Revert "Allow method references across oat files for multi-image." by Vladimir Marko · 8 years ago
  5. 6065402 Allow method references across oat files for multi-image. by Vladimir Marko · 8 years ago
  6. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 9 years ago
  7. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 9 years ago
  8. 14567fd Clean up UpdateOatFile for app images by Mathieu Chartier · 9 years ago
  9. d8904a5 ART: Do not reopen oat file in ImageWriter::UpdateOatFile(). by Vladimir Marko · 9 years ago
  10. 784bb09 Clear image file in image writer by Mathieu Chartier · 9 years ago
  11. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  12. fbc3108 Revert "Revert "Load app images"" by Mathieu Chartier · 9 years ago
  13. 1bc977c Revert "Load app images" by Nicolas Geoffray · 9 years ago
  14. f7fd970 Load app images by Mathieu Chartier · 9 years ago
  15. acd7a6a Fix general multi-image TODOs. by Jeff Hao · 9 years ago
  16. e467cea Fix image writer for generation of app images by Mathieu Chartier · 9 years ago
  17. 1f47b67 Re-enable class table for image writer by Mathieu Chartier · 9 years ago
  18. a06ba05 Remove gaps between images by Mathieu Chartier · 9 years ago
  19. ea0831f Re-enable adding intern table to image by Mathieu Chartier · 9 years ago
  20. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  21. ec178ee Merge "Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class""" by Alex Light · 9 years ago
  22. e050c8f Ensure that ClassTable has correct alignment in image. by Alex Light · 9 years ago
  23. e64300b Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class"" by Alex Light · 9 years ago
  24. ae358c1 Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" by Alex Light · 9 years ago
  25. 6286a97 Combine direct_methods_ and virtual_methods_ fields of mirror::Class by Alex Light · 9 years ago
  26. 67ad20e Address some comments in image writer by Mathieu Chartier · 9 years ago
  27. ceb07b3 Revert "Revert "Add support for LZ4 compressed image files"" by Mathieu Chartier · 9 years ago
  28. 83d4d72 Revert "Add support for LZ4 compressed image files" by Nicolas Geoffray · 9 years ago
  29. c6f41b5 Add support for LZ4 compressed image files by Mathieu Chartier · 9 years ago
  30. 208a5cb Store class tables in the image by Mathieu Chartier · 9 years ago
  31. 945c1c1 Fix circular dependencies for ContainsBootClassLoaderNonImageClass by Mathieu Chartier · 9 years ago
  32. f60c7e2 ART: Clean up ordering of dex cache arrays in image files. by Vladimir Marko · 9 years ago
  33. 4b00d34 Refactor some patching logic by Mathieu Chartier · 9 years ago
  34. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 9 years ago
  35. 073b16c Image space cleanup for app images by Mathieu Chartier · 9 years ago
  36. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  37. a808bac Add more image writer comments and clean up by Mathieu Chartier · 9 years ago
  38. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 9 years ago
  39. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 9 years ago
  40. c033474 Add basic image writer support for app images by Mathieu Chartier · 9 years ago
  41. a90c772 Add application image dex2oat options by Mathieu Chartier · 9 years ago
  42. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  43. f9c6fc6 Add OatFileManager by Mathieu Chartier · 9 years ago
  44. 5550c56 Clear allocator in image writer by Mathieu Chartier · 9 years ago
  45. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  46. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  47. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  48. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  49. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  50. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  51. 059ef3d Always visit object class from VisitReferences by Mathieu Chartier · 9 years ago
  52. 1463285 ART: Rename ArtMethod's size and alignment methods. by Vladimir Marko · 9 years ago
  53. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
  54. c0fe56a Address some comments by Mathieu Chartier · 9 years ago
  55. 6b06953 Add class table field to class loader by Mathieu Chartier · 9 years ago
  56. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  57. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  58. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  59. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  60. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 9 years ago
  61. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  62. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  63. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  64. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  65. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  66. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  67. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  68. d39645e Move image intern table into image by Mathieu Chartier · 9 years ago
  69. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 9 years ago
  70. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  71. 3b45ef2 ART: Fix VerifyObject runtime verification by Andreas Gampe · 9 years ago
  72. f39c9eb Fix a few literals and assertions. by Roland Levillain · 9 years ago
  73. 3fc9903 ART: Do not relocate app program headers in patchoat. by Vladimir Marko · 9 years ago
  74. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  75. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  76. b1fcead ART: Change image_classes and compiled_classes to unordered set by Andreas Gampe · 9 years ago
  77. de48692 Don't call ComputeEagerResolvedStrings by Mathieu Chartier · 9 years ago
  78. 3481ba2 ART: Clean up includes. by Vladimir Marko · 9 years ago
  79. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  80. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  81. 3679a47 Merge "Support relative encoded dex locations in oat files." by Richard Uhler · 9 years ago
  82. e5fed03 Support relative encoded dex locations in oat files. by Richard Uhler · 9 years ago
  83. 0b7fcf9 ART: Fix missing Erase() in error case by Andreas Gampe · 9 years ago
  84. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 9 years ago
  85. e15ea08 Reserve bits in the lock word for read barriers. by Hiroshi Yamauchi · 10 years ago
  86. 5c42c29 Add support for .bss section in oat files. by Vladimir Marko · 9 years ago
  87. 5a3399d Merge "Fix ImageWriter::ComputeEagerResolvedStringsCallback()." by Vladimir Marko · 10 years ago
  88. a48aef4 Fix ImageWriter::ComputeEagerResolvedStringsCallback(). by Vladimir Marko · 10 years ago
  89. c7d1188 Handle variable size of methods properly between 32 and 64 bit. by Jeff Hao · 10 years ago
  90. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 10 years ago
  91. b061b89 Merge "ART: Make ProcessStrings less noisy" by Andreas Gampe · 10 years ago
  92. dc84301 ART: Make ProcessStrings less noisy by Andreas Gampe · 10 years ago
  93. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  94. 956af0f Remove portable. by Elliott Hughes · 10 years ago
  95. 245ee00 ART: Fix string data leak in image writer by Andreas Gampe · 10 years ago
  96. faeda18 Revert "Revert "Rewrite ImageWriter's merging of String char[]s."" by Vladimir Marko · 10 years ago
  97. 4c964de Revert "Rewrite ImageWriter's merging of String char[]s." by Vladimir Marko · 10 years ago
  98. c73743c Rewrite ImageWriter's merging of String char[]s. by Vladimir Marko · 10 years ago
  99. 3389ca7 Call ProcessStrings() in ImageWriter, fix prefix check. by Vladimir Marko · 10 years ago
  100. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago