1. 96cbde8 Fix alignment bug in PreObjectAlloc by Alex Light · 5 years ago
  2. 219420e Run-test: Support using --gdb and --gdbserver with --chroot by Alex Light · 5 years ago
  3. acd7060 Update target footprint on process state switch by Lokesh Gidra · 5 years ago
  4. 60d9775 Prevent methods beint tested from being inline. by Nicolas Geoffray · 5 years ago
  5. 145f3c4 [art] Yama LSM isn't mandatory by Dan Zimmerman · 5 years ago
  6. bd0ac86 Ensure Nterp is also supported in CanRuntimeUseNterp. by Nicolas Geoffray · 5 years ago
  7. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 5 years ago
  8. 001e5b3 Remove illegal PreObjectAlloc call by Alex Light · 5 years ago
  9. 5c01772 Add public lib of Cronet apex mainline by Luke Huang · 5 years ago
  10. c99a231 Add timestamp to perfetto_hprof output by Florian Mayer · 5 years ago
  11. 796aa2c [baseline] Check that the profiling info is not null. by Nicolas Geoffray · 5 years ago
  12. 57cacb7 Refactor OSR related code to prepare for "true" OSR. by Nicolas Geoffray · 5 years ago
  13. 013d1ee Introduce the notion of an nterp frame. by Nicolas Geoffray · 5 years ago
  14. 9ca8b2b Revert "Make sure all runtime threads are in the System thread group." by Nicolas Geoffray · 5 years ago
  15. d03f8e6 Add a String.init range call. by Nicolas Geoffray · 5 years ago
  16. 0e01c8d Make sure all runtime threads are in the System thread group. by Alex Light · 5 years ago
  17. daad67f Fix typo FieldNameAndSignature vs MethodNameAndSignature. by Alex Light · 5 years ago
  18. 0cc4027 Read system_ext partition for partner defined public libraries. by Justin Yun · 5 years ago
  19. 085f740 Re-arrange code to avoid recursive locking of the JIT lock. by Nicolas Geoffray · 5 years ago
  20. 0d38e85 Keep the debug_frame for some arm32 art libs. by Christopher Ferris · 5 years ago
  21. a697b47 Revert^2 "Remove unused emulator variable" by Orion Hodson · 5 years ago
  22. 0bbe28c Revert^2 "Add jvm mode to run-libcore-tests.sh" by Orion Hodson · 5 years ago
  23. 656dc82 Revert^2 "Enable run-libcore-tests.sh to test specific packages" by Orion Hodson · 5 years ago
  24. af6a15c Revert^2 "Add usage to run-libcore-tests.sh" by Orion Hodson · 5 years ago
  25. 14f3002 Add --dry-run flag to run-libcore-tests.sh by Orion Hodson · 5 years ago
  26. 6b98a40 Update linker config location by Kiyoung Kim · 5 years ago
  27. b2e6d0f Fix incorrect DCHECK by Alex Light · 5 years ago
  28. 4847a07 Fix issue with observing invalid thread state. by Alex Light · 5 years ago
  29. 92e9940 Add test 2000 to redefine-stress skips by Alex Light · 5 years ago
  30. 819b362 Use correct pointer size for stack unwinding. by Ulya Trafimovich · 5 years ago
  31. b89a92e Generalize fugu failure handling in run-libcore-tests.sh by Orion Hodson · 5 years ago
  32. 52506e2 Add ImprovedOptimizingUnitTest::CreateParameters for subclasses by Evgeny Astigeevich · 5 years ago
  33. 90ceea3 Disable memfd_create tests on ART test devices. by Orion Hodson · 5 years ago
  34. 3ea6627 Merge the single-image test to TestExtension. by Vladimir Marko · 5 years ago
  35. 589bf90 Fix clean-oat-host. by Vladimir Marko · 5 years ago
  36. fab7208 Pipe disabled compat changes to runtime through zygote. by atrost · 5 years ago
  37. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  38. 42b9c19 Revert "Use framework boot image extension." by Ulyana Trafimovich · 5 years ago
  39. e02ebc0 Revert "Add usage to run-libcore-tests.sh" by Orion Hodson · 5 years ago
  40. 2a05a9b Revert "Enable run-libcore-tests.sh to test specific packages" by Orion Hodson · 5 years ago
  41. 58a7d6c Revert "Add jvm mode to run-libcore-tests.sh" by Orion Hodson · 5 years ago
  42. be416b3 Revert "Remove unused emulator variable" by Orion Hodson · 5 years ago
  43. a2ba808 Revert "Fix missing expectations in run-libcore-tests.sh" by Orion Hodson · 5 years ago
  44. 4a0ef9f Fix missing expectations in run-libcore-tests.sh by Orion Hodson · 5 years ago
  45. d0036ac Single-image boot image extensions. by Vladimir Marko · 5 years ago
  46. 6994468 Follow-up for "Use provided dex filenames in oat file." by Vladimir Marko · 5 years ago
  47. abd8f05 Proactively dequicken on debuggable switch. by Alex Light · 5 years ago
  48. 3bdb977 Document no-strip flag by Calin Juravle · 5 years ago
  49. 4f50139 Remove unused emulator variable by Orion Hodson · 5 years ago
  50. 938ead3 Add jvm mode to run-libcore-tests.sh by Orion Hodson · 5 years ago
  51. 9a1e6aa Enable run-libcore-tests.sh to test specific packages by Orion Hodson · 5 years ago
  52. 06e9083 Add usage to run-libcore-tests.sh by Orion Hodson · 5 years ago
  53. 0fce03f Add scoped trace to VisitDexCacheArrays by Mathieu Chartier · 5 years ago
  54. 542e393 Do not strip art libs when building for linux-bionic by Calin Juravle · 5 years ago
  55. 46845f6 Revert "Revert "Revert "Revert "Remove reference to d8-compat-dx"""" by Søren Gjesse · 5 years ago
  56. 1707bae Support new UnsupportedAppUsage in class2greylist. by Artur Satayev · 5 years ago
  57. 0e33d0e Disable memfd_create tests on ART host tests. by Tobias Thierer · 5 years ago
  58. 9bab237 Fix overrun bug in MapBootImageMethods by Mathieu Chartier · 5 years ago
  59. 4ca2f48 Enable JNI ID auto swap on debuggable by Alex Light · 5 years ago
  60. dd09f71 Fix oatdump for boot image extensions. by Vladimir Marko · 5 years ago
  61. 9561faf Revert "Revert "Revert "Remove reference to d8-compat-dx""" by Nicolas Geoffray · 5 years ago
  62. b0a9747 Fix go/lem breakages on baseline configs by Nicolas Geoffray · 5 years ago
  63. 64a5d1a Revert "Revert "Remove reference to d8-compat-dx"" by Nicolas Geoffray · 5 years ago
  64. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
  65. 726e2dd Read thread-local mark-stack inside critical section by Lokesh Gidra · 5 years ago
  66. e3f775b Address comments from aog/1180224. by Nicolas Geoffray · 5 years ago
  67. 6217380 Bind-mount individual flattened APEXes by Jooyung Han · 5 years ago
  68. 43f2f75 Revert^4 "Implement Dot Product Vectorization for x86" by Alex Light · 5 years ago
  69. 9317031 Move thread-local mark-stack revocation outside SOA by Lokesh Gidra · 5 years ago
  70. a0b4631 Revert submission by Lokesh Gidra · 5 years ago
  71. 13e951d Fix mallinfo result interpretation by Hans Boehm · 5 years ago
  72. 1caa127 Revert "Remove reference to d8-compat-dx" by Jason Lee · 5 years ago
  73. a142f71 Add missing Barriers in ReplaceReferences by Alex Light · 5 years ago
  74. 9b5271e Get the baseline information from the graph. by Nicolas Geoffray · 5 years ago
  75. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 5 years ago
  76. e571a28 Ignore bad profiles when --force-merge is specified by Calin Juravle · 5 years ago
  77. 1755ad0 Remove reference to d8-compat-dx by Søren Gjesse · 5 years ago
  78. 6c030d4 Pass a large code cache for test 638-checker-inline-cache-intrinsic. by Nicolas Geoffray · 5 years ago
  79. 4f2e088 ARM64: Move from FPRegister to VRegister based API (continued (2)). by Roland Levillain · 5 years ago
  80. a59af8a JIT baseline: trigger optimized compilation on hotness threshold. by Nicolas Geoffray · 5 years ago
  81. 5c8cc64 Use framework boot image extension. by Ulya Trafimovich · 5 years ago
  82. c8315d9 Move libartpalette-system to system/libartpalette by Orion Hodson · 5 years ago
  83. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 5 years ago
  84. 642af13 Revert^2 "Make opaque-jni-ids:swapable more efficient" am: bc19b7559e by Alex Light · 5 years ago
  85. bc19b75 Revert^2 "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  86. b4cda07 Add null check in AppendToBootClassPath am: 0a19e212e5 by Mathieu Chartier · 5 years ago
  87. eac66af Revert "Make opaque-jni-ids:swapable more efficient" am: 42c52f53b3 by Alex Light · 5 years ago
  88. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 5 years ago
  89. 42c52f5 Revert "Make opaque-jni-ids:swapable more efficient" by Alex Light · 5 years ago
  90. 3ad6876 Revert^2 "Allow structural redefinition on non-final classes." am: f1b809ce61 by Alex Light · 5 years ago
  91. 82d8ca6 Fix Missing ReflectiveHandleScope in Class_newInstance am: 20b7a9b8ae by Alex Light · 5 years ago
  92. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 5 years ago
  93. 20b7a9b Fix Missing ReflectiveHandleScope in Class_newInstance by Alex Light · 5 years ago
  94. 51ddbfa Assert mutator doesn't get mark-stack assigned once destroyed am: c6ca117090 by Lokesh Gidra · 5 years ago
  95. c6ca117 Assert mutator doesn't get mark-stack assigned once destroyed by Lokesh Gidra · 5 years ago
  96. 46c25d4 Extend 952-invoke-custom to test invoke-custom/range am: be52a17c0f by Orion Hodson · 5 years ago
  97. be52a17 Extend 952-invoke-custom to test invoke-custom/range by Orion Hodson · 5 years ago
  98. 8521ca9 Make fieldcount agent handle duplicates am: 26dbdcf691 by Alex Light · 5 years ago
  99. 7c90e52 Make opaque-jni-ids:swapable more efficient am: 4e7dd70e3e by Alex Light · 5 years ago
  100. 26dbdcf Make fieldcount agent handle duplicates by Alex Light · 5 years ago