1. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  2. a14100c ART: More header cleanup - jni_internal.h by Andreas Gampe · 8 years ago
  3. 1171dee Merge "Fix dexlayout fixed point test" by Mathieu Chartier · 8 years ago
  4. cca411e Merge "Fix OOME handling in VMClassLoader.getBootClassPathEntries()." by Treehugger Robot · 8 years ago
  5. 4b3d690 Fix OOME handling in VMClassLoader.getBootClassPathEntries(). by Vladimir Marko · 8 years ago
  6. cce39b5 Merge "MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative" by Treehugger Robot · 8 years ago
  7. 6079dca MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative by Alexey Frunze · 8 years ago
  8. d00e02b Fix dexlayout fixed point test by Mathieu Chartier · 8 years ago
  9. 0a5ace5 Merge "Stop interpreter from accessing code items of compiled code." by Treehugger Robot · 8 years ago
  10. d8b6461 Merge "Simplify CHA dependency tracking data structure." by Mingyao Yang · 8 years ago
  11. 90eb05c Merge "Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target" by Alex Light · 8 years ago
  12. cc10450 Simplify CHA dependency tracking data structure. by Mingyao Yang · 8 years ago
  13. 199716b Merge "MIPS: Drop unnecessary code for R6 in interpreter (NAN2008)" by Treehugger Robot · 8 years ago
  14. 2419cb7 MIPS: Drop unnecessary code for R6 in interpreter (NAN2008) by Lena Djokic · 8 years ago
  15. 32e075d Merge "Update ahat version number to 1.2." by Treehugger Robot · 8 years ago
  16. 2d7ed74 Merge "Flush data cache after updating the JIT table." by Nicolas Geoffray · 8 years ago
  17. a4acabf Update ahat version number to 1.2. by Richard Uhler · 8 years ago
  18. 1f51ec0 Merge "Show RegisteredNativeAllocation sizes in ahat." by Richard Uhler · 8 years ago
  19. 76c7436 Merge "Refactor profiles to use TypeReference instead of ClassReference" by Treehugger Robot · 8 years ago
  20. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  21. a559fa1 Merge "Fix compiler crash due to inline caches and improve docs" by Treehugger Robot · 8 years ago
  22. 673253e Merge "Fully support static encoded fields." by Treehugger Robot · 8 years ago
  23. 5ea8413 Stop interpreter from accessing code items of compiled code. by Jeff Hao · 8 years ago
  24. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  25. 6dd5019 Merge "Do not deopt when using AOT inline caches" by Treehugger Robot · 8 years ago
  26. e71d687 Fully support static encoded fields. by Chang Xing · 8 years ago
  27. 7b497ee Ensure libopenjdk{,jvm,jvmti}d gets built with build-art target by Alex Light · 8 years ago
  28. 8bdf4e0 Merge "ART: Remove RegisterNativeMethods special-casing" by Treehugger Robot · 8 years ago
  29. 3d5aae7 Merge "ART: Add simple failure list to tail of testrunner output" by Treehugger Robot · 8 years ago
  30. e89d260 Merge "Remove segfault." by Treehugger Robot · 8 years ago
  31. e16c3bf Remove segfault. by Steven Moreland · 8 years ago
  32. 3ee4bff Show RegisteredNativeAllocation sizes in ahat. by Richard Uhler · 8 years ago
  33. 7ab6240 Merge "ART: Move overflow gap definition to art.go" by Treehugger Robot · 8 years ago
  34. 5232be6 ART: Remove RegisterNativeMethods special-casing by Andreas Gampe · 8 years ago
  35. 69462a2 Merge "ART: Clean up instruction_set.h" by Treehugger Robot · 8 years ago
  36. 352b17a Flush data cache after updating the JIT table. by Nicolas Geoffray · 8 years ago
  37. 9b5b235 Merge "Don't show sizes with sample paths." by Richard Uhler · 8 years ago
  38. 03a8e86 Merge "Record types when the interpreter executes intrinsics." by Nicolas Geoffray · 8 years ago
  39. b2fe778 Merge "ART: Fix some pedantic warnings" by Treehugger Robot · 8 years ago
  40. 1dc1882 Merge "Use HeapGrowthMultiplier for native allocaitons" by Treehugger Robot · 8 years ago
  41. bc9f10c ART: Move overflow gap definition to art.go by Andreas Gampe · 8 years ago
  42. 705543e ART: Clean up instruction_set.h by Andreas Gampe · 8 years ago
  43. 0dd7e85 ART: Add simple failure list to tail of testrunner output by Andreas Gampe · 8 years ago
  44. 01f7743 ART: Fix some pedantic warnings by Andreas Gampe · 8 years ago
  45. 1dfa898 Merge "ART: Fix soong defaults order" by Treehugger Robot · 8 years ago
  46. 75e4b2a Use HeapGrowthMultiplier for native allocaitons by Mathieu Chartier · 8 years ago
  47. 5115efb ART: Fix soong defaults order by Andreas Gampe · 8 years ago
  48. af44e6c Do not deopt when using AOT inline caches by Calin Juravle · 8 years ago
  49. 7dd1e68 Merge "ART: Make run-test-jvmti-java only depend on core" by Treehugger Robot · 8 years ago
  50. 61b68fd ART: Make run-test-jvmti-java only depend on core by Andreas Gampe · 8 years ago
  51. ce38efe Merge "ARM: Specify if some branches go to far targets" by Treehugger Robot · 8 years ago
  52. 0abc6bb Merge "Support for narrow operands in "dangerous" operations." by Aart Bik · 8 years ago
  53. 304c8a5 Support for narrow operands in "dangerous" operations. by Aart Bik · 8 years ago
  54. ec89dfa Merge "Record inline caches only for the strictly hot methods" by Calin Juravle · 8 years ago
  55. b9bec2e Record types when the interpreter executes intrinsics. by Nicolas Geoffray · 8 years ago
  56. 2e7fb63 Merge "ARM64: Fix IsAdrpPatch()." by Treehugger Robot · 8 years ago
  57. b2a550b Merge "knownfailures: Remove trailing semicolon." by Narayan Kamath · 8 years ago
  58. 8405cc2 knownfailures: Remove trailing semicolon. by Narayan Kamath · 8 years ago
  59. 4c0fe02 Don't show sizes with sample paths. by Richard Uhler · 8 years ago
  60. 7f31200 Merge "ART: Remove 987-stack-dumping from known failures." by Narayan Kamath · 8 years ago
  61. 73d4665 ART: Remove 987-stack-dumping from known failures. by Narayan Kamath · 8 years ago
  62. 19d7d50 ARM64: Fix IsAdrpPatch(). by Vladimir Marko · 8 years ago
  63. 4668c6c Merge "ART: Use file descriptors handed out by tombstoned for traces." by Narayan Kamath · 8 years ago
  64. fd52253 ARM: Specify if some branches go to far targets by Anton Kirilov · 8 years ago
  65. eb71033 ART: Use file descriptors handed out by tombstoned for traces. by Narayan Kamath · 8 years ago
  66. a4bf3c3 Merge "Use DeletableArenaObject for DexFileData" by Treehugger Robot · 8 years ago
  67. 798ba16 Use DeletableArenaObject for DexFileData by Calin Juravle · 8 years ago
  68. 3b101e4 Merge "optimizing: Fix a potential nullptr dereference" by Treehugger Robot · 8 years ago
  69. f207299 optimizing: Fix a potential nullptr dereference by George Burgess IV · 8 years ago
  70. 81cbb24 Merge "Use arena allocation for profiles" by Calin Juravle · 8 years ago
  71. a39fd98 Record inline caches only for the strictly hot methods by Calin Juravle · 8 years ago
  72. 14538fb Merge "ART: Add class instance fields in hprof dumps" by Treehugger Robot · 8 years ago
  73. 73b9f45 Merge "FdFile: fix operator=(FdFile&&)" by Narayan Kamath · 8 years ago
  74. a17d679 Merge "Use PC-relative pointer to boot image methods." by Treehugger Robot · 8 years ago
  75. 4199aa0 Merge "Create load store analysis pass" by Nicolas Geoffray · 8 years ago
  76. 1f68cb5 Merge "Revert "Support for narrow operands in "dangerous" operations."" by Nicolas Geoffray · 8 years ago
  77. 9231690 Revert "Support for narrow operands in "dangerous" operations." by Nicolas Geoffray · 8 years ago
  78. 889ab40 Merge "ahat: better handle bitmaps without pixel info available." by Richard Uhler · 8 years ago
  79. bbd8d01 Merge "ART: Reserve sentinel early" by Treehugger Robot · 8 years ago
  80. cc3171a Use arena allocation for profiles by Calin Juravle · 8 years ago
  81. 0b18340 Merge "Deal with ASAN alloc-dealloc mismatch in class transformation code." by Treehugger Robot · 8 years ago
  82. 28b6e7e Deal with ASAN alloc-dealloc mismatch in class transformation code. by Alex Light · 8 years ago
  83. 3a2c55c ART: Add class instance fields in hprof dumps by Andreas Gampe · 8 years ago
  84. 7738333 Merge "testing: Allow adb sync to succeed when vendor is full" by Treehugger Robot · 8 years ago
  85. 4df3120 testing: Allow adb sync to succeed when vendor is full by Igor Murashkin · 8 years ago
  86. 2cd620b Merge "Support for narrow operands in "dangerous" operations." by Aart Bik · 8 years ago
  87. f14bb6c Merge "Revert "Revert "ARM: Improve the code generated for HCondition with a constant input""" by Treehugger Robot · 8 years ago
  88. 6597946 Use PC-relative pointer to boot image methods. by Vladimir Marko · 8 years ago
  89. e952792 ahat: better handle bitmaps without pixel info available. by Richard Uhler · 8 years ago
  90. 60b2489 Merge "Kill logd first thing." by Nicolas Geoffray · 8 years ago
  91. c2d199b Kill logd first thing. by Nicolas Geoffray · 8 years ago
  92. eda7d3d FdFile: fix operator=(FdFile&&) by Narayan Kamath · 8 years ago
  93. 728411b Merge "MIPS: Improve object lock/unlock." by Vladimir Marko · 8 years ago
  94. 5601d4e Revert "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Anton Kirilov · 8 years ago
  95. 95c7d5b Merge "Go to suspended before waiting for GC to complete." by Mathieu Chartier · 8 years ago
  96. 1e8ce07 Merge "Use DumpObjectInfo in CheckPreconditionsForAllocObject" by Mathieu Chartier · 8 years ago
  97. 96f4c3c Use DumpObjectInfo in CheckPreconditionsForAllocObject by Mathieu Chartier · 8 years ago
  98. de317d0 Merge "ART: Disable sanitization for sigchainlib" by Treehugger Robot · 8 years ago
  99. 3a7b0ff Merge "Added a fixed point test in dexlayout" by Treehugger Robot · 8 years ago
  100. b93d5b1 Go to suspended before waiting for GC to complete. by Mathieu Chartier · 8 years ago