1. 8f4ade0 ART: Fix nits for verifier change by Andreas Gampe · 8 years ago
  2. 6233bff Merge "OpenJdkJVM: Fix Mac OS build." by Narayan Kamath · 8 years ago
  3. db5a850 Merge "Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp""" by Bill Buzbee · 8 years ago
  4. 5b2cfd8 OpenJdkJVM: Fix Mac OS build. by Narayan Kamath · 8 years ago
  5. 9afaac4 Revert "Revert "ART: Improve JitProfile perf in x86_64 mterp"" by Bill Buzbee · 8 years ago
  6. 77f5d65 OpenJdkJVM: Fix JVM_Lseek by Narayan Kamath · 8 years ago
  7. 240986c Merge "Track removal of String hash functions." by Narayan Kamath · 8 years ago
  8. 5d8fa8b Track removal of String hash functions. by Narayan Kamath · 8 years ago
  9. 37d8c5c Merge "Properly initialize the is_osr_method_being_compiled_ flag." by Nicolas Geoffray · 8 years ago
  10. 935384e Properly initialize the is_osr_method_being_compiled_ flag. by Nicolas Geoffray · 8 years ago
  11. cc9b74f Merge "ART: Make iget receiver mismatch hard verifier error" by Andreas Gampe · 8 years ago
  12. 6659624 ART: Make iget receiver mismatch hard verifier error by Andreas Gampe · 8 years ago
  13. 0108f3d Merge "Restore fallback behavior in the no-image stripped-dex case." by Richard Uhler · 8 years ago
  14. ba6aae0 Fix initialization of field after conflicting merges. by Nicolas Geoffray · 8 years ago
  15. 54b5b1a Merge "Fix copy-paste nit" by Vladimir Marko · 8 years ago
  16. ab4c64b Fix copy-paste nit by Goran Jakovljevic · 8 years ago
  17. dad35b0 Merge "Remove the JIT from the instrumentation framework." by Nicolas Geoffray · 8 years ago
  18. 4847513 Merge "Allow private methods in interfaces." by Treehugger Robot · 8 years ago
  19. b55f1ac Allow private methods in interfaces. by Alex Light · 8 years ago
  20. 76f5cb6 Restore fallback behavior in the no-image stripped-dex case. by Richard Uhler · 8 years ago
  21. 93205e3 Move Assemblers to the Arena. by Vladimir Marko · 8 years ago
  22. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 8 years ago
  23. 6990775 Merge "Revert "Revert "ART: Improve JitProfile perf in x86 mterp""" by Bill Buzbee · 8 years ago
  24. 2c3b101 Merge "Add option to tune sample collection based on thread sensitivity" by Calin Juravle · 8 years ago
  25. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 8 years ago
  26. 38e398b Merge "Allocate code generators on the arena." by Vladimir Marko · 8 years ago
  27. 4af8fac Merge "ART: Simplify unstarted-runtime ceil and floor" by Andreas Gampe · 8 years ago
  28. 89e3b48 ART: Simplify unstarted-runtime ceil and floor by Andreas Gampe · 8 years ago
  29. e4010c6 Merge "Fix InsertDexFileInToClassLoader to handle null class loaders" by Mathieu Chartier · 8 years ago
  30. 6d25cf6 Fix InsertDexFileInToClassLoader to handle null class loaders by Mathieu Chartier · 8 years ago
  31. f38a661 ART: Flag to fail thread creation by Andreas Gampe · 8 years ago
  32. d58b837 Allocate code generators on the arena. by Vladimir Marko · 8 years ago
  33. ec9a828 Merge "Assembly region TLAB allocation fast path for arm64." by Hiroshi Yamauchi · 8 years ago
  34. 8eec0bb Merge "Remove recursive ALWAYS_INLINE" by Vladimir Marko · 8 years ago
  35. b2880a9 Merge "unstarted_runtime: add cutout for Math.floor" by Sergio Giro · 8 years ago
  36. 8326120 unstarted_runtime: add cutout for Math.floor by Sergio Giro · 8 years ago
  37. 0dfb30d Remove recursive ALWAYS_INLINE by Goran Jakovljevic · 8 years ago
  38. 92ec594 Fix relocate in place to handle arbitrary app image layout by Mathieu Chartier · 8 years ago
  39. cd77378 Assembly region TLAB allocation fast path for arm64. by Hiroshi Yamauchi · 8 years ago
  40. e719926 Don't abort during app image loading with no boot image by Mathieu Chartier · 8 years ago
  41. d521826 Merge "ART: Make mterp jit profiling race tolerant" by Calin Juravle · 8 years ago
  42. 0e6aa6d ART: Make mterp jit profiling race tolerant by buzbee · 8 years ago
  43. 1e24b28 Merge "MIPS: Improving art_quick_imt_conflict_trampoline" by Nicolas Geoffray · 8 years ago
  44. 787a500 Merge "Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""""" by Calin Juravle · 8 years ago
  45. 4009bc6 Merge "Implement on-stack replacement for MIPS32 and MIPS64" by Nicolas Geoffray · 8 years ago
  46. 250a23c Merge "ART: Fix race in on-stack replacement" by Bill Buzbee · 8 years ago
  47. 454b3b6 ART: Fix race in on-stack replacement by buzbee · 8 years ago
  48. 1d011d9 Revert "Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"""" by Bill Buzbee · 8 years ago
  49. fd336c3 Fix combined checksum calculation to use isa. by Jeff Hao · 8 years ago
  50. b11ffb7 Combine checksum of all boot images. by Jeff Hao · 8 years ago
  51. 93e94f2 ART: Fix interpreter single-step when doing OSR by buzbee · 8 years ago
  52. 2c6760a Merge "Remove AnnotationAccess and its remaining uses." by Jeff Hao · 8 years ago
  53. 8b233fc Remove more Quick-related macros in tests. by Roland Levillain · 8 years ago
  54. e7fbbe4 Merge changes I775a57c9,I14c0836f,I075c1b11 by Andreas Gampe · 8 years ago
  55. 56f9a89 Fix regression in ModUnionTable RAM usage by Mathieu Chartier · 8 years ago
  56. 8a18fde ART: Add cutout for Unsafe.putObjectVolatile by Andreas Gampe · 8 years ago
  57. 13fc1be ART: Add integer & long parsing cutout to unstarted runtime by Andreas Gampe · 8 years ago
  58. 6039e56 ART: Add getDeclaredConstructor cutout for unstarted runtime by Andreas Gampe · 8 years ago
  59. b8aa1e4 Shard classloader classes lock by Mathieu Chartier · 8 years ago
  60. 619a457 Change hash set to use noexcept by Mathieu Chartier · 8 years ago
  61. e8f3f03 ART: Handle OOM in stack overflow by Mathieu Chartier · 8 years ago
  62. 5c9af61 ART: Add arraycopy(byte) to unstarted runtime by Andreas Gampe · 8 years ago
  63. 224b7f3 Merge "ART: Don't attempt write flock if not zygote" by Andreas Gampe · 8 years ago
  64. acc1be3 ART: Don't attempt write flock if not zygote by Andreas Gampe · 8 years ago
  65. 31b66aa Merge "Fix issued with non-public interface methods." by Alex Light · 8 years ago
  66. 9a14710 Merge "Remove unnecessary TEMP_FAILURE_RETRY." by Vladimir Marko · 8 years ago
  67. 66fdcbd Remove unnecessary TEMP_FAILURE_RETRY. by Vladimir Marko · 8 years ago
  68. c2c9bcb Merge "Revert "Remove many `instrumentation` variables from goto interpreter."" by Vladimir Marko · 8 years ago
  69. d777983 Revert "Remove many `instrumentation` variables from goto interpreter." by Vladimir Marko · 8 years ago
  70. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 8 years ago
  71. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 8 years ago
  72. a07be75 Merge "Move DCHECK into loop." by Aart Bik · 8 years ago
  73. d7c10c2 Fix issued with non-public interface methods. by Alex Light · 8 years ago
  74. 03bea09 Merge "Fix issue with verification check failure on erroneous classes." by Alex Light · 8 years ago
  75. 23cb752 Merge "ART: Dump less maps" by Andreas Gampe · 8 years ago
  76. 7ec0904 ART: Dump less maps by Andreas Gampe · 8 years ago
  77. 22deed0 Move DCHECK into loop. by Aart Bik · 8 years ago
  78. 06039ba Fix issue with verification check failure on erroneous classes. by Alex Light · 8 years ago
  79. 085a072 Mark array classes as verification attempted by Mathieu Chartier · 8 years ago
  80. d634208 Revert "Revert "ART: Improve JitProfile perf in x86 mterp"" by Bill Buzbee · 8 years ago
  81. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 8 years ago
  82. 2f92ec8 Merge "Use bit-level packing for InlineInfo in stackmaps as well." by Calin Juravle · 8 years ago
  83. cb044bc Dump different fields in imgdiag by Mathieu Chartier · 8 years ago
  84. 961ea9f Revert "Revert "Revert "ART: Improve JitProfile perf in arm/arm64 mterp""" by Hiroshi Yamauchi · 8 years ago
  85. 6b7d2c0 Revert "ART: Improve JitProfile perf in x86 mterp" by Hiroshi Yamauchi · 8 years ago
  86. 0402c56 Revert "ART: Improve JitProfile perf in x86_64 mterp" by Hiroshi Yamauchi · 8 years ago
  87. cbfa105 Merge "Make InvokeInterfaceTrampoline check methods" by Alex Light · 8 years ago
  88. 01afcbb Merge "ART: Better support for arraycopy in unstarted runtime" by Andreas Gampe · 8 years ago
  89. 9fc547a Make InvokeInterfaceTrampoline check methods by Alex Light · 8 years ago
  90. 85a098a ART: Better support for arraycopy in unstarted runtime by Andreas Gampe · 8 years ago
  91. 61b28a1 Use bit-level packing for InlineInfo in stackmaps as well. by David Srbecky · 8 years ago
  92. 59028d9 MIPS: Improving art_quick_imt_conflict_trampoline by Goran Jakovljevic · 8 years ago
  93. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 8 years ago
  94. a1e9312 unstarted_runtime: Update references to decimal format classes. by Narayan Kamath · 8 years ago
  95. 34a316f unstarted_runtime: Add additional cutouts by Narayan Kamath · 8 years ago
  96. 19a4784 Merge changes from topic 'image_verify' by Mathieu Chartier · 8 years ago
  97. a455ec2 Merge "ART: Do not run verification under lock" by Andreas Gampe · 8 years ago
  98. b0026b4 Disable checks for b/27493510 by Mathieu Chartier · 8 years ago
  99. 884f3b8 ART: Do not run verification under lock by Andreas Gampe · 8 years ago
  100. a0b9521 Add verification for image ArtMethod declaring classes by Mathieu Chartier · 8 years ago