1. 4f55e22 Add and use ScopedSuspendAll by Mathieu Chartier · 9 years ago
  2. 957fb89 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  3. f1d666e Add ScopedThreadSuspension by Mathieu Chartier · 9 years ago
  4. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  5. 2a5892f Move more Class annotations to native. by Jeff Hao · 9 years ago
  6. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  7. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 9 years ago
  8. 1aca341 Merge "Synchronize JNI critical calls with the CC collector thread flip." by Hiroshi Yamauchi · 9 years ago
  9. 76f55b0 Synchronize JNI critical calls with the CC collector thread flip. by Hiroshi Yamauchi · 9 years ago
  10. 772cc4a Merge "Change dex caches to be weak roots" by Mathieu Chartier · 9 years ago
  11. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 9 years ago
  12. 13e748b Revert "Revert "Move annotations to native."" by Jeff Hao · 9 years ago
  13. 7db6dd7 Revert "Move annotations to native." by Roland Levillain · 9 years ago
  14. 0042c6d Move annotations to native. by Jeff Hao · 9 years ago
  15. 2a5c468 ART: Some header cleaning around bit-utils by Andreas Gampe · 9 years ago
  16. cf36d49 ART: Compress LengthPrefixedArray on 32-bit targets. by Vladimir Marko · 9 years ago
  17. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  18. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  19. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  20. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  21. bc1d78d runtime: cleanup class_linker out-parameters and formatting by Igor Murashkin · 9 years ago
  22. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  23. 3152c82 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 9 years ago
  24. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  25. 1123794 Merge "Change intern table to not use WaitHoldingLocks" by Mathieu Chartier · 9 years ago
  26. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 10 years ago
  27. c952ac9 ART: Fix System.arraycopy by Andreas Gampe · 9 years ago
  28. f182085 Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 10 years ago
  29. 05b7226 Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 10 years ago
  30. 28c25d2 Merge "Let classloader provide correct LD_LIBRARY_PATH" by Dmitriy Ivanov · 10 years ago
  31. 281e500 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 10 years ago
  32. 906846f Let classloader provide correct LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  33. 8c2ff64 Add allocation stack traces for HPROF dump. by Man Cao · 10 years ago
  34. 7323582 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 10 years ago
  35. ef48605 Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 10 years ago
  36. 91b01c5 Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 10 years ago
  37. 1e27c5b Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 10 years ago
  38. 9731395 Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 10 years ago
  39. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  40. 8363c77 Add --generate-debug-info flag and remove the other two flags. by David Srbecky · 10 years ago
  41. 15efde2 Reset libc targetSdkVersion by Dmitriy Ivanov · 10 years ago
  42. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  43. 0e08b76 Modification to the way boot classpath resources are loaded by Neil Fuller · 10 years ago
  44. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 10 years ago
  45. b43390c Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 10 years ago
  46. 8e5bd18 Add a flag to StackVisitor for inlining. by Nicolas Geoffray · 10 years ago
  47. 0ae9899 Request full/partial GC type from VMRuntime.requestConcurrentGC(). by Hiroshi Yamauchi · 10 years ago
  48. 2d2f2a9 Fix constructor access check through reflection by Sebastien Hertz · 10 years ago
  49. 69bdcb2 Fix java_lang_Class newInstance for strings; also quick entrypoints. by Jeff Hao · 10 years ago
  50. f0a3d3d Merge "ART: Fix constructor access checking" by Andreas Gampe · 10 years ago
  51. 8208bdd ART: Fix constructor access checking by Andreas Gampe · 10 years ago
  52. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  53. e34a42c ART: Fix Trace types, check minimum buf size by Andreas Gampe · 10 years ago
  54. 0cd91f0 Merge "Move Class.newInstance to native" by Mathieu Chartier · 10 years ago
  55. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 10 years ago
  56. 00bb878 ART: Add GENERATE_CFI to the ZygoteHooks debug flags by Andreas Gampe · 10 years ago
  57. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  58. 5988547 Class.forName(..., ..., null) fixes by Brian Carlstrom · 10 years ago
  59. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  60. 40da286 ART: Streaming trace mode by Andreas Gampe · 10 years ago
  61. 0cbb4a8 Merge "ART: Make the PathClassLoader fast-path recursive" by Andreas Gampe · 10 years ago
  62. f865ea9 ART: Make the PathClassLoader fast-path recursive by Andreas Gampe · 10 years ago
  63. 1e6c489 Merge "getRuntimeStat() support (ART)." by Hiroshi Yamauchi · 10 years ago
  64. d3ed9a3 Fix DCHECK failures from Class::VisitFieldRoots by Mathieu Chartier · 10 years ago
  65. a1c9f01 getRuntimeStat() support (ART). by Hiroshi Yamauchi · 10 years ago
  66. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  67. e598e04 ART: Add Array.createObjectArray to unstarted runtime by Andreas Gampe · 10 years ago
  68. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  69. 1e7e85a Merge "Avoid using dex cache array pointers in libart." by Vladimir Marko · 10 years ago
  70. c136312 Avoid using dex cache array pointers in libart. by Vladimir Marko · 10 years ago
  71. a528e85 Merge "Rename isDexOptNeededInternal and add kSelfPatchOatNeeded" by Richard Uhler · 10 years ago
  72. bb87e0f Refactor and improve GC root handling by Mathieu Chartier · 10 years ago
  73. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 10 years ago
  74. 95abd04 Rename isDexOptNeededInternal and add kSelfPatchOatNeeded by Richard Uhler · 10 years ago
  75. a3d40d5 Merge "Fix some reflection errors" by Mathieu Chartier · 10 years ago
  76. ca239af Fix some reflection errors by Mathieu Chartier · 10 years ago
  77. af38d89 Merge "ART: Use enums in Trace" by Andreas Gampe · 10 years ago
  78. 7e7e0f4 ART: Use enums in Trace by Andreas Gampe · 10 years ago
  79. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  80. 785049f Add paths to apk!lib/<abi> to LD_LIBRARY_PATH by Dmitriy Ivanov · 10 years ago
  81. 455f67c Fix JIT options with late init by Mathieu Chartier · 10 years ago
  82. 6eff38d Add JIT zygote hook by Mathieu Chartier · 10 years ago
  83. 2af72de Merge "Remove ThrowLocation." by Nicolas Geoffray · 10 years ago
  84. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  85. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 10 years ago
  86. 324b9bb ART: Move DexFile vector to Java array by Andreas Gampe · 10 years ago
  87. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  88. e4301ff ART: Make run-tests more verbose by Andreas Gampe · 10 years ago
  89. 0c8c303 Clean up the locks around Heap::VisitObjects(). by Hiroshi Yamauchi · 10 years ago
  90. e34fa1d Print more info in MarkSweep::VerifyRoot by Mathieu Chartier · 10 years ago
  91. fbef44d Use unique_ptr to track ownership of dex files. by Richard Uhler · 10 years ago
  92. 1de5324 Merge "Clean up some #ifdefs." by Elliott Hughes · 10 years ago
  93. 0a18df8 Clean up some #ifdefs. by Elliott Hughes · 10 years ago
  94. 379d09f Add clamp growth limit by Mathieu Chartier · 10 years ago
  95. 9851595 Mute common case DexFile.isDexOptNeeded log spam by Brian Carlstrom · 10 years ago
  96. 094368a Merge "ART: Use interpret-only for vmSafeMode" by Andreas Gampe · 10 years ago
  97. d2abbc9 ART: Use interpret-only for vmSafeMode by Andreas Gampe · 10 years ago
  98. a5eae69 Add heap task processor by Mathieu Chartier · 10 years ago
  99. 079101a Move GC daemon locking logic into heap by Mathieu Chartier · 10 years ago
  100. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago