1. 6b892cd MIPS32R6: Improve PC-relative string/class loads and invokes. by Alexey Frunze · 8 years ago
  2. e384360 Merge "Make verify-profile not look at the profile." by Nicolas Geoffray · 8 years ago
  3. fbf47ea Merge "Avoid accessing the heap without mutator lock in Monitor::Lock." by Hiroshi Yamauchi · 8 years ago
  4. 3eba863 Make verify-profile not look at the profile. by Nicolas Geoffray · 8 years ago
  5. 47fdba8 Merge "Forgot stack alignment on x86." by Nicolas Geoffray · 8 years ago
  6. 79da138 Forgot stack alignment on x86. by Nicolas Geoffray · 8 years ago
  7. f6fe51d Merge "Forgot this change from last commit." by Nicolas Geoffray · 8 years ago
  8. 6ebb7cc Forgot this change from last commit. by Nicolas Geoffray · 8 years ago
  9. 2dc330b Merge "ARM: Update `ArmInstructionSetFeatures` to track ARMv8-A." by Treehugger Robot · 8 years ago
  10. 8e0e7f7 Merge "Refactor code for unresolved field entrypoint." by Nicolas Geoffray · 8 years ago
  11. 334b511 Merge "Also blacklist 934 and 935 for no-relocate." by Nicolas Geoffray · 8 years ago
  12. e25f13f Merge "Update vixl/arm32 backend after new allocation entrypoint change." by Nicolas Geoffray · 8 years ago
  13. e9f36b7 Also blacklist 934 and 935 for no-relocate. by Nicolas Geoffray · 8 years ago
  14. 5b3c6c0 Refactor code for unresolved field entrypoint. by Nicolas Geoffray · 8 years ago
  15. 8c7c4f1 Update vixl/arm32 backend after new allocation entrypoint change. by Nicolas Geoffray · 8 years ago
  16. 1ddaa25 Merge "Revert "Disable optimization of Atomic::LoadJavaData for x86 targets."" by Brian Carlstrom · 8 years ago
  17. d5125b6 Merge "Revert "Ignore warning for instantiation after specialization."" by Brian Carlstrom · 8 years ago
  18. 67da888 Revert "Disable optimization of Atomic::LoadJavaData for x86 targets." by Stephen Hines · 8 years ago
  19. ee7a1c5 Revert "Ignore warning for instantiation after specialization." by Stephen Hines · 8 years ago
  20. 699ba6a Merge changes from topic 'clang-3625443' by Treehugger Robot · 8 years ago
  21. e308168 Merge "Temporarily disable tests 934 & 935 in fallback and interp_ac config" by Alex Light · 8 years ago
  22. 1e7e96e Temporarily disable tests 934 & 935 in fallback and interp_ac config by Alex Light · 8 years ago
  23. 4ff96f6 Merge "Add capability checks to all functions." by Treehugger Robot · 8 years ago
  24. 71cd68d Avoid accessing the heap without mutator lock in Monitor::Lock. by Hiroshi Yamauchi · 8 years ago
  25. b6ced0a Merge "Make jvmti tests runnable on the RI again." by Treehugger Robot · 8 years ago
  26. 9db679d Add capability checks to all functions. by Alex Light · 8 years ago
  27. 7510dcb Merge "Minor edits to make nightly reports." by Aart Bik · 8 years ago
  28. 92e393a Merge "[ART] Prepare profile streaming for framework to use." by Treehugger Robot · 8 years ago
  29. 727e911 Merge "Refactor and optimize memory region bit functions" by Mathieu Chartier · 8 years ago
  30. ddf26ba Merge "ART: Remove experimental flags for plugins and agents" by Treehugger Robot · 8 years ago
  31. 9c88c3d Merge "Preserve verification invariant after compile-time verification." by Andreas Gampe · 8 years ago
  32. c0f0781 Merge "Temporarily disable tests 934 & 935 for interpreter and jit." by Alex Light · 8 years ago
  33. 50cc0cc Temporarily disable tests 934 & 935 for interpreter and jit. by Alex Light · 8 years ago
  34. 888a59e Make jvmti tests runnable on the RI again. by Alex Light · 8 years ago
  35. 01fd70b ART: Remove experimental flags for plugins and agents by Andreas Gampe · 8 years ago
  36. 3ceedc0 Refactor and optimize memory region bit functions by Mathieu Chartier · 8 years ago
  37. 5ea54a3 Merge "Implement class-pre-define time redefinition." by Treehugger Robot · 8 years ago
  38. ca6e14e [ART] Prepare profile streaming for framework to use. by Shukang Zhou · 8 years ago
  39. 440b5d9 Implement class-pre-define time redefinition. by Alex Light · 8 years ago
  40. 0a27fd0 Preserve verification invariant after compile-time verification. by Nicolas Geoffray · 8 years ago
  41. f34077c Merge "MethodHandles: Write tests for MethodHandle.asCollector." by Narayan Kamath · 8 years ago
  42. 2a3696a MethodHandles: Write tests for MethodHandle.asCollector. by Narayan Kamath · 8 years ago
  43. 8116003 Merge "MethodHandles: Support and tests for invokeWithArguments." by Narayan Kamath · 8 years ago
  44. 931cf54 Merge "Rewrite retrieval of resolved classes." by Vladimir Marko · 8 years ago
  45. 4b0e5f7 Merge "Revert "OatFileAssistant: look at vdex file for IsDexOptNeeded"" by Richard Uhler · 8 years ago
  46. 8529b71 Merge "Disable test 154 for GC stress" by Treehugger Robot · 8 years ago
  47. 6639369 Merge "ART: Refactor TI events" by Treehugger Robot · 8 years ago
  48. a7e0b57 Disable test 154 for GC stress by Mathieu Chartier · 8 years ago
  49. 5618a57 Minor edits to make nightly reports. by Aart Bik · 8 years ago
  50. ba037b1 Revert "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Andreas Gampe · 8 years ago
  51. 56f06cb Merge "Enable PRODUCT_ART_USE_READ_BARRIER by default." by Hiroshi Yamauchi · 8 years ago
  52. 983c175 ART: Refactor TI events by Andreas Gampe · 8 years ago
  53. 2130053 Rewrite retrieval of resolved classes. by Vladimir Marko · 8 years ago
  54. 63fcc81 Merge "Add dexoptanalyzer tool" by Calin Juravle · 8 years ago
  55. 2d2cc41 Merge "Temporarily increase heap min and max free" by Mathieu Chartier · 8 years ago
  56. d4ce37d Merge "Fix typo in argument name." by Treehugger Robot · 8 years ago
  57. 72a3289 Temporarily increase heap min and max free by Mathieu Chartier · 8 years ago
  58. 36eb313 Add dexoptanalyzer tool by Calin Juravle · 8 years ago
  59. da75ad7 Enable PRODUCT_ART_USE_READ_BARRIER by default. by Hiroshi Yamauchi · 8 years ago
  60. 65db940 Merge "run-test: ThreadSuspendTimeout only applies to ART." by Narayan Kamath · 8 years ago
  61. 4b0cedf Fix typo in argument name. by Alex Light · 8 years ago
  62. cc92b21 Merge "Add class status for resolved erroneous classes." by Vladimir Marko · 8 years ago
  63. f86c393 run-test: ThreadSuspendTimeout only applies to ART. by Narayan Kamath · 8 years ago
  64. c5889ce MethodHandles: Support and tests for invokeWithArguments. by Narayan Kamath · 8 years ago
  65. 461bbbf Merge "Revert "Redesign implementation of RegisterNativeAllocation."" by Richard Uhler · 8 years ago
  66. 36bdbd2 Revert "Redesign implementation of RegisterNativeAllocation." by Richard Uhler · 8 years ago
  67. d8981ee Merge "MethodHandles: Tests for asSpreader / spreadInvoker." by Narayan Kamath · 8 years ago
  68. 7c571ac Merge "Disable 912 for JIT." by Nicolas Geoffray · 8 years ago
  69. fab0b19 Disable 912 for JIT. by Nicolas Geoffray · 8 years ago
  70. 72ab684 Add class status for resolved erroneous classes. by Vladimir Marko · 8 years ago
  71. 07ba9c5 Merge "Redesign implementation of RegisterNativeAllocation." by Treehugger Robot · 8 years ago
  72. e36c51a Merge "Allow multiple HX86ComputeBaseMethodAddress." by Nicolas Geoffray · 8 years ago
  73. c827f29 Merge "ART: More rework of test 912" by Andreas Gampe · 8 years ago
  74. e9fef45 Merge "OatFileAssistant: look at vdex file for IsDexOptNeeded" by Treehugger Robot · 8 years ago
  75. 4152661 ART: More rework of test 912 by Andreas Gampe · 8 years ago
  76. b02ff84 Merge "ART: Change test 912 order" by Andreas Gampe · 8 years ago
  77. d570938 Merge "Add ClassPreDefine hook." by Treehugger Robot · 8 years ago
  78. 1995859 ART: Change test 912 order by Andreas Gampe · 8 years ago
  79. bc51534 Merge "Add more code info size dumping to oatdump" by Mathieu Chartier · 8 years ago
  80. fbd5118 Disable optimization of Atomic::LoadJavaData for x86 targets. by Stephen Hines · 8 years ago
  81. 5e7c6a9 Add more code info size dumping to oatdump by Mathieu Chartier · 8 years ago
  82. b0f1192 Add ClassPreDefine hook. by Alex Light · 8 years ago
  83. 67edcfd Merge "ART: Add DataDumpRequest" by Treehugger Robot · 8 years ago
  84. ce97b0c Merge "Add explicit monitor inflation run test." by Hans Boehm · 8 years ago
  85. 839320b Merge "ART: Add class events" by Treehugger Robot · 8 years ago
  86. 6fe97e0 Add explicit monitor inflation run test. by Hans Boehm · 8 years ago
  87. eb0cea1 ART: Add DataDumpRequest by Andreas Gampe · 8 years ago
  88. e637746 ART: Add class events by Andreas Gampe · 8 years ago
  89. 84b93b2 Merge "[ART] Prepare streaming output of method tracing for developer use." by Shukang Zhou · 8 years ago
  90. dc59127 Merge "Fix some typos in ART." by Treehugger Robot · 8 years ago
  91. 95cf7e4 Merge "ART: Add ThreadStart & ThreadEnd" by Treehugger Robot · 8 years ago
  92. c51842b Merge "ART: Reference.getReferent intrinsic for arm and arm64" by Treehugger Robot · 8 years ago
  93. 133719e Allow multiple HX86ComputeBaseMethodAddress. by Nicolas Geoffray · 8 years ago
  94. 5e8d5f0 Fix some typos in ART. by Roland Levillain · 8 years ago
  95. b0dde43 Merge "Fix inserting classes to initiating loader's class table." by Vladimir Marko · 8 years ago
  96. d8c052a ART: Reference.getReferent intrinsic for arm and arm64 by TatWai Chong · 8 years ago
  97. 17aba35 Merge "Allow multiple HArmDexCacheArrayBase." by Nicolas Geoffray · 8 years ago
  98. 402089a OatFileAssistant: look at vdex file for IsDexOptNeeded by Richard Uhler · 8 years ago
  99. 6055122 Merge "ART: Re-enable TI tests for target" by Nicolas Geoffray · 8 years ago
  100. 1482438 Merge "MIPS64: Extend assembler_mips64_test" by Treehugger Robot · 8 years ago