1. c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  2. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  3. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  4. 0806f58 ARM64: Support interm. address for object arrays. by Artem Serov · 6 years ago
  5. 0d71f43 Merge "Add support for vex coding scheme in x86 assembler" by Vladimir Marko · 6 years ago
  6. fe89f17 Merge "Block the platform register, x18." by Treehugger Robot · 6 years ago
  7. 8e5bc2d Add support for vex coding scheme in x86 assembler by Shalini Salomi Bodapati · 6 years ago
  8. 1cb95b1 Merge "Cache the value of MterpShouldSwitchInterpreters()" by David Srbecky · 6 years ago
  9. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
  10. fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 6 years ago
  11. a498458 Merge "Resolve const-string of clinit" by Mathieu Chartier · 6 years ago
  12. 2275277 Resolve const-string of clinit by Mathieu Chartier · 6 years ago
  13. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  14. 5c80311 ART: Add profile-compile-check support by Andreas Gampe · 6 years ago
  15. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  16. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 6 years ago
  17. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 6 years ago
  18. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  19. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 6 years ago
  20. 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 6 years ago
  21. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 6 years ago
  22. 89dc5e2 Merge "Revert "ART: Fix breaking changes from recent VIXL update."" by Roland Levillain · 6 years ago
  23. 9477047 Revert "ART: Fix breaking changes from recent VIXL update." by Roland Levillain · 6 years ago
  24. 12568e0 Merge "ART: Fix breaking changes from recent VIXL update." by Roland Levillain · 6 years ago
  25. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  26. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 6 years ago
  27. 06cff4c Merge "Fix ARM code generator for Select." by Nicolas Geoffray · 6 years ago
  28. 7b05c5f Fix ARM code generator for Select. by Nicolas Geoffray · 6 years ago
  29. f02046e Add packed bits check to HBoundsCheck. by Vladimir Marko · 6 years ago
  30. 0573f85 Dump Dex file checksums for profman --dump-only by Mathieu Chartier · 6 years ago
  31. 92699f9 ART: Fix breaking changes from recent VIXL update. by xueliang.zhong · 6 years ago
  32. 960a63e Merge "Revert^2 "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  33. 0de9c08 Merge "Remove need for intrinsic recognizer to be a pass." by Nicolas Geoffray · 6 years ago
  34. 76d4bb0f3 Remove need for intrinsic recognizer to be a pass. by Nicolas Geoffray · 6 years ago
  35. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  36. 233b572 Merge "Revert "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  37. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  38. 334c154 Merge "Load boot image at a random address." by Vladimir Marko · 6 years ago
  39. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  40. 1ffa7ce Merge "ART: ARM64: Support DotProd SIMD idiom." by Treehugger Robot · 6 years ago
  41. aaac0e3 ART: ARM64: Support DotProd SIMD idiom. by Artem Serov · 6 years ago
  42. 3fd73b1 Merge "Turn DCHECKs into return false in ReplaceUninitializedStringPhis." by Nicolas Geoffray · 6 years ago
  43. 639f279 Turn DCHECKs into return false in ReplaceUninitializedStringPhis. by Nicolas Geoffray · 6 years ago
  44. 75112ac Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings." by Treehugger Robot · 6 years ago
  45. fc4b2ea Merge "Revert^2 "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  46. 48ba197 Fix some performance-unnecessary-value-param tidy and performance-for-range warnings. by Stephen Hines · 6 years ago
  47. 6fa1729 Merge "ART: Fix bool-related types in compiler/" by Treehugger Robot · 6 years ago
  48. f8120a1 Merge "ART: Modernize counting-down loops" by Treehugger Robot · 6 years ago
  49. eb53b68 Merge "ART: Fix incorrect dispatch" by Treehugger Robot · 6 years ago
  50. 6c4f8e8 Merge "Pass JIT roots as a vector<Handle<>> to JIT cache." by Vladimir Marko · 6 years ago
  51. 654698d ART: Fix bool-related types in compiler/ by Andreas Gampe · 6 years ago
  52. c74d9cb ART: Modernize counting-down loops by Andreas Gampe · 6 years ago
  53. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  54. 2587742 ART: Fix incorrect dispatch by Andreas Gampe · 6 years ago
  55. d5245a7 Merge "Revert "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  56. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  57. ac3ac68 Pass JIT roots as a vector<Handle<>> to JIT cache. by Vladimir Marko · 6 years ago
  58. c1ecc9b Merge "Remove sharpening as an optimization pass." by Nicolas Geoffray · 6 years ago
  59. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  60. bdb2ecc Remove sharpening as an optimization pass. by Nicolas Geoffray · 6 years ago
  61. e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 6 years ago
  62. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
  63. cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 6 years ago
  64. d176e93 Merge "ART: Refactor static include list" by Treehugger Robot · 6 years ago
  65. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  66. 6d5c918 Merge "ART: Fix tidy warning in compiler-driver" by Treehugger Robot · 6 years ago
  67. 4ac53a0 Merge "Revert "Fix String.equals() for moveable String.class."" by Roland Levillain · 6 years ago
  68. 38d29fd ART: Simplify cache flush calls by Orion Hodson · 6 years ago
  69. ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
  70. d9986ac Revert "Fix String.equals() for moveable String.class." by Roland Levillain · 6 years ago
  71. 3e7f66b ART: Fix tidy warning in compiler-driver by Andreas Gampe · 6 years ago
  72. bd8e10c Block the platform register, x18. by Peter Collingbourne · 6 years ago
  73. 805b631 Fix VecLoad/Int16/StringCharAt. by Vladimir Marko · 6 years ago
  74. 0469598 Merge "ART: Remove unneeded SideEffects for fatal instructions." by Treehugger Robot · 6 years ago
  75. 125a3a4 Merge changes I207718d6,I700ef52e by Andreas Gampe · 6 years ago
  76. d1aa7d0 ART: Remove unneeded SideEffects for fatal instructions. by Artem Serov · 6 years ago
  77. 7786176 Merge "Adjust safepoint position of implicit null checks." by Nicolas Geoffray · 6 years ago
  78. 625ca47 Remove 'virtual' and 'override' qualifiers on final methods. by Roland Levillain · 6 years ago
  79. 2aee3af Adjust safepoint position of implicit null checks. by Nicolas Geoffray · 6 years ago
  80. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  81. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  82. 6cc23ac ART: Add API level to verifier by Andreas Gampe · 6 years ago
  83. 75eec5d Merge "Fix longstanding bug around implicit NPEs and GC, version 2." by Treehugger Robot · 6 years ago
  84. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  85. c041789 Merge "Reduce memory usage by other deps in scheduler." by Vladimir Marko · 6 years ago
  86. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  87. 61ba8d2 Fix longstanding bug around implicit NPEs and GC, version 2. by Nicolas Geoffray · 6 years ago
  88. 09d041b Reduce memory usage by other deps in scheduler. by Vladimir Marko · 6 years ago
  89. d887ed8 Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 6 years ago
  90. 14e5a29 Rename art::ReadBarrier::WhiteState as art::ReadBarrier::NonGrayState. by Roland Levillain · 6 years ago
  91. e094387 Merge "Document the use of the biased card table in ART's code generators." by Roland Levillain · 6 years ago
  92. 6e1faf4 Merge "ARM64: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 6 years ago
  93. 94796f8 ARM64: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 6 years ago
  94. c73f052 Document the use of the biased card table in ART's code generators. by Roland Levillain · 6 years ago
  95. 9fa8719 Merge "Revert "ARM: Reimplement the UnsafeCASObject intrinsic."" by Treehugger Robot · 6 years ago
  96. f28be43 Revert "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 6 years ago
  97. bf41472 Merge "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 6 years ago
  98. 1bf0b7a ARM: Reimplement the UnsafeCASObject intrinsic. by Vladimir Marko · 6 years ago
  99. d55446b Merge "Add helper method to iterate over BitTable fields in CodeInfo." by David Srbecky · 6 years ago
  100. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 6 years ago