1. b6471ac Merge changes from topic "dexopt-min-change" into oc-mr1-dev by Calin Juravle · 8 years ago
  2. 659a7dc Add check that classpath is up to date to getDexOptNeeded by Calin Juravle · 8 years ago
  3. e3a5154 Update the context classpath after the dex files are opened. by Calin Juravle · 8 years ago
  4. c53f136 Merge "Show ArtMethods in imgdiag" into oc-mr1-dev by David Sehr · 8 years ago
  5. 5f006e4 Merge "Fix context verification for relative dependencies" into oc-mr1-dev by Calin Juravle · 8 years ago
  6. a70def2 Show ArtMethods in imgdiag by David Sehr · 8 years ago
  7. cf24cee Fix context verification for relative dependencies by Calin Juravle · 8 years ago
  8. 0b7f137 ART: Change thread dump order on abort by Andreas Gampe · 8 years ago
  9. 765e533 Merge "Add more logging for b/64759619" into oc-mr1-dev by Mathieu Chartier · 8 years ago
  10. 26c5f9d Add more logging for b/64759619 by Mathieu Chartier · 8 years ago
  11. 07828ba Use real locations when opening dex files from the context by Calin Juravle · 8 years ago
  12. 12e5cc8 Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData by Shubham Ajmera · 8 years ago
  13. 63199d7 Enable dex madvise hints for low ram devices by Mathieu Chartier · 8 years ago
  14. 72662a6 Only MADV_RANDOM for low RAM devices by Mathieu Chartier · 8 years ago
  15. 1563f26 ART: Account for OOME during array merging by Andreas Gampe · 8 years ago
  16. 3efecde Call madvise hints for image dex files by Mathieu Chartier · 8 years ago
  17. df8a96a Disable app image for very large apps by Mathieu Chartier · 8 years ago
  18. f5516d3 Add extra dumping for native method JIT samples check by Mathieu Chartier · 8 years ago
  19. 557bbcb Enable regression test for array aliasing bug. by Aart Bik · 8 years ago
  20. 5935c9d Regression test for array aliasing bug. by Aart Bik · 8 years ago
  21. d63d77c Merge "Recover vdex regression on multidex." into oc-mr1-dev by Nicolas Geoffray · 8 years ago
  22. 4e10c5b Merge "Store layout info in dex files" into oc-mr1-dev by TreeHugger Robot · 8 years ago
  23. 89701ba Merge "Run HeapLocationCollector once in scheduler instead of locally." into oc-mr1-dev by Mingyao Yang · 8 years ago
  24. 75c5ed6 Store layout info in dex files by Mathieu Chartier · 8 years ago
  25. efb3f0d Run HeapLocationCollector once in scheduler instead of locally. by Mingyao Yang · 8 years ago
  26. 38455a8 Add VisitNewArray() in lsa. by Mingyao Yang · 8 years ago
  27. 5b2b413 Recover vdex regression on multidex. by Nicolas Geoffray · 8 years ago
  28. 312556e Merge "Fix dex file reading in VdexFile::GetNextDexFileData." into oc-mr1-dev by TreeHugger Robot · 8 years ago
  29. ada0e2f Fix dex file reading in VdexFile::GetNextDexFileData. by Nicolas Geoffray · 8 years ago
  30. 5e0a3cd Null initialize dirty_image_objects_filename_ by Mathieu Chartier · 8 years ago
  31. d63fdd7 Group dirty images objects together in the image. by Jeff Hao · 8 years ago
  32. e62edea Merge "Revert recent JIT code cache changes" into oc-mr1-dev by TreeHugger Robot · 8 years ago
  33. 28f7f18 Merge changes I476ee76b,If70e31d3 into oc-mr1-dev by Mathieu Chartier · 8 years ago
  34. b1994de Revert recent JIT code cache changes by Orion Hodson · 8 years ago
  35. 76bb14a Allow non word aligned heap limit for space bitmap by Mathieu Chartier · 8 years ago
  36. c1607c0 Enable class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  37. adc74df Support class unloading in dex2oat for quicken multidex by Mathieu Chartier · 8 years ago
  38. f8a0065 Merge "Use the right class loader allocator in ReallocMethods." into oc-mr1-dev by Nicolas Geoffray · 8 years ago
  39. 921cb1d Use class unloading in dex2oat for verify and extract by Mathieu Chartier · 8 years ago
  40. b50b0f7 Use the right class loader allocator in ReallocMethods. by Nicolas Geoffray · 8 years ago
  41. 543a4d3 Merge changes from topic 'class-loader-context' into oc-mr1-dev by Calin Juravle · 8 years ago
  42. 3a312ab Merge "Fix issue where classes that fail verification have kStatusNotReady." into oc-mr1-dev by Mathieu Chartier · 8 years ago
  43. 9b64f19 Merge changes Id14371f9,Iacde7f84 into oc-mr1-dev by Mathieu Chartier · 8 years ago
  44. 6a2ed4f Fix issue where classes that fail verification have kStatusNotReady. by Jeff Hao · 8 years ago
  45. be49cbf Add FdFile::Compare by Mathieu Chartier · 8 years ago
  46. a0540da Fix CC handling for no large object space case by Mathieu Chartier · 8 years ago
  47. 1a9294a Add --avoid-storing-invocation option by Mathieu Chartier · 8 years ago
  48. c6d79e6 Stop using the runtime classpath in dex2oat by Calin Juravle · 8 years ago
  49. 10a2e2c Do not pass --runtime-arg -classpath in dex2oat_test by Calin Juravle · 8 years ago
  50. 960f30d Do not pass --runtime-arg -classpath to dex2oat in dex fuzz by Calin Juravle · 8 years ago
  51. e6b4298 Pass the class loader context to dex2oat when optimizing at runtime by Calin Juravle · 8 years ago
  52. 06c7acb Merge "Fix verifier checks on interface methods." into oc-mr1-dev by TreeHugger Robot · 8 years ago
  53. e86a9c8 Fix verifier checks on interface methods. by Alex Light · 8 years ago
  54. 63a2a09 Fix verifier deps determinism by Mathieu Chartier · 8 years ago
  55. 237ab80 Merge "ART: Add more logging to ClassLoaderContext mismatches" into oc-mr1-dev by TreeHugger Robot · 8 years ago
  56. 1b01299 Merge "Be prepared to handle empty class loader contexts" into oc-mr1-dev by TreeHugger Robot · 8 years ago
  57. 32c27bc Merge changes Ibdf254ae,I36ed67d1,I8e2b2350,Ic73e4adf into oc-mr1-dev by Mathieu Chartier · 8 years ago
  58. 1cb7a4f Delete trailing comma by Mathieu Chartier · 8 years ago
  59. 14052ad Fix race in artInvokeInterfaceTrampoline(). by Vladimir Marko · 8 years ago
  60. bf8561d Update VMRuntime.preloadDexCaches() for hash-based arrays. by Vladimir Marko · 8 years ago
  61. ec9ce6b Hash-based DexCache methods array. by Vladimir Marko · 8 years ago
  62. e5071cc ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 8 years ago
  63. 8606f04 Merge "Fix FastNative/CriticalNative annotation lookup." into oc-mr1-dev by Roland Levillain · 8 years ago
  64. 6db11f1 Merge "Add private dirty image section breakdown" into oc-mr1-dev by Mathieu Chartier · 8 years ago
  65. be831b7 ART: Disable CHA for AoT by Andreas Gampe · 8 years ago
  66. 55e6b55 ART: Move CHA to ClassLinker by Andreas Gampe · 8 years ago
  67. 29103d6 Remove CHA dependencies for class unloading when JIT is disabled by Mathieu Chartier · 8 years ago
  68. e618fe5 Add private dirty image section breakdown by Mathieu Chartier · 8 years ago
  69. 49c7c46 Fix FastNative/CriticalNative annotation lookup. by Vladimir Marko · 8 years ago
  70. db3e48b ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours am: 73a332a52c -s ours am: 2bf3c45624 -s ours am: b2c18293a4 -s ours am: f145fd03ac -s ours am: 321b84d7e1 -s ours am: f1fad03a6a -s ours am: 693610a7bb -s ours am: 672b1f2bd2 -s ours by Andreas Gampe · 8 years ago
  71. 65fec4d ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours am: 5e6d1e6730 -s ours am: 3e160542db -s ours am: dd542aa55b -s ours am: 71c540e298 -s ours am: 79f2c6f36e -s ours am: 3c0f0f53f1 -s ours am: 6fed3904a7 -s ours am: 735d8829f2 -s ours by Andreas Gampe · 8 years ago
  72. 15d96ad ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours am: 73a332a52c -s ours am: 2bf3c45624 -s ours am: b2c18293a4 -s ours am: f145fd03ac -s ours am: 321b84d7e1 -s ours am: f1fad03a6a -s ours am: 693610a7bb -s ours by Andreas Gampe · 8 years ago
  73. e601be9 ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours am: 5e6d1e6730 -s ours am: 3e160542db -s ours am: dd542aa55b -s ours am: 71c540e298 -s ours am: 79f2c6f36e -s ours am: 3c0f0f53f1 -s ours am: 6fed3904a7 -s ours by Andreas Gampe · 8 years ago
  74. 672b1f2 ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours am: 73a332a52c -s ours am: 2bf3c45624 -s ours am: b2c18293a4 -s ours am: f145fd03ac -s ours am: 321b84d7e1 -s ours am: f1fad03a6a -s ours by Andreas Gampe · 8 years ago
  75. 735d882 ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours am: 5e6d1e6730 -s ours am: 3e160542db -s ours am: dd542aa55b -s ours am: 71c540e298 -s ours am: 79f2c6f36e -s ours am: 3c0f0f53f1 -s ours by Andreas Gampe · 8 years ago
  76. 693610a ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours am: 73a332a52c -s ours am: 2bf3c45624 -s ours am: b2c18293a4 -s ours am: f145fd03ac -s ours am: 321b84d7e1 -s ours by Andreas Gampe · 8 years ago
  77. 6fed390 ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours am: 5e6d1e6730 -s ours am: 3e160542db -s ours am: dd542aa55b -s ours am: 71c540e298 -s ours am: 79f2c6f36e -s ours by Andreas Gampe · 8 years ago
  78. f1fad03 ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours am: 73a332a52c -s ours am: 2bf3c45624 -s ours am: b2c18293a4 -s ours am: f145fd03ac -s ours by Andreas Gampe · 8 years ago
  79. 3c0f0f5 ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours am: 5e6d1e6730 -s ours am: 3e160542db -s ours am: dd542aa55b -s ours am: 71c540e298 -s ours by Andreas Gampe · 8 years ago
  80. 321b84d ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours am: 73a332a52c -s ours am: 2bf3c45624 -s ours am: b2c18293a4 -s ours by Andreas Gampe · 8 years ago
  81. 79f2c6f ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours am: 5e6d1e6730 -s ours am: 3e160542db -s ours am: dd542aa55b -s ours by Andreas Gampe · 8 years ago
  82. f145fd0 ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours am: 73a332a52c -s ours am: 2bf3c45624 -s ours by Andreas Gampe · 8 years ago
  83. 71c540e ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours am: 5e6d1e6730 -s ours am: 3e160542db -s ours by Andreas Gampe · 8 years ago
  84. b2c1829 ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours am: 73a332a52c -s ours by Andreas Gampe · 8 years ago
  85. dd542aa ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours am: 5e6d1e6730 -s ours by Andreas Gampe · 8 years ago
  86. 2bf3c45 ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours am: d776215152 -s ours by Andreas Gampe · 8 years ago
  87. 3e16054 ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours am: dc230fd63f -s ours by Andreas Gampe · 8 years ago
  88. 73a332a ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours am: 71aaacfb6e -s ours by Andreas Gampe · 8 years ago
  89. 5e6d1e6 ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours am: 7b5e3687f6 -s ours by Andreas Gampe · 8 years ago
  90. d776215 ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 am: 17d829c8e6 -s ours by Andreas Gampe · 8 years ago
  91. dc230fd ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 am: b9489afe2a -s ours by Andreas Gampe · 8 years ago
  92. 71aaacf ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 by Andreas Gampe · 8 years ago
  93. 7b5e368 ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 by Andreas Gampe · 8 years ago
  94. 17d829c ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d am: 8a669e0819 by Andreas Gampe · 8 years ago
  95. b9489af ART: Change main-thread thread paging scheme am: 2dc01ce7f2 am: ea2c3506f5 by Andreas Gampe · 8 years ago
  96. 8a669e0 ART: Make Touch's stack array smaller under ASAN am: 165ba42d5d by Andreas Gampe · 8 years ago
  97. ea2c350 ART: Change main-thread thread paging scheme am: 2dc01ce7f2 by Andreas Gampe · 8 years ago
  98. 0a642fe ART: Make Touch's stack array smaller under ASAN am: 4ca02b5b04 am: 4548ea75b0 am: 6979a6cf07 am: cf6ae546ea -s ours am: e2da404945 -s ours am: bf88fa7980 -s ours am: 6116294661 -s ours am: 61ae0bdd0d -s ours am: 7945d5199a -s ours am: 4c4e40688a -s ours by Andreas Gampe · 8 years ago
  99. d1d108c ART: Change main-thread thread paging scheme am: a79db76ced am: d3b48537ad am: a5a1146d45 am: d4b94c823f -s ours am: 68fd95aa24 -s ours am: 7317360095 -s ours am: ff1f7b5242 -s ours am: 53f39fb9ac -s ours am: 25c12b5751 -s ours am: d5292e6b04 -s ours by Andreas Gampe · 8 years ago
  100. d769cba ART: Make Touch's stack array smaller under ASAN am: 4ca02b5b04 am: 4548ea75b0 am: 6979a6cf07 am: cf6ae546ea -s ours am: e2da404945 -s ours am: bf88fa7980 -s ours am: 6116294661 -s ours am: 61ae0bdd0d -s ours am: 7945d5199a -s ours by Andreas Gampe · 8 years ago