1. 1ecd7a8 Merge "Revert "Link lzma and lz4 compression libs statically into libartbase and use that"" by Annie Meng · 6 years ago
  2. 9960cbc Revert "Link lzma and lz4 compression libs statically into libartbase and use that" by Annie Meng · 6 years ago
  3. a25b683 Merge "Link lzma and lz4 compression libs statically into libartbase and use that instead." by Martin Stjernholm · 6 years ago
  4. 82b67b2 Merge "Move profile compilation info to CompilerOptions." by Vladimir Marko · 6 years ago
  5. 1a2a5cd Move profile compilation info to CompilerOptions. by Vladimir Marko · 6 years ago
  6. dd121f6 Emit bit manipulation instructions for x86 and x86_64 by Shalini Salomi Bodapati · 6 years ago
  7. 4776987 ART: Small compiler-driver cleanup by Andreas Gampe · 6 years ago
  8. 21579be Link lzma and lz4 compression libs statically into libartbase and use that by Martin Stjernholm · 6 years ago
  9. 57a3e68 Merge "Enable building art and tests with linux_bionic" by Alex Light · 6 years ago
  10. 680cbf2 Enable building art and tests with linux_bionic by Alex Light · 6 years ago
  11. 57e7dbf Merge "ARM64: Support interm. address for object arrays." by Vladimir Marko · 6 years ago
  12. d120d33 Revert^2 "ART: Fix breaking changes from recent VIXL update." by xueliang.zhong · 6 years ago
  13. 12dd9ae Use unified libvixl(d) instead of per-supported-arch libvixl(d)-arm(64). by Roland Levillain · 6 years ago
  14. 6b2b372 Merge "ART: Add CRC32.udate(int,int) intrinsic for ARM64" by Vladimir Marko · 6 years ago
  15. cd5d107 Merge "Change ResolveStartupConstStrings default to false" by Mathieu Chartier · 6 years ago
  16. 3643360 Change ResolveStartupConstStrings default to false by Mathieu Chartier · 6 years ago
  17. cb58b07 ART: Add CRC32.udate(int,int) intrinsic for ARM64 by xueliang.zhong · 7 years ago
  18. c1c3452 Do not cache RequiresConstructorBarrier() results. by Vladimir Marko · 6 years ago
  19. 3b50620 ART: Cache resolved types in InstructionBuilder. by Vladimir Marko · 6 years ago
  20. a2c211c Add compiling class to the DexCompilationUnit. by Vladimir Marko · 6 years ago
  21. 7f260d4 Fix and improve ClinitCheck elimination. by Vladimir Marko · 6 years ago
  22. 69ebc8f Merge "Add PreResolved strings dex cache array" by Mathieu Chartier · 6 years ago
  23. 1ca718e Add PreResolved strings dex cache array by Mathieu Chartier · 6 years ago
  24. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  25. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  26. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  27. 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
  28. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  29. c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
  30. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  31. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 6 years ago
  32. 0806f58 ARM64: Support interm. address for object arrays. by Artem Serov · 6 years ago
  33. 0d71f43 Merge "Add support for vex coding scheme in x86 assembler" by Vladimir Marko · 6 years ago
  34. fe89f17 Merge "Block the platform register, x18." by Treehugger Robot · 6 years ago
  35. 8e5bc2d Add support for vex coding scheme in x86 assembler by Shalini Salomi Bodapati · 6 years ago
  36. 1cb95b1 Merge "Cache the value of MterpShouldSwitchInterpreters()" by David Srbecky · 6 years ago
  37. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 6 years ago
  38. fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 6 years ago
  39. a498458 Merge "Resolve const-string of clinit" by Mathieu Chartier · 6 years ago
  40. 2275277 Resolve const-string of clinit by Mathieu Chartier · 6 years ago
  41. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
  42. 5c80311 ART: Add profile-compile-check support by Andreas Gampe · 6 years ago
  43. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 6 years ago
  44. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 6 years ago
  45. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 6 years ago
  46. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 6 years ago
  47. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 6 years ago
  48. 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 6 years ago
  49. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 6 years ago
  50. 89dc5e2 Merge "Revert "ART: Fix breaking changes from recent VIXL update."" by Roland Levillain · 6 years ago
  51. 9477047 Revert "ART: Fix breaking changes from recent VIXL update." by Roland Levillain · 6 years ago
  52. 12568e0 Merge "ART: Fix breaking changes from recent VIXL update." by Roland Levillain · 6 years ago
  53. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  54. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 6 years ago
  55. 06cff4c Merge "Fix ARM code generator for Select." by Nicolas Geoffray · 6 years ago
  56. 7b05c5f Fix ARM code generator for Select. by Nicolas Geoffray · 6 years ago
  57. f02046e Add packed bits check to HBoundsCheck. by Vladimir Marko · 6 years ago
  58. 0573f85 Dump Dex file checksums for profman --dump-only by Mathieu Chartier · 6 years ago
  59. 92699f9 ART: Fix breaking changes from recent VIXL update. by xueliang.zhong · 6 years ago
  60. 960a63e Merge "Revert^2 "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  61. 0de9c08 Merge "Remove need for intrinsic recognizer to be a pass." by Nicolas Geoffray · 6 years ago
  62. 76d4bb0f3 Remove need for intrinsic recognizer to be a pass. by Nicolas Geoffray · 6 years ago
  63. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  64. 233b572 Merge "Revert "Load boot image at a random address."" by Vladimir Marko · 6 years ago
  65. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  66. 334c154 Merge "Load boot image at a random address." by Vladimir Marko · 6 years ago
  67. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  68. 1ffa7ce Merge "ART: ARM64: Support DotProd SIMD idiom." by Treehugger Robot · 6 years ago
  69. aaac0e3 ART: ARM64: Support DotProd SIMD idiom. by Artem Serov · 6 years ago
  70. 3fd73b1 Merge "Turn DCHECKs into return false in ReplaceUninitializedStringPhis." by Nicolas Geoffray · 6 years ago
  71. 639f279 Turn DCHECKs into return false in ReplaceUninitializedStringPhis. by Nicolas Geoffray · 6 years ago
  72. 75112ac Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings." by Treehugger Robot · 6 years ago
  73. fc4b2ea Merge "Revert^2 "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  74. 48ba197 Fix some performance-unnecessary-value-param tidy and performance-for-range warnings. by Stephen Hines · 6 years ago
  75. 6fa1729 Merge "ART: Fix bool-related types in compiler/" by Treehugger Robot · 6 years ago
  76. f8120a1 Merge "ART: Modernize counting-down loops" by Treehugger Robot · 6 years ago
  77. eb53b68 Merge "ART: Fix incorrect dispatch" by Treehugger Robot · 6 years ago
  78. 6c4f8e8 Merge "Pass JIT roots as a vector<Handle<>> to JIT cache." by Vladimir Marko · 6 years ago
  79. 654698d ART: Fix bool-related types in compiler/ by Andreas Gampe · 6 years ago
  80. c74d9cb ART: Modernize counting-down loops by Andreas Gampe · 6 years ago
  81. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  82. 2587742 ART: Fix incorrect dispatch by Andreas Gampe · 6 years ago
  83. d5245a7 Merge "Revert "ART: Refactor typedef to using"" by Treehugger Robot · 6 years ago
  84. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 6 years ago
  85. ac3ac68 Pass JIT roots as a vector<Handle<>> to JIT cache. by Vladimir Marko · 6 years ago
  86. c1ecc9b Merge "Remove sharpening as an optimization pass." by Nicolas Geoffray · 6 years ago
  87. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 6 years ago
  88. bdb2ecc Remove sharpening as an optimization pass. by Nicolas Geoffray · 6 years ago
  89. e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 6 years ago
  90. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
  91. cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 6 years ago
  92. d176e93 Merge "ART: Refactor static include list" by Treehugger Robot · 6 years ago
  93. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  94. 6d5c918 Merge "ART: Fix tidy warning in compiler-driver" by Treehugger Robot · 6 years ago
  95. 1d775d2 Check that the String class is not movable in String.equals intrinsics. by Roland Levillain · 6 years ago
  96. 4ac53a0 Merge "Revert "Fix String.equals() for moveable String.class."" by Roland Levillain · 6 years ago
  97. 38d29fd ART: Simplify cache flush calls by Orion Hodson · 6 years ago
  98. ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
  99. d9986ac Revert "Fix String.equals() for moveable String.class." by Roland Levillain · 6 years ago
  100. 3e7f66b ART: Fix tidy warning in compiler-driver by Andreas Gampe · 6 years ago