1. 2db1eaa Remove the (empty) definition of `libart_fake` from the Runtime APEX. by Roland Levillain · 6 years ago
  2. e9f0ccc Clean up the definitions of tools binaries in the Runtime APEX modules. by Roland Levillain · 6 years ago
  3. 8d3d491 Have art/build/apex/runtests.sh's check for libjavacrypto in Runtime APEX. by Roland Levillain · 6 years ago
  4. 5d938ef Merge "Fix CFI tests for heap poisoning." by David Srbecky · 6 years ago
  5. 51bc752 Fix CFI tests for heap poisoning. by David Srbecky · 6 years ago
  6. c3c0299 Merge "ART: add longest consecutive free bytes in region dump" by Roland Levillain · 6 years ago
  7. 206ffa5 Merge "ART: make RegionSpace::GetNextObject a static function" by Roland Levillain · 6 years ago
  8. 3fef44a Relocate usleep for Thread::Unregister by Juju Sung · 6 years ago
  9. 1cc5dc8 Merge "Add more verbose logging to profiler" by Treehugger Robot · 6 years ago
  10. 3f20fe7 Bionic libs are located at /system/lib by Jiyong Park · 6 years ago
  11. 1a07435 Add more verbose logging to profiler by Mathieu Chartier · 6 years ago
  12. 02f6c8d Merge "Delete PatchedObjectsMap" by Mathieu Chartier · 6 years ago
  13. 1f99225 Merge "Add 132 to redefine-stress skips" by Treehugger Robot · 6 years ago
  14. c0bb8c7 Merge "ART: Some more IWYU in common headers" by Treehugger Robot · 6 years ago
  15. 1aa5232 Merge "ART: Forward-declare Instrumentation" by Andreas Gampe · 6 years ago
  16. 311858c Merge "Partially revert expected output for 911-get-stack-trace" by Treehugger Robot · 6 years ago
  17. 2337fa1 Add 132 to redefine-stress skips by Alex Light · 6 years ago
  18. c93dba2 Merge "ART: log threads not suspending in SuspendAllInternal" by Andreas Gampe · 6 years ago
  19. 2ffc74b Delete PatchedObjectsMap by Mathieu Chartier · 6 years ago
  20. a13970a Partially revert expected output for 911-get-stack-trace by Jinseong Jeon · 6 years ago
  21. 6262959 ART: Some more IWYU in common headers by Andreas Gampe · 6 years ago
  22. d77abd9 ART: Forward-declare Instrumentation by Andreas Gampe · 6 years ago
  23. 6dbf9ec Merge "art_cc_static_library -> art_cc_library_static" by Treehugger Robot · 6 years ago
  24. 73030ed art_cc_static_library -> art_cc_library_static by Steven Moreland · 6 years ago
  25. bec232e Merge "ART: Some IWYU for IterationRange" by Treehugger Robot · 6 years ago
  26. 457c321 Merge changes I6f281703,I1450fe2c by Treehugger Robot · 6 years ago
  27. cab5234 Merge "ART: Add cause to GC wait-for-completion systrace" by Treehugger Robot · 6 years ago
  28. 699cb00 Merge changes If10189f9,I32dde5a6 by Treehugger Robot · 6 years ago
  29. 436896c ART: Some IWYU for IterationRange by Andreas Gampe · 6 years ago
  30. 7458a7a ART: Refactor code_item_accessors by Andreas Gampe · 6 years ago
  31. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  32. aac0972 ART: Add cause to GC wait-for-completion systrace by Andreas Gampe · 6 years ago
  33. 0104606 Remove uses of $USER by Dan Willemsen · 6 years ago
  34. 597b3ac Revert "ART: Disable sanitization for sigchainlib" by Andreas Gampe · 6 years ago
  35. b8bca30 ART: Move DexFileStringEquals to DexFile by Andreas Gampe · 6 years ago
  36. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  37. 0f0a4e4 Merge "ART: show exact bytes along with human-friendly format" by Roland Levillain · 6 years ago
  38. 90793b3 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
  39. 9f55716 Merge "Dynamic linker is explicitly added to runtime APEX" by Treehugger Robot · 6 years ago
  40. 814aa71 Merge "Add libjavacrypto.so to the runtime APEX" by Treehugger Robot · 6 years ago
  41. 72b8533 Add libjavacrypto.so to the runtime APEX by Jiyong Park · 6 years ago
  42. e0d6e07 Merge "Add dumping for number of classes initialized" by Mathieu Chartier · 6 years ago
  43. 41dba67 Add dumping for number of classes initialized by Mathieu Chartier · 6 years ago
  44. 3db7068 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  45. 16bd6ac ART: show exact bytes along with human-friendly format by Albert Mingkun Yang · 6 years ago
  46. e2bc9fe Dynamic linker is explicitly added to runtime APEX by Jiyong Park · 6 years ago
  47. 1650daf Merge "Fix dex2oat usage error" by Treehugger Robot · 6 years ago
  48. d67db81 Merge "Remove null check from ForwardObject / ForwardCode" by Mathieu Chartier · 6 years ago
  49. f5f3869 Merge "Configure the full set of libraries for switching back from platform to runtime (aka default) namespaces." by Treehugger Robot · 6 years ago
  50. 0888512 Merge "Create dexpreopt.config in build_linux_bionic.sh" by Treehugger Robot · 6 years ago
  51. 19667a0 Fix dex2oat usage error by Mathieu Chartier · 6 years ago
  52. 8ab9c57 Configure the full set of libraries for switching back from platform to by Martin Stjernholm · 6 years ago
  53. 9a3da9a Remove null check from ForwardObject / ForwardCode by Mathieu Chartier · 6 years ago
  54. cefcbc0 Create dexpreopt.config in build_linux_bionic.sh by Alex Light · 6 years ago
  55. a1358e6 ART: log threads not suspending in SuspendAllInternal by Yuntao.Xiao · 6 years ago
  56. 46a8938 Merge "ART: Remove thread dump" by Treehugger Robot · 6 years ago
  57. ca7027d Merge "ART: Add CRC32.updateByteBuffer intrinsic for ARM64" by Vladimir Marko · 6 years ago
  58. bf68e57 Revert "Move conscrypt back to core image to unblock Golem." by Vladimir Marko · 6 years ago
  59. 7201ef4 Merge "Allow multiple native debug entries with same address." by Orion Hodson · 6 years ago
  60. 9383d69 Allow multiple native debug entries with same address. by David Srbecky · 6 years ago
  61. 26c140f Merge "Revert^2 "Linker namespace configuration for the Runtime APEX."" by Martin Stjernholm · 6 years ago
  62. fadea6b Merge "Move constructors and operators should be noexcept." by Treehugger Robot · 6 years ago
  63. f05ad2a Merge "Revert "Suspend the runtime when switching interpreters."" by Lokesh Gidra · 6 years ago
  64. 9fd68f6 Revert "Suspend the runtime when switching interpreters." by Lokesh Gidra · 6 years ago
  65. 6c22540 Merge "Revert^2 "Reduce the number of calls to Jit::AddSamples."" by David Srbecky · 6 years ago
  66. 799ad14 Revert^2 "Linker namespace configuration for the Runtime APEX." by Martin Stjernholm · 6 years ago
  67. d4d7918 Move constructors and operators should be noexcept. by Martin Stjernholm · 6 years ago
  68. d88f3eb Merge "Fix core jars list in bootjars.sh ." by Vladimir Marko · 6 years ago
  69. f7f7a7c ART: make RegionSpace::GetNextObject a static function by Albert Mingkun Yang · 6 years ago
  70. 710a3a7 Merge "Add support for aggregation counters in the profile" by Calin Juravle · 6 years ago
  71. c4fc53a Merge "Move startup thread pool back into runtime" by Mathieu Chartier · 6 years ago
  72. b7e23dc Merge "Suspend the runtime when switching interpreters." by David Srbecky · 6 years ago
  73. a5d931f Fix core jars list in bootjars.sh . by Vladimir Marko · 6 years ago
  74. f9f22f9 ART: add longest consecutive free bytes in region dump by Albert Mingkun Yang · 6 years ago
  75. adf5959 Merge changes I5e42f85c,I60174623 by Vladimir Marko · 6 years ago
  76. 3ee9cfd Add support for aggregation counters in the profile by Calin Juravle · 6 years ago
  77. ada33d7 Move startup thread pool back into runtime by Mathieu Chartier · 6 years ago
  78. 43faa46 Merge "Honor ANDROID_LOG_TAGS when logging." by Treehugger Robot · 6 years ago
  79. 776a7c2 ART: Add CRC32.updateByteBuffer intrinsic for ARM64 by Evgeny Astigeevich · 6 years ago
  80. 30a8c4b Merge "Pack JIT mini-debug-infos together." by David Srbecky · 6 years ago
  81. 34b89b0 ART: Remove thread dump by Andreas Gampe · 6 years ago
  82. 104b6d8 Honor ANDROID_LOG_TAGS when logging. by Dario Freni · 6 years ago
  83. c4a924d Keep dex location from OatDexFile. by Vladimir Marko · 6 years ago
  84. 2b97992 Merge "Correct timeout_dumper to TIMEOUT_DUMPER" by Alex Light · 6 years ago
  85. 4520b06 Correct timeout_dumper to TIMEOUT_DUMPER by Alex Light · 6 years ago
  86. 26d5a3e Merge "ART: Use timeout --foreground" by Treehugger Robot · 6 years ago
  87. 11fdb2a Merge "Support Windows builds for libartbase/libdexfile" by David Sehr · 6 years ago
  88. 62afcf5 Add ability to store invocation information in an external file. by Alex Light · 6 years ago
  89. 29a533e Remove unresolved classes from image classes. by Vladimir Marko · 6 years ago
  90. e29b950 Merge "Disable failing InetAddressUtilsTest tests only in host" by Treehugger Robot · 6 years ago
  91. 396ca41 Disable failing InetAddressUtilsTest tests only in host by Paul Duffin · 6 years ago
  92. dadba13 Merge "Fix `pthread_cond_timedwait()` error processing in dex2oat." by Roland Levillain · 6 years ago
  93. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  94. 96453b7 Merge "Blacklist tests failing after InetAddress changes." by Nicolas Geoffray · 6 years ago
  95. 2845608 Blacklist tests failing after InetAddress changes. by Nicolas Geoffray · 6 years ago
  96. 9895094 Merge "Remove Trace.Pause/Resume." by Nicolas Geoffray · 6 years ago
  97. 0613c94 Merge "Add implicit min-sdk if a test uses a main-dex list." by Ian Zerny · 6 years ago
  98. 10db8fe Support Windows builds for libartbase/libdexfile by David Sehr · 6 years ago
  99. d429ee9 Merge "Make inter-region ref bitmap pointers unique_ptr" by Treehugger Robot · 6 years ago
  100. 8ceeb2e Merge "Add extra traces to Thread startup" by Mathieu Chartier · 6 years ago