1. ab92250 MIPS64: Highest/Lowest Bit Intrinsic Support by Chris Larsen · 9 years ago
  2. b136c87 Merge "MIPS64: java.lang.Math.round" by Aart Bik · 9 years ago
  3. a548c08 Merge "Math Round Intrinsic Implementations For Java8." by Roland Levillain · 9 years ago
  4. 4a7a7d2 Merge "ARM: Remove unnecessary VMOV from float/double-to-int." by Vladimir Marko · 9 years ago
  5. d1e153c Math Round Intrinsic Implementations For Java8. by xueliang.zhong · 9 years ago
  6. fea1abd Implement System.arraycopy intrinsic on x86. by Nicolas Geoffray · 9 years ago
  7. 8c5d310 ARM: Remove unnecessary VMOV from float/double-to-int. by Vladimir Marko · 9 years ago
  8. 9f65db8 Fix System.arraycopy when doing same array copying. by Nicolas Geoffray · 9 years ago
  9. 5bf7bac Revert "Revert "Inline and optimize interface calls."" by Nicolas Geoffray · 9 years ago
  10. 19dc255 Revert "Inline and optimize interface calls." by Nicolas Geoffray · 9 years ago
  11. d9facea Inline and optimize interface calls. by Nicolas Geoffray · 9 years ago
  12. f7ba875 Merge "Simplification for associative and commutative operations on constants" by Nicolas Geoffray · 9 years ago
  13. e3fb245 MIPS32: Improve method invocation by Alexey Frunze · 9 years ago
  14. e14dc86 Simplification for associative and commutative operations on constants by Anton Kirilov · 9 years ago
  15. 1fdb340 Merge "Create a typedef for HInstruction::GetInputs() return type." by Treehugger Robot · 9 years ago
  16. e900491 Create a typedef for HInstruction::GetInputs() return type. by Vladimir Marko · 9 years ago
  17. 7fe30f9 Make the Compute() method of all HIRs static. by Anton Kirilov · 9 years ago
  18. 04e5e59 Merge "Improvements in induction range analysis." by Aart Bik · 9 years ago
  19. e430539 Merge "Revert "Integer.bitCount and Long.bitCount intrinsics for ARM"" by Nicolas Geoffray · 9 years ago
  20. 35ca359 Revert "Integer.bitCount and Long.bitCount intrinsics for ARM" by Nicolas Geoffray · 9 years ago
  21. 8bf8117 Merge "Fix merging HLoadClass with HNewInstance." by Vladimir Marko · 9 years ago
  22. 52be7e7 Improvements in induction range analysis. by Aart Bik · 9 years ago
  23. c7591b4 Fix merging HLoadClass with HNewInstance. by Vladimir Marko · 9 years ago
  24. 2a17419 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 9 years ago
  25. fdbc395 Merge "Do checks on the fault address when we think it's an NPE." by Treehugger Robot · 9 years ago
  26. 34bccc1 Merge "ARM64: Ensure stricter alignment when loading and storing register pairs" by Treehugger Robot · 9 years ago
  27. e8e1127 Do checks on the fault address when we think it's an NPE. by Nicolas Geoffray · 9 years ago
  28. 88f288e Revert "Optimize IMT" by Nicolas Geoffray · 9 years ago
  29. e36389f Merge "Revert "Refactor GetIMTIndex"" by Nicolas Geoffray · 9 years ago
  30. d4ceecc Revert "Refactor GetIMTIndex" by Nicolas Geoffray · 9 years ago
  31. f249230 Merge "Optimize away useless masking operations on shift amounts." by Treehugger Robot · 9 years ago
  32. d5d0c7b Merge "MIPS64: Remove the workaround in VisitInvokeStaticOrDirect" by Treehugger Robot · 9 years ago
  33. bde6ae1 ARM64: Ensure stricter alignment when loading and storing register pairs by Anton Kirilov · 9 years ago
  34. 47fe36d Merge "MIPS32: Drop redundant moves in integer conversions" by Treehugger Robot · 9 years ago
  35. 5051844 Optimize away useless masking operations on shift amounts. by Alexandre Rames · 9 years ago
  36. a871ef1 MIPS32: Drop redundant moves in integer conversions by Alexey Frunze · 9 years ago
  37. b93a165 Do not remove loads/store with unresolved accesses. by Nicolas Geoffray · 9 years ago
  38. 1e28d1e Merge "ART: OneBit intrinsics should use 1ULL for 64-bit shift" by Treehugger Robot · 9 years ago
  39. 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 9 years ago
  40. 7f7f6da ART: OneBit intrinsics should use 1ULL for 64-bit shift by Pavel Vyssotski · 9 years ago
  41. 79fb0a2 Merge "ART: Run RTP if invoke inputs have more specific type" by David Brazdil · 9 years ago
  42. 047664d MIPS64: Remove the workaround in VisitInvokeStaticOrDirect by Goran Jakovljevic · 9 years ago
  43. 94ab38f ART: Run RTP if invoke inputs have more specific type by David Brazdil · 9 years ago
  44. 3d31242 Re-enable most intrinsics with read barriers. by Roland Levillain · 9 years ago
  45. bfea335 Fix ARM & ARM64 UnsafeGetObject intrinsics with read barriers. by Roland Levillain · 9 years ago
  46. 0fcd2b8 Fix x86 & x86-64 UnsafeGetObject intrinsics with read barriers. by Sang, Chunlei · 9 years ago
  47. d5cc683 Fixed typo in comment. by Aart Bik · 9 years ago
  48. abc9f68 Merge "MIPS64: Unblock callee-save registers" by Treehugger Robot · 9 years ago
  49. 4692c35 Merge "Replace String.charAt() with HIR." by Vladimir Marko · 9 years ago
  50. 87f3fcb Replace String.charAt() with HIR. by Vladimir Marko · 9 years ago
  51. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  52. 782be11 MIPS64: Unblock callee-save registers by Goran Jakovljevic · 9 years ago
  53. d5aa626 Merge "ARM: Improve String.getCharsNoCheck intrinsic." by Vladimir Marko · 9 years ago
  54. 3fdab77 ARM: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 9 years ago
  55. 7adaab0 MIPS64: java.lang.Math.round by Chris Larsen · 9 years ago
  56. 8a0b9bf Merge "Refactor GetIMTIndex" by Treehugger Robot · 9 years ago
  57. abdda2f Merge "Optimize IMT" by Mathieu Chartier · 9 years ago
  58. 5070643 Refactor GetIMTIndex by Matthew Gharrity · 9 years ago
  59. badee98 Optimize IMT by Nelli Kim · 9 years ago
  60. 63e0a7d Merge "ARM64: Improve String.getCharsNoCheck intrinsic." by Vladimir Marko · 9 years ago
  61. 880f119 ARM64: Use VIXL's conditional select helper. by Alexandre Rames · 9 years ago
  62. df109d9 ARM64: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 9 years ago
  63. 206fbf5 Remove too aggressive DCHECKs. by Nicolas Geoffray · 9 years ago
  64. 296fbb4 Do not place null check on unresolved method calls. by Aart Bik · 9 years ago
  65. 88b970c Merge "Do not hide instance field hard failure with soft failure" by Aart Bik · 9 years ago
  66. 3188364 Do not hide instance field hard failure with soft failure by Aart Bik · 9 years ago
  67. 83968f1 Merge "Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces.""" by Treehugger Robot · 9 years ago
  68. 4fb652a Merge "ART: Remove redundant MoveInstructionBefore method" by David Brazdil · 9 years ago
  69. 3aaf964 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 9 years ago
  70. d6c205e ART: Remove redundant MoveInstructionBefore method by David Brazdil · 9 years ago
  71. 97b1e66 Merge "MIPS32: Improve method entry/exit code" by Treehugger Robot · 9 years ago
  72. 6b631dc Merge "ART: ArrayGet hoisting restriction added." by Aart Bik · 9 years ago
  73. f89381f ART: ArrayGet hoisting restriction added. by Anton Shamin · 9 years ago
  74. 12abcbd Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." by Nicolas Geoffray · 9 years ago
  75. 8080673 Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 9 years ago
  76. 73296a7 MIPS32: Improve method entry/exit code by Alexey Frunze · 9 years ago
  77. 99b6ed6 Merge "Do not place null check from unresolved field access." by Aart Bik · 9 years ago
  78. 1415413 Do not place null check from unresolved field access. by Aart Bik · 9 years ago
  79. 4248fc4 Merge "Refactor handling of input records." by Vladimir Marko · 9 years ago
  80. 372f10e Refactor handling of input records. by Vladimir Marko · 9 years ago
  81. a90d489 Fix a bug in reference type propagation. by Nicolas Geoffray · 9 years ago
  82. c5809c3 Add missing calls to `RecordSimplification()`. by Alexandre Rames · 9 years ago
  83. 68b6380 Merge "Apply String.equals() optimizations on arm, arm64 and x86-64." by Treehugger Robot · 9 years ago
  84. 53b5200 Apply String.equals() optimizations on arm, arm64 and x86-64. by Vladimir Marko · 9 years ago
  85. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 9 years ago
  86. 96c6ad8 Merge "ARM: Add new String.compareTo intrinsic." by Vladimir Marko · 9 years ago
  87. c25cbf1 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 9 years ago
  88. e5ed20b ARM64: Move BIC after branch in StringCompareTo intrinsic. by Scott Wakeling · 9 years ago
  89. 4020ecd Merge "MIPS32: java.lang.Math.round(float)" by Aart Bik · 9 years ago
  90. 85a19d8 Merge "Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""" by Nicolas Geoffray · 9 years ago
  91. a741785 Merge "Mark concrete HIR instructions as FINAL." by Treehugger Robot · 9 years ago
  92. fcb503c Mark concrete HIR instructions as FINAL. by Vladimir Marko · 9 years ago
  93. da05108 Clean up String.indexOf() intrinsics. by Vladimir Marko · 9 years ago
  94. 288c7a8 Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Serguei Katkov · 9 years ago
  95. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
  96. 628f201 Merge "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Nicolas Geoffray · 9 years ago
  97. 0997d24 Revert "ART: Reference.getReferent intrinsic for x86 and x86_64" by Nicolas Geoffray · 9 years ago
  98. 893a1d3 Merge "Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information." by Aart Bik · 9 years ago
  99. d3059e7 Fix oatdump crash on arm64/arm code. Also adds 16 bit literal information. by Aart Bik · 9 years ago
  100. 4478ae4 Merge "ART: Reference.getReferent intrinsic for x86 and x86_64" by Roland Levillain · 9 years ago