1. 78a6ce8 Merge "ART: Fix lookup class used by invoke-custom" by Treehugger Robot · 7 years ago
  2. 67a3d45 Merge "Use to-upper function instead of $(shell tr)" by Treehugger Robot · 7 years ago
  3. dc46115 Merge "Fix typos." by Roland Levillain · 7 years ago
  4. 6540037 Merge "ART: Add option to use stderr logger" by Treehugger Robot · 7 years ago
  5. b7a3ddf Merge "Fix input cdex -> output non-cdex" by Mathieu Chartier · 7 years ago
  6. e416979 ART: Fix lookup class used by invoke-custom by Orion Hodson · 7 years ago
  7. ef01222 Fix typos. by Roland Levillain · 8 years ago
  8. cd4ddee Merge "Revert^2 "ART: Interpreter support for VarHandle accessors"" by Treehugger Robot · 7 years ago
  9. 551ff7e Merge "Visit targets of proxy methods when visiting thread roots." by Roland Levillain · 7 years ago
  10. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  11. cc78efa Merge "Improve to-space invariant error reporting in the CC collector." by Roland Levillain · 7 years ago
  12. 2456ad1 Merge "Add commands to make jdwp tests dump stacks on timeouts" by Treehugger Robot · 7 years ago
  13. 8f8c5c5 Merge "Make exception test more robust against dex changes." by Treehugger Robot · 7 years ago
  14. d27923c Fix input cdex -> output non-cdex by Mathieu Chartier · 7 years ago
  15. 25419b5 ART: Add option to use stderr logger by Andreas Gampe · 7 years ago
  16. 3d08bbd Use to-upper function instead of $(shell tr) by Colin Cross · 7 years ago
  17. b1c724c Merge "Fix HPROF DDMS." by Alex Light · 7 years ago
  18. 65404f0 Merge "Suppress clang 7.0 warnings." by Treehugger Robot · 7 years ago
  19. 4c84ca6 Suppress clang 7.0 warnings. by Chih-Hung Hsieh · 7 years ago
  20. 878f33f Add commands to make jdwp tests dump stacks on timeouts by Alex Light · 7 years ago
  21. e78471d Make exception test more robust against dex changes. by Aart Bik · 7 years ago
  22. 3a4f5f3 Merge "ART: Clear any exception after resolution" by Treehugger Robot · 7 years ago
  23. 272bbb0 Merge "Revert "Disable hidden API checks during WellKnownClasses::Init"" by Guang Zhu · 7 years ago
  24. df30f82 Merge "Implement ClampGrowthLimit feature for region space" by Lokesh Gidra · 7 years ago
  25. 7b6345d Revert "Disable hidden API checks during WellKnownClasses::Init" by Guang Zhu · 7 years ago
  26. 6568c1c Merge "Avoid generating cdex for dex files with duplicate methods" by Mathieu Chartier · 7 years ago
  27. 001eff9 Improve to-space invariant error reporting in the CC collector. by Roland Levillain · 7 years ago
  28. 1c95825 Merge "Add support for counting hotness in compiled code for MIPS" by Nicolas Geoffray · 7 years ago
  29. d96e802 Merge "Remove unused methods." by Nicolas Geoffray · 7 years ago
  30. 30ca8e3 Merge "Revert "Revert "Revert "Prevent UAF issues caused by static destructors"""" by Orion Hodson · 7 years ago
  31. 70f4415 Revert "Revert "Revert "Prevent UAF issues caused by static destructors""" by Orion Hodson · 7 years ago
  32. feec167 Add support for counting hotness in compiled code for MIPS by Goran Jakovljevic · 7 years ago
  33. 9b9458a Merge "Disable hidden API checks during WellKnownClasses::Init" by David Brazdil · 7 years ago
  34. 8407b4e Disable hidden API checks during WellKnownClasses::Init by David Brazdil · 7 years ago
  35. 7130744 ART: Clear any exception after resolution by Andreas Gampe · 7 years ago
  36. 4362822 Merge "Revert "Revert "Prevent UAF issues caused by static destructors""" by Treehugger Robot · 7 years ago
  37. 249eeac Merge "Added missing return." by Treehugger Robot · 7 years ago
  38. e009de6 Merge "Call patchoat --verify from art runtime to verify art files" by Treehugger Robot · 7 years ago
  39. c7d2e78 Fix HPROF DDMS. by Alex Light · 7 years ago
  40. 05f90d1 Avoid generating cdex for dex files with duplicate methods by Mathieu Chartier · 7 years ago
  41. 0efe324 Merge "Fix potential null read for truncated dex files" by Mathieu Chartier · 7 years ago
  42. f12c309 Merge "Do not eliminate array allocation if it may throw NegativeArraySizeException" by Mingyao Yang · 7 years ago
  43. 6280f87 Revert "Revert "Prevent UAF issues caused by static destructors"" by Alex Light · 7 years ago
  44. 897df03 Added missing return. by Aart Bik · 7 years ago
  45. 5f0b71a Implement ClampGrowthLimit feature for region space by Lokesh Gidra · 7 years ago
  46. e5fac73 Call patchoat --verify from art runtime to verify art files by Chris Morin · 7 years ago
  47. 2e6d97b Merge "Do not enforce hidden API for boot image and preopt compilation" by David Brazdil · 7 years ago
  48. 661078b Merge "Make libdexfile tests independent of runtime" by David Sehr · 7 years ago
  49. 700a985 Fix potential null read for truncated dex files by Mathieu Chartier · 7 years ago
  50. 7cf9af2 Do not eliminate array allocation if it may throw NegativeArraySizeException by Mingyao Yang · 7 years ago
  51. 129ebee Merge "Don't analyze methods with verification errors." by Treehugger Robot · 7 years ago
  52. a689903 Do not enforce hidden API for boot image and preopt compilation by David Brazdil · 7 years ago
  53. 5ffc549 Merge "ART: Add test for reflective invocations of MethodHandles." by Treehugger Robot · 7 years ago
  54. 2c148f0 Don't analyze methods with verification errors. by Aart Bik · 7 years ago
  55. 8b5d152 Remove unused methods. by Nicolas Geoffray · 7 years ago
  56. fa854e4 Visit targets of proxy methods when visiting thread roots. by Roland Levillain · 7 years ago
  57. 0881436 ART: Add test for reflective invocations of MethodHandles. by Orion Hodson · 7 years ago
  58. bae3065 Merge "Revert "Prevent UAF issues caused by static destructors"" by Treehugger Robot · 7 years ago
  59. 6a94cec Revert "Prevent UAF issues caused by static destructors" by Nicolas Geoffray · 7 years ago
  60. 480dc3c Merge "Revert "Remove skips for EnableCollection tests"" by Nicolas Geoffray · 7 years ago
  61. 28199c3 Revert "Remove skips for EnableCollection tests" by Nicolas Geoffray · 7 years ago
  62. 426ee26 Merge "Use more ArrayRefs in quicken infos" by Treehugger Robot · 7 years ago
  63. 7d522a4 Merge "Prevent UAF issues caused by static destructors" by Alex Light · 7 years ago
  64. 5168173 Use more ArrayRefs in quicken infos by Mathieu Chartier · 7 years ago
  65. e112340 Make libdexfile tests independent of runtime by David Sehr · 7 years ago
  66. 90771c2 Merge "Disable hidden API checks for Am" by David Brazdil · 7 years ago
  67. 123aeb7 Prevent UAF issues caused by static destructors by Alex Light · 7 years ago
  68. ad66627 Disable hidden API checks for Am by David Brazdil · 7 years ago
  69. abee76e Merge "Remove skips for EnableCollection tests" by Treehugger Robot · 7 years ago
  70. edbe4cc Remove skips for EnableCollection tests by Alex Light · 7 years ago
  71. 8bcecf9 Merge "Workaround bogus Thread Safety Analysis warning" by Stephen Hines · 7 years ago
  72. 045112c Merge "Ignore null-pointer-arithmetic warnings in external/dlmalloc" by Stephen Hines · 7 years ago
  73. ba56264 Merge "Exclude oob dexfiles from debug symbols." by David Srbecky · 7 years ago
  74. 6fdd506 Merge "Test unwind through multidex" by David Srbecky · 7 years ago
  75. 8b8dc29 Merge "Fix issue with ti-stress not requesting correct capabilities" by Alex Light · 7 years ago
  76. c2a082a Fix issue with ti-stress not requesting correct capabilities by Alex Light · 7 years ago
  77. 7b2a8bf Merge "Added extra safety in dexdump2 -d option around nonsense code." by Treehugger Robot · 7 years ago
  78. 3a18e1f Merge "Revert "ART: Interpreter support for VarHandle accessors"" by Orion Hodson · 7 years ago
  79. c4d3bf4 Revert "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 7 years ago
  80. 17eaf99 Merge "ART: Interpreter support for VarHandle accessors" by Treehugger Robot · 7 years ago
  81. 96c8446 Exclude oob dexfiles from debug symbols. by David Srbecky · 7 years ago
  82. 872be3d Test unwind through multidex by David Srbecky · 7 years ago
  83. 436b623 Merge "Fix failure in CodeItemOverrun on target" by Treehugger Robot · 7 years ago
  84. 910f34d Merge "Remove .symtab debug symbols for individual interpreted methods." by David Srbecky · 7 years ago
  85. a996953 Remove .symtab debug symbols for individual interpreted methods. by David Srbecky · 7 years ago
  86. 2a1f258 Merge "Revert "Properly de-duplicate debug symbol names."" by David Srbecky · 7 years ago
  87. 309f1ab Merge "Pretty print backtrace in unwind test." by David Srbecky · 7 years ago
  88. becc83b ART: Interpreter support for VarHandle accessors by Orion Hodson · 7 years ago
  89. 9827367 Fix failure in CodeItemOverrun on target by Orion Hodson · 7 years ago
  90. 83784ca Merge "Handle code item overruns in cdex code item write" by Mathieu Chartier · 7 years ago
  91. 7a9aaf1 Added extra safety in dexdump2 -d option around nonsense code. by Aart Bik · 7 years ago
  92. 540d4be Merge "Enable code item deduping" by Mathieu Chartier · 7 years ago
  93. 14ef97b Merge "Revert "Temporarily disable lazy class-file-load-hook"" by Treehugger Robot · 7 years ago
  94. a27af08 Handle code item overruns in cdex code item write by Mathieu Chartier · 7 years ago
  95. fe2a39d Revert "Temporarily disable lazy class-file-load-hook" by Alex Light · 7 years ago
  96. 279e3a3 Enable code item deduping by Mathieu Chartier · 7 years ago
  97. 6db9a6c Merge "Revert "Blacklist tests failing on valgrind."" by Treehugger Robot · 7 years ago
  98. ca6f1c0 Merge "Create the hiddenapi files if frameworks/base is missing." by Treehugger Robot · 7 years ago
  99. 199f72b Merge "ART: Refactor dex2dex compilation" by Treehugger Robot · 7 years ago
  100. 5681b72 Revert "Blacklist tests failing on valgrind." by Alex Light · 7 years ago