1. f38702b Merge "Simplify LoadNativeLibrary()" into nyc-dev am: 657f5f76a6 by Dimitry Ivanov · 9 years ago
  2. 657f5f7 Merge "Simplify LoadNativeLibrary()" into nyc-dev by Dimitry Ivanov · 9 years ago
  3. 8f91f3c Merge "Optimizing: Reduce memory usage of HInstructions." am: 01c30e8dbc by Vladimir Marko · 9 years ago
  4. 8e4d8f4 Merge "Optimizing: Reduce memory usage of HInstructions." am: 01c30e8dbc by Vladimir Marko · 9 years ago
  5. 01c30e8 Merge "Optimizing: Reduce memory usage of HInstructions." by Vladimir Marko · 9 years ago
  6. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 9 years ago
  7. 929450a Merge "Revert "Revert "ART: Support interpreter switching in x86 mterp""" am: af86c4e441 by Bill Buzbee · 9 years ago
  8. f40a86a Merge "Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck" am: 8744d24d5b by Tim Zhang · 9 years ago
  9. e2c9340 Merge "Revert "Revert "ART: Support interpreter switching in x86 mterp""" by Bill Buzbee · 9 years ago
  10. 8fb4e3c Merge "Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck" by Tim Zhang · 9 years ago
  11. af86c4e Merge "Revert "Revert "ART: Support interpreter switching in x86 mterp""" by Bill Buzbee · 9 years ago
  12. 8744d24 Merge "Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck" by Nicolas Geoffray · 9 years ago
  13. 2be15ad Merge "Revert "Preload public libraries on Runtime::Start()"" into nyc-dev by Nicolas Geoffray · 9 years ago
  14. 59d165e Merge "Revert "Preload public libraries on Runtime::Start()"" into nyc-dev by Nicolas Geoffray · 9 years ago
  15. 8519b04 Disable test 097-duplicate-method for investigation am: 1d8bc19e0f by Sebastien Hertz · 9 years ago
  16. 1d8bc19 Disable test 097-duplicate-method for investigation by Sebastien Hertz · 9 years ago
  17. f88633a Merge "Revert "Fast ART x86_64 interpretator"" am: 15315abf91 am: a63079e813 by Nicolas Geoffray · 9 years ago
  18. a63079e Merge "Revert "Fast ART x86_64 interpretator"" am: 15315abf91 by Nicolas Geoffray · 9 years ago
  19. 15315ab Merge "Revert "Fast ART x86_64 interpretator"" by Nicolas Geoffray · 9 years ago
  20. c4a575f Revert "Fast ART x86_64 interpretator" by Nicolas Geoffray · 9 years ago
  21. e8725e4 Revert "Preload public libraries on Runtime::Start()" by Nicolas Geoffray · 9 years ago
  22. 25abd6c Optimizing: Add ARM and ARM64 intrinsics support for StringGetCharsNoCheck by Tim Zhang · 9 years ago
  23. 6ade28e Add lz4hc image compression format am: 167e638ffd by Mathieu Chartier · 9 years ago
  24. cbe497b Add a decompression scoped timing for image loading am: 1c3fa8891a -s ours by Mathieu Chartier · 9 years ago
  25. 769b207 Merge "Add lz4hc image compression format" am: 3140ed5966 am: 2699149c97 by Mathieu Chartier · 9 years ago
  26. 2699149 Merge "Add lz4hc image compression format" am: 3140ed5966 by Mathieu Chartier · 9 years ago
  27. 3140ed5 Merge "Add lz4hc image compression format" by Mathieu Chartier · 9 years ago
  28. 167e638 Add lz4hc image compression format by Mathieu Chartier · 9 years ago
  29. 1c3fa88 Add a decompression scoped timing for image loading by Mathieu Chartier · 9 years ago
  30. edc7563 Merge "Fast ART x86_64 interpretator" am: 36be5c503c am: 2a5065d438 by Serguei Katkov · 9 years ago
  31. 2a5065d Merge "Fast ART x86_64 interpretator" am: 36be5c503c by Serguei Katkov · 9 years ago
  32. 36be5c5 Merge "Fast ART x86_64 interpretator" by Bill Buzbee · 9 years ago
  33. a6e81ed Add lz4hc image compression format by Mathieu Chartier · 9 years ago
  34. 24a0c4b Merge "Add a decompression scoped timing for image loading" am: eea36cb923 by Mathieu Chartier · 9 years ago
  35. 688389d Merge "Add a decompression scoped timing for image loading" am: eea36cb923 by Mathieu Chartier · 9 years ago
  36. eea36cb Merge "Add a decompression scoped timing for image loading" by Mathieu Chartier · 9 years ago
  37. 28cc257 Merge "AOT compile framework code as non-debuggable" am: 9ed87a8f69 by Mingyao Yang · 9 years ago
  38. a59413b Merge "AOT compile framework code as non-debuggable" am: 9ed87a8f69 by Mingyao Yang · 9 years ago
  39. 9ed87a8 Merge "AOT compile framework code as non-debuggable" by Mingyao Yang · 9 years ago
  40. 31317c3 Add a decompression scoped timing for image loading by Mathieu Chartier · 9 years ago
  41. 3fe8fa4 Merge "Add StrictMath.round tests for large integers." am: 6d174eebe7 by Vladimir Marko · 9 years ago
  42. 7caeddb Merge "Add StrictMath.round tests for large integers." am: 6d174eebe7 by Vladimir Marko · 9 years ago
  43. 6d174ee Merge "Add StrictMath.round tests for large integers." by Vladimir Marko · 9 years ago
  44. c556845 Merge "Recognize for (int i = 0; i != x.length; i++) loops" am: 9ec486cc08 by Aart Bik · 9 years ago
  45. a66fbf3 Merge "Recognize for (int i = 0; i != x.length; i++) loops" am: 9ec486cc08 by Aart Bik · 9 years ago
  46. 9ec486c Merge "Recognize for (int i = 0; i != x.length; i++) loops" by Aart Bik · 9 years ago
  47. 481352d Revert "Revert "ART: Support interpreter switching in x86 mterp"" by Bill Buzbee · 9 years ago
  48. f4fd92d Merge "Disable test 097-duplicate-method for investigation" am: 03550b6cdc by Sebastien Hertz · 9 years ago
  49. b1eb56a Merge "Disable test 097-duplicate-method for investigation" am: 03550b6cdc by Sebastien Hertz · 9 years ago
  50. 03550b6 Merge "Disable test 097-duplicate-method for investigation" by Sebastien Hertz · 9 years ago
  51. fc07555 Disable test 097-duplicate-method for investigation by Sebastien Hertz · 9 years ago
  52. 9c1c06a Add StrictMath.round tests for large integers. by Vladimir Marko · 9 years ago
  53. c62c572 Merge "Make sure constantIndexing2 is optimized with DEOPT." am: 9ca7d203f2 by Aart Bik · 9 years ago
  54. 2c3f75d Merge "Make sure constantIndexing2 is optimized with DEOPT." am: 9ca7d203f2 by Aart Bik · 9 years ago
  55. 9ca7d20 Merge "Make sure constantIndexing2 is optimized with DEOPT." by Aart Bik · 9 years ago
  56. 358af83 Recognize for (int i = 0; i != x.length; i++) loops by Aart Bik · 9 years ago
  57. 2ab40fe Merge "Dump the number of OSR compiled code." am: 6d17995db0 am: 67bd7c6a0b by Nicolas Geoffray · 9 years ago
  58. 217586e Merge "Optimizing: ARM64 negated bitwise operations simplification" am: 87265b4af8 by Roland Levillain · 9 years ago
  59. 67bd7c6 Merge "Dump the number of OSR compiled code." am: 6d17995db0 by Nicolas Geoffray · 9 years ago
  60. 6d17995 Merge "Dump the number of OSR compiled code." by Nicolas Geoffray · 9 years ago
  61. 3f30ffc Merge "Optimizing: ARM64 negated bitwise operations simplification" by Roland Levillain · 9 years ago
  62. 87265b4 Merge "Optimizing: ARM64 negated bitwise operations simplification" by Roland Levillain · 9 years ago
  63. 9ff0d20 Optimizing: ARM64 negated bitwise operations simplification by Kevin Brodsky · 9 years ago
  64. f1f7fd0 Merge "ART: Profile all branches for on-stack replacement" am: 950d063395 by Bill Buzbee · 9 years ago
  65. e9c4c72 Merge "ART: Profile all branches for on-stack replacement" am: 950d063395 by Bill Buzbee · 9 years ago
  66. 950d063 Merge "ART: Profile all branches for on-stack replacement" by Bill Buzbee · 9 years ago
  67. b47c921 Merge "Verify encoded stack maps in debug builds." am: ebd486978e am: 33012fdb16 by David Srbecky · 9 years ago
  68. 33012fd Merge "Verify encoded stack maps in debug builds." am: ebd486978e by David Srbecky · 9 years ago
  69. ebd4869 Merge "Verify encoded stack maps in debug builds." by David Srbecky · 9 years ago
  70. efded8f Merge "Revert "Revert "ARM/ARM64: Extend support of instruction combining.""" am: 1de3bb289b by Vladimir Marko · 9 years ago
  71. a3b1d00 Merge "Revert "Revert "ARM/ARM64: Extend support of instruction combining.""" by Vladimir Marko · 9 years ago
  72. 1de3bb2 Merge "Revert "Revert "ARM/ARM64: Extend support of instruction combining.""" by Vladimir Marko · 9 years ago
  73. c4f2483 Merge "Implement << operator for DexRegisterLocation::Kind." am: dcedaaa4dc by David Srbecky · 9 years ago
  74. 69f5c5a Merge "Implement << operator for DexRegisterLocation::Kind." am: dcedaaa4dc by David Srbecky · 9 years ago
  75. dcedaaa Merge "Implement << operator for DexRegisterLocation::Kind." by David Srbecky · 9 years ago
  76. 1bbdfd7 Verify encoded stack maps in debug builds. by David Srbecky · 9 years ago
  77. 7dc1178 Implement << operator for DexRegisterLocation::Kind. by David Srbecky · 9 years ago
  78. f1dcacc ART: Profile all branches for on-stack replacement by buzbee · 9 years ago
  79. 2f9a7aa Merge "Revert "ART: Support interpreter switching in x86 mterp"" am: 7d66ac5038 by Nicolas Geoffray · 9 years ago
  80. d78a85c Merge "Revert "ART: Support interpreter switching in x86 mterp"" am: 7d66ac5038 by Nicolas Geoffray · 9 years ago
  81. 7d66ac5 Merge "Revert "ART: Support interpreter switching in x86 mterp"" by Nicolas Geoffray · 9 years ago
  82. a14bf44 Revert "ART: Support interpreter switching in x86 mterp" by Nicolas Geoffray · 9 years ago
  83. fcdd729 Dump the number of OSR compiled code. by Nicolas Geoffray · 9 years ago
  84. b607fa1 Merge "Split 530-checker-loops to please our run-test file size limit." am: 1470073c3a by Nicolas Geoffray · 9 years ago
  85. 71fe91c Merge "ART: Support interpreter switching in x86 mterp" am: 7f4ea48953 by Bill Buzbee · 9 years ago
  86. 6d5eef4 Merge "Split 530-checker-loops to please our run-test file size limit." by Nicolas Geoffray · 9 years ago
  87. 0854e16 Merge "ART: Support interpreter switching in x86 mterp" am: 7f4ea48953 by Bill Buzbee · 9 years ago
  88. 1470073 Merge "Split 530-checker-loops to please our run-test file size limit." by Nicolas Geoffray · 9 years ago
  89. 7f4ea48 Merge "ART: Support interpreter switching in x86 mterp" by Bill Buzbee · 9 years ago
  90. bef5eba Split 530-checker-loops to please our run-test file size limit. by Nicolas Geoffray · 9 years ago
  91. ad8f21c Merge "Forgot to initialize JIT memory use fields." am: 489b1f2264 by Nicolas Geoffray · 9 years ago
  92. f25f9f4 Merge "Forgot to initialize JIT memory use fields." am: 489b1f2264 by Nicolas Geoffray · 9 years ago
  93. 489b1f2 Merge "Forgot to initialize JIT memory use fields." by Nicolas Geoffray · 9 years ago
  94. 4a0dad6 Revert "Revert "ARM/ARM64: Extend support of instruction combining."" by Artem Udovichenko · 9 years ago
  95. 1a57416 Merge "Revert "Preload public libraries on Runtime::Start()"" am: 57bb557954 by Nicolas Geoffray · 9 years ago
  96. f430cb6 Merge "Revert "Preload public libraries on Runtime::Start()"" am: 57bb557954 by Nicolas Geoffray · 9 years ago
  97. 4f457cd Merge "Revert "Disable test due to toybox update."" am: 4559e72589 by Nicolas Geoffray · 9 years ago
  98. 57bb557 Merge "Revert "Preload public libraries on Runtime::Start()"" by Nicolas Geoffray · 9 years ago
  99. c66577e Revert "Preload public libraries on Runtime::Start()" by Nicolas Geoffray · 9 years ago
  100. 76474ae Merge "Revert "Disable test due to toybox update."" am: 4559e72589 by Nicolas Geoffray · 9 years ago