1. c032e74 Math.min and Math.max intrinsics for ARM by xueliang.zhong · 8 years ago
  2. 6099d5e Implement Math.rint Intrinsic for ARM32. by xueliang.zhong · 8 years ago
  3. 7adaab0 MIPS64: java.lang.Math.round by Chris Larsen · 8 years ago
  4. f09d532 MIPS32: java.lang.Math.round(float) by Chris Larsen · 8 years ago
  5. 2714fe6 MIPS32: Implement isInfinite intrinsics. by Chris Larsen · 8 years ago
  6. 9c1c06a Add StrictMath.round tests for large integers. by Vladimir Marko · 8 years ago
  7. b74353a MIPS32: Implement intrinsics from java.lang.Math: by Chris Larsen · 9 years ago
  8. 92d4f0e Add Math.round tests for large integers. by Hans Boehm · 8 years ago
  9. 121b25e Merge mnc-dr-enso-dev into goog/master by Przemyslaw Szczepaniak · 9 years ago
  10. 879ca67 Fix 082-inline-execute by Yi Kong · 9 years ago
  11. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 9 years ago
  12. 8283109 ART: Additional ceil/floor/rint test cases by Chris Larsen · 9 years ago
  13. d589767 Implement CountLeadingZeros for x86 by Mark Mendell · 9 years ago
  14. 611d339 ARM/ARM64: Implement numberOfLeadingZeros intrinsic. by Scott Wakeling · 9 years ago
  15. a0b23bb ART: Release inputs in Long.reverse intrinsic in x86 by Andreas Gampe · 9 years ago
  16. 575422f ART: Release inputs in Long.reverse intrinsic in x86 by Andreas Gampe · 9 years ago
  17. ce7d005 ART: arm indexOf intrinsics for the optimizing compiler by Andreas Gampe · 9 years ago
  18. cefb155 Merge "ART: arm indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 9 years ago
  19. ba6fdbc ART: arm indexOf intrinsics for the optimizing compiler by Andreas Gampe · 9 years ago
  20. 21030dd ART: x86 indexOf intrinsics for the optimizing compiler by Andreas Gampe · 9 years ago
  21. 678e695 ART: Refactor 082-inline-execute by Andreas Gampe · 9 years ago
  22. 2bcf9bf ART: Arm intrinsics for Optimizing compiler by Andreas Gampe · 9 years ago
  23. 878d58c ART: Arm64 optimizing compiler intrinsics by Andreas Gampe · 9 years ago
  24. 00ca847 Quick: Fix range check for intrinsic String.charAt() on x86. by Vladimir Marko · 9 years ago
  25. ff87d7b ART: Fix GenInlined functions by Chao-ying Fu · 9 years ago
  26. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 9 years ago
  27. 1ef4ce8 Really fix tests. by Alex Light · 10 years ago
  28. 2eba1fa AArch64: Add inlining support for ceil(), floor(), rint(), round() by Serban Constantinescu · 10 years ago
  29. 1222c96 ART: inline Math.Max/Min (float and double) by Alexei Zavjalov · 10 years ago
  30. b7e78cb Merge "AArch64: Fix and enable reverseBytes intrinsic." by Andreas Gampe · 10 years ago
  31. f37a88b ART: Compacting ROS/DlMalloc spaces with semispace copy GC by Zuo Wang · 10 years ago
  32. a3fe742 AArch64: Fix and enable reverseBytes intrinsic. by Zheng Xu · 10 years ago
  33. 0cbfd44 ART: Add simple tests for inlining of CAS by Andreas Gampe · 10 years ago
  34. eb24bae x86_64: enable Peek and Poke intrinsics by Alexei Zavjalov · 10 years ago
  35. 7a94961 ART: Do not emit load when inlining unused Thread.currentThread() by Andreas Gampe · 10 years ago
  36. 23abec9 AArch64: Add few more inline functions by Serban Constantinescu · 10 years ago
  37. a1758d8 String.IndexOf method handles negative start index value in incorrect way by Alexei Zavjalov · 10 years ago
  38. 34fa0d9 ART's intrinsic for String.indexOf use the incorrect register by Yevgeny Rouban · 10 years ago
  39. bf1442d Update intrinsic inlining test. by Sebastien Hertz · 11 years ago
  40. 28c384b Test all cases of all intrinsics. by Elliott Hughes · 12 years ago
  41. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 12 years ago
  42. 5d1ac92 Adding old unit tests to test suite. by jeffhao · 13 years ago