1. cc5ebdf Split the class table for each class loader by Mathieu Chartier · 10 years ago
  2. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 10 years ago
  3. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  4. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  5. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 10 years ago
  6. 511bb65 Merge "Fix FieldGap priority queue ordering bug." by Richard Uhler · 10 years ago
  7. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 10 years ago
  8. fab6788 Fix FieldGap priority queue ordering bug. by Richard Uhler · 10 years ago
  9. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 10 years ago
  10. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 10 years ago
  11. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 10 years ago
  12. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 10 years ago
  13. 23682bf ART: Ignore repeated field indexes when loading a class. by Vladimir Marko · 10 years ago
  14. 9b994ea Do not try to compile resource-only dex files. by Richard Uhler · 10 years ago
  15. 555b3d0 Use GetOffsetDuringLinking instead of GetOffset. by Nicolas Geoffray · 10 years ago
  16. d4d83b8 Fix another miranda method moving GC bug by Mathieu Chartier · 10 years ago
  17. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  18. 4d122c1 Add missing EndAssertNoThreadSuspension by Mathieu Chartier · 10 years ago
  19. 88da3b0 ART: Fix CFI test wrt/ PIC by Andreas Gampe · 10 years ago
  20. d39645e Move image intern table into image by Mathieu Chartier · 10 years ago
  21. 69b5d8f Revert "Revert "Turn off duplicate-classes checking"" by Andreas Gampe · 10 years ago
  22. 12768a0 Revert "DO NOT MERGE ART: Turn off duplicate-classes checking" by Andreas Gampe · 10 years ago
  23. fc3f39e DO NOT MERGE ART: Turn off duplicate-classes checking by Andreas Gampe · 10 years ago
  24. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 10 years ago
  25. a40c74a Update IMT for stale miranda methods by Mathieu Chartier · 10 years ago
  26. cf3b1a3 Copy miranda methods before suspend point by Mathieu Chartier · 10 years ago
  27. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 10 years ago
  28. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  29. d5e5a0e Fix double-exception in super-class method validation. by Vladimir Marko · 10 years ago
  30. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 10 years ago
  31. 03b5a39 Merge "Fix for potential moving GC bugs around proxy class." by Hiroshi Yamauchi · 10 years ago
  32. 679b1cf Fix for potential moving GC bugs around proxy class. by Hiroshi Yamauchi · 10 years ago
  33. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  34. f39c9eb Fix a few literals and assertions. by Roland Levillain · 10 years ago
  35. 0de1133 Fix debuggable compiler flag detection for secondary dex files by Sebastien Hertz · 10 years ago
  36. 0cba004 ART: Allow oat files with duplicates classes in corner case by Andreas Gampe · 10 years ago
  37. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  38. 94329d3 ART: Duplicate-classes cleanup by Andreas Gampe · 10 years ago
  39. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 10 years ago
  40. bfdcdc1 ART: Fix re-throwing failures of non-convention errors by Andreas Gampe · 10 years ago
  41. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  42. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  43. db6dc3d Merge "Remove suspend point from field loading" by Mathieu Chartier · 10 years ago
  44. f3f2a7a Remove suspend point from field loading by Mathieu Chartier · 10 years ago
  45. f865ea9 ART: Make the PathClassLoader fast-path recursive by Andreas Gampe · 10 years ago
  46. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  47. 4809d0a Fix CC root visiting bug by Mathieu Chartier · 10 years ago
  48. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  49. b2d4768 Merge "Store OatDexFile instead of OatFile in DexFile." by Richard Uhler · 10 years ago
  50. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
  51. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 10 years ago
  52. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  53. e488566 ART: Use instrumented Alloc in Class-Linker by Andreas Gampe · 10 years ago
  54. 86787d0 Merge "ART: PathClassLoader for compiler" by Andreas Gampe · 10 years ago
  55. 81c6f8d ART: PathClassLoader for compiler by Andreas Gampe · 10 years ago
  56. d856545 Fix ClassLinker::MayBeCalledWithDirectCodePointer for JIT by Mathieu Chartier · 10 years ago
  57. 5b783e6 Fix 003-omnibus-opcodes flaky failures with GSS GC. by Hiroshi Yamauchi · 10 years ago
  58. 47f867a Clean up hash set by Mathieu Chartier · 10 years ago
  59. 2af72de Merge "Remove ThrowLocation." by Nicolas Geoffray · 10 years ago
  60. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  61. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 11 years ago
  62. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  63. 775f1d4 Merge "Follow-up 128393" by Sebastien Hertz · 10 years ago
  64. bd9cf9f Follow-up 128393 by Sebastien Hertz · 10 years ago
  65. 9924fd8 Merge "ART: Move DexFile vector to Java array" by Andreas Gampe · 10 years ago
  66. c0d5f89 Fix JIT for vmdebug test 99 by Mathieu Chartier · 10 years ago
  67. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 10 years ago
  68. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  69. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 10 years ago
  70. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  71. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 10 years ago
  72. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  73. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 11 years ago
  74. 3f43b5f Merge "ART: Ensure order of field gaps" by Andreas Gampe · 10 years ago
  75. f52857f ART: Ensure order of field gaps by Andreas Gampe · 10 years ago
  76. 2ee8837 Merge "ART: Templatize IsInt & IsUint" by Andreas Gampe · 10 years ago
  77. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
  78. e4301ff ART: Make run-tests more verbose by Andreas Gampe · 10 years ago
  79. d8ca52e ART: Add more details to LinkageError by Andreas Gampe · 10 years ago
  80. 0525d6a Merge "Fix HasSameSignatureWithDifferentClassLoaders()." by Vladimir Marko · 10 years ago
  81. 862f43c Fix HasSameSignatureWithDifferentClassLoaders(). by Vladimir Marko · 10 years ago
  82. c7d1188 Handle variable size of methods properly between 32 and 64 bit. by Jeff Hao · 10 years ago
  83. 1c80bec Fix transaction aborting by Sebastien Hertz · 10 years ago
  84. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
  85. f3f62f2 Merge "Update instrumentation stubs on resolved classes" by Sebastien Hertz · 10 years ago
  86. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 11 years ago
  87. a8a697f Update instrumentation stubs on resolved classes by Sebastien Hertz · 11 years ago
  88. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 11 years ago
  89. fd9eb39 ART: Simple structural class check by Andreas Gampe · 11 years ago
  90. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 11 years ago
  91. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  92. d691045 Merge "Revert "Revert "Ensure void type is resolved when running without image""" by Andreas Gampe · 11 years ago
  93. a696c0a ART: More ELF and oat file safety measures by Andreas Gampe · 11 years ago
  94. 76bd880 Revert "Revert "Ensure void type is resolved when running without image"" by Andreas Gampe · 11 years ago
  95. fe382b5 Revert "Ensure void type is resolved when running without image" by Nicolas Geoffray · 11 years ago
  96. 3138584 Ensure void type is resolved when running without image by Sebastien Hertz · 11 years ago
  97. a89d7ed Add pointer size logic to InitFromImageInterpretOnly by Mathieu Chartier · 11 years ago
  98. baede34 Merge "JDWP: fix breakpoint for method in the image" by Sebastien Hertz · 11 years ago
  99. 6963e44 JDWP: fix breakpoint for method in the image by Sebastien Hertz · 11 years ago
  100. b5fb207 Remove MethodHelper::HasSameSignatureWithDifferentClassLoaders. by Ian Rogers · 11 years ago