1. b93a165 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 9 years ago
  2. 1e28d1e Merge "ART: OneBit intrinsics should use 1ULL for 64-bit shift" by Treehugger Robot · 9 years ago
  3. 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 9 years ago
  4. 7f7f6da ART: OneBit intrinsics should use 1ULL for 64-bit shift by Pavel Vyssotski · 9 years ago
  5. 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 9 years ago
  6. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 9 years ago
  7. 3d31242 Re-enable most intrinsics with read barriers. by Roland Levillain · 9 years ago
  8. bfea335 Fix ARM & ARM64 UnsafeGetObject intrinsics with read barriers. by Roland Levillain · 9 years ago
  9. 0fcd2b8 Fix x86 & x86-64 UnsafeGetObject intrinsics with read barriers. by Sang, Chunlei · 9 years ago
  10. d5cc683 Fixed typo in comment. by Aart Bik · 9 years ago
  11. abc9f68 Merge "MIPS64: Unblock callee-save registers" by Treehugger Robot · 9 years ago
  12. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 9 years ago
  13. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  14. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  15. 782be11 MIPS64: Unblock callee-save registers by Goran Jakovljevic · 9 years ago
  16. d5aa626 Merge "ARM: Improve String.getCharsNoCheck intrinsic." by Vladimir Marko · 9 years ago
  17. 3fdab77 ARM: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 9 years ago
  18. 8a0b9bf Merge "Refactor GetIMTIndex" by Treehugger Robot · 9 years ago
  19. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 9 years ago
  20. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 9 years ago
  21. badee98 Optimize IMT by Nelli Kim · 9 years ago
  22. 63e0a7d Merge "ARM64: Improve String.getCharsNoCheck intrinsic." by Vladimir Marko · 9 years ago
  23. 880f119 ARM64: Use VIXL's conditional select helper. by Alexandre Rames · 9 years ago
  24. df109d9 ARM64: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 9 years ago
  25. 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 9 years ago
  26. 296fbb4 Do not place null check on unresolved method calls. by Aart Bik · 9 years ago
  27. 88b970c Merge "Do not hide instance field hard failure with soft failure" by Aart Bik · 9 years ago
  28. 3188364 Do not hide instance field hard failure with soft failure by Aart Bik · 9 years ago
  29. 83968f1 Merge "Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces.""" by Treehugger Robot · 9 years ago
  30. 4fb652a Merge "ART: Remove redundant MoveInstructionBefore method" by David Brazdil · 9 years ago
  31. 3aaf964 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 9 years ago
  32. d6c205e ART: Remove redundant MoveInstructionBefore method by David Brazdil · 9 years ago
  33. 97b1e66 Merge "MIPS32: Improve method entry/exit code" by Treehugger Robot · 9 years ago
  34. 6b631dc Merge "ART: ArrayGet hoisting restriction added." by Aart Bik · 9 years ago
  35. f89381f ART: ArrayGet hoisting restriction added. by Anton Shamin · 9 years ago
  36. 12abcbd Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." by Nicolas Geoffray · 9 years ago
  37. 8080673 Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 9 years ago
  38. 73296a7 MIPS32: Improve method entry/exit code by Alexey Frunze · 9 years ago
  39. 99b6ed6 Merge "Do not place null check from unresolved field access." by Aart Bik · 9 years ago
  40. 1415413 Do not place null check from unresolved field access. by Aart Bik · 9 years ago
  41. 4248fc4 Merge "Refactor handling of input records." by Vladimir Marko · 9 years ago
  42. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  43. a90d489 Fix a bug in reference type propagation. by Nicolas Geoffray · 9 years ago
  44. c5809c3 Add missing calls to `RecordSimplification()`. by Alexandre Rames · 9 years ago
  45. 68b6380 Merge "Apply String.equals() optimizations on arm, arm64 and x86-64." by Treehugger Robot · 9 years ago
  46. 53b5200 Apply String.equals() optimizations on arm, arm64 and x86-64. by Vladimir Marko · 9 years ago
  47. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 9 years ago
  48. 96c6ad8 Merge "ARM: Add new String.compareTo intrinsic." by Vladimir Marko · 9 years ago
  49. c25cbf1 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 9 years ago
  50. e5ed20b ARM64: Move BIC after branch in StringCompareTo intrinsic. by Scott Wakeling · 9 years ago
  51. 4020ecd Merge "MIPS32: java.lang.Math.round(float)" by Aart Bik · 9 years ago
  52. 85a19d8 Merge "Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""" by Nicolas Geoffray · 9 years ago
  53. a741785 Merge "Mark concrete HIR instructions as FINAL." by Treehugger Robot · 9 years ago
  54. fcb503c Mark concrete HIR instructions as FINAL. by Vladimir Marko · 9 years ago
  55. da05108 Clean up String.indexOf() intrinsics. by Vladimir Marko · 9 years ago
  56. 288c7a8 Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Serguei Katkov · 9 years ago
  57. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
  58. 628f201 Merge "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Nicolas Geoffray · 9 years ago
  59. 0997d24 Revert "ART: Reference.getReferent intrinsic for x86 and x86_64" by Nicolas Geoffray · 9 years ago
  60. 893a1d3 Merge "Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information." by Aart Bik · 9 years ago
  61. d3059e7 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 9 years ago
  62. 4478ae4 Merge "ART: Reference.getReferent intrinsic for x86 and x86_64" by Roland Levillain · 9 years ago
  63. d7c2fdc Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  64. 36a94ab Merge "Intrinsify String.length() and String.isEmpty() as HIR." by Vladimir Marko · 9 years ago
  65. c9ef168 Reduce memory usage of SSA Phi elimination and make it faster. by Vladimir Marko · 9 years ago
  66. d6f5b76 Merge "Attribute arena allocations previously marked as STL." by Vladimir Marko · 9 years ago
  67. a8d06f0 Merge "Workaround invokesuper underspecified behavior." by Nicolas Geoffray · 9 years ago
  68. cdd55c2 Merge "Relax the DCHECK in load store elimination." by Nicolas Geoffray · 9 years ago
  69. afdc97e ART: Reference.getReferent intrinsic for x86 and x86_64 by Serguei Katkov · 9 years ago
  70. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 9 years ago
  71. 3ea5a97 Attribute arena allocations previously marked as STL. by Vladimir Marko · 9 years ago
  72. e0b2e60 Merge "Improve String.indexOf() intrinsics." by Vladimir Marko · 9 years ago
  73. fb6c90a Improve String.indexOf() intrinsics. by Vladimir Marko · 9 years ago
  74. 5bcbdd5 Merge "Optimizing: LoadString may not have any side effects." by Vladimir Marko · 9 years ago
  75. af3ec0a Merge "ART: Fix dominance for irreducible loops" by David Brazdil · 9 years ago
  76. f663e34 Workaround invokesuper underspecified behavior. by Aart Bik · 9 years ago
  77. 3f4a522 ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  78. 5a62059 Stop populating irreducible loop at header by David Brazdil · 9 years ago
  79. 65fef30 Relax the DCHECK in load store elimination. by Nicolas Geoffray · 9 years ago
  80. a210689 Exploit NE/EQ tests on array length in BCE. by Aart Bik · 9 years ago
  81. b8154f8 Merge "Do not look at dead phis during SsaRedundantPhiElimination." by Treehugger Robot · 9 years ago
  82. 05b3fa0 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 9 years ago
  83. c5818f6 Merge "ARM64: Add new String.compareTo intrinsic." by Vladimir Marko · 9 years ago
  84. 40d3061 Merge "ARM(64): Implement the isInfinite intrinsics" by Aart Bik · 9 years ago
  85. 1f36f41 ARM64: Add new String.compareTo intrinsic. by Scott Wakeling · 9 years ago
  86. 0f35e0b Merge "Remove invoke after inlining." by Treehugger Robot · 9 years ago
  87. 1be7cbd Remove invoke after inlining. by Nicolas Geoffray · 9 years ago
  88. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  89. da93946 Merge "ART: Disable back edge uses for irreducible loops" by Treehugger Robot · 9 years ago
  90. 07b3510 ART: Disable back edge uses for irreducible loops by David Brazdil · 9 years ago
  91. f2cb389 Merge "ART: Eliminate unlikely code from hot path in x86 div/rem" by Roland Levillain · 9 years ago
  92. e30ee0a Merge "Forbid HDeoptimize instructions in OSR methods." by Nicolas Geoffray · 9 years ago
  93. 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 9 years ago
  94. f09d532 MIPS32: java.lang.Math.round(float) by Chris Larsen · 9 years ago
  95. 5e67a6a Merge "Test component type for errors too. With regression test." by Aart Bik · 9 years ago
  96. 9d944d1 ART: Eliminate unlikely code from hot path in x86 div/rem by Serguei Katkov · 9 years ago
  97. f417ff4 Test component type for errors too. With regression test. by Aart Bik · 9 years ago
  98. 2712a07 Merge "Make sure the referring class is in the dex cache." by Treehugger Robot · 9 years ago
  99. 393fdb8 Make sure the referring class is in the dex cache. by Nicolas Geoffray · 9 years ago
  100. a3ffea2 ARM(64): Implement the isInfinite intrinsics by Anton Kirilov · 9 years ago