1. 4287925 Merge "Store resolved Strings for AOT code in .bss." by Vladimir Marko · 8 years ago
  2. ce157a6 Merge "Simplify our intrinsic recognizer." by Treehugger Robot · 8 years ago
  3. 394b8b2 Merge "Move two dangling mirror objects into handles." by Treehugger Robot · 8 years ago
  4. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  5. 9d07414 Move two dangling mirror objects into handles. by Nicolas Geoffray · 8 years ago
  6. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 8 years ago
  7. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  8. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  9. 63dccbb Store resolved Strings for AOT code in .bss. by Vladimir Marko · 8 years ago
  10. afa4827 java.lang.invoke: Add mirror types for MethodHandle / MethodType. by Narayan Kamath · 8 years ago
  11. dd2b8a5 Merge "Update oat file version to 089" by Treehugger Robot · 8 years ago
  12. 77d9dd7 Update oat file version to 089 by Alex Light · 8 years ago
  13. 4d46970 Merge "Use ObjPtr for reflection.cc/h/inl" by Mathieu Chartier · 8 years ago
  14. d30e51a Merge "ART: Dump referenced type in IRT overflows" by Treehugger Robot · 8 years ago
  15. 7f7fb9c Merge "ART: Factor out IMT from ArtMethod" by Treehugger Robot · 8 years ago
  16. a3bbf8b ART: Dump referenced type in IRT overflows by Andreas Gampe · 8 years ago
  17. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  18. 1b6cf7f Merge "Add support for Executable.getParameters() metadata" by Neil Fuller · 8 years ago
  19. 79a21e7 Add support for Executable.getParameters() metadata by Neil Fuller · 8 years ago
  20. b737745 Merge "Fix a CC deadlock in 129-ThreadGetId." by Treehugger Robot · 8 years ago
  21. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  22. 83b13b3 Merge "Add basic support for object pointer poisoning" by Mathieu Chartier · 8 years ago
  23. 15af34c Fix a CC deadlock in 129-ThreadGetId. by Hiroshi Yamauchi · 8 years ago
  24. 38e1882 Merge "ART: Fix dependencies" by Andreas Gampe · 8 years ago
  25. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  26. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  27. 6e17410 ART: Fix dependencies by Andreas Gampe · 8 years ago
  28. 3f7f03c Add basic support for object pointer poisoning by Mathieu Chartier · 8 years ago
  29. 42c49d2 Merge "ART: Revert base/logging conditional hacks" by Treehugger Robot · 8 years ago
  30. d6e54bb ART: Fix nits by Andreas Gampe · 8 years ago
  31. 58246a1 ART: Revert base/logging conditional hacks by Andreas Gampe · 8 years ago
  32. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  33. 0cfe19a Merge "Fix CTS crash from DexFile refactoring" by David Sehr · 8 years ago
  34. ad1f0ad Merge "Use liblog for liblog (instead of libcutils)" by Treehugger Robot · 8 years ago
  35. 48ec36f Merge "Smarter image layout" by Treehugger Robot · 8 years ago
  36. 1d3038f Use liblog for liblog (instead of libcutils) by Dimitry Ivanov · 8 years ago
  37. 496577f Smarter image layout by Mathieu Chartier · 8 years ago
  38. 9fddd36 Fix CTS crash from DexFile refactoring by David Sehr · 8 years ago
  39. c16672a Merge "Add CanWriteToDalvikCache() check before writing a boot marker or image cache." by Treehugger Robot · 8 years ago
  40. 764f38f Merge "Make image test multi image" by Treehugger Robot · 8 years ago
  41. 866d874 Make image test multi image by Mathieu Chartier · 8 years ago
  42. 4b55b4b Merge "Get a basic modification of dex file working" by Treehugger Robot · 8 years ago
  43. 524dfe8 Merge "jni: Implement generic JNI support for @CriticalNative/@FastNative" by Treehugger Robot · 8 years ago
  44. 9c20a14 Get a basic modification of dex file working by Alex Light · 8 years ago
  45. 06a04e0 jni: Implement generic JNI support for @CriticalNative/@FastNative by Igor Murashkin · 8 years ago
  46. ce092d0 Merge "Refactor Dex open methods" by Treehugger Robot · 8 years ago
  47. 85bf9de Merge "Write VerifierDeps into VDEX." by Treehugger Robot · 8 years ago
  48. 5d5a36b Write VerifierDeps into VDEX. by David Brazdil · 8 years ago
  49. bfa1f8d Add CanWriteToDalvikCache() check before writing a boot marker or image cache. by Robert Sesek · 8 years ago
  50. 733ddb2 Refactor Dex open methods by David Sehr · 8 years ago
  51. 0e84439 Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  52. 692cc74 Merge "Change remaining slow path throw entrypoints to save everything." by Vladimir Marko · 8 years ago
  53. 48d10ee Merge changes Id749f453,Ie3ce9dd8 by Colin Cross · 8 years ago
  54. 804b03f Change remaining slow path throw entrypoints to save everything. by Vladimir Marko · 8 years ago
  55. 02cd28b ARM: Remove extra argument from RUNTIME_CURRENT uses. by Vladimir Marko · 8 years ago
  56. b20be21 Always run oatdumps tests by Colin Cross · 8 years ago
  57. 9aec856 Merge "Revert "Revert "test: Remove icu cleanup hack""" by Treehugger Robot · 8 years ago
  58. 6a40fc9 Merge "Ensure class is initialized when reading its fields from debugger." by Treehugger Robot · 8 years ago
  59. 904614f Merge "Convert art runtests to Android.bp" by Colin Cross · 8 years ago
  60. afd3c9e Convert art runtests to Android.bp by Colin Cross · 8 years ago
  61. ec88abd Merge "Remove the `CanTriggerGC` side-effects on a few instructions." by Roland Levillain · 8 years ago
  62. 583f319 Revert "Revert "test: Remove icu cleanup hack"" by Igor Murashkin · 8 years ago
  63. 91a6516 Remove the `CanTriggerGC` side-effects on a few instructions. by Alexandre Rames · 8 years ago
  64. 3c73829 Revert "test: Remove icu cleanup hack" by Colin Cross · 8 years ago
  65. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  66. be3a3ee Merge "Fix a deadlock in the CC collector." by Treehugger Robot · 8 years ago
  67. c6eced0 Merge "Move art::Runtime::InitZygote logic from art into frameworks/base." by Treehugger Robot · 8 years ago
  68. 6f82fbd Implement VerifierDeps encoding/decoding by David Brazdil · 8 years ago
  69. ca3c8c3 Collect verifier dependencies by David Brazdil · 8 years ago
  70. 0764877 Merge "test: Remove icu cleanup hack" by Treehugger Robot · 8 years ago
  71. de19a25 Ensure class is initialized when reading its fields from debugger. by Jeff Hao · 8 years ago
  72. febd0cf Fix a deadlock in the CC collector. by Hiroshi Yamauchi · 8 years ago
  73. c865147 Merge "Avoid using memcpy for object header in ConcurrentCopying::Copy" by Mathieu Chartier · 8 years ago
  74. d818adb Avoid using memcpy for object header in ConcurrentCopying::Copy by Mathieu Chartier · 8 years ago
  75. 6e95dd5 Convert art gtests to Android.bp by Colin Cross · 8 years ago
  76. 6b22aa5 Convert libart-gtest to Android.bp by Colin Cross · 8 years ago
  77. 6b4d988 Merge "Fix google-explicit-constructor warnings in art." by Chih-hung Hsieh · 8 years ago
  78. 5a7c611 Merge "Fix moving GC bugs in entrypoints" by Mathieu Chartier · 8 years ago
  79. a593118 Fix google-explicit-constructor warnings in art. by Chih-Hung Hsieh · 8 years ago
  80. fce42f4 Merge "Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."""" by Nicolas Geoffray · 8 years ago
  81. b76bc78 Revert "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Nicolas Geoffray · 8 years ago
  82. 755beba Merge "Move ArrayRef to runtime/base" by David Brazdil · 8 years ago
  83. be08cf5 Fix moving GC bugs in entrypoints by Mathieu Chartier · 8 years ago
  84. d9c9037 Move ArrayRef to runtime/base by David Brazdil · 8 years ago
  85. b226703 Move art::Runtime::InitZygote logic from art into frameworks/base. by Robert Sesek · 8 years ago
  86. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  87. 52a8da6 Merge "ARM/ARM64: Fix throwing entrypoints to call runtime handlers." by Treehugger Robot · 8 years ago
  88. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  89. 908eb22 ARM/ARM64: Fix throwing entrypoints to call runtime handlers. by Vladimir Marko · 8 years ago
  90. 0584647 Remove ThrowNoSuchMethod entrypoint. by Vladimir Marko · 8 years ago
  91. e305eaf Merge "Revert "Revert "Use implicit null checks inside try blocks.""" by Treehugger Robot · 8 years ago
  92. 3b7537b Revert "Revert "Use implicit null checks inside try blocks."" by Vladimir Marko · 8 years ago
  93. d4b294c test: Remove icu cleanup hack by Igor Murashkin · 8 years ago
  94. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  95. c72b7d3 Merge "String Compression (interpreter only) bug fix" by Treehugger Robot · 8 years ago
  96. 2048da5 Merge "Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC.""" by Treehugger Robot · 8 years ago
  97. f8f81ea Merge "Add more logging for checking in to-space for CC copy" by Treehugger Robot · 8 years ago
  98. 8522758 Revert "Re-apply "Cleanup run-test and Makefile around boot image and PIC."" by Hiroshi Yamauchi · 8 years ago
  99. dfcd6f4 Add more logging for checking in to-space for CC copy by Mathieu Chartier · 8 years ago
  100. db6dcb6 ART: Rearrange some JVMTI headers by Andreas Gampe · 8 years ago