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