1. e512556 Replace StringPiece with std::string_view in profman. by Vladimir Marko · 5 years ago
  2. 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 5 years ago
  3. c66d6a7 Merge "ART: Move .bss mappings check before .bss init." by Vladimir Marko · 5 years ago
  4. b7abcaf Merge "ART: Use C++17 extract/modify/insert pattern." by Vladimir Marko · 5 years ago
  5. 1cedb4a ART: Move .bss mappings check before .bss init. by Vladimir Marko · 5 years ago
  6. 7210108 Replace StringPiece with std::string_view in art/runtime/. by Vladimir Marko · 5 years ago
  7. 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 5 years ago
  8. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 5 years ago
  9. e027d72 Replace StringPiece with std::string_view in class.h. by Vladimir Marko · 5 years ago
  10. 8197e77 Merge "Reland: "ART: Hook Runtime APEX checker into build"" by Treehugger Robot · 5 years ago
  11. 69661d1 Merge "ART: Remove stale comment" by Treehugger Robot · 5 years ago
  12. 406d6b8 Merge "ART: Change vtable check implementation" by Treehugger Robot · 5 years ago
  13. 898cf1d Merge "ART: Add unchecked conversions of arrays" by Treehugger Robot · 5 years ago
  14. a538ed5 ART: Remove stale comment by Andreas Gampe · 5 years ago
  15. 22e2223 ART: Use C++17 extract/modify/insert pattern. by Vladimir Marko · 5 years ago
  16. b781603 Merge "ART: Optimize array accesses" by Treehugger Robot · 5 years ago
  17. 9f3928f ART: Change vtable check implementation by Andreas Gampe · 5 years ago
  18. 3aa868a ART: Add unchecked conversions of arrays by Andreas Gampe · 5 years ago
  19. a2fed08 ART: Optimize array accesses by Andreas Gampe · 5 years ago
  20. 2860c19 Merge "Check that the String class is not movable in String.equals intrinsics." by Roland Levillain · 5 years ago
  21. 7909e1e Merge "ART: Enable ISA features run-time detection for ARM64" by Roland Levillain · 5 years ago
  22. ca3c6d9 Merge "Revert "Prevent overflows for concurrent_start_bytes_ sum"" by Vladimir Marko · 5 years ago
  23. 83ba9b9 Revert "Prevent overflows for concurrent_start_bytes_ sum" by Vladimir Marko · 5 years ago
  24. ac52000 Merge changes I888a268b,Ia5a3c0bb,I189841e4,I5ab8b0b0 by Vladimir Marko · 5 years ago
  25. 01eb773 Merge "Prevent overflows for concurrent_start_bytes_ sum" by Hans Boehm · 5 years ago
  26. 50b0445 Prevent overflows for concurrent_start_bytes_ sum by Hans Boehm · 5 years ago
  27. d0c3a6c Merge "Fix criteria to decide should next GC be minor" by Lokesh Gidra · 5 years ago
  28. 1a862c8 Fix criteria to decide should next GC be minor by Lokesh Gidra · 5 years ago
  29. b0f16e6 Replace StringPiece with std::string_view in RegType. by Vladimir Marko · 5 years ago
  30. 59ae4f9 Replace StringPiece with std::string_view in OatFile. by Vladimir Marko · 5 years ago
  31. 6e78158 ART: Change ArtMethod::NumArgRegisters() signature. by Vladimir Marko · 5 years ago
  32. 436e142 Merge "Take hidden API into account during getDeclaredMethod()" by David Brazdil · 5 years ago
  33. 62d986b Merge "Fix DumpNativeStack function for trampolines." by Treehugger Robot · 5 years ago
  34. 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 5 years ago
  35. 1b0f535 Merge "Allow empty mini-debug-info ELF section." by David Srbecky · 5 years ago
  36. 982a9ee Remove dead String::Equals() overloads. by Vladimir Marko · 5 years ago
  37. 676e00a Merge "hiddenapi: Fix class hierarchy traversal" by David Brazdil · 5 years ago
  38. 1410e9f Reland: "ART: Hook Runtime APEX checker into build" by Jiyong Park · 5 years ago
  39. edd9639 Merge "Revert "ART: Hook Runtime APEX checker into build"" by Andreas Gampe · 5 years ago
  40. 9ba8a87 Revert "ART: Hook Runtime APEX checker into build" by Andreas Gampe · 5 years ago
  41. b093899 Merge "Don't run run-test-719 in no-preload config" by Treehugger Robot · 5 years ago
  42. 81ffeb8 Merge "ART: Hook Runtime APEX checker into build" by Andreas Gampe · 5 years ago
  43. 0f41ed8 Merge "Revert "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX."" by Treehugger Robot · 5 years ago
  44. 7e7ab23 Revert "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 5 years ago
  45. 306d636 Don't run run-test-719 in no-preload config by Calin Juravle · 5 years ago
  46. d9e2216 ART: Hook Runtime APEX checker into build by Andreas Gampe · 5 years ago
  47. db48919 Merge "ART: Fix dump-oat-boot build rules." by Vladimir Marko · 5 years ago
  48. 49b2b20 Allow empty mini-debug-info ELF section. by David Srbecky · 5 years ago
  49. 9d25479 ART: Fix dump-oat-boot build rules. by Vladimir Marko · 5 years ago
  50. 2da3cbb hiddenapi: Fix class hierarchy traversal by David Brazdil · 5 years ago
  51. 5fe64d8 Merge "libartpalette: Change rtld flag" by Treehugger Robot · 5 years ago
  52. cb5e638 Merge "Blacklist timing out test on gcstress/debug/host." by Nicolas Geoffray · 5 years ago
  53. 11be88c Merge "x86/x86-64: Fix IMT conflict trampoline for obsolete methods." by Vladimir Marko · 5 years ago
  54. 35c41c2 Blacklist timing out test on gcstress/debug/host. by Nicolas Geoffray · 5 years ago
  55. 81fb0fb libartpalette: Change rtld flag by Orion Hodson · 5 years ago
  56. 1923176 Merge "Special case dex files that have hidden API data." by Nicolas Geoffray · 5 years ago
  57. 6061d16 Merge "Ignore warnings from dalvikvm in 719-dm-verify-redefinition" by Treehugger Robot · 5 years ago
  58. 6790bff Ignore warnings from dalvikvm in 719-dm-verify-redefinition by Calin Juravle · 5 years ago
  59. 267eb6a Merge "Remove '-f' from unzip command" by Treehugger Robot · 5 years ago
  60. 9b596c0 Merge "Ensure the correctness of fast verify" by Calin Juravle · 5 years ago
  61. fc52ffc Remove '-f' from unzip command by Alex Light · 5 years ago
  62. c76f9b7 Merge "ART: Split up bitness-dependent checks in apex checker" by Andreas Gampe · 5 years ago
  63. fe1b65b Merge changes Ie83995fe,I6442fdf2 by Andreas Gampe · 5 years ago
  64. b12a45d Merge "Include libc in com.android.runtime.host when linux_bionic" by Treehugger Robot · 5 years ago
  65. 5ffefaa Ensure the correctness of fast verify by Calin Juravle · 5 years ago
  66. cb14694 Merge "Workaround for bionic libs and linker now being in bootstrap." by Nicolas Geoffray · 5 years ago
  67. 6b6f817 Merge "Add logging for zipapex failure." by Treehugger Robot · 5 years ago
  68. eb555b8 ART: Split up bitness-dependent checks in apex checker by Andreas Gampe · 5 years ago
  69. 9dc4b05 ART: Refactor runtime apex checker by Andreas Gampe · 5 years ago
  70. 0912395 ART: Add host apex provider and move all testing by Andreas Gampe · 5 years ago
  71. 01dfb93 Merge "Export libjavacore into the conscrypt linker namespace." by Treehugger Robot · 5 years ago
  72. 7b1f8cc Add logging for zipapex failure. by Alex Light · 5 years ago
  73. 55a9bad Include libc in com.android.runtime.host when linux_bionic by Alex Light · 5 years ago
  74. b87eedc x86/x86-64: Fix IMT conflict trampoline for obsolete methods. by Vladimir Marko · 5 years ago
  75. 748d366 Merge "Revert "Revert "ART: introduce PALette abstraction layer""" by Treehugger Robot · 5 years ago
  76. 3c8e28a Workaround for bionic libs and linker now being in bootstrap. by Nicolas Geoffray · 5 years ago
  77. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago
  78. 8a64e77 Merge "Use prebuilt addr2line on host" by David Srbecky · 5 years ago
  79. 9326ce8 Merge "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 5 years ago
  80. 16fc474 Special case dex files that have hidden API data. by Nicolas Geoffray · 5 years ago
  81. 9942b38 Merge "ART: Fix off-by-one error in BCE." by Vladimir Marko · 5 years ago
  82. dc3d587 Export libjavacore into the conscrypt linker namespace. by Pete Bentley · 5 years ago
  83. 53a41ac ART: Fix off-by-one error in BCE. by Vladimir Marko · 5 years ago
  84. fcde77c Merge "ART: Remove hidden metricslogger dependencies" by Orion Hodson · 5 years ago
  85. b4113e3 ART: Remove hidden metricslogger dependencies by Orion Hodson · 5 years ago
  86. 7495f4a Merge "Add /bionic/lib to the permitted paths." by Treehugger Robot · 5 years ago
  87. 770e7fc Merge "Fix running zipapex tests with arbitrary cwd." by Treehugger Robot · 5 years ago
  88. c38948a Merge "Include BCP jar files in com.android.runtime.host" by Treehugger Robot · 5 years ago
  89. e46d0fb Fix running zipapex tests with arbitrary cwd. by Alex Light · 5 years ago
  90. a6ea602 Include BCP jar files in com.android.runtime.host by Alex Light · 5 years ago
  91. 23b2704 Switch from version script to APEX stubs for libdexfile_external and add it by Martin Stjernholm · 6 years ago
  92. deb9c01 Merge "ART: Move target APEX checks" by Treehugger Robot · 5 years ago
  93. dab9128 Merge "ART: Add symlink support to ART APEX checker" by Treehugger Robot · 5 years ago
  94. 7ac1bb2 Merge changes I96070426,I7db26f2c by Treehugger Robot · 5 years ago
  95. 768df10 Merge "Fix tests in apex runtests.sh" by Nicolas Geoffray · 5 years ago
  96. 1da230b Merge "Replace libmetricslogger logging with up-call to Java for hidden api" by Andrei-Valentin Onea · 5 years ago
  97. 87da30e Use prebuilt addr2line on host by David Srbecky · 5 years ago
  98. bb72073 Fix DumpNativeStack function for trampolines. by David Srbecky · 5 years ago
  99. 7f88c1a ART: Enable ISA features run-time detection for ARM64 by xueliang.zhong · 6 years ago
  100. 6d55d39 Merge "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 5 years ago