1. c3fcd41 Address some code comments by Mathieu Chartier · 10 years ago
  2. a00bd93 Merge "Enable class unloading" by Mathieu Chartier · 10 years ago
  3. 468c168 Merge "ART: Show the previous failure type in init rejection" by Andreas Gampe · 10 years ago
  4. 05aa4d3 Enable class unloading by Mathieu Chartier · 10 years ago
  5. 951ec2c Revert "Revert "Add one LinearAlloc per ClassLoader"" by Mathieu Chartier · 10 years ago
  6. 7de5dfe Revert "Add one LinearAlloc per ClassLoader" by Nicolas Geoffray · 10 years ago
  7. 356412e Add one LinearAlloc per ClassLoader by Mathieu Chartier · 10 years ago
  8. 3d6b470 ART: Show the previous failure type in init rejection by Andreas Gampe · 10 years ago
  9. 498b160 Allow null self only in DecodeWeakGlobalDuringShutdown(). by Hiroshi Yamauchi · 10 years ago
  10. 9b1c71e Make class loaders weak roots by Mathieu Chartier · 10 years ago
  11. c77f3ab Clean up formatting in class linker by Mathieu Chartier · 10 years ago
  12. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 10 years ago
  13. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 10 years ago
  14. ca33089 No longer lock WeakGlobalsLock in FindDexCache by Mathieu Chartier · 10 years ago
  15. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  16. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  17. ac8f439 Keep dex files live for duration of oatdump by Mathieu Chartier · 10 years ago
  18. 5af9106 Re-add location check for FindDexCache by Mathieu Chartier · 10 years ago
  19. 772cc4a Merge "Change dex caches to be weak roots" by Mathieu Chartier · 10 years ago
  20. 4726941 Merge "Address some comments for class flags" by Mathieu Chartier · 10 years ago
  21. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  22. 66c2d2d Address some comments for class flags by Mathieu Chartier · 10 years ago
  23. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 10 years ago
  24. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 10 years ago
  25. 0042c6d Move annotations to native. by Jeff Hao · 10 years ago
  26. 52a7f5c Add class flags to class to help GC scanning by Mathieu Chartier · 10 years ago
  27. 1463285 ART: Rename ArtMethod's size and alignment methods. by Vladimir Marko · 10 years ago
  28. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 10 years ago
  29. e4275c0 Visit class roots from ClassLoader::VisitReferences by Mathieu Chartier · 10 years ago
  30. c0fe56a Address some comments by Mathieu Chartier · 10 years ago
  31. 3ee25bb Do read barriers on native roots in CopyClassVisitor by Mathieu Chartier · 10 years ago
  32. 6b06953 Add class table field to class loader by Mathieu Chartier · 10 years ago
  33. 46e857a Fix image loading in interpeter-only mode by Sebastien Hertz · 10 years ago
  34. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  35. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 10 years ago
  36. a315f5c cleanup: Replace pointers with out-parameters and fix-up formatting by Igor Murashkin · 10 years ago
  37. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 10 years ago
  38. eb837eb Clear temporary class arrays before linking the new class by Mathieu Chartier · 10 years ago
  39. e0671ce Clean up class visitors by Mathieu Chartier · 10 years ago
  40. cc5ebdf Split the class table for each class loader by Mathieu Chartier · 10 years ago
  41. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 10 years ago
  42. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  43. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  44. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 10 years ago
  45. 511bb65 Merge "Fix FieldGap priority queue ordering bug." by Richard Uhler · 10 years ago
  46. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 10 years ago
  47. fab6788 Fix FieldGap priority queue ordering bug. by Richard Uhler · 10 years ago
  48. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 10 years ago
  49. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 10 years ago
  50. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 10 years ago
  51. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 10 years ago
  52. 23682bf ART: Ignore repeated field indexes when loading a class. by Vladimir Marko · 10 years ago
  53. 9b994ea Do not try to compile resource-only dex files. by Richard Uhler · 10 years ago
  54. 555b3d0 Use GetOffsetDuringLinking instead of GetOffset. by Nicolas Geoffray · 10 years ago
  55. d4d83b8 Fix another miranda method moving GC bug by Mathieu Chartier · 10 years ago
  56. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  57. 4d122c1 Add missing EndAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  58. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 10 years ago
  59. d39645e Move image intern table into image by Mathieu Chartier · 10 years ago
  60. 69b5d8f Revert "Revert "Turn off duplicate-classes checking"" by Andreas Gampe · 10 years ago
  61. 12768a0 Revert "DO NOT MERGE ART: Turn off duplicate-classes checking" by Andreas Gampe · 10 years ago
  62. fc3f39e DO NOT MERGE ART: Turn off duplicate-classes checking by Andreas Gampe · 10 years ago
  63. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 10 years ago
  64. a40c74a Update IMT for stale miranda methods by Mathieu Chartier · 10 years ago
  65. cf3b1a3 Copy miranda methods before suspend point by Mathieu Chartier · 10 years ago
  66. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 10 years ago
  67. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  68. d5e5a0e Fix double-exception in super-class method validation. by Vladimir Marko · 10 years ago
  69. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 10 years ago
  70. 03b5a39 Merge "Fix for potential moving GC bugs around proxy class." by Hiroshi Yamauchi · 10 years ago
  71. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 10 years ago
  72. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  73. f39c9eb Fix a few literals and assertions. by Roland Levillain · 10 years ago
  74. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  75. 0cba004 ART: Allow oat files with duplicates classes in corner case by Andreas Gampe · 10 years ago
  76. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  77. 94329d3 ART: Duplicate-classes cleanup by Andreas Gampe · 10 years ago
  78. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 10 years ago
  79. bfdcdc1 ART: Fix re-throwing failures of non-convention errors by Andreas Gampe · 10 years ago
  80. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  81. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  82. db6dc3d Merge "Remove suspend point from field loading" by Mathieu Chartier · 10 years ago
  83. f3f2a7a Remove suspend point from field loading by Mathieu Chartier · 10 years ago
  84. f865ea9 ART: Make the PathClassLoader fast-path recursive by Andreas Gampe · 10 years ago
  85. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  86. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 10 years ago
  87. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  88. b2d4768 Merge "Store OatDexFile instead of OatFile in DexFile." by Richard Uhler · 10 years ago
  89. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
  90. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  91. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  92. e488566 ART: Use instrumented Alloc in Class-Linker by Andreas Gampe · 10 years ago
  93. 86787d0 Merge "ART: PathClassLoader for compiler" by Andreas Gampe · 10 years ago
  94. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  95. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 10 years ago
  96. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 10 years ago
  97. 47f867a Clean up hash set by Mathieu Chartier · 10 years ago
  98. 2af72de Merge "Remove ThrowLocation." by Nicolas Geoffray · 10 years ago
  99. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  100. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 11 years ago