1. 1cae72e Merge "Fix ARM64 SystemArrayCopy intrinsic with large constant dest position." by Roland Levillain · 7 years ago
  2. 1ca955d Fix ARM64 SystemArrayCopy intrinsic with large constant dest position. by Roland Levillain · 7 years ago
  3. dda7360 Disable read barrier thunks for heap poisoning by Mathieu Chartier · 7 years ago
  4. 27fb1dc Merge "Fixed bug on pending environment use of termination condition. With regression test." by Aart Bik · 7 years ago
  5. d86c085 Fixed bug on pending environment use of termination condition. by Aart Bik · 7 years ago
  6. 2f6ad9d MIPS32: java.lang.System.arraycopy() for copying char[] to char[]. by Chris Larsen · 7 years ago
  7. 111eefd Merge "ARM/VIXL: Fix TypeConversion of large long constants to int." by Treehugger Robot · 7 years ago
  8. ba1a48e ARM/VIXL: Fix TypeConversion of large long constants to int. by Vladimir Marko · 7 years ago
  9. 7b33126 Merge "ARM64: Use link-time generated thunks for Baker CC read barrier." by Vladimir Marko · 7 years ago
  10. b1a5211 Merge "MIPS32: Add direct calls to math intrinsics." by Treehugger Robot · 7 years ago
  11. dbe35ed Merge "MIPS64: Add direct calls to math intrinsics." by Treehugger Robot · 7 years ago
  12. b9005fa MIPS32: Add direct calls to math intrinsics. by Chris Larsen · 7 years ago
  13. f4f2daa ARM64: Use link-time generated thunks for Baker CC read barrier. by Vladimir Marko · 7 years ago
  14. 4766f2c Merge changes I1d4db176,Ifb931a99 by Aart Bik · 7 years ago
  15. 279fbab Merge "MIPS: Use Lsa/Dlsa when possible." by Treehugger Robot · 7 years ago
  16. 60efed5 Merge "Fix bug in vectorization of charAt, with regression test" by Treehugger Robot · 7 years ago
  17. e2dfd30 Merge "optimizing: do not illegally remove constructor barriers after inlining" by Igor Murashkin · 7 years ago
  18. 3101e58 Fix bug in vectorization of charAt, with regression test by Aart Bik · 7 years ago
  19. 9899026 Add checker part of test, fix intrinsic copying by Aart Bik · 7 years ago
  20. 032cacd optimizing: do not illegally remove constructor barriers after inlining by Igor Murashkin · 7 years ago
  21. cd0295d MIPS: Use Lsa/Dlsa when possible. by Chris Larsen · 7 years ago
  22. b31f91f ARM64: Support vectorization for double and long. by Artem Serov · 7 years ago
  23. d4bccf1 ARM64: Support 128-bit registers for SIMD. by Artem Serov · 7 years ago
  24. fa76296 Fixed missing context while detecting unit strides. by Aart Bik · 7 years ago
  25. 672082a Merge "MIPS64: Fix Math.ceil/floor intrinsics" by Treehugger Robot · 7 years ago
  26. 7ff60ca Merge "ARM64: Saves 128-bit regs state along SuspendCheckSlowPath." by Aart Bik · 7 years ago
  27. 716d073 MIPS64: Fix Math.ceil/floor intrinsics by Goran Jakovljevic · 7 years ago
  28. 74b8ec0 Merge "Fix a few comments in vectorization code that were incorrect or incomplete." by Treehugger Robot · 7 years ago
  29. 25e668b Merge "CHA: Don't return a non resolved class to the inliner." by Treehugger Robot · 7 years ago
  30. 24b905f Fix a few comments in vectorization code that were incorrect or incomplete. by Aart Bik · 7 years ago
  31. 7957d95 ARM64: Saves 128-bit regs state along SuspendCheckSlowPath. by Artem Serov · 7 years ago
  32. 9c4f0d8f Clean up after MIPS got read barriers support by Goran Jakovljevic · 7 years ago
  33. 6bca1c6 Merge "Ensure environment is ready when populating loop." by Aart Bik · 7 years ago
  34. b07d1bc Ensure environment is ready when populating loop. by Aart Bik · 7 years ago
  35. 6daebeb Implemented ABS vectorization. by Aart Bik · 7 years ago
  36. 7cd18fb Merge "SIMD pcmpgtb,w,d,q for x86/x86_64" by Treehugger Robot · 7 years ago
  37. 8939c64 SIMD pcmpgtb,w,d,q for x86/x86_64 by Aart Bik · 7 years ago
  38. e2a2395 Merge "MIPS64: Add ldi.df MSA instruction" by Aart Bik · 7 years ago
  39. 8e33e84 CHA: Don't return a non resolved class to the inliner. by Nicolas Geoffray · 7 years ago
  40. 08ae456 Merge "ART vectorizer." by Aart Bik · 7 years ago
  41. 67d3fd7 SIMD pavgb,w for x86/x86_64 by Aart Bik · 7 years ago
  42. 74c2058 MIPS64: Add direct calls to math intrinsics. by Chris Larsen · 7 years ago
  43. f8f5a16 ART vectorizer. by Aart Bik · 8 years ago
  44. 3f44403 MIPS64: Add ldi.df MSA instruction by Goran Jakovljevic · 7 years ago
  45. dac3f7d Merge "(Re)enable the use of inline caches in AOT" by Calin Juravle · 7 years ago
  46. 8c19d24 Refactor image writer by Mathieu Chartier · 7 years ago
  47. 8af7089 (Re)enable the use of inline caches in AOT by Calin Juravle · 7 years ago
  48. d07f2ba Merge "Gracefully handle bogus profiling info for inline caches." by Calin Juravle · 7 years ago
  49. 1595815 MIPS: Implement read barriers. by Alexey Frunze · 8 years ago
  50. 4c0b4bc Gracefully handle bogus profiling info for inline caches. by Nicolas Geoffray · 7 years ago
  51. 325e44f Merge "Fix return value of AtomicMethodRefMap::Get()" by Calin Juravle · 7 years ago
  52. 7b7f8b4 Merge "Fix arm64 and x86_64 code generator assertion" by Calin Juravle · 7 years ago
  53. fbffc67 Merge "MIPS64: Add vector registers to Mips64ManagedRegister class" by Aart Bik · 7 years ago
  54. 1082e0e Merge "Math.round float intrinsic for ARM." by Nicolas Geoffray · 7 years ago
  55. 53463ba Math.round float intrinsic for ARM. by xueliang.zhong · 8 years ago
  56. 7359649 Merge "Make data dependency around HDeoptimize correct." by Nicolas Geoffray · 7 years ago
  57. 49ebbb2 Fix return value of AtomicMethodRefMap::Get() by Calin Juravle · 7 years ago
  58. c70d1d9 Fix arm64 and x86_64 code generator assertion by Calin Juravle · 7 years ago
  59. d66a932 Merge "ART: Clean up field initialization" by Andreas Gampe · 7 years ago
  60. 1a4bc7f ART: Remove unused DexToDex level. by Andreas Gampe · 7 years ago
  61. d9911ee ART: Clean up field initialization by Andreas Gampe · 7 years ago
  62. 6f8e2c9 Make data dependency around HDeoptimize correct. by Nicolas Geoffray · 7 years ago
  63. 53fec08 Initialize art_method_ in HGraph. by Nicolas Geoffray · 7 years ago
  64. 047871f Merge "MIPS64: Improve method entry/exit code" by Treehugger Robot · 7 years ago
  65. 85f8841 Merge ""Revert^6 "CHA for interface method."""" by Nicolas Geoffray · 7 years ago
  66. 41b67fb Merge "ARM: Reduce the number of branches generated for HCondition and HSelect" by Nicolas Geoffray · 7 years ago
  67. 6a2d596 Merge "ARM: Improve the code generated for HInstanceOf" by Nicolas Geoffray · 7 years ago
  68. 18ea1c9 "Revert^6 "CHA for interface method.""" by Nicolas Geoffray · 7 years ago
  69. 624dc59 Merge "Improvements in the Inliner." by Nicolas Geoffray · 7 years ago
  70. 9719d3d Merge "MIPS64: Check for MSA presence in each MSA instruction" by Aart Bik · 7 years ago
  71. d94562d Merge "Implement a SIMD spilling slot." by Aart Bik · 7 years ago
  72. a6cefa7 Merge "Deterministic DexCache in heap images." by Vladimir Marko · 7 years ago
  73. f6d4668 Improvements in the Inliner. by Nicolas Geoffray · 7 years ago
  74. 0bbb750 Merge "MIPS64: Remove memcpy() from java.lang.String.getChars intrinsic." by Treehugger Robot · 7 years ago
  75. 3d6194f Merge "MIPS32: Remove memcpy() from java.lang.String.getChars intrinsic." by Treehugger Robot · 7 years ago
  76. 65b0263 MIPS64: Add vector registers to Mips64ManagedRegister class by Goran Jakovljevic · 7 years ago
  77. da9f7eb Merge "Revert "Revert^4 "CHA for interface method.""" by Nicolas Geoffray · 7 years ago
  78. 27ef25f Revert "Revert^4 "CHA for interface method."" by Nicolas Geoffray · 7 years ago
  79. 5576f37 Implement a SIMD spilling slot. by Aart Bik · 7 years ago
  80. e104d6e MIPS64: Improve method entry/exit code by Alexey Frunze · 7 years ago
  81. 366d433 MIPS64: Remove memcpy() from java.lang.String.getChars intrinsic. by Chris Larsen · 7 years ago
  82. fe4ff44 MIPS32: Remove memcpy() from java.lang.String.getChars intrinsic. by Chris Larsen · 7 years ago
  83. f13821e Merge "Revert^4 "CHA for interface method."" by Mingyao Yang · 7 years ago
  84. 594e8b1 Merge "Saves full XMM state along suspend check's slow path." by Aart Bik · 7 years ago
  85. f25cc73 Deterministic DexCache in heap images. by Vladimir Marko · 7 years ago
  86. 1e7bb5a ARM: Improve the code generated for HInstanceOf by Anton Kirilov · 7 years ago
  87. 27af937 MIPS64: Check for MSA presence in each MSA instruction by Goran Jakovljevic · 7 years ago
  88. cc89525 Change 1/2 spill slots to more general number of spill slots. by Aart Bik · 7 years ago
  89. fb18513 Revert^4 "CHA for interface method." by Mingyao Yang · 7 years ago
  90. b13c65b Saves full XMM state along suspend check's slow path. by Aart Bik · 7 years ago
  91. 217b2ce ARM: Reduce the number of branches generated for HCondition and HSelect by Anton Kirilov · 7 years ago
  92. e21c9af Merge "ARM: Avoid branches to branches" by Nicolas Geoffray · 7 years ago
  93. 48f7a5b Merge "Assign pointer to quick code for copied methods" by Nicolas Geoffray · 7 years ago
  94. e2492d4 Disable the use of inline caches in AOT mode by Calin Juravle · 7 years ago
  95. f980637 Merge "Revert "Revert "Introduce a number of MSA instructions for MIPS64""" by Aart Bik · 7 years ago
  96. 211d0cd Merge "Fix the artificial dependency in ARM/ARM64 SystemArrayCopy intrinsics." by Roland Levillain · 7 years ago
  97. 414c5c1 Merge "Refactor SystemArrayCopy intrinsics." by Roland Levillain · 7 years ago
  98. 1663d16 Fix the artificial dependency in ARM/ARM64 SystemArrayCopy intrinsics. by Roland Levillain · 7 years ago
  99. 9cc0ea8 Refactor SystemArrayCopy intrinsics. by Roland Levillain · 7 years ago
  100. 8200488 Merge "MIPS64: Adjust Base and Offset" by Treehugger Robot · 7 years ago