1. ccd5695 Add Thread entry to signal if the thread can call into java by Calin Juravle · 8 years ago
  2. eca3eda Add ClassLoader to app-image roots. by Vladimir Marko · 8 years ago
  3. 726e517 Merge "Revert^8 "Make sure that const-class linkage is preserved."" by Vladimir Marko · 8 years ago
  4. 19a4d37 Clean up Class::GetDirectInterface(). by Vladimir Marko · 8 years ago
  5. c5798bf Revert^8 "Make sure that const-class linkage is preserved." by Vladimir Marko · 8 years ago
  6. 58c3f6a Reduce calls to DescriptorEquals by Mathieu Chartier · 8 years ago
  7. a8db0a9 Merge "ART: Weaken boot classpath initialization check" by Treehugger Robot · 8 years ago
  8. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 8 years ago
  9. 141c6f6 Merge "Class Hierarchy Analysis (CHA)" by Mingyao Yang · 8 years ago
  10. e20fe27 Merge "ART: Cache sections for sanity check" by Treehugger Robot · 8 years ago
  11. 0793bec ART: Cache sections for sanity check by Andreas Gampe · 8 years ago
  12. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 8 years ago
  13. 2c8c6b6 Revert "Make sure that const-class linkage is preserved, try again." by Vladimir Marko · 8 years ago
  14. 1e8a395 ART: Weaken boot classpath initialization check by Andreas Gampe · 8 years ago
  15. 9036914 Merge "Make sure that const-class linkage is preserved, try again." by Treehugger Robot · 8 years ago
  16. cb5ab35 Make sure that const-class linkage is preserved, try again. by Vladimir Marko · 8 years ago
  17. 211fd80 Merge "ART: Add dex::StringIndex" by Treehugger Robot · 8 years ago
  18. 171cf81 Revert "Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved.""""" by Vladimir Marko · 8 years ago
  19. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  20. e47172b Revert "Revert "Revert "Revert "Make sure that const-class linkage is preserved."""" by Vladimir Marko · 8 years ago
  21. 09ded92 Revert "Revert "Revert "Make sure that const-class linkage is preserved.""" by Vladimir Marko · 8 years ago
  22. 25dcbad Revert "Revert "Make sure that const-class linkage is preserved."" by Vladimir Marko · 8 years ago
  23. ecffc67 Revert "Make sure that const-class linkage is preserved." by Vladimir Marko · 8 years ago
  24. 9ee5fdf Merge "Make sure that const-class linkage is preserved." by Vladimir Marko · 8 years ago
  25. a598b86 Merge "ART: Add dex::TypeIndex" by Treehugger Robot · 8 years ago
  26. b2dc551 Merge "ART: Add boot classpath check for initialization" by Treehugger Robot · 8 years ago
  27. 19886db Make sure that const-class linkage is preserved. by Vladimir Marko · 8 years ago
  28. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  29. 22f71d2 ART: Add boot classpath check for initialization by Andreas Gampe · 8 years ago
  30. 1b86849 Use type lookup tables in compiler by Mathieu Chartier · 8 years ago
  31. 54b5855 Change offline profile to store type_idx of classes. by Jeff Hao · 8 years ago
  32. 6beced4 Change iftable to never be null by Mathieu Chartier · 8 years ago
  33. 1c80417 Merge "Add option to force all code to be deoptimizable" by Treehugger Robot · 8 years ago
  34. 6b16d89 Add option to force all code to be deoptimizable by Alex Light · 8 years ago
  35. a2d1b28 Add visiting for class loaders in StickyMarkSweep by neo.chae · 8 years ago
  36. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  37. 6a3be6d Merge "Clean up the runtime read barrier and fix fake address dependency." by Hiroshi Yamauchi · 8 years ago
  38. 12b58b2 Clean up the runtime read barrier and fix fake address dependency. by Hiroshi Yamauchi · 8 years ago
  39. d625158 Add ClassExt mirror. by Alex Light · 8 years ago
  40. 7d8d8ff Revert "Revert "ART: Generalize FindClassInPathClassLoader"" by Nicolas Geoffray · 8 years ago
  41. af3572b Revert "ART: Generalize FindClassInPathClassLoader" by Nicolas Geoffray · 8 years ago
  42. fd1ae75 ART: Generalize FindClassInPathClassLoader by Andreas Gampe · 8 years ago
  43. 46aba36 ART: Move pathList well-known-field to actual class by Andreas Gampe · 8 years ago
  44. 000e188 method_handles: Complete support for emulated stack frames. by Narayan Kamath · 8 years ago
  45. 269cb43 class_linker: Change allocation of MethodType dex_cache entries. by Narayan Kamath · 8 years ago
  46. eb242cd Merge "Save the non-verified classes in the VerifierDeps." by Nicolas Geoffray · 8 years ago
  47. 0802518 Save the non-verified classes in the VerifierDeps. by Nicolas Geoffray · 8 years ago
  48. 168c58c Merge "Reduce number of physical pages used for DexCache's arrays" by Treehugger Robot · 8 years ago
  49. 34ee684 ART: Refactor class-linker methods by Andreas Gampe · 10 years ago
  50. b3ac45b Reduce number of physical pages used for DexCache's arrays by Artem Udovichenko · 8 years ago
  51. ac2efad Merge "Clean up app image .bss dex cache arrays fixup." by Vladimir Marko · 8 years ago
  52. 83f6699 Merge "Clear OOME from DexCache allocation when another thread succeeded." by Vladimir Marko · 8 years ago
  53. 6dd1488 Clean up app image .bss dex cache arrays fixup. by Vladimir Marko · 8 years ago
  54. c9a6fa5 Clear OOME from DexCache allocation when another thread succeeded. by Vladimir Marko · 8 years ago
  55. 1bc4b17 Revert "Disable kBssEntry LoadString sharpening." by Vladimir Marko · 8 years ago
  56. c7a420c Ensure that overrides work in presence of package-private methods. by Alex Light · 8 years ago
  57. 28357fa Move most of class linker to ObjPtr by Mathieu Chartier · 8 years ago
  58. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  59. d203296 Merge "Move art/native to ObjPtr" by Mathieu Chartier · 8 years ago
  60. 3e2e2f1 Merge "Fix handling of dex cache arrays for method types." by Narayan Kamath · 8 years ago
  61. bc5a795 Move art/native to ObjPtr by Mathieu Chartier · 8 years ago
  62. 7fe5658 Fix handling of dex cache arrays for method types. by Narayan Kamath · 8 years ago
  63. 8c0fee9 Merge "Do not write empty class table and intern table to image." by Vladimir Marko · 8 years ago
  64. 1a1de67 Do not write empty class table and intern table to image. by Vladimir Marko · 8 years ago
  65. 1a5337f Move mirror::ObjectArray to ObjPtr by Mathieu Chartier · 8 years ago
  66. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  67. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  68. f8ac97f ObjPtr misc cleanup by Mathieu Chartier · 8 years ago
  69. 463a67d Merge "Change indirect reference table to use ObjPtr" by Treehugger Robot · 8 years ago
  70. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 8 years ago
  71. 7638651 Merge "Initialize dex cache while holding dex_lock" by Mathieu Chartier · 8 years ago
  72. 2f61867 Merge "Remove #include "oat_file.h" from class_linker.h ." by Vladimir Marko · 8 years ago
  73. 6c60d84 Initialize dex cache while holding dex_lock by Mathieu Chartier · 8 years ago
  74. 97d7e1c Remove #include "oat_file.h" from class_linker.h . by Vladimir Marko · 8 years ago
  75. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  76. b890130 Use ObjPtr for ResolvedFieldAccessTest and ResolvedMethodAccessTest by Mathieu Chartier · 8 years ago
  77. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  78. 25352fc class_linker: Add support for resolving method types. by Narayan Kamath · 8 years ago
  79. b4cf427 Merge "dex_cache: rewrite StringDexCachePair as DexCachePair<T>" by Treehugger Robot · 8 years ago
  80. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  81. c38a6f8 dex_cache: rewrite StringDexCachePair as DexCachePair<T> by Narayan Kamath · 8 years ago
  82. afa4827 java.lang.invoke: Add mirror types for MethodHandle / MethodType. by Narayan Kamath · 8 years ago
  83. 4d46970 Merge "Use ObjPtr for reflection.cc/h/inl" by Mathieu Chartier · 8 years ago
  84. 75a7db6 ART: Factor out IMT from ArtMethod by Andreas Gampe · 8 years ago
  85. a59d9b2 Use ObjPtr for reflection.cc/h/inl by Mathieu Chartier · 8 years ago
  86. 83b13b3 Merge "Add basic support for object pointer poisoning" by Mathieu Chartier · 8 years ago
  87. 3f7f03c Add basic support for object pointer poisoning by Mathieu Chartier · 8 years ago
  88. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  89. 9aa352e Remove TypeLookupTable from DexFile. by David Sehr · 8 years ago
  90. 26ead49 Merge "Make ScopedAssertNoThreadSuspension no overhead for non-debug" by Mathieu Chartier · 8 years ago
  91. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  92. 268764d Make ScopedAssertNoThreadSuspension no overhead for non-debug by Mathieu Chartier · 8 years ago
  93. 5fd66d0 ART: Remove LogSeverity NONE by Andreas Gampe · 8 years ago
  94. 1f3925d Fix vtable corruption issue by Alex Light · 8 years ago
  95. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  96. 966c9db Merge "ART: Added DCHECKS to find alignment breakage." am: da0f5e72cc by Christina Wadsworth · 8 years ago
  97. 6353a63 ART: Added DCHECKS to find alignment breakage. by Christina Wadsworth · 8 years ago
  98. 3e40f60 Merge "ART: Implement a fixed size string dex cache" am: 9c07ab332b by Mathieu Chartier · 8 years ago
  99. bf44e0e ART: Implement a fixed size string dex cache by Christina Wadsworth · 8 years ago
  100. 2ad1aa1 Merge "Fix pending exception failure for encoded statics" am: 34110807ea by Mathieu Chartier · 8 years ago