1. 351c447 ART: Add templated VisitObjects by Andreas Gampe · 7 years ago
  2. d317295 Merge "Do superclass validation at compile time and log with new class status." by Treehugger Robot · 7 years ago
  3. 0cb1728 Do superclass validation at compile time and log with new class status. by Jeff Hao · 7 years ago
  4. 1f0a22f Ensure GetThreadState only counts user-code suspensions by Alex Light · 7 years ago
  5. 23cdebe Merge "MIPS: TLAB allocation entrypoints" by Treehugger Robot · 7 years ago
  6. 731af33 Merge "Ensure jvmti agents don't share ThreadLocalStorage" by Treehugger Robot · 7 years ago
  7. 092a404 Ensure jvmti agents don't share ThreadLocalStorage by Alex Light · 7 years ago
  8. c69e8d6 Merge "Fix ReadBarrier misuse when relocating the image." by Treehugger Robot · 7 years ago
  9. 6f54cf2 Fix ReadBarrier misuse when relocating the image. by Chang Xing · 7 years ago
  10. 5e7eb2f Merge "Add Jvmti Suspend/ResumeThread functions" by Treehugger Robot · 7 years ago
  11. 6e87534 Merge "ART: Add support for constructor method handles" by Treehugger Robot · 7 years ago
  12. f8db2c3 ART: Add support for constructor method handles by Orion Hodson · 7 years ago
  13. bac2bd1 Merge "Introduce a Marking Register in ARM code generation." by Roland Levillain · 7 years ago
  14. 48a951b Revert "Revert "Relax HasSeenMethod check"" by Mathieu Chartier · 7 years ago
  15. 06bed30 Revert "Revert "Record post startup methods in profile"" by Mathieu Chartier · 7 years ago
  16. d0b3ab2 Merge "Fix compressible string check for ctors with `hibyte`." by Treehugger Robot · 7 years ago
  17. 7de725b Merge "Clarify unquickening comment." by Treehugger Robot · 7 years ago
  18. a44c445 Fix compressible string check for ctors with `hibyte`. by Vladimir Marko · 7 years ago
  19. 469a27f Merge "Only enforce profile size limits on target builds" by Mathieu Chartier · 7 years ago
  20. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  21. 6d729a7 Introduce a Marking Register in ARM code generation. by Roland Levillain · 7 years ago
  22. f6a122c Merge "Add missing CFI directives to ARM Quick entrypoints." by Roland Levillain · 7 years ago
  23. a55e268 Clarify unquickening comment. by Nicolas Geoffray · 7 years ago
  24. 854df41 MIPS: TLAB allocation entrypoints by Goran Jakovljevic · 7 years ago
  25. a867f7a Revert "Record post startup methods in profile" by Nicolas Geoffray · 7 years ago
  26. 9f3a7c5 Merge "Revert "Relax HasSeenMethod check"" by Nicolas Geoffray · 7 years ago
  27. c2b6a63 Revert "Relax HasSeenMethod check" by Nicolas Geoffray · 7 years ago
  28. 36f549e Avoid decompiling NOPs for 0 count case by Mathieu Chartier · 7 years ago
  29. f2e2af8 Only enforce profile size limits on target builds by Mathieu Chartier · 7 years ago
  30. de4b08f Reduce quicken info size by Mathieu Chartier · 7 years ago
  31. c9267c4 Merge "Relax HasSeenMethod check" by Mathieu Chartier · 7 years ago
  32. 80e6d73 Relax HasSeenMethod check by Mathieu Chartier · 7 years ago
  33. fc79ef9 Merge "Move dex files dependencies (en/de)coding to ClassLoaderContext" by Treehugger Robot · 7 years ago
  34. 7b0648a Move dex files dependencies (en/de)coding to ClassLoaderContext by Calin Juravle · 7 years ago
  35. 8cfbbb8 Merge "Abstract SetField functions with Transaction check" by Treehugger Robot · 7 years ago
  36. 8d174b5 Merge "Check ClassClass's dependencies in ImageSpace" by Treehugger Robot · 7 years ago
  37. 62c20d1 Add missing CFI directives to ARM Quick entrypoints. by Roland Levillain · 7 years ago
  38. 4bbbe40 Merge "Record post startup methods in profile" by Mathieu Chartier · 7 years ago
  39. 08dd84a Merge "Introduce a Marking Register in ARM64 code generation." by Roland Levillain · 7 years ago
  40. a97772f Merge "signal_catcher: Only notify tombstoned when we're using it." by Narayan Kamath · 7 years ago
  41. 6d3e768 Abstract SetField functions with Transaction check by Chang Xing · 7 years ago
  42. 5594f11 Record post startup methods in profile by Mathieu Chartier · 7 years ago
  43. 8aea017 Merge "Fix pointer size mismatch" by Treehugger Robot · 7 years ago
  44. 2ea15e1 Merge "Move ThreadDeath event before clearing Thread.nativePeer" by Treehugger Robot · 7 years ago
  45. fef27c2 Fix pointer size mismatch by Chang Xing · 7 years ago
  46. f368aff Merge "ART: Fix ArenaAllocator invariant check in Realloc" by Treehugger Robot · 7 years ago
  47. 8c5e2da Move ThreadDeath event before clearing Thread.nativePeer by Alex Light · 7 years ago
  48. 4be3e9b Check ClassClass's dependencies in ImageSpace by Chang Xing · 7 years ago
  49. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 7 years ago
  50. 2cfd612 signal_catcher: Only notify tombstoned when we're using it. by Narayan Kamath · 7 years ago
  51. 00cca3a Merge "Add support for processing class loader contexts" by Calin Juravle · 7 years ago
  52. 421dbc2 ART: Fix ArenaAllocator invariant check in Realloc by Andreas Gampe · 7 years ago
  53. 82b351f Fix MethodHandle resolution for invoke-direct by Orion Hodson · 7 years ago
  54. f5f88da Merge "Rewrite bits of RegionSpace::ClearFromSpace." by Nicolas Geoffray · 7 years ago
  55. 87e2cb6 Add support for processing class loader contexts by Calin Juravle · 7 years ago
  56. 2b0dfe7 Fix over-allocation of DexCache field array. by Vladimir Marko · 7 years ago
  57. a5fb204 Rewrite bits of RegionSpace::ClearFromSpace. by Nicolas Geoffray · 7 years ago
  58. 2a546e1 Merge "Fix region space when used with SetLengthToUsableSizeVisitor." by Nicolas Geoffray · 7 years ago
  59. 84eadb2 ART: Change StringTable to unordered_set by Andreas Gampe · 7 years ago
  60. 2eeb01a ART: Change StringTable for RecentAllocations by Andreas Gampe · 7 years ago
  61. d0fc768 ART: Presize output vector in RecentAllocations by Andreas Gampe · 7 years ago
  62. c796072 Merge "ART: Add VLOGs to GetRecentAllocations" by Treehugger Robot · 7 years ago
  63. ff29cee ART: Add VLOGs to GetRecentAllocations by Andreas Gampe · 7 years ago
  64. 46f2503 Fix mac sdk build. by Alex Light · 7 years ago
  65. 836af6f Merge "Added more functionality to dex file tracking." by Treehugger Robot · 7 years ago
  66. a3920a0 Merge changes Id0b98e74,I5d05b171 by Treehugger Robot · 7 years ago
  67. ab7e45a Added more functionality to dex file tracking. by Bharadwaj Kalandhabhatta · 7 years ago
  68. 1cba8d2 Merge "ART: Improve Dbg::GetRecentAllocations" by Treehugger Robot · 7 years ago
  69. c19cd2f Track jvmti allocations related to object tagging by Alex Light · 7 years ago
  70. 4b361a8 Fix region space when used with SetLengthToUsableSizeVisitor. by Nicolas Geoffray · 7 years ago
  71. f774a4e ART: Improve Dbg::GetRecentAllocations by Andreas Gampe · 7 years ago
  72. efdfc85 Merge "Remove java.lang (re)definition tests from class_linker_test" by Treehugger Robot · 7 years ago
  73. e64ed9e Remove java.lang (re)definition tests from class_linker_test by Calin Juravle · 7 years ago
  74. 22ae7b3 Merge "Avoid cross compilation error in DoCallCommon" by Mathieu Chartier · 7 years ago
  75. 8ddfd9f Add support for tracking jvmti allocations by Alex Light · 7 years ago
  76. 448bbcf Avoid cross compilation error in DoCallCommon by Mathieu Chartier · 7 years ago
  77. 7b46197 Merge changes I8d0f5341,Iced0de7c,I742cd614 by Calin Juravle · 7 years ago
  78. cdd4912 Add fast path to FindClass for DelegateLastClassLoader by Calin Juravle · 7 years ago
  79. 7865ac7 Add DelegateLastClassLoader to the list of WellKnownClassLoaders by Calin Juravle · 7 years ago
  80. 415dc3d Refactor FindClass code in class linker by Calin Juravle · 7 years ago
  81. 0656044 Merge "Revert "Revert "Fixed Literal String intern mismatch.""" by Mathieu Chartier · 7 years ago
  82. e32097c Merge "Add jvmti GetBytecodes function." by Treehugger Robot · 7 years ago
  83. 4c17428 Add jvmti GetBytecodes function. by Alex Light · 7 years ago
  84. 209b4c7 Merge "Small refactoring of field/method access checks." by Vladimir Marko · 7 years ago
  85. c2127b9 Merge "ART: Make Touch's stack array smaller under ASAN" by Treehugger Robot · 7 years ago
  86. 9ffcfa5 Merge "Trace heap size for allocations" by Mathieu Chartier · 7 years ago
  87. 6f1c751 ART: Make Touch's stack array smaller under ASAN by Andreas Gampe · 7 years ago
  88. 001580a Merge "ART: Let ASAN handle stack traces on host" by Treehugger Robot · 7 years ago
  89. 34afcde Trace heap size for allocations by Mathieu Chartier · 7 years ago
  90. 163355e ART: Let ASAN handle stack traces on host by Andreas Gampe · 7 years ago
  91. 739a22b Merge "Move jvmti allocation functions to own file." by Treehugger Robot · 7 years ago
  92. bf64a57 Move jvmti allocation functions to own file. by Alex Light · 7 years ago
  93. f79aa7f Small refactoring of field/method access checks. by Vladimir Marko · 7 years ago
  94. 4c4d9df Merge "ART: Hide system/core/libziparchive headers" by Treehugger Robot · 7 years ago
  95. 631827d Fixes for constant method handles by Orion Hodson · 7 years ago
  96. 0c2d3e5 ART: Hide system/core/libziparchive headers by Andreas Gampe · 7 years ago
  97. 61cfb15 Merge "ARM64: Restore FP registers in read barrier thunk." by Nicolas Geoffray · 7 years ago
  98. 7015e76 ARM64: Restore FP registers in read barrier thunk. by Nicolas Geoffray · 7 years ago
  99. fb5b7d8 Merge "Fix questionable behavior for the bulk region clearing" by Treehugger Robot · 7 years ago
  100. 9a1c4b4 Merge "Fix race condition new regions in AllocNonVirtual" by Treehugger Robot · 7 years ago