1. d37d364 Create parent class loader for dex2oat by Mathieu Chartier · 10 years ago
  2. 3db9c5d ART: Change Init{From,Without}Image to return bool by Andreas Gampe · 10 years ago
  3. 04302db Fix class unloading with the CC collector. by Hiroshi Yamauchi · 10 years ago
  4. 073b16c Image space cleanup for app images by Mathieu Chartier · 10 years ago
  5. 9139e00 Correct exception behavior for default methods by Alex Light · 10 years ago
  6. 78232f2 Merge "ART: Rerun the verifier for compile-time failures" by Andreas Gampe · 10 years ago
  7. f1584a6 Merge "Class Linker: Implement default interface verification ordering." by Alex Light · 10 years ago
  8. f1f1049 Class Linker: Implement default interface verification ordering. by Alex Light · 10 years ago
  9. ec6e6c1 ART: Rerun the verifier for compile-time failures by Andreas Gampe · 10 years ago
  10. ef7ef4c Merge "ART: Change behavior for rethrowing init failures (2)" by Andreas Gampe · 10 years ago
  11. 2fa6842 Merge "ART: Fix ignoring duplicate fields when loading class." by Vladimir Marko · 10 years ago
  12. da5b28a Revert "Revert "Add basic image writer support for app images"" by Mathieu Chartier · 10 years ago
  13. 81819db ART: Fix ignoring duplicate fields when loading class. by Vladimir Marko · 10 years ago
  14. c09b334 Merge "Revert "Add basic image writer support for app images"" by Nicolas Geoffray · 10 years ago
  15. 4b01856 Revert "Add basic image writer support for app images" by Nicolas Geoffray · 10 years ago
  16. a930832 Merge "Add basic image writer support for app images" by Mathieu Chartier · 10 years ago
  17. cb08695 ART: Change behavior for rethrowing init failures (2) by Andreas Gampe · 10 years ago
  18. c033474 Add basic image writer support for app images by Mathieu Chartier · 10 years ago
  19. 99babb6 ART: Change behavior for rethrowing init failures by Andreas Gampe · 10 years ago
  20. 22cf3d3 Fix tests flakiness with jit when using Proxy classes. by Nicolas Geoffray · 10 years ago
  21. 9507fa2 Change a few places to use string version of GetTypeId by Mathieu Chartier · 10 years ago
  22. 7a16bdb Merge "Reduce memory used by CompiledMethods." by Vladimir Marko · 10 years ago
  23. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 10 years ago
  24. 1dad3f6 Support garbage collection of JITted code. by Nicolas Geoffray · 10 years ago
  25. 28a15a9 Merge "Keep dex files live in class table" by Mathieu Chartier · 10 years ago
  26. 00310e0 Keep dex files live in class table by Mathieu Chartier · 10 years ago
  27. 06d7aaa Clean up OatFile. by Vladimir Marko · 10 years ago
  28. 32cc9ee Change hash table load factors by Mathieu Chartier · 10 years ago
  29. bdbce4e Merge "ART: Use .bss section for dex cache arrays." by Vladimir Marko · 10 years ago
  30. 4f55fd2 Merge "Allocate dex cache arrays in their class loader's linear alloc" by Mathieu Chartier · 10 years ago
  31. 09d0943 ART: Use .bss section for dex cache arrays. by Vladimir Marko · 10 years ago
  32. d57d454 Allocate dex cache arrays in their class loader's linear alloc by Mathieu Chartier · 10 years ago
  33. 56a40f5 Cleanup interface initialization code to create fewer scopes by Alex Light · 10 years ago
  34. 85506c2 Merge "Add initial default method support to Art" by Alex Light · 10 years ago
  35. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 10 years ago
  36. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  37. b30c3b2 Merge "Revert "Unload oat files"" by Nicolas Geoffray · 10 years ago
  38. 72da5e7 Revert "Unload oat files" by Nicolas Geoffray · 10 years ago
  39. 6cfc2c0 Avoid visiting find array class cache as roots by Mathieu Chartier · 10 years ago
  40. 18656fe Unload oat files by Mathieu Chartier · 10 years ago
  41. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  42. 7778b88 Disable class unloading when tracing is active by Mathieu Chartier · 10 years ago
  43. 4843bd5 Change DecodeWeakGlobal to DecodeJObject for class unloading by Mathieu Chartier · 10 years ago
  44. c3fcd41 Address some code comments by Mathieu Chartier · 10 years ago
  45. a00bd93 Merge "Enable class unloading" by Mathieu Chartier · 10 years ago
  46. 468c168 Merge "ART: Show the previous failure type in init rejection" by Andreas Gampe · 10 years ago
  47. 05aa4d3 Enable class unloading by Mathieu Chartier · 10 years ago
  48. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 10 years ago
  49. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 10 years ago
  50. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 10 years ago
  51. 3d6b470 ART: Show the previous failure type in init rejection by Andreas Gampe · 10 years ago
  52. 498b160 Allow null self only in DecodeWeakGlobalDuringShutdown(). by Hiroshi Yamauchi · 10 years ago
  53. 9b1c71e Make class loaders weak roots by Mathieu Chartier · 10 years ago
  54. c77f3ab Clean up formatting in class linker by Mathieu Chartier · 10 years ago
  55. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 10 years ago
  56. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  57. ca33089 No longer lock WeakGlobalsLock in FindDexCache by Mathieu Chartier · 10 years ago
  58. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  59. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  60. ac8f439 Keep dex files live for duration of oatdump by Mathieu Chartier · 10 years ago
  61. 5af9106 Re-add location check for FindDexCache by Mathieu Chartier · 10 years ago
  62. 772cc4a Merge "Change dex caches to be weak roots" by Mathieu Chartier · 10 years ago
  63. 4726941 Merge "Address some comments for class flags" by Mathieu Chartier · 10 years ago
  64. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  65. 66c2d2d Address some comments for class flags by Mathieu Chartier · 10 years ago
  66. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 10 years ago
  67. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 10 years ago
  68. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  69. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 10 years ago
  70. 1463285 ART: Rename ArtMethod's size and alignment methods. by Vladimir Marko · 10 years ago
  71. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 10 years ago
  72. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 10 years ago
  73. c0fe56a Address some comments by Mathieu Chartier · 10 years ago
  74. 3ee25bb Do read barriers on native roots in CopyClassVisitor by Mathieu Chartier · 10 years ago
  75. 6b06953 Add class table field to class loader by Mathieu Chartier · 10 years ago
  76. 46e857a Fix image loading in interpeter-only mode by Sebastien Hertz · 10 years ago
  77. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  78. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  79. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  80. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  81. eb837eb Clear temporary class arrays before linking the new class by Mathieu Chartier · 10 years ago
  82. e0671ce Clean up class visitors by Mathieu Chartier · 10 years ago
  83. cc5ebdf Split the class table for each class loader by Mathieu Chartier · 10 years ago
  84. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 10 years ago
  85. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  86. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  87. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 10 years ago
  88. 511bb65 Merge "Fix FieldGap priority queue ordering bug." by Richard Uhler · 10 years ago
  89. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 10 years ago
  90. fab6788 Fix FieldGap priority queue ordering bug. by Richard Uhler · 10 years ago
  91. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 10 years ago
  92. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 10 years ago
  93. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 10 years ago
  94. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 10 years ago
  95. 23682bf ART: Ignore repeated field indexes when loading a class. by Vladimir Marko · 10 years ago
  96. 9b994ea Do not try to compile resource-only dex files. by Richard Uhler · 10 years ago
  97. 555b3d0 Use GetOffsetDuringLinking instead of GetOffset. by Nicolas Geoffray · 10 years ago
  98. d4d83b8 Fix another miranda method moving GC bug by Mathieu Chartier · 10 years ago
  99. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  100. 4d122c1 Add missing EndAssertNoThreadSuspension by Mathieu Chartier · 10 years ago