1. 39bd369 Improve String.indexOf() intrinsics. by Vladimir Marko · 8 years ago
  2. b6a9441 Fix ARM & ARM64 UnsafeGetObject intrinsics with read barriers. by Roland Levillain · 8 years ago
  3. dc5fadf Apply String.equals() optimizations on arm, arm64 and x86-64. by Vladimir Marko · 8 years ago
  4. 09e4617 ARM: Add vldm/vstm assembler support. by Artem Serov · 8 years ago
  5. fce18fe ARM: Fix shifted register offset mem address mode for load signed. by Artem Serov · 8 years ago
  6. 15a2eb0 Thumb2: Clean up 16-bit LDR/STR detection. by Vladimir Marko · 8 years ago
  7. 7be929d ARM64: Use the zero register in the parallel-move resolver. by Alexandre Rames · 8 years ago
  8. 4df13f4 ARM64: Improve code generated to spill/restore for slow paths. by Alexandre Rames · 8 years ago
  9. 229c890 Math Round Intrinsic Implementations For Java8. by xueliang.zhong · 8 years ago
  10. b3fcd89 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 8 years ago
  11. 3988a8e ARM assembler support for VCNT and VPADDL. by xueliang.zhong · 8 years ago
  12. 24ad203 ARM64: Ensure stricter alignment when loading and storing register pairs by Anton Kirilov · 8 years ago
  13. 7e773ee Optimize away useless masking operations on shift amounts. by Alexandre Rames · 8 years ago
  14. 79974bf ARM: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 8 years ago
  15. 1450652 ARM64: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 8 years ago
  16. 4e3b263 Add missing calls to `RecordSimplification()`. by Alexandre Rames · 8 years ago
  17. b20e7a3 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 8 years ago
  18. 65cbf0d ARM64: Move BIC after branch in StringCompareTo intrinsic. by Scott Wakeling · 8 years ago
  19. 4f869d5 ARM64: Add new String.compareTo intrinsic. by Scott Wakeling · 8 years ago
  20. 0c84c92 ARM(64): Implement the isInfinite intrinsics by Anton Kirilov · 8 years ago
  21. 9d5d85e Revert "Revert "Prune uses library classes even without profile DO NOT MERGE"" by Mathieu Chartier · 7 years ago
  22. fc9bec2 Revert "Prune uses library classes even without profile DO NOT MERGE" by Griff Hazen · 8 years ago
  23. 8394cee Prune uses library classes even without profile DO NOT MERGE by Mathieu Chartier · 8 years ago
  24. 645e477 Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak by Brian Carlstrom · 8 years ago
  25. 4e9c4e7 Smarter image layout by Mathieu Chartier · 8 years ago
  26. 25adcfb Make image test multi image by Mathieu Chartier · 8 years ago
  27. 0a210d9 Pass the right class loader when inlining. by Nicolas Geoffray · 8 years ago
  28. ae093d6 JIT: Don't update the dex cache of another class loader. by Nicolas Geoffray · 8 years ago
  29. b3cd84a Fix a bug in ClassTableGet code generation for IMTs. by Nicolas Geoffray · 8 years ago
  30. 80d3376 Merge "Fix System.arraycopy when doing same array copying." into nyc-mr1-dev by Nicolas Geoffray · 8 years ago
  31. df2d4f2 Revert "Revert "Optimize IMT"" by Artem Udovichenko · 8 years ago
  32. b198b01 Fix System.arraycopy when doing same array copying. by Nicolas Geoffray · 8 years ago
  33. 2b8b604 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 8 years ago
  34. c2f1735 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 8 years ago
  35. f7d9946 Remove too aggressive DCHECKs. by Nicolas Geoffray · 8 years ago
  36. 355d93c Merge "Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces.""" into nyc-dev by Nicolas Geoffray · 8 years ago
  37. 2f11681 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 8 years ago
  38. f479d77 ART: ArrayGet hoisting restriction added. by Anton Shamin · 8 years ago
  39. c9dbb1d Revert "Revert "Hold dex caches live in class table"" by Mathieu Chartier · 8 years ago
  40. f102faf Revert "Hold dex caches live in class table" by Brian Carlstrom · 8 years ago
  41. d6d49e5 Hold dex caches live in class table by Mathieu Chartier · 8 years ago
  42. b089ecc Delay dex-to-dex compilation until Optimizing is done. by Vladimir Marko · 8 years ago
  43. 2dc77ec Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 8 years ago
  44. e1dfa0c Fix a bug in reference type propagation. by Nicolas Geoffray · 8 years ago
  45. 6c5b9b9 Merge "Fix OatWriter to update the header checksum correctly." into nyc-dev by Vladimir Marko · 8 years ago
  46. 8d26c59 Prune class path classes from profile by Mathieu Chartier · 8 years ago
  47. 7eef339 Fix OatWriter to update the header checksum correctly. by Vladimir Marko · 8 years ago
  48. 2c6b494 Don't update checksum if data ptr is null. by Jeff Hao · 8 years ago
  49. 67e44c0 Merge "Compile JNI stubs for verify-profile and interpret-only." into nyc-dev by Vladimir Marko · 8 years ago
  50. 5e7cbde Fix oat_writer to use WriteData which updates checksum. by Jeff Hao · 8 years ago
  51. 8c185bf Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 8 years ago
  52. 54689b7 Visit IMT of all classes during image writing by Mathieu Chartier · 8 years ago
  53. a6e95b3 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 8 years ago
  54. bf0c2e7 Merge "Fix another case of live_in at irreducible loop entry." into nyc-dev by TreeHugger Robot · 8 years ago
  55. 77ce643 Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 8 years ago
  56. 2b86767 Initialize native loader before starting runtime by Dimitry Ivanov · 8 years ago
  57. 63347bb Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 8 years ago
  58. a26b3c5 Attribute arena allocations previously marked as STL. by Vladimir Marko · 8 years ago
  59. 74acb01 Merge "ART: Fix dominance for irreducible loops" into nyc-dev by TreeHugger Robot · 8 years ago
  60. 7e589fe ART: Fix dominance for irreducible loops by David Brazdil · 8 years ago
  61. b7a459b Merge "Optimizing: LoadString may not have any side effects." into nyc-dev by Vladimir Marko · 8 years ago
  62. bf12e4d Optimizing: LoadString may not have any side effects. by Vladimir Marko · 8 years ago
  63. 6282080 Merge "Relax the DCHECK in load store elimination." into nyc-dev by TreeHugger Robot · 8 years ago
  64. bb2c93b Relax the DCHECK in load store elimination. by Nicolas Geoffray · 8 years ago
  65. ffaa91d Workaround invokesuper underspecified behavior. by Aart Bik · 8 years ago
  66. e4a97f9 Stop populating irreducible loop at header by David Brazdil · 8 years ago
  67. 89db4e6 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 8 years ago
  68. 2041f98 Fix check_jni_compiler tests by Dimitry Ivanov · 8 years ago
  69. 640735a Merge "Add null checks to weak DexCache references" into nyc-dev by Brian Carlstrom · 8 years ago
  70. b294fef Add null checks to weak DexCache references by Brian Carlstrom · 8 years ago
  71. 366728f Remove invoke after inlining. by Nicolas Geoffray · 8 years ago
  72. cdca476 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 8 years ago
  73. 19b5021 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 8 years ago
  74. 2f82b70 ART: Disable back edge uses for irreducible loops by David Brazdil · 8 years ago
  75. e5de54c Split profile recording from jit compilation by Calin Juravle · 8 years ago
  76. 43c8e87 Merge "Thumb2: Reduce memory used for fixup dependencies." into nyc-dev by Vladimir Marko · 8 years ago
  77. 5a13993 Merge "Test component type for errors too. With regression test." into nyc-dev by Aart Bik · 8 years ago
  78. d1d7c40 Test component type for errors too. With regression test. by Aart Bik · 8 years ago
  79. f2bb043 Thumb2: Reduce memory used for fixup dependencies. by Vladimir Marko · 8 years ago
  80. 46ea014 Reduce memory lost by ArenaAllocator for large allocations. by Vladimir Marko · 8 years ago
  81. 21aa4d4 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 8 years ago
  82. 62e631a Add flag to ArtMethod to skip compilation. by Nicolas Geoffray · 8 years ago
  83. 06a2b01 ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 8 years ago
  84. be72dc9 Merge "Use dex cache from compilation unit in RTP." into nyc-dev by Vladimir Marko · 8 years ago
  85. d974379 ART: Address late comments on a GVN memory-saving CL by David Brazdil · 8 years ago
  86. a4336d2 Use dex cache from compilation unit in RTP. by Vladimir Marko · 8 years ago
  87. 4283aa9 Reduce memory usage in GVN by David Brazdil · 8 years ago
  88. 89a4839 Merge "Thumb2: Fix EmitJumpTables() to extend buffer only if needed." into nyc-dev by Vladimir Marko · 8 years ago
  89. 9ef2654 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 8 years ago
  90. 709fb64 Merge "Avoid constructing types with errors." into nyc-dev by Aart Bik · 8 years ago
  91. fa7f589 Reuse HUseListNode<>s when replacing instruction or input. by Vladimir Marko · 8 years ago
  92. d59f3b1 Use iterators "before" the use node in HUserRecord<>. by Vladimir Marko · 8 years ago
  93. b44ed12 Thumb2: Fix EmitJumpTables() to extend buffer only if needed. by Vladimir Marko · 8 years ago
  94. c88af3f Merge changes I5044e94b,I149273b7 into nyc-dev by Vladimir Marko · 8 years ago
  95. 7de2439 Avoid constructing types with errors. by Aart Bik · 8 years ago
  96. 8b336cd Merge "Use dex cache from compilation unit in HInstructionBuilder." into nyc-dev by TreeHugger Robot · 8 years ago
  97. 14b0b23 ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 8 years ago
  98. 116e6e2 Use dex cache from compilation unit in HInstructionBuilder. by Vladimir Marko · 8 years ago
  99. 3563c44 Fix inlining loops in OSR mode. by Vladimir Marko · 8 years ago
  100. c393d63 Fix: correctly destruct VIXL labels. by Alexandre Rames · 8 years ago