1. dc25b96 Merge "Implement StringGetCharsNoCheck intrinsic for X86" by Andreas Gampe · 10 years ago
  2. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 10 years ago
  3. 8f8926a Implement StringGetCharsNoCheck intrinsic for X86 by Mark Mendell · 10 years ago
  4. 2d55479 X86/X86_64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Mark Mendell · 10 years ago
  5. 7fa1a81 Merge "X86: Use short forward jumps if possible" by Andreas Gampe · 10 years ago
  6. 1a1d77f Merge "Support X86 intrinsic System.arraycopy char" by Andreas Gampe · 10 years ago
  7. 619552b Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Vladimir Marko · 10 years ago
  8. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 10 years ago
  9. bfb5ba9 Revert "Revert "Do a second check for testing intrinsic types."" by Andreas Gampe · 10 years ago
  10. 4ab0235 Use CodeGenerator::RecordPcInfo instead of SlowPathCode::RecordPcInfo. by Serban Constantinescu · 10 years ago
  11. 0c9497d X86: Use short forward jumps if possible by Mark Mendell · 10 years ago
  12. d589767 Implement CountLeadingZeros for x86 by Mark Mendell · 10 years ago
  13. 6bc53a9 Support X86 intrinsic System.arraycopy char by Mark Mendell · 10 years ago
  14. d7138c8 Revert "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Agi Csaki · 10 years ago
  15. 7da072f Structure for String.Equals intrinsic by agicsaki · 10 years ago
  16. 611d339 ARM/ARM64: Implement numberOfLeadingZeros intrinsic. by Scott Wakeling · 10 years ago
  17. aabdf8a Revert "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 10 years ago
  18. 8ab7bd6 Optimizing String.Equals as an intrinsic (x86) by agicsaki · 10 years ago
  19. 4d02711 Implement heap poisoning in ART's Optimizing compiler. by Roland Levillain · 10 years ago
  20. 9931f31 Opt compiler: Add a description to slow paths. by Alexandre Rames · 10 years ago
  21. 94015b9 Revert "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."" by Nicolas Geoffray · 10 years ago
  22. c345f14 Revert "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 10 years ago
  23. 38207af Use HCurrentMethod in HInvokeStaticOrDirect. by Nicolas Geoffray · 10 years ago
  24. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  25. 07276db Don't do a null test in MarkGCCard if the value cannot be null. by Nicolas Geoffray · 10 years ago
  26. 21030dd ART: x86 indexOf intrinsics for the optimizing compiler by Andreas Gampe · 10 years ago
  27. ec525fc Factor MoveArguments methods in Optimizing's intrinsics handlers. by Roland Levillain · 10 years ago
  28. 2d27c8e Refactor InvokeDexCallingConventionVisitor in Optimizing. by Roland Levillain · 10 years ago
  29. 80613ff Merge "Have HInvoke instructions know their number of actual arguments." by Roland Levillain · 10 years ago
  30. 3e3d733 Have HInvoke instructions know their number of actual arguments. by Roland Levillain · 10 years ago
  31. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  32. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  33. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  34. 641547a [optimizing] Fix a bug in moving the null check to the user. by Calin Juravle · 10 years ago
  35. d9b9240 Fix another mistyped location. by Nicolas Geoffray · 10 years ago
  36. 9021825 Type MoveOperands. by Nicolas Geoffray · 10 years ago
  37. 58d25fd [optimizing] Implement more x86/x86_64 intrinsics by Mark Mendell · 10 years ago
  38. e90db12 Add missing RecordPcInfo's for intrinsics_x86. by Mingyao Yang · 10 years ago
  39. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 10 years ago
  40. 392351a Merge "[optimizing] Do not inline intrinsics" by Nicolas Geoffray · 10 years ago
  41. 3e90a96 [optimizing] Do not inline intrinsics by Razvan A Lupusoru · 10 years ago
  42. 512e04d Fix typos spotted by Andreas. by Nicolas Geoffray · 10 years ago
  43. d75948a Intrinsify String.compareTo. by Nicolas Geoffray · 10 years ago
  44. 09ed1a3 [optimizing] Implement X86 intrinsic support by Mark Mendell · 10 years ago