1. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 8 years ago
  2. 4f2e957 Ensure the GC visits Obsolete Methods by Alex Light · 8 years ago
  3. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  4. 4408ecb Merge "Fix sign extension issues" by Treehugger Robot · 8 years ago
  5. e9cd81c Merge "Fix String::DoReplace() using obsolete `this`." by Treehugger Robot · 8 years ago
  6. 9e57aba Fix String::DoReplace() using obsolete `this`. by Vladimir Marko · 8 years ago
  7. 32f5388 Fix sign extension issues by Colin Cross · 8 years ago
  8. f44d36c Revert^2 "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  9. 8d6768d Revert^6 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  10. 0b66d61 Revert^5 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  11. 6374c58 Revert "Hash-based DexCache field array." by Vladimir Marko · 8 years ago
  12. 1aea351 Hash-based DexCache field array. by Vladimir Marko · 8 years ago
  13. 7ec0fde Track libcore change 2c0c8889ff415431e3c2d6d5ac95748f8b284384. by Narayan Kamath · 8 years ago
  14. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 8 years ago
  15. bcf716f Revert^2 "Enable String compression." by Vladimir Marko · 8 years ago
  16. c73cb64 ART: Remove ObjPtr kPoison template parameter by Andreas Gampe · 8 years ago
  17. 92907f3 Remove String.setCharAt(). by Vladimir Marko · 8 years ago
  18. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  19. 8fd364e ART: fix method handle invocation of abstract & interface methods by Orion Hodson · 8 years ago
  20. 95c867d Merge "Revert "Enable String compression."" by Vladimir Marko · 8 years ago
  21. afcb365 Revert "Enable String compression." by Vladimir Marko · 8 years ago
  22. 53ea6a1 Merge "Enable String compression." by Vladimir Marko · 8 years ago
  23. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 8 years ago
  24. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 8 years ago
  25. 2a46b68 Merge "ART: invoke-custom support" by Orion Hodson · 8 years ago
  26. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  27. e39f14f ARM64: Improve String.equals() intrinsic for const strings. by Vladimir Marko · 8 years ago
  28. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 8 years ago
  29. 71953d8 Merge "Revert^2 "Hash-based dex cache type array."" by Vladimir Marko · 8 years ago
  30. 24bbf98 Enable String compression. by Vladimir Marko · 8 years ago
  31. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  32. 595beb3 Fix hprof/ahat for string compression. by Vladimir Marko · 8 years ago
  33. f85fc6b Merge "Clean up art::mirror::Class::SetSuperClass." by Roland Levillain · 8 years ago
  34. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  35. 8ca4e4e Clean up art::mirror::Class::SetSuperClass. by Roland Levillain · 8 years ago
  36. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 8 years ago
  37. ec78622 Hash-based dex cache type array. by Vladimir Marko · 8 years ago
  38. 66866e2 Merge "Avoid read barriers for ArtMethod::GetDexFile" by Mathieu Chartier · 8 years ago
  39. bd2fed5 MethodHandles: Support and tests for revealDirect / reflectAs. by Narayan Kamath · 8 years ago
  40. 137cdfa Avoid read barriers for ArtMethod::GetDexFile by Mathieu Chartier · 8 years ago
  41. 440b5d9 Implement class-pre-define time redefinition. by Alex Light · 8 years ago
  42. 8116003 Merge "MethodHandles: Support and tests for invokeWithArguments." by Narayan Kamath · 8 years ago
  43. c5889ce MethodHandles: Support and tests for invokeWithArguments. by Narayan Kamath · 8 years ago
  44. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 8 years ago
  45. a7e38d8 Use original dex file for retransformation. by Alex Light · 8 years ago
  46. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 8 years ago
  47. 9320675 MethodHandles: Remove experimental flag. by Narayan Kamath · 8 years ago
  48. b79bbd8 MethodHandles: Implement invoker / exactInvoker. by Narayan Kamath · 8 years ago
  49. 9e68f50 Merge "Fix race condition btw DelayReferenceRefernent vs Reference.clear()." by Hiroshi Yamauchi · 8 years ago
  50. 811bd5f ART: Make method handle runtime code callable from compiler. by Orion Hodson · 8 years ago
  51. 8ba6549 Merge "Reduce the number of fences needed for monitors" by Hans Boehm · 8 years ago
  52. b3da36c Reduce the number of fences needed for monitors by Hans Boehm · 8 years ago
  53. dba6148 Revert "Revert "Revert "Revert "Basic obsolete methods support"""" by Alex Light · 8 years ago
  54. f6abcda Revert "Revert "Revert "Basic obsolete methods support""" by Nicolas Geoffray · 8 years ago
  55. ce77fc0 Revert "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  56. 65f5f24 Fix race condition btw DelayReferenceRefernent vs Reference.clear(). by Hiroshi Yamauchi · 8 years ago
  57. 913e6e6 Merge "Remove dex cache string from mirror::Class." by Nicolas Geoffray · 8 years ago
  58. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  59. f9bf250 Remove dex cache string from mirror::Class. by Nicolas Geoffray · 8 years ago
  60. b7cc593 Merge "Revert "Basic obsolete methods support"" by Alex Light · 8 years ago
  61. b81a984 Revert "Basic obsolete methods support" by Alex Light · 8 years ago
  62. 6d736d8 Merge "Basic obsolete methods support" by Alex Light · 8 years ago
  63. d8936da Basic obsolete methods support by Alex Light · 8 years ago
  64. 017c55c Merge "Address some review comments" by Mathieu Chartier · 8 years ago
  65. db70ce5 Address some review comments by Mathieu Chartier · 8 years ago
  66. 16850ae Fix string compression for embedded zero chars. by Vladimir Marko · 8 years ago
  67. 5df32d3 Use store release for resolved types by Mathieu Chartier · 8 years ago
  68. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 8 years ago
  69. e4cdd4d Merge "Address comments I missed on a previous CL" by Treehugger Robot · 8 years ago
  70. 0b77257 Address comments I missed on a previous CL by Alex Light · 8 years ago
  71. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  72. c571e73 Merge "ART: Add verifier support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  73. cfa325e ART: Add verifier support for invoke-polymorphic. by Orion Hodson · 8 years ago
  74. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  75. 0fd9a7d Merge "Infrastructure for obsolete methods" by Alex Light · 8 years ago
  76. a01de59 Infrastructure for obsolete methods by Alex Light · 8 years ago
  77. 211fd80 Merge "ART: Add dex::StringIndex" by Treehugger Robot · 8 years ago
  78. c9e2fc2 Merge "Move inline caches GC handling in JitCodeCache." by Nicolas Geoffray · 8 years ago
  79. e51ca8b Move inline caches GC handling in JitCodeCache. by Nicolas Geoffray · 8 years ago
  80. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  81. 1c87878 Revert "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 8 years ago
  82. 12af7a4 Revert "Method Handles: Add VarargsCollector." by Orion Hodson · 8 years ago
  83. ab52ce1 Method Handles: Add VarargsCollector. by Orion Hodson · 8 years ago
  84. a598b86 Merge "ART: Add dex::TypeIndex" by Treehugger Robot · 8 years ago
  85. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  86. cca340b ART: Fix line break in Throwable::Dump by Andreas Gampe · 8 years ago
  87. ab39c21 Merge "Address comments from aog/303658." by Hiroshi Yamauchi · 8 years ago
  88. 6013f77 Address comments from aog/303658. by Hiroshi Yamauchi · 8 years ago
  89. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  90. e43b80e Optimize non-intrinsic object array copy for Baker. by Hiroshi Yamauchi · 8 years ago
  91. 1a06f9f MethodHandles: Enable return value conversions. by Orion Hodson · 8 years ago
  92. fdaf0f4 Change string compression encoding. by Vladimir Marko · 8 years ago
  93. ba28f9f Argument conversions for setter/getter MethodHandles. by Orion Hodson · 8 years ago
  94. e82809a Merge "MethodHandles: Implement MethodHandle.asType." by Treehugger Robot · 8 years ago
  95. 38cea84 ART: Make Handle trivially-copyable by Andreas Gampe · 8 years ago
  96. 878d188 Merge "Remove lock from ClassExt installation procedure." by Treehugger Robot · 8 years ago
  97. 6a3be6d Merge "Clean up the runtime read barrier and fix fake address dependency." by Hiroshi Yamauchi · 8 years ago
  98. 0273ad1 Remove lock from ClassExt installation procedure. by Alex Light · 8 years ago
  99. 0a8485e MethodHandles: Implement MethodHandle.asType. by Narayan Kamath · 8 years ago
  100. 2ab9830 Merge "Address review comments from change 000e1885701c8f." by Narayan Kamath · 8 years ago