1. 8de1297 Fix issues due to updated toolchain. by Jayant Chowdhary · 8 years ago
  2. d419beb Merge "Allow store elimination for singleton that's returned" by Mingyao Yang · 8 years ago
  3. 43cfb46 Merge changes I2f8edd95,I17d67431 by Shubham Ajmera · 8 years ago
  4. e381ffe Allow building Android builds locally by Shubham Ajmera · 8 years ago
  5. eb2d2d346e Allow store elimination for singleton that's returned by Mingyao Yang · 8 years ago
  6. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  7. c02fe5f Merge "Interpreter intrinsics" by Bill Buzbee · 8 years ago
  8. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  9. 76e342e Merge changes I16000c0c,I325003cb by Hiroshi Yamauchi · 8 years ago
  10. 78f1bdc Interpreter intrinsics by buzbee · 8 years ago
  11. 68948e0 Merge "Improve isunit computation, some tests edits needed for SIMD." by Aart Bik · 8 years ago
  12. 0c742e4 Merge "Improve debugging output for a crash." by Vladimir Marko · 8 years ago
  13. 7b6bd79 Merge "Forgot this line for blacklisting." by Nicolas Geoffray · 8 years ago
  14. c90466d Forgot this line for blacklisting. by Nicolas Geoffray · 8 years ago
  15. 8dd56fc Improve debugging output for a crash. by Vladimir Marko · 8 years ago
  16. 0cca4bc Merge "Blacklist test for NON_BAKER_READ_BARRIER." by Nicolas Geoffray · 8 years ago
  17. 77e3694 Blacklist test for NON_BAKER_READ_BARRIER. by Nicolas Geoffray · 8 years ago
  18. a04d4f0 Merge "Experiment with ulimit settings to see if it fixes test failure." by Richard Uhler · 8 years ago
  19. 335f644 Merge "Invoke typed arraycopy for primitive arrays." by Nicolas Geoffray · 8 years ago
  20. 742bc41 Merge "Return the right value in VerifyClass." by Nicolas Geoffray · 8 years ago
  21. 8cb8810 Experiment with ulimit settings to see if it fixes test failure. by Richard Uhler · 8 years ago
  22. 2ec053f Merge "ART: Update LZ4 library to v1.7.5" by Treehugger Robot · 8 years ago
  23. a6fa68f Merge "Encode inline caches with missing types in the profile" by Calin Juravle · 8 years ago
  24. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  25. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 8 years ago
  26. 7733305 Merge "Change "could not find class" to warning" by Mathieu Chartier · 8 years ago
  27. 7adb688 Improve isunit computation, some tests edits needed for SIMD. by Aart Bik · 8 years ago
  28. e6a60bf Merge "Bug fix in overflow detection on pow. With regression test." by Aart Bik · 8 years ago
  29. 7ba6ed7 Merge "ART: Clean up code related to foreign dex use" by Calin Juravle · 8 years ago
  30. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  31. b9d09ca Allow test runner to build master-art-host targets by Shubham Ajmera · 8 years ago
  32. 7cc3ae5 Return the right value in VerifyClass. by Nicolas Geoffray · 8 years ago
  33. b603a5c Bug fix in overflow detection on pow. With regression test. by Aart Bik · 8 years ago
  34. c4aa82c Invoke typed arraycopy for primitive arrays. by Nicolas Geoffray · 8 years ago
  35. a86b359 Merge "MIPS64: Removal of unnecessary null check" by Treehugger Robot · 8 years ago
  36. ec577e7 Merge "Add the test name that is too long for diagnosing issues." by Nicolas Geoffray · 8 years ago
  37. bea3e31 Add the test name that is too long for diagnosing issues. by Nicolas Geoffray · 8 years ago
  38. 87425ed MIPS64: Removal of unnecessary null check by Tijana Jakovljevic · 8 years ago
  39. acd764a Merge "Fix dexlayout calculation of code item size." by Treehugger Robot · 8 years ago
  40. 7a970b7 Merge "Check IsModifiableClass earlier in redefineClasses and retransformClasses" by Treehugger Robot · 8 years ago
  41. d886638 Merge "Pass driver to loop opt. Add new side_effects phase." by Treehugger Robot · 8 years ago
  42. a64a64c Fix dexlayout calculation of code item size. by Jeff Hao · 8 years ago
  43. ce6ee70 Check IsModifiableClass earlier in redefineClasses and retransformClasses by Alex Light · 8 years ago
  44. 92685a8 Pass driver to loop opt. Add new side_effects phase. by Aart Bik · 8 years ago
  45. f9d80d7 Merge "Disable test 154 for JIT" by Treehugger Robot · 8 years ago
  46. 589e71e Encode inline caches with missing types in the profile by Calin Juravle · 8 years ago
  47. dcab11d Merge "Array store/allocation elimination" by Mingyao Yang · 8 years ago
  48. 3f12134 Change "could not find class" to warning by Mathieu Chartier · 8 years ago
  49. 673665b Disable test 154 for JIT by Mathieu Chartier · 8 years ago
  50. 8697490 Array store/allocation elimination by Mingyao Yang · 8 years ago
  51. 5c90d0b Merge "MIPS64: Refactor implicit null checks in array/field get/set" by Treehugger Robot · 8 years ago
  52. ef81e98 Merge "Disable 115-native-bridge in Makefile." by Nicolas Geoffray · 8 years ago
  53. 571ca6e Disable 115-native-bridge in Makefile. by Nicolas Geoffray · 8 years ago
  54. 225ac2f Merge "Add GC critical section to GetObjectsAllocated" by Treehugger Robot · 8 years ago
  55. e8649c7 Add GC critical section to GetObjectsAllocated by Mathieu Chartier · 8 years ago
  56. d9f647a Merge "Extend profman to generate profiles with inline caches" by Treehugger Robot · 8 years ago
  57. b2a6d12 Merge "Fix OUT_DIR usage" by Treehugger Robot · 8 years ago
  58. e0ac115 Extend profman to generate profiles with inline caches by Calin Juravle · 8 years ago
  59. 1990bda Merge "Fix dex location filtering in dex2oat" by Mathieu Chartier · 8 years ago
  60. 046854b Fix dex location filtering in dex2oat by Mathieu Chartier · 8 years ago
  61. f325e01 Fix OUT_DIR usage by Dan Willemsen · 8 years ago
  62. d5b260e Merge "Clean up ZygoteHooks stack walking slightly." by Treehugger Robot · 8 years ago
  63. 33c6731 Merge "Misc cleanup for class redefinition." by Treehugger Robot · 8 years ago
  64. da4e291 Merge changes I5be41da8,Ifa4aac02 by Treehugger Robot · 8 years ago
  65. 455d74f Merge "Add nullptr and size check for opening a mem mapped dex file." by Treehugger Robot · 8 years ago
  66. 5fa1773 Merge "Increase ulimit on host to fix test 103-string-append with art-debug-gc." by Roland Levillain · 8 years ago
  67. 7bf9048 ART: Resolve <clinit> strings in compiler driver by Andreas Gampe · 8 years ago
  68. c5f5a6e Misc cleanup for class redefinition. by Alex Light · 8 years ago
  69. 9e7078b ART: Resolve static field strings in compiler driver by Andreas Gampe · 8 years ago
  70. 8474026 Clean up ZygoteHooks stack walking slightly. by Alex Light · 8 years ago
  71. 9e6e3d4 Increase ulimit on host to fix test 103-string-append with art-debug-gc. by Roland Levillain · 8 years ago
  72. 3a791ce Merge "Fix date on devices in setup-buildbot-device.sh." by Roland Levillain · 8 years ago
  73. b7b043a Merge "Clean up OatFileAssistant getting of image info." by Richard Uhler · 8 years ago
  74. 5743386 MIPS64: Refactor implicit null checks in array/field get/set by Tijana Jakovljevic · 8 years ago
  75. 41b2f53 Add nullptr and size check for opening a mem mapped dex file. by Jeff Hao · 8 years ago
  76. 425b5d2 Merge "Clear empty unevac regions in ClearFromSpace" by Treehugger Robot · 8 years ago
  77. 3d04854 Merge "Fix dexlayout manual walking of 0 length catch handler." by Treehugger Robot · 8 years ago
  78. 371b047 Clear empty unevac regions in ClearFromSpace by Mathieu Chartier · 8 years ago
  79. ec78cc2 Merge "Don't fail for null dex elements in FlattenPathClassLoader" by Mathieu Chartier · 8 years ago
  80. 981fffc Merge "Add missing FlushCloseOutputFiles to CompileImage" by Mathieu Chartier · 8 years ago
  81. 8a1691f Don't fail for null dex elements in FlattenPathClassLoader by Mathieu Chartier · 8 years ago
  82. c108e66 Merge "Increase gcloop threshold to 15" by Mathieu Chartier · 8 years ago
  83. 8f13b4a Merge "Fixed OatWriter checksum for raw data case" by Mathieu Chartier · 8 years ago
  84. ac46271 Fix dexlayout manual walking of 0 length catch handler. by Jeff Hao · 8 years ago
  85. 80b8e7c Merge "Add dexlayout test where class data section precedes code items." by Treehugger Robot · 8 years ago
  86. a5df8af Increase gcloop threshold to 15 by Mathieu Chartier · 8 years ago
  87. 00bf260 Add missing FlushCloseOutputFiles to CompileImage by Mathieu Chartier · 8 years ago
  88. e682d90 Fixed OatWriter checksum for raw data case by Mathieu Chartier · 8 years ago
  89. f040eca Merge "New utilities for induction variables." by Aart Bik · 8 years ago
  90. 95e0967 Clean up OatFileAssistant getting of image info. by Richard Uhler · 8 years ago
  91. 48b795e Merge "Don't include patch information when generating images." by Richard Uhler · 8 years ago
  92. 9c69e59 Merge "Add regression test for vdex + layout combination" by Mathieu Chartier · 8 years ago
  93. 32a60ab Add dexlayout test where class data section precedes code items. by Jeff Hao · 8 years ago
  94. 8bc343b Add regression test for vdex + layout combination by Mathieu Chartier · 8 years ago
  95. 106173a Merge "Prevent dexlayout from moving code items if preceded by class data." by Treehugger Robot · 8 years ago
  96. 8146452 Merge "Handle RawData case for DexLayout" by Treehugger Robot · 8 years ago
  97. 863f1d7 Prevent dexlayout from moving code items if preceded by class data. by Jeff Hao · 8 years ago
  98. 497d526 Handle RawData case for DexLayout by Mathieu Chartier · 8 years ago
  99. 8e02e3e New utilities for induction variables. by Aart Bik · 8 years ago
  100. fddc193 Merge "MIPS32: Do not use _MIPS_ARCH_MIPS64R6 in MIPS32 code" by Vladimir Marko · 8 years ago