1. b42042e Merge "ART: Adds an entrypoint for invoke-custom" by Treehugger Robot · 6 years ago
  2. 4c8e12e ART: Adds an entrypoint for invoke-custom by Orion Hodson · 6 years ago
  3. f75613c Keep objects for Integer.valueOf() intrinsic alive. by Vladimir Marko · 6 years ago
  4. a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 6 years ago
  5. 2477320 Step 1 of 2: conditional passes. by Aart Bik · 6 years ago
  6. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  7. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  8. 6b1aebe Allow devirtualized method to be intrinsified. by Mingyao Yang · 7 years ago
  9. 4c71d00 ART: Remove nested SOA in intrinsics code by Orion Hodson · 7 years ago
  10. b1b5206 ART: Fix invoke-polymorphic compiler warnings by Orion Hodson · 7 years ago
  11. f0010dd Apply individual intrinsic recognition during inliner. by Aart Bik · 7 years ago
  12. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  13. 4a4610a ART: Add VarHandle fence intrinsics by Orion Hodson · 7 years ago
  14. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  15. 1e065a5 optimizing: Refactor statistics to use OptimizingCompilerStats helper by Igor Murashkin · 7 years ago
  16. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  17. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  18. f044c22 Add access flag for previously warm methods by Mathieu Chartier · 7 years ago
  19. a1d2f95 ART: Clean up art_field.h by Andreas Gampe · 7 years ago
  20. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  21. 331605a Revert "Revert "Intrinsify Integer.valueOf."" by Nicolas Geoffray · 7 years ago
  22. db7b44a Revert "Intrinsify Integer.valueOf." by Nicolas Geoffray · 7 years ago
  23. cd0b272 Intrinsify Integer.valueOf. by Nicolas Geoffray · 7 years ago
  24. 5d37c15 Put inlined ArtMethod pointer in stack maps. by Nicolas Geoffray · 8 years ago
  25. 2c45bc9 Remove H[Reverse]PostOrderIterator and HInsertionOrderIterator. by Vladimir Marko · 8 years ago
  26. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  27. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 8 years ago
  28. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  29. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  30. dce016e Intrinsify String.length() and String.isEmpty() as HIR. by Vladimir Marko · 8 years ago
  31. 0e54c01 Unsafe: Recognize intrinsics for 1.8 java.util.concurrent With unit test. by Aart Bik · 8 years ago
  32. 2a6aad9 Implement fp to bits methods as intrinsics. by Aart Bik · 8 years ago
  33. 38e9e80 Add statistics support for some optimizations by Jean-Philippe Halimi · 8 years ago
  34. 354efa6 Try to substitute constructor chains for IPUTs. by Vladimir Marko · 8 years ago
  35. 59c9454 Recognize common utilities as intrinsics. by Aart Bik · 9 years ago
  36. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 9 years ago
  37. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 9 years ago
  38. a4f1220 Optimizing: Add direct calls to math intrinsics by Mark Mendell · 9 years ago
  39. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  40. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  41. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  42. e34648d Revert "Add stats support for existing optimizations" by Nicolas Geoffray · 9 years ago
  43. 06241b1 Add stats support for existing optimizations by Jean-Philippe Halimi · 9 years ago
  44. 16ba2b4 MIPS32: java.lang.String.equals by Chris Larsen · 9 years ago
  45. ee3cf07 Intrinsify System.arraycopy. by Nicolas Geoffray · 9 years ago
  46. 3039e38 MIPS64: Implement miscellaneous bit manipulation intrinsics by Chris Larsen · 9 years ago
  47. 619552b Merge "ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight" by Vladimir Marko · 9 years ago
  48. 9ee23f4 ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight by Scott Wakeling · 9 years ago
  49. bfb5ba9 Revert "Revert "Do a second check for testing intrinsic types."" by Andreas Gampe · 9 years ago
  50. a14b9fe Revert "Do a second check for testing intrinsic types." by Andreas Gampe · 9 years ago
  51. 4daa0b4 Do a second check for testing intrinsic types. by Nicolas Geoffray · 9 years ago
  52. 05f2056 Add support to indicate whether intrinsics require a dex cache by Agi Csaki · 9 years ago
  53. 1d4219e Merge "Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets" by Andreas Gampe · 9 years ago
  54. 7da072f Structure for String.Equals intrinsic by agicsaki · 9 years ago
  55. 6cff09a Intrinsics recognizer returns kNone for MIPS, MIPS64 instruction sets by agicsaki · 9 years ago
  56. 57b81ec Add support to indicate whether intrinsics require an environment by agicsaki · 9 years ago
  57. 611d339 ARM/ARM64: Implement numberOfLeadingZeros intrinsic. by Scott Wakeling · 9 years ago
  58. bc576cf Merge "Revert "Optimizing String.Equals as an intrinsic (x86)"" by Roland Levillain · 9 years ago
  59. aabdf8a Revert "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 9 years ago
  60. 7a58566 Merge "Optimizing String.Equals as an intrinsic (x86)" by Roland Levillain · 9 years ago
  61. 8ab7bd6 Optimizing String.Equals as an intrinsic (x86) by agicsaki · 9 years ago
  62. 109c89a ART: Change stream output kNone intrinsic by David Brazdil · 9 years ago
  63. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 9 years ago
  64. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 9 years ago
  65. d5111bf Do not use dex_compilation_unit after inlining. by Nicolas Geoffray · 9 years ago
  66. ec525fc Factor MoveArguments methods in Optimizing's intrinsics handlers. by Roland Levillain · 9 years ago
  67. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  68. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 9 years ago
  69. 3e90a96 [optimizing] Do not inline intrinsics by Razvan A Lupusoru · 9 years ago
  70. 878d58c ART: Arm64 optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  71. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago