1. 39bd369 Improve String.indexOf() intrinsics. by Vladimir Marko · 8 years ago
  2. b6a9441 Fix ARM & ARM64 UnsafeGetObject intrinsics with read barriers. by Roland Levillain · 8 years ago
  3. dc5fadf Apply String.equals() optimizations on arm, arm64 and x86-64. by Vladimir Marko · 8 years ago
  4. 111959f runtime: Add missing instruction set features for our Kryo target by Alex Naidis · 8 years ago
  5. 09e4617 ARM: Add vldm/vstm assembler support. by Artem Serov · 8 years ago
  6. fce18fe ARM: Fix shifted register offset mem address mode for load signed. by Artem Serov · 8 years ago
  7. 15a2eb0 Thumb2: Clean up 16-bit LDR/STR detection. by Vladimir Marko · 8 years ago
  8. 7be929d ARM64: Use the zero register in the parallel-move resolver. by Alexandre Rames · 8 years ago
  9. 4df13f4 ARM64: Improve code generated to spill/restore for slow paths. by Alexandre Rames · 8 years ago
  10. 229c890 Math Round Intrinsic Implementations For Java8. by xueliang.zhong · 8 years ago
  11. b3fcd89 Integer.bitCount and Long.bitCount intrinsics for ARM by xueliang.zhong · 8 years ago
  12. 3988a8e ARM assembler support for VCNT and VPADDL. by xueliang.zhong · 8 years ago
  13. 24ad203 ARM64: Ensure stricter alignment when loading and storing register pairs by Anton Kirilov · 8 years ago
  14. 7e773ee Optimize away useless masking operations on shift amounts. by Alexandre Rames · 8 years ago
  15. 79974bf ARM: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 8 years ago
  16. 1450652 ARM64: Improve String.getCharsNoCheck intrinsic. by Scott Wakeling · 8 years ago
  17. 4e3b263 Add missing calls to `RecordSimplification()`. by Alexandre Rames · 8 years ago
  18. b20e7a3 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 8 years ago
  19. 65cbf0d ARM64: Move BIC after branch in StringCompareTo intrinsic. by Scott Wakeling · 8 years ago
  20. 4f869d5 ARM64: Add new String.compareTo intrinsic. by Scott Wakeling · 8 years ago
  21. 0c84c92 ARM(64): Implement the isInfinite intrinsics by Anton Kirilov · 8 years ago
  22. 03704a9 runtime: arch: support kryo for 32 bit by Alex Naidis · 8 years ago
  23. 272cae5 build: switch ART to performance mode if possible by Alex Naidis · 8 years ago
  24. d505776 dex2oat: Use CLOCK_MONOTONIC, not REALTIME for a watchdog! by Christopher R. Palmer · 8 years ago
  25. a2d1afb Merge 86ba7b122e419f0b6c0c10958e43469253549756 on remote branch by Linux Build Service Account · 7 years ago
  26. 86ba7b1 Promotion of android-framework.lnx.2.0-00090. by Linux Build Service Account · 7 years ago
  27. ace52e6 Merge "Revert "On userdebug/eng builds, disable compiler optimizations in ART"" by Linux Build Service Account · 7 years ago
  28. 7f1982b Revert "On userdebug/eng builds, disable compiler optimizations in ART" by Chitti Babu Theegala · 7 years ago
  29. ca6cff4 Merge eedadb467dbc7295136944c9f8ca0acc8239359d on remote branch by Linux Build Service Account · 7 years ago
  30. 092fa3a Revert "On userdebug/eng builds, disable compiler optimizations in ART" by Chitti Babu Theegala · 7 years ago
  31. cfe89b3 Merge ccd90d4f00c33f7a3a7cd65c5ea95478d0e4ef24 on remote branch by Linux Build Service Account · 7 years ago
  32. eedadb4 Promotion of android-framework.lnx.2.0-00080. by Linux Build Service Account · 7 years ago
  33. 5e42357 Merge 2e46ccae545d88a4b80381ae898c44018805cf39 on remote branch by Linux Build Service Account · 7 years ago
  34. ccd90d4 Promotion of android-framework.lnx.2.0-00079. by Linux Build Service Account · 7 years ago
  35. 258989c Avoid use of pthread_getschedparam (except on the Mac) by Brian Carlstrom · 7 years ago
  36. b132ab9 On userdebug/eng builds, disable compiler optimizations in ART by Shibin George · 7 years ago
  37. 2e46cca Promotion of android-framework.lnx.2.0-00076. by Linux Build Service Account · 7 years ago
  38. a4be327 N-MR2 N2G47H merge 'f9e3754e8a2f6244e037362c03db32d4244ecb2d' - clean by Lalit Kansara · 7 years ago
  39. f9e3754 Revert "Revert "ART: Give JIT thread pool workers a peer"" by Andreas Gampe · 7 years ago
  40. 2db6c40 ART: Add ThreadPool mode that creates peers by Andreas Gampe · 7 years ago
  41. f5f462b Add Thread entry to signal if the thread can call into java by Calin Juravle · 8 years ago
  42. 3f3d4d6 Cache flush/invalidate needs RWX permission by Artem Udovichenko · 8 years ago
  43. 61049e8 Delete extra arm64/mips64 MterpReturn suspend check by Mathieu Chartier · 7 years ago
  44. 2f3fb4d Merge "Add visiting for class loaders in StickyMarkSweep" into nyc-mr2-dev by Mathieu Chartier · 7 years ago
  45. 40d4c76 Add visiting for class loaders in StickyMarkSweep by neo.chae · 8 years ago
  46. 9d5d85e Revert "Revert "Prune uses library classes even without profile DO NOT MERGE"" by Mathieu Chartier · 7 years ago
  47. 5a4c133 Promotion of android-framework.lnx.2.0-00024. by Linux Build Service Account · 8 years ago
  48. a03ed24 Revert "Prune uses library classes even without profile DO NOT MERGE" by Griff Hazen · 8 years ago
  49. fc9bec2 Revert "Prune uses library classes even without profile DO NOT MERGE" by Griff Hazen · 8 years ago
  50. e737165 Merge "Prune uses library classes even without profile" into nyc-mr2-dev by Mathieu Chartier · 8 years ago
  51. dfd17f1 Prune uses library classes even without profile by Mathieu Chartier · 8 years ago
  52. f22e9f6 Prune uses library classes even without profile DO NOT MERGE am: 8394cee5f0 by Mathieu Chartier · 8 years ago
  53. 8394cee Prune uses library classes even without profile DO NOT MERGE by Mathieu Chartier · 8 years ago
  54. 1c9cbfc Back_Merge_N_MR1_To_Dev by Abhilash Kumar Subhash · 8 years ago
  55. 721b915 Merge commit '12eb0c532e33ca5d5e98addd580b5ad0a4b71be4' into remote by Lalit Kansara · 8 years ago
  56. 2b25ca9 Fix event reporting from the debugger thread by Sebastien Hertz · 8 years ago
  57. b33635d ART: Prioritize reference table dump by Andreas Gampe · 8 years ago
  58. 12eb0c5 merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  59. 2a539ab Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak by Brian Carlstrom · 8 years ago
  60. 645e477 Ensure OpenDexFilesFromImage closes file to prevent file descriptor leak by Brian Carlstrom · 8 years ago
  61. eabb3d3 merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  62. f7fe4ed ART: Reprint long messages on abort am: 47d522b27f by Andreas Gampe · 8 years ago
  63. 96527e3 ART: Clean up IRT-related abort messaging am: 15b7c90ab8 by Andreas Gampe · 8 years ago
  64. 47d522b ART: Reprint long messages on abort by Andreas Gampe · 8 years ago
  65. 15b7c90 ART: Clean up IRT-related abort messaging by Andreas Gampe · 8 years ago
  66. ba65681 merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  67. c7e8eca DO NOT MERGE: Update Oat version to 088 am: ae444410cc by Alex Light · 8 years ago
  68. ae44441 DO NOT MERGE: Update Oat version to 088 by Alex Light · 8 years ago
  69. d6a77d2 ART: Dump referenced type in IRT overflows am: 280f32b095 by Andreas Gampe · 8 years ago
  70. 280f32b ART: Dump referenced type in IRT overflows by Andreas Gampe · 8 years ago
  71. 71c018d merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  72. 50d2227 Make test for app-image loading. am: d3997bd98a by Alex Light · 8 years ago
  73. d3997bd Make test for app-image loading. by Alex Light · 8 years ago
  74. 254b85e merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  75. 93f1742 Smarter image layout am: 4e9c4e7466 by Mathieu Chartier · 8 years ago
  76. 4e9c4e7 Smarter image layout by Mathieu Chartier · 8 years ago
  77. 33bac5c merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  78. fe1bcce Merge "Make image test multi image" into nyc-mr1-dev am: 41be588f4f by Mathieu Chartier · 8 years ago
  79. 211afe9 Make image test multi image am: 25adcfb7dc by Mathieu Chartier · 8 years ago
  80. 41be588 Merge "Make image test multi image" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  81. 25adcfb Make image test multi image by Mathieu Chartier · 8 years ago
  82. 204b0a4 merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  83. 88a10c7 Ensure class is initialized when reading its fields from debugger. by Jeff Hao · 8 years ago
  84. 894f3fd Ensure class is initialized when reading its fields from debugger. by Jeff Hao · 8 years ago
  85. 69adbe2 merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  86. 549fcea Merge "Fix vtable corruption issue" into nyc-mr1-dev am: 949ce9c1da by Alex Light · 8 years ago
  87. 76e1722 Fix vtable corruption issue am: b47a1cc17f by Alex Light · 8 years ago
  88. 949ce9c Merge "Fix vtable corruption issue" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  89. ee5c399 Don't assume resolved classses are filled in for ResolvedFieldAccessTest by Mathieu Chartier · 8 years ago
  90. b47a1cc Fix vtable corruption issue by Alex Light · 8 years ago
  91. c90450a Don't assume resolved classses are filled in for ResolvedFieldAccessTest by Mathieu Chartier · 8 years ago
  92. dc1aac8 merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  93. 953baf0 Save environment snapshot and use at fork/exec am: 0e4a2f0d6b by David Sehr · 8 years ago
  94. 0e4a2f0 Save environment snapshot and use at fork/exec by David Sehr · 8 years ago
  95. 92cf579 Pass the right class loader when inlining. am: c770fe0480 am: 5b5ee2a89f by Nicolas Geoffray · 8 years ago
  96. 91373ca Pass the right class loader when inlining. am: c770fe0480 am: 5b5ee2a89f by Nicolas Geoffray · 8 years ago
  97. 5b5ee2a Pass the right class loader when inlining. am: c770fe0480 by Nicolas Geoffray · 8 years ago
  98. 819765b merge in nyc-mr1-release history after reset to nyc-mr1-dev by gitbuildkicker · 8 years ago
  99. c770fe0 Pass the right class loader when inlining. by Nicolas Geoffray · 8 years ago
  100. 4318328 Add lock when iterating over BacktraceMap. am: 250a966717 by Christopher Ferris · 8 years ago