1. c3b13a7 Fix oat_writer to use WriteData which updates checksum. by Jeff Hao · 8 years ago
  2. 29a7c68 Merge "Avoid long sleep in ProfileSaver" by Treehugger Robot · 8 years ago
  3. dc3b128 Avoid long sleep in ProfileSaver by Brian Carlstrom · 8 years ago
  4. 39d4dee Merge "Remove bogus DCHECK." by Treehugger Robot · 8 years ago
  5. 0950abe8 Remove bogus DCHECK. by Nicolas Geoffray · 8 years ago
  6. 09da219 Merge "Put boot class loader classes and strings in dex cache of app images." by Treehugger Robot · 8 years ago
  7. d0668f2 Put boot class loader classes and strings in dex cache of app images. by Nicolas Geoffray · 8 years ago
  8. 68b6380 Merge "Apply String.equals() optimizations on arm, arm64 and x86-64." by Treehugger Robot · 8 years ago
  9. 53b5200 Apply String.equals() optimizations on arm, arm64 and x86-64. by Vladimir Marko · 8 years ago
  10. 7ebb7ae Merge "Fix broken DCHECK" by Mathieu Chartier · 8 years ago
  11. 394fac5 Fix broken DCHECK by Mathieu Chartier · 8 years ago
  12. 0cb22d0 Merge "Add methods with samples during launch to profile" by Mathieu Chartier · 8 years ago
  13. 27ed3a4 Add methods with samples during launch to profile by Mathieu Chartier · 8 years ago
  14. 3b8e0b2 Merge "Don't update checksum if data ptr is null." by Treehugger Robot · 8 years ago
  15. 5d3baf6 Don't update checksum if data ptr is null. by Jeff Hao · 8 years ago
  16. d53208c Merge "Increase test timeouts" by Mathieu Chartier · 8 years ago
  17. c445f6f Merge "Fix minor issues that prevented DexFuzz to run on host." by Aart Bik · 8 years ago
  18. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 8 years ago
  19. 80fd43e Merge "Fix bug in verifier: soft fail was hiding hard fail." by Aart Bik · 8 years ago
  20. 2576be2 Increase test timeouts by Mathieu Chartier · 8 years ago
  21. da97c4e Merge "Remove no-op call to android_update_LD_LIBRARY_PATH" by Treehugger Robot · 8 years ago
  22. 4092752 Merge "Compile JNI stubs for verify-profile and interpret-only." by Treehugger Robot · 8 years ago
  23. 4c8bacc Fix minor issues that prevented DexFuzz to run on host. by Aart Bik · 8 years ago
  24. c2bc265 Fix bug in verifier: soft fail was hiding hard fail. by Aart Bik · 8 years ago
  25. 2e09bc1 Remove no-op call to android_update_LD_LIBRARY_PATH by Dimitry Ivanov · 8 years ago
  26. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 8 years ago
  27. 84f00fe Merge "Enforce class definition ordering rules in v37 Dex files." by Roland Levillain · 8 years ago
  28. 1e5dda5 Merge "Avoid the need for the black color for the baker-style read barrier." by Treehugger Robot · 8 years ago
  29. 8e67465 Avoid the need for the black color for the baker-style read barrier. by Hiroshi Yamauchi · 9 years ago
  30. 2b650b7 Merge "Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""" by Mingyao Yang · 8 years ago
  31. a09cc31 Merge "Do not set property jpda.settings.syncPort in JDWP tests." by Treehugger Robot · 8 years ago
  32. c01c1da Merge "Only fill methods with 0xFE on debug builds" by Mathieu Chartier · 8 years ago
  33. 1b1e31f Only fill methods with 0xFE on debug builds by Mathieu Chartier · 8 years ago
  34. ffedec5 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 8 years ago
  35. 7235dd1 Do not set property jpda.settings.syncPort in JDWP tests. by Roland Levillain · 8 years ago
  36. 96c6ad8 Merge "ARM: Add new String.compareTo intrinsic." by Vladimir Marko · 8 years ago
  37. c25cbf1 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 8 years ago
  38. df92503 Merge "ARM64: Move BIC after branch in StringCompareTo intrinsic." by Vladimir Marko · 8 years ago
  39. e5ed20b ARM64: Move BIC after branch in StringCompareTo intrinsic. by Scott Wakeling · 8 years ago
  40. ca87756 Merge "Add missing check for IsShuttingDown in profile saver" by Treehugger Robot · 8 years ago
  41. d9d54c5 Merge "ART: Check whether an oat file exists before opening" by Treehugger Robot · 8 years ago
  42. 8fbea8e Add missing check for IsShuttingDown in profile saver by Calin Juravle · 8 years ago
  43. 54315c7 ART: Check whether an oat file exists before opening by Andreas Gampe · 8 years ago
  44. 0fc5abe Merge "Do not allow OSR jump while debugging is active." by Aart Bik · 8 years ago
  45. 93622f9 Merge changes I0bbdf83d,I70156f98 by Treehugger Robot · 8 years ago
  46. 29bdaee Do not allow OSR jump while debugging is active. by Aart Bik · 8 years ago
  47. 247250f Merge "Clean up JNI calling convention callee saves." by Vladimir Marko · 8 years ago
  48. 4020ecd Merge "MIPS32: java.lang.Math.round(float)" by Aart Bik · 8 years ago
  49. 2f710e0 Merge "Fix profile saver initial wait" by Mathieu Chartier · 8 years ago
  50. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 8 years ago
  51. 85a19d8 Merge "Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""" by Nicolas Geoffray · 8 years ago
  52. a57305e Fix profile saver initial wait by Mathieu Chartier · 8 years ago
  53. 39004a6 ART: Fix Mac build by Andreas Gampe · 8 years ago
  54. 4075f83 ART: Optimize PreSetup pass for oat-file open by Andreas Gampe · 8 years ago
  55. 6c31360 Merge "Allow libcore and JDWP tests to be executed without JIT." by Treehugger Robot · 8 years ago
  56. 5db109b Allow libcore and JDWP tests to be executed without JIT. by Roland Levillain · 8 years ago
  57. 0a284e8 Merge "Catch classes inheriting from themselves in the class linker." by Roland Levillain · 8 years ago
  58. db9fcb3 Merge "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Treehugger Robot · 8 years ago
  59. 695e2c4 Revert "Move rewritten StringFactory call results into dex registers for deopt" by Hiroshi Yamauchi · 8 years ago
  60. fde2618 Merge "Make a fake libart for misbehaving apps." by Alex Light · 8 years ago
  61. 667953b Merge "Move rewritten StringFactory call results into dex registers for deopt" by Mingyao Yang · 8 years ago
  62. 989ab3b Catch classes inheriting from themselves in the class linker. by Roland Levillain · 8 years ago
  63. a741785 Merge "Mark concrete HIR instructions as FINAL." by Treehugger Robot · 8 years ago
  64. fcb503c Mark concrete HIR instructions as FINAL. by Vladimir Marko · 8 years ago
  65. 621b5ea Enforce class definition ordering rules in v37 Dex files. by Roland Levillain · 8 years ago
  66. 0d1d412 Merge "ART: Fix systrace monitor logging" by Treehugger Robot · 8 years ago
  67. 6e759ad ART: Fix systrace monitor logging by Andreas Gampe · 8 years ago
  68. 7463820 Merge "ART: Blacklist a libcore test for investigation" by Nicolas Geoffray · 8 years ago
  69. fc3bb5c ART: Blacklist a libcore test for investigation by Andreas Gampe · 8 years ago
  70. ee17426 Make a fake libart for misbehaving apps. by Alex Light · 8 years ago
  71. 8ca33bf Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 8 years ago
  72. 8ccc728 Merge "Fix an assert during jdwp debugging." by Mingyao Yang · 8 years ago
  73. 5987549 Merge "Keep oat file unique pointers until they are no longer used." by Treehugger Robot · 8 years ago
  74. 3006fab Merge "ART: Return native debuggable status of the app." by Mathieu Chartier · 8 years ago
  75. fbeb132 Keep oat file unique pointers until they are no longer used. by Jeff Hao · 8 years ago
  76. 278a80b ART: Return native debuggable status of the app. by Oleksiy Vyalov · 8 years ago
  77. 8f2ea28 Merge "Fix debug leftover in profman" by Mathieu Chartier · 8 years ago
  78. ccb3326 Fix debug leftover in profman by Calin Juravle · 8 years ago
  79. 34494f2 Merge "Support to pass <uses-library> option through to dex2oat." by Treehugger Robot · 8 years ago
  80. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 8 years ago
  81. 783d02e Merge "Add null checks to weak DexCache references" by Mathieu Chartier · 8 years ago
  82. 0c050a1 Add null checks to weak DexCache references by Brian Carlstrom · 8 years ago
  83. 479ac58 Merge "Clean up String.indexOf() intrinsics." by Vladimir Marko · 8 years ago
  84. 8cafedd Merge "Revert "Reject classes inheriting from themselves directly or transitively."" by Roland Levillain · 8 years ago
  85. 4021b46 Revert "Reject classes inheriting from themselves directly or transitively." by Roland Levillain · 8 years ago
  86. a5755ab Merge "Revert "Reject classes implementing themselves as interface directly or transitively."" by Roland Levillain · 8 years ago
  87. a6f672a Revert "Reject classes implementing themselves as interface directly or transitively." by Roland Levillain · 8 years ago
  88. da05108 Clean up String.indexOf() intrinsics. by Vladimir Marko · 8 years ago
  89. bd274fe Merge "Adjust ProfileSaver strategy" by Treehugger Robot · 8 years ago
  90. 84f6ac6 Merge "Visit IMT of all classes during image writing" by Mathieu Chartier · 8 years ago
  91. 97bad1b Visit IMT of all classes during image writing by Mathieu Chartier · 8 years ago
  92. a263892 Adjust ProfileSaver strategy by Calin Juravle · 8 years ago
  93. 3fd448a Fix an assert during jdwp debugging. by Mingyao Yang · 8 years ago
  94. 31e61f1 Merge "SafeStack-friendly stack protection in ART." by Evgenii Stepanov · 8 years ago
  95. 73660f8 Merge "Make quick frames of proxy methods visited if they're constructors." by Treehugger Robot · 8 years ago
  96. 84a4ab8 SafeStack-friendly stack protection in ART. by Evgenii Stepanov · 8 years ago
  97. 8494943 Make quick frames of proxy methods visited if they're constructors. by Jeff Hao · 8 years ago
  98. b68b354 Merge "Typos and stylistic fixes." by Treehugger Robot · 8 years ago
  99. ab880f4 Typos and stylistic fixes. by Roland Levillain · 8 years ago
  100. 2273f67 Merge "Reject classes implementing themselves as interface directly or transitively." by Roland Levillain · 8 years ago