1. f789353 Set the deopt flag after adjusting the stack pointer. by Nicolas Geoffray · 8 years ago
  2. c0fe9db Merge "Use IntrusiveForwardList<> for Env-/UsePosition." by Vladimir Marko · 8 years ago
  3. 13600e9 Merge "MIPS64: Min/max vectorization support" by Aart Bik · 8 years ago
  4. 58794c5 Merge "ART: Refactor bit_utils and stl_util" by Treehugger Robot · 8 years ago
  5. 8375e4f Merge "ART: Fix or disable some tidy warnings." by Treehugger Robot · 8 years ago
  6. f45d61c ART: Fix or disable some tidy warnings. by Andreas Gampe · 8 years ago
  7. 5678db5 ART: Refactor bit_utils and stl_util by Andreas Gampe · 8 years ago
  8. 8dfe746 ARM64: Encode constants when it is possible. by Artem Serov · 8 years ago
  9. 6fc7c4a Merge "Use ArtMethod* .bss entries for HInvokeStaticOrDirect." by Vladimir Marko · 8 years ago
  10. 3050956 Merge "Be less aggressive when inlining." by Treehugger Robot · 8 years ago
  11. f81621e Be less aggressive when inlining. by Nicolas Geoffray · 8 years ago
  12. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 8 years ago
  13. 3c8a912 Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall." by Vladimir Marko · 8 years ago
  14. 8fea1e1 MIPS64: Min/max vectorization support by Goran Jakovljevic · 8 years ago
  15. 6ecff4d Merge "Pass through inputs beyond arguments in invoke." by Aart Bik · 8 years ago
  16. ad58e8a Merge "ARM64: SIMD instruction scheduling." by Aart Bik · 8 years ago
  17. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 8 years ago
  18. f0fc4c6 ARM64: SIMD instruction scheduling. by Artem Serov · 8 years ago
  19. 508fdf3 ART: Small class-inl.h cleanup by Andreas Gampe · 8 years ago
  20. 6e92fb3 Pass through inputs beyond arguments in invoke. by Aart Bik · 8 years ago
  21. 36a5d0c Merge "MIPS64: ART Vectorizer" by Aart Bik · 8 years ago
  22. 0a50965 Merge "Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Vladimir Marko · 8 years ago
  23. ab63934 Merge "Revert "ART: Reference.getReferent intrinsic for arm and arm64"" by Vladimir Marko · 8 years ago
  24. 2c97600 Merge "Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String." by Vladimir Marko · 8 years ago
  25. 9f7e91c Merge "Fixed bug in relying on precise FP in periodic sequence." by Aart Bik · 8 years ago
  26. 8523ea1 Fixed bug in relying on precise FP in periodic sequence. by Aart Bik · 8 years ago
  27. 4ee8e29 Revert^3 "ART: Reference.getReferent intrinsic for x86 and x86_64" by Vladimir Marko · 8 years ago
  28. d254f5c Revert "ART: Reference.getReferent intrinsic for arm and arm64" by Vladimir Marko · 8 years ago
  29. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  30. 1656ca9 Merge "ART: Clean up thread.h and thread_list.h" by Treehugger Robot · 8 years ago
  31. 847e6ce Rename kDexCacheViaMethod to kRuntimeCall for HLoadClass/String. by Vladimir Marko · 8 years ago
  32. 9b70b4a Merge "Delay allocating environment locations." by Treehugger Robot · 8 years ago
  33. b4fe268 Merge "Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1" by Treehugger Robot · 8 years ago
  34. ec32f64 Delay allocating environment locations. by Vladimir Marko · 8 years ago
  35. 72a75f7 Fix build failure in scheduler_arm with ART_USE_OLD_ARM_BACKEND=1 by xueliang.zhong · 8 years ago
  36. 513061a ART: Clean up thread.h and thread_list.h by Andreas Gampe · 8 years ago
  37. 82b0740 Use IntrusiveForwardList<> for Env-/UsePosition. by Vladimir Marko · 8 years ago
  38. 38c4ae5 Merge "Handle gracefully profiles with invalid classes or methods" by Calin Juravle · 8 years ago
  39. d853fe4 Merge "Add access flag for previously warm methods" by Mathieu Chartier · 8 years ago
  40. 0855688 Handle gracefully profiles with invalid classes or methods by Calin Juravle · 8 years ago
  41. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 8 years ago
  42. d490129 ART: Clean up heap headers by Andreas Gampe · 8 years ago
  43. deae7db ART: Add missing namespace comments by Andreas Gampe · 8 years ago
  44. 19680d3 MIPS64: ART Vectorizer by Goran Jakovljevic · 8 years ago
  45. 6079dca MIPS32R2: Fix MethodLoadKind::kBootImageLinkTimePcRelative by Alexey Frunze · 8 years ago
  46. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 8 years ago
  47. a559fa1 Merge "Fix compiler crash due to inline caches and improve docs" by Treehugger Robot · 8 years ago
  48. e6f87cc Fix compiler crash due to inline caches and improve docs by Calin Juravle · 8 years ago
  49. 6dd5019 Merge "Do not deopt when using AOT inline caches" by Treehugger Robot · 8 years ago
  50. af44e6c Do not deopt when using AOT inline caches by Calin Juravle · 8 years ago
  51. ce38efe Merge "ARM: Specify if some branches go to far targets" by Treehugger Robot · 8 years ago
  52. 0abc6bb Merge "Support for narrow operands in "dangerous" operations." by Aart Bik · 8 years ago
  53. 304c8a5 Support for narrow operands in "dangerous" operations. by Aart Bik · 8 years ago
  54. 19d7d50 ARM64: Fix IsAdrpPatch(). by Vladimir Marko · 8 years ago
  55. fd52253 ARM: Specify if some branches go to far targets by Anton Kirilov · 8 years ago
  56. 3b101e4 Merge "optimizing: Fix a potential nullptr dereference" by Treehugger Robot · 8 years ago
  57. f207299 optimizing: Fix a potential nullptr dereference by George Burgess IV · 8 years ago
  58. 81cbb24 Merge "Use arena allocation for profiles" by Calin Juravle · 8 years ago
  59. a17d679 Merge "Use PC-relative pointer to boot image methods." by Treehugger Robot · 8 years ago
  60. 4199aa0 Merge "Create load store analysis pass" by Nicolas Geoffray · 8 years ago
  61. 1f68cb5 Merge "Revert "Support for narrow operands in "dangerous" operations."" by Nicolas Geoffray · 8 years ago
  62. 9231690 Revert "Support for narrow operands in "dangerous" operations." by Nicolas Geoffray · 8 years ago
  63. cc3171a Use arena allocation for profiles by Calin Juravle · 8 years ago
  64. 2cd620b Merge "Support for narrow operands in "dangerous" operations." by Aart Bik · 8 years ago
  65. 6597946 Use PC-relative pointer to boot image methods. by Vladimir Marko · 8 years ago
  66. 5601d4e Revert "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Anton Kirilov · 8 years ago
  67. c239a2b Create load store analysis pass by xueliang.zhong · 8 years ago
  68. 636e870 Support for narrow operands in "dangerous" operations. by Aart Bik · 8 years ago
  69. 17481b5 Merge "Made idiom recognition more robust." by Treehugger Robot · 8 years ago
  70. 5f80500 Made idiom recognition more robust. by Aart Bik · 8 years ago
  71. 662ee25 Merge "optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes" by Treehugger Robot · 8 years ago
  72. 79d8fa7 optimizing: Build HConstructorFence for HNewArray/HNewInstance nodes by Igor Murashkin · 8 years ago
  73. c1ff6bf Merge "X86: Fix LoadString/Class for non-PIC boot image." by Vladimir Marko · 8 years ago
  74. 00916b9 X86: Fix LoadString/Class for non-PIC boot image. by Vladimir Marko · 8 years ago
  75. 47aa869 Merge "No need to lock when calling Thread.interrupted." by Nicolas Geoffray · 8 years ago
  76. d1c2276 Merge "Remove LoadString/Class kind kBootImageLinkTimeAddress." by Vladimir Marko · 8 years ago
  77. a1633a7 Merge "Min/max SIMDization support." by Aart Bik · 8 years ago
  78. 764d454 Remove LoadString/Class kind kBootImageLinkTimeAddress. by Vladimir Marko · 8 years ago
  79. 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 8 years ago
  80. c8e93c7 Min/max SIMDization support. by Aart Bik · 8 years ago
  81. f4e23a8 MIPS: Drop unnecessary code for R6 (NAN2008) by Lena Djokic · 8 years ago
  82. 63529dd Merge "MIPS64: Saves 128-bit vector registers along SuspendCheckSlowPath" by Aart Bik · 8 years ago
  83. de6fc4a Merge "ARM64: Share address computation across SIMD LDRs/STRs." by Treehugger Robot · 8 years ago
  84. 7d157fc Clean up some uses of "auto". by Vladimir Marko · 8 years ago
  85. 58d7ddc Merge "Instruction scheduling for ARM." by Nicolas Geoffray · 8 years ago
  86. e1811ed ARM64: Share address computation across SIMD LDRs/STRs. by Artem Serov · 8 years ago
  87. 92f4672 Merge "Improve the documentation of an ARM64 parallel move resolver corner case." by Roland Levillain · 8 years ago
  88. 270970e Merge "ARM/AOT: Allow 16-bit LDR for Baker read barrier loads." by Treehugger Robot · 8 years ago
  89. c8a5b6c Merge "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Nicolas Geoffray · 8 years ago
  90. 3082661 Revert "ARM: Improve the code generated for HCondition with a constant input" by Nicolas Geoffray · 8 years ago
  91. ddc38fe Merge "Add runtime reasons for deopt." by Nicolas Geoffray · 8 years ago
  92. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 8 years ago
  93. 1a9a9e3 Merge "Moved knowledge on masking shift operands to simplifier." by Aart Bik · 8 years ago
  94. 50e20d5 Moved knowledge on masking shift operands to simplifier. by Aart Bik · 8 years ago
  95. 88abba2 ARM/AOT: Allow 16-bit LDR for Baker read barrier loads. by Vladimir Marko · 8 years ago
  96. da33049 Merge "ARM: Improve the code generated for HCondition with a constant input" by Treehugger Robot · 8 years ago
  97. b404f34 ARM: Improve the code generated for HCondition with a constant input by Anton Kirilov · 8 years ago
  98. bf2dd4b Merge "MIPS32: Implement branchless HCondition for longs" by Treehugger Robot · 8 years ago
  99. d8b6a53 MIPS64: Saves 128-bit vector registers along SuspendCheckSlowPath by Goran Jakovljevic · 8 years ago
  100. 9302917 Merge "Improve the implementation of UnsafeCASObject with Baker read barriers." by Roland Levillain · 8 years ago