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