1. d585e61 Merge "Add ICU's .dat to the runtime APEX" by Neil Fuller · 6 years ago
  2. 95e49e7 Merge "Have Golem generate ICU .dat files in /system/etc/icu on target." by Roland Levillain · 6 years ago
  3. bbde2e2 Merge "Define `ANDROID_RUNTIME_ROOT` as `$ANDROID_ROOT` on target in the `art` script." by Roland Levillain · 6 years ago
  4. 343068e Merge "Honor `ART_TEST_ANDROID_RUNTIME_ROOT` when running ART gtests on target." by Roland Levillain · 6 years ago
  5. 02a8e19 Merge "Have the ART Buildbot generate ICU .dat files in /system/etc/icu on target." by Roland Levillain · 6 years ago
  6. 3319162 Merge "Fix memory leaks in DexString wrapper and in unit tests." by Martin Stjernholm · 6 years ago
  7. 8bf1c84 Fix memory leaks in DexString wrapper and in unit tests. by Martin Stjernholm · 6 years ago
  8. c351281 Have Golem generate ICU .dat files in /system/etc/icu on target. by Roland Levillain · 6 years ago
  9. 0163134 Define `ANDROID_RUNTIME_ROOT` as `$ANDROID_ROOT` on target in the `art` script. by Roland Levillain · 6 years ago
  10. 7c777f8 Honor `ART_TEST_ANDROID_RUNTIME_ROOT` when running ART gtests on target. by Roland Levillain · 6 years ago
  11. f6c84a4 Have the ART Buildbot generate ICU .dat files in /system/etc/icu on target. by Roland Levillain · 6 years ago
  12. ca13323 Merge "Reland "Bionic libs are located at /system/lib""" by Treehugger Robot · 6 years ago
  13. 37af3ee Merge "libdexfile: Fix inconsequential resource leak in test" by Treehugger Robot · 6 years ago
  14. 6f463e8 Merge "Add support for option `--android-runtime-root` to ART run-test scripts." by Roland Levillain · 6 years ago
  15. 78438e2 libdexfile: Fix inconsequential resource leak in test by Greg Kaiser · 6 years ago
  16. 4a60ab2 Merge "Libcore failures for buildbot should now be flagged device_testdex." by Nicolas Geoffray · 6 years ago
  17. 1480c7c Libcore failures for buildbot should now be flagged device_testdex. by Nicolas Geoffray · 6 years ago
  18. e6a269f Merge changes Ibd3ef6e3,I6e9944a2 by Martin Stjernholm · 6 years ago
  19. 267789c Merge "Create the class loader context within a Runtime scope." by Nicolas Geoffray · 6 years ago
  20. 3a04004 Merge changes from topic "ext-dex-signature-arg" by Martin Stjernholm · 6 years ago
  21. 26d4df2 Merge "Remove ObjPtr from CalculateNewObjectOffsets" by Mathieu Chartier · 6 years ago
  22. ea59304 Remove ObjPtr from CalculateNewObjectOffsets by Mathieu Chartier · 6 years ago
  23. 72209a8 Reland "Bionic libs are located at /system/lib"" by Jiyong Park · 6 years ago
  24. f741486 Merge "Add region padding for app images" by Mathieu Chartier · 6 years ago
  25. 00fbe4f Add region padding for app images by Mathieu Chartier · 6 years ago
  26. e28c18b Merge "Add scripts to mount/unmount the Runtime APEX under ART's chroot dir." by Roland Levillain · 6 years ago
  27. 2807614 Add support for option `--android-runtime-root` to ART run-test scripts. by Roland Levillain · 6 years ago
  28. 2d22ffc Merge "ART: Forward-declare Context" by Treehugger Robot · 6 years ago
  29. 750bf04 Add unit tests for libdexfile external API. by Martin Stjernholm · 6 years ago
  30. fdb2f60 Separate libdexfile external C ABI from the C++ header file. by Martin Stjernholm · 6 years ago
  31. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  32. d7d3f6f Merge "Blacklist failing tests." by Nicolas Geoffray · 6 years ago
  33. caf1523 Blacklist failing tests. by Nicolas Geoffray · 6 years ago
  34. 35de14b Create the class loader context within a Runtime scope. by Nicolas Geoffray · 6 years ago
  35. ddcc8c4 Merge "Remove system/fake-libs{,64}/libart.so" by Alex Light · 6 years ago
  36. 2ca845d Merge "Fix erroneous section label in oatdump" by Treehugger Robot · 6 years ago
  37. c95d341 Merge "ART: Handle clobbering in verifier peephole" by Treehugger Robot · 6 years ago
  38. 81c97c2 Remove system/fake-libs{,64}/libart.so by Alex Light · 6 years ago
  39. 65bdb3f Merge changes I820f395e,Id8995d6f,Ic2ceba15,I9fba4df9 by Treehugger Robot · 6 years ago
  40. b6c675e Merge "ART: Introduce runtime_globals" by Andreas Gampe · 6 years ago
  41. 2ccc9c3 Rename libdexfile external API header. by Martin Stjernholm · 6 years ago
  42. 885f0c1 Fix erroneous section label in oatdump by Alex Light · 6 years ago
  43. e5d2398 ART: Forward-declare Context by Andreas Gampe · 6 years ago
  44. 639b2b1 ART: Remove instruction_set.h from thread.h by Andreas Gampe · 6 years ago
  45. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 6 years ago
  46. 49b74a8 ART: Remove thread from class.h by Andreas Gampe · 6 years ago
  47. a1ffdba ART: IWYU handle_scope by Andreas Gampe · 6 years ago
  48. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  49. 43e4325 ART: Handle clobbering in verifier peephole by Andreas Gampe · 6 years ago
  50. b9b9957 Merge "ART: Only log initialization failure on initialization" by Treehugger Robot · 6 years ago
  51. 5ab4a56 Add ICU's .dat to the runtime APEX by Neil Fuller · 6 years ago
  52. 0edbfb0 Merge "Disable Dex2oatWatchdogTest.TestWatchdogTrigger." by Treehugger Robot · 6 years ago
  53. 7b7ea79 Add scripts to mount/unmount the Runtime APEX under ART's chroot dir. by Roland Levillain · 6 years ago
  54. a711c7f Expose PrettyMethod's with_signature in GetMethodInfoForOffset. by Martin Stjernholm · 6 years ago
  55. 5098ab9 Merge "Fix compiler bug when typing exceptions." by Nicolas Geoffray · 6 years ago
  56. cd729c8 Merge "Have art/build/apex/runtests.sh's check for libjavacrypto in Runtime APEX." by Roland Levillain · 6 years ago
  57. 1fb24e2 Disable Dex2oatWatchdogTest.TestWatchdogTrigger. by Roland Levillain · 6 years ago
  58. ebc3b25 Fix compiler bug when typing exceptions. by Nicolas Geoffray · 6 years ago
  59. 2b89987 Merge "Do not enter hidden API slow path when policy==Disabled" by Treehugger Robot · 6 years ago
  60. 6d951e3 Merge "Improved error message when multiple annotations." by Mathew Inwood · 6 years ago
  61. fa965a7 Merge "Use *-testdex in libcore and jdwp testing." by Nicolas Geoffray · 6 years ago
  62. c5a96e4 Do not enter hidden API slow path when policy==Disabled by David Brazdil · 6 years ago
  63. 191cae3 Use *-testdex in libcore and jdwp testing. by Nicolas Geoffray · 6 years ago
  64. 458a948 Merge "Revert "Move conscrypt back to core image to unblock Golem."" by Nicolas Geoffray · 6 years ago
  65. 2fb49eb Merge "Put the deoptimized method in the trace tag." by Nicolas Geoffray · 6 years ago
  66. e959e5d Merge "Tweak native allocation GC triggering thresholds" by Hans Boehm · 6 years ago
  67. 87fe485 Merge "Revert "Bionic libs are located at /system/lib"" by Treehugger Robot · 6 years ago
  68. 763ae5b Merge "ART: Replace 'auto' with actual types" by Treehugger Robot · 6 years ago
  69. 0dc36ea Revert "Bionic libs are located at /system/lib" by Martin Stjernholm · 6 years ago
  70. 1575267 Tweak native allocation GC triggering thresholds by Hans Boehm · 6 years ago
  71. ba9268e Merge "Build dexlist, dexlayout, and profman for Windows" by David Sehr · 6 years ago
  72. e36f5f6 ART: Replace 'auto' with actual types by Evgeny Astigeevich · 6 years ago
  73. 4616e28 Merge "Add a CleanSpec for the old Android Runtime APEX package." by Roland Levillain · 6 years ago
  74. c5afd11 Add a CleanSpec for the old Android Runtime APEX package. by Roland Levillain · 6 years ago
  75. 5886447 Merge "Remove the (empty) definition of `libart_fake` from the Runtime APEX." by Roland Levillain · 6 years ago
  76. 62e7c09 Put the deoptimized method in the trace tag. by Nicolas Geoffray · 6 years ago
  77. fafc2d9 Merge "Clean up the definitions of tools binaries in the Runtime APEX modules." by Roland Levillain · 6 years ago
  78. 8060a07 Merge "Remove uses of $USER" by Treehugger Robot · 6 years ago
  79. b62f6f1 Improved error message when multiple annotations. by Mathew Inwood · 6 years ago
  80. e7bd7aa Merge "Bionic libs are located at /system/lib" by Treehugger Robot · 6 years ago
  81. 7b3063b ART: Only log initialization failure on initialization by Andreas Gampe · 6 years ago
  82. edad2aa Merge "Relocate usleep for Thread::Unregister" by Mathieu Chartier · 6 years ago
  83. 9d9227a Build dexlist, dexlayout, and profman for Windows by David Sehr · 6 years ago
  84. 163a37a Merge "Add ability to store invocation information in an external file." by Treehugger Robot · 6 years ago
  85. b121449 Merge "OpenjdkJvm.cc: Add O_CLOEXEC" by Treehugger Robot · 6 years ago
  86. 2db1eaa Remove the (empty) definition of `libart_fake` from the Runtime APEX. by Roland Levillain · 6 years ago
  87. e9f0ccc Clean up the definitions of tools binaries in the Runtime APEX modules. by Roland Levillain · 6 years ago
  88. 8d3d491 Have art/build/apex/runtests.sh's check for libjavacrypto in Runtime APEX. by Roland Levillain · 6 years ago
  89. 5d938ef Merge "Fix CFI tests for heap poisoning." by David Srbecky · 6 years ago
  90. 51bc752 Fix CFI tests for heap poisoning. by David Srbecky · 6 years ago
  91. c3c0299 Merge "ART: add longest consecutive free bytes in region dump" by Roland Levillain · 6 years ago
  92. 206ffa5 Merge "ART: make RegionSpace::GetNextObject a static function" by Roland Levillain · 6 years ago
  93. 3fef44a Relocate usleep for Thread::Unregister by Juju Sung · 6 years ago
  94. 1cc5dc8 Merge "Add more verbose logging to profiler" by Treehugger Robot · 6 years ago
  95. 3f20fe7 Bionic libs are located at /system/lib by Jiyong Park · 6 years ago
  96. 1a07435 Add more verbose logging to profiler by Mathieu Chartier · 6 years ago
  97. 02f6c8d Merge "Delete PatchedObjectsMap" by Mathieu Chartier · 6 years ago
  98. 1f99225 Merge "Add 132 to redefine-stress skips" by Treehugger Robot · 6 years ago
  99. c0bb8c7 Merge "ART: Some more IWYU in common headers" by Treehugger Robot · 6 years ago
  100. 1aa5232 Merge "ART: Forward-declare Instrumentation" by Andreas Gampe · 6 years ago