1. c6b724c Merge "Apply String.equals() optimizations on arm, arm64 and x86-64." by Vladimir Marko · 9 years ago
  2. 68b6380 Merge "Apply String.equals() optimizations on arm, arm64 and x86-64." by Treehugger Robot · 9 years ago
  3. 53b5200 Apply String.equals() optimizations on arm, arm64 and x86-64. by Vladimir Marko · 9 years ago
  4. 63cbd3c Merge "Fix broken DCHECK" am: 7ebb7aed1c by Mathieu Chartier · 9 years ago
  5. 7ebb7ae Merge "Fix broken DCHECK" by Mathieu Chartier · 9 years ago
  6. 394fac5 Fix broken DCHECK by Mathieu Chartier · 9 years ago
  7. 2e6b884 Merge "Add methods with samples during launch to profile" am: 0cb22d07e1 by Mathieu Chartier · 9 years ago
  8. 0cb22d0 Merge "Add methods with samples during launch to profile" by Mathieu Chartier · 9 years ago
  9. 27ed3a4 Add methods with samples during launch to profile by Mathieu Chartier · 9 years ago
  10. 2434182 Merge "Don\'t update checksum if data ptr is null." am: 3b8e0b2cb6 by Jeff Hao · 9 years ago
  11. 3b8e0b2 Merge "Don't update checksum if data ptr is null." by Treehugger Robot · 9 years ago
  12. 5d3baf6 Don't update checksum if data ptr is null. by Jeff Hao · 9 years ago
  13. a01f124 Merge "Increase test timeouts" am: d53208c8e7 by Mathieu Chartier · 9 years ago
  14. d53208c Merge "Increase test timeouts" by Mathieu Chartier · 9 years ago
  15. 1d3afb3 Merge "Fix minor issues that prevented DexFuzz to run on host." am: c445f6f816 by Aart Bik · 9 years ago
  16. c445f6f Merge "Fix minor issues that prevented DexFuzz to run on host." by Aart Bik · 9 years ago
  17. b1a732a Merge "Fix misc-macro-parentheses warnings." am: 3c7787fb2e by Chih-Hung Hsieh · 9 years ago
  18. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 9 years ago
  19. f7a048d Merge "Fix bug in verifier: soft fail was hiding hard fail." am: 80fd43eead by Aart Bik · 9 years ago
  20. 80fd43e Merge "Fix bug in verifier: soft fail was hiding hard fail." by Aart Bik · 9 years ago
  21. c69a6eb Merge "Remove no-op call to android_update_LD_LIBRARY_PATH" am: da97c4eee8 by Dimitry Ivanov · 9 years ago
  22. ac5d016 Merge "Compile JNI stubs for verify-profile and interpret-only." am: 409275236e by Vladimir Marko · 9 years ago
  23. 2576be2 Increase test timeouts by Mathieu Chartier · 9 years ago
  24. da97c4e Merge "Remove no-op call to android_update_LD_LIBRARY_PATH" by Treehugger Robot · 9 years ago
  25. 4092752 Merge "Compile JNI stubs for verify-profile and interpret-only." by Treehugger Robot · 9 years ago
  26. 4c8bacc Fix minor issues that prevented DexFuzz to run on host. by Aart Bik · 9 years ago
  27. c2bc265 Fix bug in verifier: soft fail was hiding hard fail. by Aart Bik · 9 years ago
  28. 2e09bc1 Remove no-op call to android_update_LD_LIBRARY_PATH by Dimitry Ivanov · 9 years ago
  29. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  30. c5069b7 Merge "Enforce class definition ordering rules in v37 Dex files." am: 84f00fe695 by Roland Levillain · 9 years ago
  31. 84f00fe Merge "Enforce class definition ordering rules in v37 Dex files." by Roland Levillain · 9 years ago
  32. 4f64b1b Merge "Avoid the need for the black color for the baker-style read barrier." by Hiroshi Yamauchi · 9 years ago
  33. 1e5dda5 Merge "Avoid the need for the black color for the baker-style read barrier." by Treehugger Robot · 9 years ago
  34. 8e67465 Avoid the need for the black color for the baker-style read barrier. by Hiroshi Yamauchi · 9 years ago
  35. d692922 Merge "Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""" by Mingyao Yang · 9 years ago
  36. 2b650b7 Merge "Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""" by Mingyao Yang · 9 years ago
  37. c58bc4b Merge "Do not set property jpda.settings.syncPort in JDWP tests." am: a09cc3102d by Roland Levillain · 9 years ago
  38. a09cc31 Merge "Do not set property jpda.settings.syncPort in JDWP tests." by Treehugger Robot · 9 years ago
  39. 265dc8c Merge "Only fill methods with 0xFE on debug builds" am: c01c1da788 by Mathieu Chartier · 9 years ago
  40. c01c1da Merge "Only fill methods with 0xFE on debug builds" by Mathieu Chartier · 9 years ago
  41. 1b1e31f Only fill methods with 0xFE on debug builds by Mathieu Chartier · 9 years ago
  42. ffedec5 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 9 years ago
  43. 7235dd1 Do not set property jpda.settings.syncPort in JDWP tests. by Roland Levillain · 9 years ago
  44. 051828a Merge "ARM: Add new String.compareTo intrinsic." am: 96c6ad8043 by Scott Wakeling · 9 years ago
  45. 96c6ad8 Merge "ARM: Add new String.compareTo intrinsic." by Vladimir Marko · 9 years ago
  46. 4364202 Merge "ARM64: Move BIC after branch in StringCompareTo intrinsic." by Scott Wakeling · 9 years ago
  47. c25cbf1 ARM: Add new String.compareTo intrinsic. by Scott Wakeling · 9 years ago
  48. df92503 Merge "ARM64: Move BIC after branch in StringCompareTo intrinsic." by Vladimir Marko · 9 years ago
  49. e5ed20b ARM64: Move BIC after branch in StringCompareTo intrinsic. by Scott Wakeling · 9 years ago
  50. f6c3457 Merge "Add missing check for IsShuttingDown in profile saver" am: ca87756577 by Calin Juravle · 9 years ago
  51. ca87756 Merge "Add missing check for IsShuttingDown in profile saver" by Treehugger Robot · 9 years ago
  52. 6b44e4b Merge "ART: Check whether an oat file exists before opening" am: d9d54c57e0 by Andreas Gampe · 9 years ago
  53. d9d54c5 Merge "ART: Check whether an oat file exists before opening" by Treehugger Robot · 9 years ago
  54. 8fbea8e Add missing check for IsShuttingDown in profile saver by Calin Juravle · 9 years ago
  55. 54315c7 ART: Check whether an oat file exists before opening by Andreas Gampe · 9 years ago
  56. cef2f2e Merge "Do not allow OSR jump while debugging is active." am: 0fc5abef6f by Aart Bik · 9 years ago
  57. 0fc5abe Merge "Do not allow OSR jump while debugging is active." by Aart Bik · 9 years ago
  58. 5901808 Merge changes I0bbdf83d,I70156f98 am: 93622f95a8 by Andreas Gampe · 9 years ago
  59. 93622f9 Merge changes I0bbdf83d,I70156f98 by Treehugger Robot · 9 years ago
  60. 29bdaee Do not allow OSR jump while debugging is active. by Aart Bik · 9 years ago
  61. 7a65b83 Merge "Clean up JNI calling convention callee saves." am: 247250f280 by Vladimir Marko · 9 years ago
  62. 247250f Merge "Clean up JNI calling convention callee saves." by Vladimir Marko · 9 years ago
  63. 4d81c8e Merge "MIPS32: java.lang.Math.round(float)" am: 4020ecd536 by Chris Larsen · 9 years ago
  64. 58d49e8 Merge "Fix profile saver initial wait" am: 2f710e0b26 by Mathieu Chartier · 9 years ago
  65. 4020ecd Merge "MIPS32: java.lang.Math.round(float)" by Aart Bik · 9 years ago
  66. bac9164 Merge "Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""" by Serguei Katkov · 9 years ago
  67. 2f710e0 Merge "Fix profile saver initial wait" by Mathieu Chartier · 9 years ago
  68. 3224838 Clean up JNI calling convention callee saves. by Vladimir Marko · 9 years ago
  69. 85a19d8 Merge "Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64""" by Nicolas Geoffray · 9 years ago
  70. a57305e Fix profile saver initial wait by Mathieu Chartier · 9 years ago
  71. 39004a6 ART: Fix Mac build by Andreas Gampe · 9 years ago
  72. 4075f83 ART: Optimize PreSetup pass for oat-file open by Andreas Gampe · 9 years ago
  73. bfa6b47 Merge "Allow libcore and JDWP tests to be executed without JIT." am: 6c313600e9 by Roland Levillain · 9 years ago
  74. 6c31360 Merge "Allow libcore and JDWP tests to be executed without JIT." by Treehugger Robot · 9 years ago
  75. 5db109b Allow libcore and JDWP tests to be executed without JIT. by Roland Levillain · 9 years ago
  76. 7ba3969 Merge "Catch classes inheriting from themselves in the class linker." by Roland Levillain · 9 years ago
  77. 0a284e8 Merge "Catch classes inheriting from themselves in the class linker." by Roland Levillain · 9 years ago
  78. f4a86da Merge "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Hiroshi Yamauchi · 9 years ago
  79. db9fcb3 Merge "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Treehugger Robot · 9 years ago
  80. 695e2c4 Revert "Move rewritten StringFactory call results into dex registers for deopt" by Hiroshi Yamauchi · 9 years ago
  81. a7a5ed9 Merge "Make a fake libart for misbehaving apps." am: fde2618143 by Alex Light · 9 years ago
  82. fde2618 Merge "Make a fake libart for misbehaving apps." by Alex Light · 9 years ago
  83. 6cc96ee Merge "Move rewritten StringFactory call results into dex registers for deopt" by Mingyao Yang · 9 years ago
  84. 667953b Merge "Move rewritten StringFactory call results into dex registers for deopt" by Mingyao Yang · 9 years ago
  85. 989ab3b Catch classes inheriting from themselves in the class linker. by Roland Levillain · 9 years ago
  86. 7326e2e Merge "Mark concrete HIR instructions as FINAL." am: a741785ddd by Vladimir Marko · 9 years ago
  87. a741785 Merge "Mark concrete HIR instructions as FINAL." by Treehugger Robot · 9 years ago
  88. fcb503c Mark concrete HIR instructions as FINAL. by Vladimir Marko · 9 years ago
  89. 621b5ea Enforce class definition ordering rules in v37 Dex files. by Roland Levillain · 9 years ago
  90. 3dffd78 Merge "ART: Fix systrace monitor logging" am: 0d1d412c1c by Andreas Gampe · 9 years ago
  91. 0d1d412 Merge "ART: Fix systrace monitor logging" by Treehugger Robot · 9 years ago
  92. 6e759ad ART: Fix systrace monitor logging by Andreas Gampe · 9 years ago
  93. f3313c3 Merge "ART: Blacklist a libcore test for investigation" am: 7463820747 by Andreas Gampe · 9 years ago
  94. 7463820 Merge "ART: Blacklist a libcore test for investigation" by Nicolas Geoffray · 9 years ago
  95. fc3bb5c ART: Blacklist a libcore test for investigation by Andreas Gampe · 9 years ago
  96. ee17426 Make a fake libart for misbehaving apps. by Alex Light · 9 years ago
  97. 8ca33bf Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 9 years ago
  98. 04e48a0 Merge "Fix an assert during jdwp debugging." am: 8ccc728d92 by Mingyao Yang · 9 years ago
  99. b6e727e Merge "Keep oat file unique pointers until they are no longer used." by Jeff Hao · 9 years ago
  100. 8ccc728 Merge "Fix an assert during jdwp debugging." by Mingyao Yang · 9 years ago