1. b03b6a6 Clarify histogram logic. am: 1973687350 by Hans Boehm · 5 years ago
  2. 467b692 Use single contention counter for rw mutexes by Hans Boehm · 5 years ago
  3. 1973687 Clarify histogram logic. by Hans Boehm · 5 years ago
  4. 5982815 Revert "jitzygote: Also Pre-JIT native methods." am: f339cca574 by David Srbecky · 5 years ago
  5. f59c520 Revert "jitzygote: Fix pre-JIT of native methods." am: dd16edbd72 by David Srbecky · 5 years ago
  6. a0d7cbb Pre-resolve dex cache strings before collecting string offsets am: fe0e00a4d6 by Mathieu Chartier · 5 years ago
  7. f339cca Revert "jitzygote: Also Pre-JIT native methods." by David Srbecky · 5 years ago
  8. dd16edb Revert "jitzygote: Fix pre-JIT of native methods." by David Srbecky · 5 years ago
  9. fe0e00a Pre-resolve dex cache strings before collecting string offsets by Mathieu Chartier · 5 years ago
  10. f0b7366 Remove unused art/tools/amm am: a3d186e5c3 by Richard Uhler · 5 years ago
  11. a3d186e Remove unused art/tools/amm by Richard Uhler · 5 years ago
  12. b6590d3 Prevent concurrent GC stack-walks during deoptimization am: a4cdd36ba3 by Alex Light · 5 years ago
  13. a4cdd36 Prevent concurrent GC stack-walks during deoptimization by Alex Light · 5 years ago
  14. 4df6662 Update TODO for the lib/arm(64) subdirectories. am: 4160c12d4e by Martin Stjernholm · 5 years ago
  15. 4160c12 Update TODO for the lib/arm(64) subdirectories. by Martin Stjernholm · 5 years ago
  16. 70f96e5 ART: Add verifier-debug log for exception handler am: bfcca58145 by Andreas Gampe · 5 years ago
  17. e731dbc ART: Templatize internal method verifier class am: 99db7bb218 by Andreas Gampe · 5 years ago
  18. ab413b1 ART: Refactor verifier am: fc25ae90c7 by Andreas Gampe · 5 years ago
  19. bfcca58 ART: Add verifier-debug log for exception handler by Andreas Gampe · 5 years ago
  20. 99db7bb ART: Templatize internal method verifier class by Andreas Gampe · 5 years ago
  21. 20c346d ART: Do not expose arena allocator from MethodVerifier am: d09c0593fb by Andreas Gampe · 5 years ago
  22. 3feadef ART: Clean up MethodVerifier am: 51de69ecd2 by Andreas Gampe · 5 years ago
  23. fc25ae9 ART: Refactor verifier by Andreas Gampe · 5 years ago
  24. d09c059 ART: Do not expose arena allocator from MethodVerifier by Andreas Gampe · 5 years ago
  25. 51de69e ART: Clean up MethodVerifier by Andreas Gampe · 5 years ago
  26. d836f12 Make kHugeNativeAllocs configurable am: bb2467b398 by Hans Boehm · 5 years ago
  27. bb2467b Make kHugeNativeAllocs configurable by Hans Boehm · 5 years ago
  28. 6fc4d7d ART: Under verifier-debug, amend the hard-fail message am: 7c887c57b1 by Andreas Gampe · 5 years ago
  29. 7c887c5 ART: Under verifier-debug, amend the hard-fail message by Andreas Gampe · 5 years ago
  30. 5276efc Add mean GC throughput as per CPU time to perfdump am: a65859d5a1 by Lokesh Gidra · 5 years ago
  31. a65859d Add mean GC throughput as per CPU time to perfdump by Lokesh Gidra · 5 years ago
  32. 4597c2e Revert^2 "Optimize FindClass ClassNotFoundException case" am: 87658f3e88 by Andreas Gampe · 5 years ago
  33. 78a6bb9 ART: Restrict dex cache location check am: d5d807bc2d by Andreas Gampe · 5 years ago
  34. 87658f3 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 5 years ago
  35. d5d807b ART: Restrict dex cache location check by Andreas Gampe · 5 years ago
  36. 2d9fa70 Use static linking for dexdump on host builds am: 520a43637b by Orion Hodson · 5 years ago
  37. 520a436 Use static linking for dexdump on host builds by Orion Hodson · 5 years ago
  38. f4a578b Revert "Use static linking for dexdump on host builds" am: 063c9851f8 by Greg Hartman · 5 years ago
  39. 063c985 Revert "Use static linking for dexdump on host builds" by Greg Hartman · 5 years ago
  40. b25ff3b Revert^2 "Fix correctness for fast path class loading" am: 501c3b073e by Andreas Gampe · 5 years ago
  41. 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 5 years ago
  42. fc78a97 Use static linking for dexdump on host builds am: ed42f62df5 by Orion Hodson · 5 years ago
  43. ed42f62 Use static linking for dexdump on host builds by Orion Hodson · 5 years ago
  44. 999a14f ahat: getImmediateDominator should not return the SuperRoot. am: 8812459ad6 by Richard Uhler · 5 years ago
  45. 8812459 ahat: getImmediateDominator should not return the SuperRoot. by Richard Uhler · 5 years ago
  46. 180f9e4 Revert "Fix correctness for fast path class loading" am: 2e2f9e8c69 by Mathieu Chartier · 5 years ago
  47. f38bce4 Revert "Optimize FindClass ClassNotFoundException case" am: d399f579cf by Mathieu Chartier · 5 years ago
  48. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 5 years ago
  49. d399f57 Revert "Optimize FindClass ClassNotFoundException case" by Mathieu Chartier · 5 years ago
  50. 77e6e95 Optimize FindClass ClassNotFoundException case am: 9634705832 by Mathieu Chartier · 5 years ago
  51. d6afac9 ahat: Fix broken style sheet. am: b086f5284a by Richard Uhler · 5 years ago
  52. 9634705 Optimize FindClass ClassNotFoundException case by Mathieu Chartier · 5 years ago
  53. b086f52 ahat: Fix broken style sheet. by Richard Uhler · 5 years ago
  54. 2670a2e jitzygote: Fix pre-JIT of native methods. am: d94c87d52e by David Srbecky · 5 years ago
  55. f7d322f Add a parallel_run.py tool am: 4d8d83f968 by Alex Light · 5 years ago
  56. d94c87d jitzygote: Fix pre-JIT of native methods. by David Srbecky · 5 years ago
  57. 4d8d83f Add a parallel_run.py tool by Alex Light · 5 years ago
  58. 8d677a9 Fix correctness for fast path class loading am: ef04ac6c05 by Mathieu Chartier · 5 years ago
  59. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 5 years ago
  60. f082a80 Prefix entrypoints with 0xFF so we can do extra checks. am: 1eb5d8770a by David Srbecky · 5 years ago
  61. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 5 years ago
  62. 9565c6b Clean up error messages in the previous CL. am: 9b70ee0fdb by Martin Stjernholm · 5 years ago
  63. 9b70ee0 Clean up error messages in the previous CL. by Martin Stjernholm · 5 years ago
  64. a9f8713 Add more entrypoint checks in oatdump. am: a54e0cc54a by David Srbecky · 5 years ago
  65. b8c1d5f Reduce luci timeout to 41. am: dbf5525cdb by David Srbecky · 5 years ago
  66. a54e0cc Add more entrypoint checks in oatdump. by David Srbecky · 5 years ago
  67. dbf5525 Reduce luci timeout to 41. by David Srbecky · 5 years ago
  68. c8a6c9c ART: Make LogVerifyInfo newlines consistent am: 2ad6cceed5 by Andreas Gampe · 5 years ago
  69. 2ad6cce ART: Make LogVerifyInfo newlines consistent by Andreas Gampe · 5 years ago
  70. 6195d5a Build dexdump on mac. am: b29ecc1a44 by David Srbecky · 5 years ago
  71. b29ecc1 Build dexdump on mac. by David Srbecky · 5 years ago
  72. 0a332e8 Plumb tombstoned connections through PALette. am: 2e2c45efd6 by Martin Stjernholm · 5 years ago
  73. 2e2c45e Plumb tombstoned connections through PALette. by Martin Stjernholm · 5 years ago
  74. 115fd8e Fix ProfilingInfo race. am: a3b31ba6ee by Nicolas Geoffray · 5 years ago
  75. a3b31ba Fix ProfilingInfo race. by Nicolas Geoffray · 5 years ago
  76. 10ede89 Special case one class in jit zygote. am: b10f02828b by Nicolas Geoffray · 5 years ago
  77. b10f028 Special case one class in jit zygote. by Nicolas Geoffray · 5 years ago
  78. 1619067 Fix oatdump_test build dependencies. am: 3b19de27a4 by David Srbecky · 5 years ago
  79. 3b19de2 Fix oatdump_test build dependencies. by David Srbecky · 5 years ago
  80. 09839d7 jitzygote: Also Pre-JIT native methods. am: 5a0622ae24 by Nicolas Geoffray · 5 years ago
  81. 5a0622a jitzygote: Also Pre-JIT native methods. by Nicolas Geoffray · 5 years ago
  82. 84c5bb8 Reduce the timeout, 48 is outside of luci range. am: 8d83419b14 by Nicolas Geoffray · 5 years ago
  83. 8d83419 Reduce the timeout, 48 is outside of luci range. by Nicolas Geoffray · 5 years ago
  84. 6f1dd52 Save the JIT compiled code when the class isn't initialized yet. am: 7989ac9ef0 by Nicolas Geoffray · 5 years ago
  85. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 5 years ago
  86. 8e3dda9 Set core platform API policy from command line flag am: 6dfdfef85b by David Brazdil · 5 years ago
  87. 07d6238 Describe the reason for the allow_all_shared_libs to the platform namespace better. by Martin Stjernholm · 5 years ago
  88. 6dfdfef Set core platform API policy from command line flag by David Brazdil · 5 years ago
  89. a4469ef Describe the reason for the allow_all_shared_libs to the platform namespace by Martin Stjernholm · 5 years ago
  90. b1a509b Use art::GetAndroidRoot instead of ANDROID_HOST_OUT in art::CommonArtTestImpl. by Roland Levillain · 5 years ago
  91. a13302c Add and use art::GetAndroidRuntimeBinDir. am: fb6a5c00ef by Roland Levillain · 5 years ago
  92. dd8e222 Use art::GetAndroidRoot instead of ANDROID_HOST_OUT in art::CommonArtTestImpl. by Roland Levillain · 5 years ago
  93. fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 5 years ago
  94. 89ddfa0 Rewrite backtrace-helper to use Unwinder directly. am: f160394fda by David Srbecky · 5 years ago
  95. f160394 Rewrite backtrace-helper to use Unwinder directly. by David Srbecky · 5 years ago
  96. 679f25b Adjust the dladdr-based introspection logic used in art::GetAndroidRootSafe. by Roland Levillain · 5 years ago
  97. 50eec3d Adjust the dladdr-based introspection logic used in art::GetAndroidRootSafe. by Roland Levillain · 5 years ago
  98. 8260d6e jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 5 years ago
  99. dc2fbb6 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 5 years ago
  100. 80b556f Move on-load class modification log to VLOG(class_linker) am: 307b2846c6 by Alex Light · 5 years ago