1. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  2. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 7 years ago
  3. ca7027d Merge "ART: Add CRC32.updateByteBuffer intrinsic for ARM64" by Vladimir Marko · 7 years ago
  4. 776a7c2 ART: Add CRC32.updateByteBuffer intrinsic for ARM64 by Evgeny Astigeevich · 7 years ago
  5. 30a8c4b Merge "Pack JIT mini-debug-infos together." by David Srbecky · 7 years ago
  6. c01dc29 ART: Optimize use of registers for CRC32.update intrinsic by Evgeny Astigeevich · 7 years ago
  7. 0b21e41 Pack JIT mini-debug-infos together. by David Srbecky · 7 years ago
  8. 075456e Revert "Revert "Add a baseline flag to JIT compile."" by Nicolas Geoffray · 7 years ago
  9. 344b0d1 Revert "Add a baseline flag to JIT compile." by Andreas Gampe · 7 years ago
  10. e734fe8 Add a baseline flag to JIT compile. by Nicolas Geoffray · 7 years ago
  11. afc60cd Cleanup native debug interface api. by David Srbecky · 7 years ago
  12. a6dd280 Merge "ART: Add CRC32.updateBytes intrinsic for ARM64" by Vladimir Marko · 7 years ago
  13. ed8b4ac Merge "Refactor CompilerDriver::CompileAll()." by Vladimir Marko · 7 years ago
  14. 15c5b97 ART: Add CRC32.updateBytes intrinsic for ARM64 by Evgeny Astigeevich · 7 years ago
  15. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 7 years ago
  16. 2afaff7 Refactor CompilerDriver::CompileAll(). by Vladimir Marko · 7 years ago
  17. be50f9a Simplify MakeElfFileForJIT by David Srbecky · 7 years ago
  18. aa6f483 ART: ARM64: Pass ISA features to VIXL macroassembler. by Artem Serov · 7 years ago
  19. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 7 years ago
  20. 2025488 Merge "ART: Some iwyu for logging.h" by Andreas Gampe · 7 years ago
  21. be08120 Merge "Implement integer/long LowestOneBit intrinsic for x86" by Treehugger Robot · 7 years ago
  22. 8943fa1 Implement integer/long LowestOneBit intrinsic for x86 by Shalini Salomi Bodapati · 7 years ago
  23. 85f1c57 ART: Some iwyu for logging.h by Andreas Gampe · 7 years ago
  24. 875b4f2 ART: Avoid some tidy nullptr warnings by Andreas Gampe · 7 years ago
  25. 1cc7329 On x86 modified the generated instructions for case "divide by 2". by Atul Bajaj · 7 years ago
  26. 33f7c8a Remove CompiledMethod dependency on CompilerDriver. by Vladimir Marko · 7 years ago
  27. e14294c Merge "Revert^2 "ART: Fix breaking changes from recent VIXL update."" by Roland Levillain · 7 years ago
  28. 721538f Merge "Rename HVecReduce::GetKind() to GetReductionKind()." by Vladimir Marko · 7 years ago
  29. 3c92ff4 Merge "x86/x86-64: Remove broken codegen for MIN/MAX reduction." by Vladimir Marko · 7 years ago
  30. 4e3734a Rename HVecReduce::GetKind() to GetReductionKind(). by Vladimir Marko · 7 years ago
  31. 4deaa9b ART: Apply --no-inline-from= option on device. by Vladimir Marko · 7 years ago
  32. 8786fd9 x86/x86-64: Remove broken codegen for MIN/MAX reduction. by Vladimir Marko · 7 years ago
  33. b81c59e Merge "ART: Rewrite core image detection." by Vladimir Marko · 7 years ago
  34. 6be1dbd ART: Rewrite core image detection. by Vladimir Marko · 7 years ago
  35. e5ed5ba Merge "Optimize mod power 2 for x86" by Vladimir Marko · 7 years ago
  36. a66784b Optimize mod power 2 for x86 by Shalini Salomi Bodapati · 7 years ago
  37. a297b55 Delete IsClassToCompile by Mathieu Chartier · 7 years ago
  38. 6e26c0b Merge "Emit bit manipulation instructions for x86 and x86_64" by Vladimir Marko · 7 years ago
  39. 82b67b2 Merge "Move profile compilation info to CompilerOptions." by Vladimir Marko · 7 years ago
  40. 1a2a5cd Move profile compilation info to CompilerOptions. by Vladimir Marko · 7 years ago
  41. dd121f6 Emit bit manipulation instructions for x86 and x86_64 by Shalini Salomi Bodapati · 7 years ago
  42. 57e7dbf Merge "ARM64: Support interm. address for object arrays." by Vladimir Marko · 7 years ago
  43. d120d33 Revert^2 "ART: Fix breaking changes from recent VIXL update." by xueliang.zhong · 7 years ago
  44. 6b2b372 Merge "ART: Add CRC32.udate(int,int) intrinsic for ARM64" by Vladimir Marko · 7 years ago
  45. cb58b07 ART: Add CRC32.udate(int,int) intrinsic for ARM64 by xueliang.zhong · 8 years ago
  46. c1c3452 Do not cache RequiresConstructorBarrier() results. by Vladimir Marko · 7 years ago
  47. 3b50620 ART: Cache resolved types in InstructionBuilder. by Vladimir Marko · 7 years ago
  48. a2c211c Add compiling class to the DexCompilationUnit. by Vladimir Marko · 7 years ago
  49. 7f260d4 Fix and improve ClinitCheck elimination. by Vladimir Marko · 7 years ago
  50. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 7 years ago
  51. 0806f58 ARM64: Support interm. address for object arrays. by Artem Serov · 7 years ago
  52. fe89f17 Merge "Block the platform register, x18." by Treehugger Robot · 7 years ago
  53. b546163 Fix HNewArray with unresolved primitive array type. by Vladimir Marko · 7 years ago
  54. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 7 years ago
  55. acc56ac Introduce a 'baseline' variant for the compiler. by Nicolas Geoffray · 7 years ago
  56. 89dc5e2 Merge "Revert "ART: Fix breaking changes from recent VIXL update."" by Roland Levillain · 7 years ago
  57. 9477047 Revert "ART: Fix breaking changes from recent VIXL update." by Roland Levillain · 7 years ago
  58. 12568e0 Merge "ART: Fix breaking changes from recent VIXL update." by Roland Levillain · 7 years ago
  59. 0846a8f Fix ReplaceUninitializedStringPhis. by Nicolas Geoffray · 7 years ago
  60. 06cff4c Merge "Fix ARM code generator for Select." by Nicolas Geoffray · 7 years ago
  61. 7b05c5f Fix ARM code generator for Select. by Nicolas Geoffray · 7 years ago
  62. f02046e Add packed bits check to HBoundsCheck. by Vladimir Marko · 7 years ago
  63. 92699f9 ART: Fix breaking changes from recent VIXL update. by xueliang.zhong · 7 years ago
  64. 0de9c08 Merge "Remove need for intrinsic recognizer to be a pass." by Nicolas Geoffray · 7 years ago
  65. 76d4bb0f3 Remove need for intrinsic recognizer to be a pass. by Nicolas Geoffray · 7 years ago
  66. 1ffa7ce Merge "ART: ARM64: Support DotProd SIMD idiom." by Treehugger Robot · 7 years ago
  67. aaac0e3 ART: ARM64: Support DotProd SIMD idiom. by Artem Serov · 7 years ago
  68. 3fd73b1 Merge "Turn DCHECKs into return false in ReplaceUninitializedStringPhis." by Nicolas Geoffray · 7 years ago
  69. 639f279 Turn DCHECKs into return false in ReplaceUninitializedStringPhis. by Nicolas Geoffray · 7 years ago
  70. 75112ac Merge "Fix some performance-unnecessary-value-param tidy and performance-for-range warnings." by Treehugger Robot · 7 years ago
  71. fc4b2ea Merge "Revert^2 "ART: Refactor typedef to using"" by Treehugger Robot · 7 years ago
  72. 48ba197 Fix some performance-unnecessary-value-param tidy and performance-for-range warnings. by Stephen Hines · 7 years ago
  73. 6fa1729 Merge "ART: Fix bool-related types in compiler/" by Treehugger Robot · 7 years ago
  74. eb53b68 Merge "ART: Fix incorrect dispatch" by Treehugger Robot · 7 years ago
  75. 6c4f8e8 Merge "Pass JIT roots as a vector<Handle<>> to JIT cache." by Vladimir Marko · 7 years ago
  76. 654698d ART: Fix bool-related types in compiler/ by Andreas Gampe · 7 years ago
  77. c55bb39 Revert^2 "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  78. 2587742 ART: Fix incorrect dispatch by Andreas Gampe · 7 years ago
  79. d5245a7 Merge "Revert "ART: Refactor typedef to using"" by Treehugger Robot · 7 years ago
  80. ee07743 Revert "ART: Refactor typedef to using" by Andreas Gampe · 7 years ago
  81. ac3ac68 Pass JIT roots as a vector<Handle<>> to JIT cache. by Vladimir Marko · 7 years ago
  82. c1ecc9b Merge "Remove sharpening as an optimization pass." by Nicolas Geoffray · 7 years ago
  83. 9a20ff0 ART: Refactor typedef to using by Andreas Gampe · 7 years ago
  84. bdb2ecc Remove sharpening as an optimization pass. by Nicolas Geoffray · 7 years ago
  85. 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 7 years ago
  86. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 7 years ago
  87. d9986ac Revert "Fix String.equals() for moveable String.class." by Roland Levillain · 7 years ago
  88. bd8e10c Block the platform register, x18. by Peter Collingbourne · 7 years ago
  89. 805b631 Fix VecLoad/Int16/StringCharAt. by Vladimir Marko · 7 years ago
  90. 0469598 Merge "ART: Remove unneeded SideEffects for fatal instructions." by Treehugger Robot · 7 years ago
  91. d1aa7d0 ART: Remove unneeded SideEffects for fatal instructions. by Artem Serov · 7 years ago
  92. 7786176 Merge "Adjust safepoint position of implicit null checks." by Nicolas Geoffray · 7 years ago
  93. 625ca47 Remove 'virtual' and 'override' qualifiers on final methods. by Roland Levillain · 7 years ago
  94. 2aee3af Adjust safepoint position of implicit null checks. by Nicolas Geoffray · 7 years ago
  95. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  96. 75eec5d Merge "Fix longstanding bug around implicit NPEs and GC, version 2." by Treehugger Robot · 7 years ago
  97. c041789 Merge "Reduce memory usage by other deps in scheduler." by Vladimir Marko · 7 years ago
  98. 61ba8d2 Fix longstanding bug around implicit NPEs and GC, version 2. by Nicolas Geoffray · 7 years ago
  99. 09d041b Reduce memory usage by other deps in scheduler. by Vladimir Marko · 7 years ago
  100. d887ed8 Revert^2 "ARM: Reimplement the UnsafeCASObject intrinsic." by Vladimir Marko · 7 years ago