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