1. d0c8412 Print more info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  2. 49b7134 Enable tlab by default for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  3. 07276db Don't do a null test in MarkGCCard if the value cannot be null. by Nicolas Geoffray · 9 years ago
  4. 8909baf Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck by Guillaume "Vermeille" Sanchez · 9 years ago
  5. a5511ad Merge "ART: Rephrase test comments, update Checker README" by David Brazdil · 9 years ago
  6. 67ff7d1 Test and fix bug checking status of secondary multidex files. by Richard Uhler · 9 years ago
  7. 2f9d137 Merge "Opt compiler: ARM64: Use ldp/stp on arm64 for slow paths." by Nicolas Geoffray · 9 years ago
  8. 5969307 Merge "ART: Mark constructor 'explicit'" by David Brazdil · 9 years ago
  9. f1a9ff7 ART: Mark constructor 'explicit' by David Brazdil · 9 years ago
  10. 468137a Merge "ART: Revert change to LiveRange::Dump" by David Brazdil · 9 years ago
  11. 58b1654 Merge "Stack walking of inlined frames." by Nicolas Geoffray · 9 years ago
  12. c7a2485 ART: Revert change to LiveRange::Dump by David Brazdil · 9 years ago
  13. 57f6161 Stack walking of inlined frames. by Nicolas Geoffray · 9 years ago
  14. 4b49a86 Merge "Revert "ART: Revert change to LiveRange::Dump"" by David Brazdil · 9 years ago
  15. 7fe79ff Revert "ART: Revert change to LiveRange::Dump" by David Brazdil · 9 years ago
  16. d56dd2b ART: Rephrase test comments, update Checker README by David Brazdil · 9 years ago
  17. ce63c60 Merge "ART: Revert change to LiveRange::Dump" by David Brazdil · 9 years ago
  18. 294a050 ART: Revert change to LiveRange::Dump by David Brazdil · 9 years ago
  19. 17f1bc5 Merge "Support InlineInfo in StackMap." by Nicolas Geoffray · 9 years ago
  20. 9ee371e Merge "Fix libcore buildbot failure." by Narayan Kamath · 9 years ago
  21. 57c54b8 Fix libcore buildbot failure. by Narayan Kamath · 9 years ago
  22. b1d0f3f Support InlineInfo in StackMap. by Nicolas Geoffray · 9 years ago
  23. 682876a Merge "Don't emit bkpt, takes extra space for nothing." by Nicolas Geoffray · 9 years ago
  24. 81b2591 Merge "ART: Removed redundant Phis as part of DCE" by David Brazdil · 9 years ago
  25. 84daae5 ART: Removed redundant Phis as part of DCE by David Brazdil · 9 years ago
  26. d30ad93 Merge "Callee/caller save logic in register allocator." by Nicolas Geoffray · 9 years ago
  27. 8826f67 Callee/caller save logic in register allocator. by Nicolas Geoffray · 9 years ago
  28. c88b09f Merge "ART: Print C1vis lists as [v1,...,vN]" by David Brazdil · 9 years ago
  29. 3f68e38 Don't emit bkpt, takes extra space for nothing. by Nicolas Geoffray · 9 years ago
  30. aae4334 Merge "JDWP: more GC safety" by Sebastien Hertz · 9 years ago
  31. 03e4351 Merge "Add new style String operations during compilation init, part 2" by Kenny Root · 9 years ago
  32. 57f91e8 Add new style String operations during compilation init, part 2 by Kenny Root · 9 years ago
  33. 74ef442 Merge "Stop wrapping close(2) with TEMP_FAILURE_RETRY in art." by Elliott Hughes · 9 years ago
  34. c57397b ART: Print C1vis lists as [v1,...,vN] by David Brazdil · 9 years ago
  35. 6a887d6 Stop wrapping close(2) with TEMP_FAILURE_RETRY in art. by Elliott Hughes · 9 years ago
  36. 99df2b1 Merge "Opt compiler: Speedup div/rem by constants on arm32 and arm64." by Nicolas Geoffray · 9 years ago
  37. c666710 Opt compiler: Speedup div/rem by constants on arm32 and arm64. by Zheng Xu · 9 years ago
  38. 0667572 Merge "ART: Fix a minor lint error" by David Brazdil · 9 years ago
  39. 9f99d92 ART: Fix a minor lint error by David Brazdil · 9 years ago
  40. 590d576 Merge "ART: Change Checker syntax for variables" by David Brazdil · 9 years ago
  41. c2c48ff ART: Change Checker syntax for variables by David Brazdil · 9 years ago
  42. 1cad536 Merge "ART: Refactor GraphVisualizer attribute printing" by David Brazdil · 9 years ago
  43. c7465286 ART: Refactor GraphVisualizer attribute printing by David Brazdil · 9 years ago
  44. 38b06de Merge "Fix minor checker bug" by Calin Juravle · 9 years ago
  45. ef4366a Merge "In hprof, use an address within string for char array of empty string." by Jeff Hao · 9 years ago
  46. 90bcbd5 In hprof, use an address within string for char array of empty string. by Jeff Hao · 9 years ago
  47. 9614455 Merge changes I2ea008b7,Ibd7a643d by Kenny Root · 9 years ago
  48. 1c9e61c Add new style String operations during compilation init by Kenny Root · 9 years ago
  49. 8c638bc Fix non-range String init calls by Kenny Root · 9 years ago
  50. 7fdbcb8 Merge "In hprof, set string class instance size to that of an empty string." by Jeff Hao · 9 years ago
  51. 934aac7 Merge "Remove doublequoted command to adb sh -c." by Hiroshi Yamauchi · 9 years ago
  52. 0ce4353 In hprof, set string class instance size to that of an empty string. by Jeff Hao · 9 years ago
  53. 0a4c61d Remove doublequoted command to adb sh -c. by Hiroshi Yamauchi · 9 years ago
  54. ca7db4a Merge "Print field info on mark sweep invalid ref crash." by Hiroshi Yamauchi · 9 years ago
  55. d9a27b6 Merge "Quick: Fix marking high words in DCE." by Vladimir Marko · 9 years ago
  56. eb2baaf Print field info on mark sweep invalid ref crash. by Hiroshi Yamauchi · 9 years ago
  57. 9cacef6 Quick: Fix marking high words in DCE. by Vladimir Marko · 9 years ago
  58. a8b85b2 Fix minor checker bug by Calin Juravle · 9 years ago
  59. 1484dad Merge "Revert "Revert "Remove junit from our core image.""" by Nicolas Geoffray · 9 years ago
  60. 958fa02 Revert "Revert "Remove junit from our core image."" by Nicolas Geoffray · 9 years ago
  61. df09893 Merge "Revert "Revert "Do not pass junit.jar to vogar.""" by Nicolas Geoffray · 9 years ago
  62. f4ff1d4 Revert "Revert "Do not pass junit.jar to vogar."" by Nicolas Geoffray · 9 years ago
  63. c8c6aa9 Merge "ART: Do not relocate app program headers in patchoat." by Vladimir Marko · 9 years ago
  64. 2a6c5ee Merge "[optimizing] Fold HTypeConversion of constants" by Roland Levillain · 9 years ago
  65. 3fc9903 ART: Do not relocate app program headers in patchoat. by Vladimir Marko · 9 years ago
  66. bf27b07 Merge "Revert "Do not pass junit.jar to vogar."" by Nicolas Geoffray · 9 years ago
  67. 5bf24f3 Revert "Do not pass junit.jar to vogar." by Nicolas Geoffray · 9 years ago
  68. 96ca18c Merge "ART: Fix unused return-value in test" by Andreas Gampe · 9 years ago
  69. fd11470 ART: Fix unused return-value in test by Andreas Gampe · 9 years ago
  70. a58ee00 Merge "Undo arm64 workaround." by Chih-Hung Hsieh · 9 years ago
  71. c9c4232 Merge "Revert "Remove junit from our core image."" by Nicolas Geoffray · 9 years ago
  72. 7028d59 Revert "Remove junit from our core image." by Nicolas Geoffray · 9 years ago
  73. 0ad07e4 Merge "Revert "New failure due to a junit/vogar difference."" by Nicolas Geoffray · 9 years ago
  74. ea6e2df Revert "New failure due to a junit/vogar difference." by Nicolas Geoffray · 9 years ago
  75. e977494 Merge "Also print class for NoSuchFieldException" by Mathieu Chartier · 9 years ago
  76. 4a0aa9c Merge "New failure due to a junit/vogar difference." by Nicolas Geoffray · 9 years ago
  77. 203a555 New failure due to a junit/vogar difference. by Nicolas Geoffray · 9 years ago
  78. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 9 years ago
  79. e82549b [optimizing] Fold HTypeConversion of constants by Mark Mendell · 9 years ago
  80. c3912c8 Merge "Remove junit from our core image." by Nicolas Geoffray · 9 years ago
  81. baaf287 Merge "Silence unused result warnings in art." by Elliott Hughes · 9 years ago
  82. 0ad65a3 Remove junit from our core image. by Nicolas Geoffray · 9 years ago
  83. 7bd8f9e Merge "Do not pass junit.jar to vogar." by Nicolas Geoffray · 9 years ago
  84. 3185c8d Do not pass junit.jar to vogar. by Nicolas Geoffray · 9 years ago
  85. 261bc04 JDWP: more GC safety by Sebastien Hertz · 9 years ago
  86. 06f08e4 Silence unused result warnings in art. by Elliott Hughes · 9 years ago
  87. b6cee94 Undo arm64 workaround. by Chih-Hung Hsieh · 9 years ago
  88. 70d3d14 Merge "Hold heap bitmap lock in Heap::GetObjectsAllocated" by Mathieu Chartier · 9 years ago
  89. b43390c Hold heap bitmap lock in Heap::GetObjectsAllocated by Mathieu Chartier · 9 years ago
  90. 28d332c Merge "Add test for String init called from unresolvable class." by Jeff Hao · 9 years ago
  91. 85c6397 Merge "Quick: Fix DCE, clear high word flag in RemoveChange()." by Vladimir Marko · 9 years ago
  92. ade58e1 Quick: Fix DCE, clear high word flag in RemoveChange(). by Vladimir Marko · 9 years ago
  93. da3749e Add test for String init called from unresolvable class. by Jeff Hao · 9 years ago
  94. f0d765e Merge "Add notes about fast JNI calls." by Hiroshi Yamauchi · 9 years ago
  95. 36bce58 Add notes about fast JNI calls. by Hiroshi Yamauchi · 9 years ago
  96. 9bdb647 Merge "Fix bug in removal of *.flock files." by Richard Uhler · 9 years ago
  97. cefb155 Merge "ART: arm indexOf intrinsics for the optimizing compiler" by Andreas Gampe · 9 years ago
  98. 581f4e9 Fix bug in removal of *.flock files. by Richard Uhler · 9 years ago
  99. e658f89 Merge "Quick: Fix DCE to mark wide register overlaps correctly." by Vladimir Marko · 9 years ago
  100. 7207898 Merge "Re-enable 098-ddmc for the read barrier config." by Hiroshi Yamauchi · 9 years ago