1. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  2. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  3. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  4. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  5. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  6. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 8 years ago
  7. 0e54c01 Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test. by Aart Bik · 8 years ago
  8. 2a6aad9 Implement fp to bits methods as intrinsics. by Aart Bik · 8 years ago
  9. 38e9e80 Add statistics support for some optimizations by Jean-Philippe Halimi · 8 years ago
  10. 354efa6 Try to substitute constructor chains for IPUTs. by Vladimir Marko · 8 years ago
  11. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 9 years ago
  12. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 9 years ago
  13. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 9 years ago
  14. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 9 years ago
  15. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  16. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  17. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  18. e34648d Revert "Add stats support for existing optimizations" by Nicolas Geoffray · 9 years ago
  19. 06241b1 Add stats support for existing optimizations by Jean-Philippe Halimi · 9 years ago
  20. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 9 years ago
  21. ee3cf07 Intrinsify System.arraycopy. by Nicolas Geoffray · 9 years ago
  22. 3039e38 MIPS64: Implement miscellaneous bit manipulation intrinsics by Chris Larsen · 9 years ago
  23. 619552b Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Vladimir Marko · 9 years ago
  24. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 9 years ago
  25. bfb5ba9 Revert "Revert "Do a second check for testing intrinsic types."" by Andreas Gampe · 9 years ago
  26. a14b9fe Revert "Do a second check for testing intrinsic types." by Andreas Gampe · 9 years ago
  27. 4daa0b4 Do a second check for testing intrinsic types. by Nicolas Geoffray · 9 years ago
  28. 05f2056 Add support to indicate whether intrinsics require a dex cache by Agi Csaki · 9 years ago
  29. 1d4219e Merge "Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets" by Andreas Gampe · 9 years ago
  30. 7da072f Structure for String.Equals intrinsic by agicsaki · 9 years ago
  31. 6cff09a Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets by agicsaki · 9 years ago
  32. 57b81ec Add support to indicate whether intrinsics require an environment by agicsaki · 9 years ago
  33. 611d339 ARM/ARM64: Implement numberOfLeadingZeros intrinsic. by Scott Wakeling · 9 years ago
  34. bc576cf Merge "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Roland Levillain · 9 years ago
  35. aabdf8a Revert "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 9 years ago
  36. 7a58566 Merge "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 9 years ago
  37. 8ab7bd6 Optimizing String.Equals as an intrinsic (x86) by agicsaki · 9 years ago
  38. 109c89a ART: Change stream output kNone intrinsic by David Brazdil · 9 years ago
  39. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  40. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  41. d5111bf Do not use dex_compilation_unit after inlining. by Nicolas Geoffray · 9 years ago
  42. ec525fc Factor MoveArguments methods in Optimizing's intrinsics handlers. by Roland Levillain · 9 years ago
  43. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  44. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 9 years ago
  45. 3e90a96 [optimizing] Do not inline intrinsics by Razvan A Lupusoru · 9 years ago
  46. 878d58c ART: Arm64 optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  47. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago