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