1. 81dc7ab Speed up and slightly simplify Mutex by Hans Boehm · 6 years ago
  2. fe9181d hiddenapi: Error message when superclass not found by David Brazdil · 5 years ago
  3. 605a5fe jitzygote: Fix DCHECKs by David Srbecky · 5 years ago
  4. 20d1c94 Patch supports Intel(R) AVX/AVX2 MOV Instruction by jaishank · 6 years ago
  5. d32f8aa Don't use framework libs for ahat-test-dump by Colin Cross · 5 years ago
  6. 069cafc Convert more of ahat to Android.bp by Colin Cross · 5 years ago
  7. 96b3baa ART: Validate boot image system oat files conditionally by Andreas Gampe · 6 years ago
  8. 3db3d37 Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation. by David Srbecky · 6 years ago
  9. 467b692 Use single contention counter for rw mutexes by Hans Boehm · 5 years ago
  10. 1973687 Clarify histogram logic. by Hans Boehm · 5 years ago
  11. f339cca Revert "jitzygote: Also Pre-JIT native methods." by David Srbecky · 5 years ago
  12. dd16edb Revert "jitzygote: Fix pre-JIT of native methods." by David Srbecky · 5 years ago
  13. fe0e00a Pre-resolve dex cache strings before collecting string offsets by Mathieu Chartier · 5 years ago
  14. a3d186e Remove unused art/tools/amm by Richard Uhler · 5 years ago
  15. a4cdd36 Prevent concurrent GC stack-walks during deoptimization by Alex Light · 6 years ago
  16. 4160c12 Update TODO for the lib/arm(64) subdirectories. by Martin Stjernholm · 5 years ago
  17. bfcca58 ART: Add verifier-debug log for exception handler by Andreas Gampe · 6 years ago
  18. 99db7bb ART: Templatize internal method verifier class by Andreas Gampe · 6 years ago
  19. fc25ae9 ART: Refactor verifier by Andreas Gampe · 6 years ago
  20. d09c059 ART: Do not expose arena allocator from MethodVerifier by Andreas Gampe · 6 years ago
  21. 51de69e ART: Clean up MethodVerifier by Andreas Gampe · 6 years ago
  22. bb2467b Make kHugeNativeAllocs configurable by Hans Boehm · 6 years ago
  23. 7c887c5 ART: Under verifier-debug, amend the hard-fail message by Andreas Gampe · 6 years ago
  24. a65859d Add mean GC throughput as per CPU time to perfdump by Lokesh Gidra · 6 years ago
  25. 87658f3 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 6 years ago
  26. d5d807b ART: Restrict dex cache location check by Andreas Gampe · 6 years ago
  27. 520a436 Use static linking for dexdump on host builds by Orion Hodson · 6 years ago
  28. 063c985 Revert "Use static linking for dexdump on host builds" by Greg Hartman · 6 years ago
  29. 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 6 years ago
  30. ed42f62 Use static linking for dexdump on host builds by Orion Hodson · 6 years ago
  31. 8812459 ahat: getImmediateDominator should not return the SuperRoot. by Richard Uhler · 6 years ago
  32. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 6 years ago
  33. d399f57 Revert "Optimize FindClass ClassNotFoundException case" by Mathieu Chartier · 6 years ago
  34. 9634705 Optimize FindClass ClassNotFoundException case by Mathieu Chartier · 6 years ago
  35. b086f52 ahat: Fix broken style sheet. by Richard Uhler · 6 years ago
  36. d94c87d jitzygote: Fix pre-JIT of native methods. by David Srbecky · 6 years ago
  37. 4d8d83f Add a parallel_run.py tool by Alex Light · 6 years ago
  38. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 6 years ago
  39. 1eb5d87 Prefix entrypoints with 0xFF so we can do extra checks. by David Srbecky · 6 years ago
  40. 9b70ee0 Clean up error messages in the previous CL. by Martin Stjernholm · 6 years ago
  41. a54e0cc Add more entrypoint checks in oatdump. by David Srbecky · 6 years ago
  42. dbf5525 Reduce luci timeout to 41. by David Srbecky · 6 years ago
  43. 2ad6cce ART: Make LogVerifyInfo newlines consistent by Andreas Gampe · 6 years ago
  44. b29ecc1 Build dexdump on mac. by David Srbecky · 6 years ago
  45. 2e2c45e Plumb tombstoned connections through PALette. by Martin Stjernholm · 6 years ago
  46. a3b31ba Fix ProfilingInfo race. by Nicolas Geoffray · 6 years ago
  47. b10f028 Special case one class in jit zygote. by Nicolas Geoffray · 6 years ago
  48. 3b19de2 Fix oatdump_test build dependencies. by David Srbecky · 6 years ago
  49. 5a0622a jitzygote: Also Pre-JIT native methods. by Nicolas Geoffray · 6 years ago
  50. 8d83419 Reduce the timeout, 48 is outside of luci range. by Nicolas Geoffray · 6 years ago
  51. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 6 years ago
  52. 6dfdfef Set core platform API policy from command line flag by David Brazdil · 6 years ago
  53. a4469ef Describe the reason for the allow_all_shared_libs to the platform namespace by Martin Stjernholm · 6 years ago
  54. dd8e222 Use art::GetAndroidRoot instead of ANDROID_HOST_OUT in art::CommonArtTestImpl. by Roland Levillain · 6 years ago
  55. fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 6 years ago
  56. f160394 Rewrite backtrace-helper to use Unwinder directly. by David Srbecky · 6 years ago
  57. 50eec3d Adjust the dladdr-based introspection logic used in art::GetAndroidRootSafe. by Roland Levillain · 6 years ago
  58. dc2fbb6 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 6 years ago
  59. 307b284 Move on-load class modification log to VLOG(class_linker) by Alex Light · 6 years ago
  60. dc1dffc Fix metrics in GC performance dump by Lokesh Gidra · 6 years ago
  61. d03e8dd Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 6 years ago
  62. 408f7d0 Add libc_malloc_debug and _hooks to the runtime APEX by Jiyong Park · 6 years ago
  63. c63d566 Update intrinsic Unsafe.getLong() after moving to core platform API by David Brazdil · 6 years ago
  64. 0039bc5 Do not change hidden API ArtMethod/ArtField access flags on AOT by David Brazdil · 6 years ago
  65. 31cc279 Fix hidden API DCHECK in ArtMethod::SetIntrinsic by David Brazdil · 6 years ago
  66. 2df4bfb Do not check if known locations exist on host for hidden API by David Brazdil · 6 years ago
  67. 3e8aae0 Fix dex location of boot oat files during preopt by David Brazdil · 6 years ago
  68. 4059487 Fix CHECK for homogenous space compaction by Mathieu Chartier · 6 years ago
  69. e7a3354 Handle methods being present in multiple threads correctly by Alex Light · 6 years ago
  70. 6683446 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  71. 11d5a25 Override Object#hashCode and add missing switch type. by Yifan Ji · 6 years ago
  72. 586e37b ART: Add jars to boot integrity by Andreas Gampe · 6 years ago
  73. b52df53 Revert^2 "Remove support for moving GC collector transitions" by Mathieu Chartier · 6 years ago
  74. 2d79011 Add notifications for luci failures. by Nicolas Geoffray · 6 years ago
  75. 2e3cb54 Refactor art::GetAndroidDataSafe and art::GetAndroidData. by Roland Levillain · 6 years ago
  76. 1ed4515 Fix flaky 137-cfi test. by David Srbecky · 6 years ago
  77. 51d5a30 Use unique mutex to synchronize runtime_callbacks by Alex Light · 6 years ago
  78. ecd21be Fix tracing shutdown by Ari Hausman-Cohen · 6 years ago
  79. fc8e759 art: remove unnecessary references to external/zlib. by Elliott Hughes · 6 years ago
  80. 8f88207 Revert "Remove support for moving GC collector transitions" by Mathieu Chartier · 6 years ago
  81. 679dec1 Revert^2 "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  82. 66a6550 Remove support for moving GC collector transitions by Mathieu Chartier · 6 years ago
  83. caf4b5a Update luci timeouts in extreme gcstress cases. by Nicolas Geoffray · 6 years ago
  84. 89cbeb6 Fix AssertNonMovableStringClass(). by Vladimir Marko · 6 years ago
  85. 93aa8b0 Fix include order by David Sehr · 6 years ago
  86. f75dce4 Revert^2 "Delete GSS" by Mathieu Chartier · 6 years ago
  87. a8d23cb Use CommonArtTest for dexlayout, dexdiag by David Sehr · 6 years ago
  88. 1ea8a62 Add art::GetAndroidRuntimeRootSafe and art::GetAndroidRuntimeRoot. by Roland Levillain · 6 years ago
  89. eaa4831 Revert "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  90. c723b81 Revert "Use RAII for preventing user-code suspensions" by Alex Light · 6 years ago
  91. d271809 Don't JIT compile eagerly methods that have the resolution stub. by Nicolas Geoffray · 6 years ago
  92. 9ff900d Replace more literal strings with constants in libartbase/base/file_utils.cc. by Roland Levillain · 6 years ago
  93. 163c8ab Use concurrent.futures.ThreadExecutor for testrunner threads by Orion Hodson · 6 years ago
  94. 76b9c69 Split JIT mini-debug-info packing and compression to two phases. by David Srbecky · 6 years ago
  95. e185883 Revert "Delete GSS" by Mathieu Chartier · 6 years ago
  96. 926c5f0 Update TODO for libcutils dependency. by Martin Stjernholm · 6 years ago
  97. 268aa30 Add dependency on libdl_android by dimitry · 6 years ago
  98. 1397ea1 Delete GSS by Mathieu Chartier · 6 years ago
  99. 3b23f75 Use the right directory for the csv file. by Nicolas Geoffray · 6 years ago
  100. 77f1766 Move dexdiag out of the release APEX, to avoid dependencies on by Martin Stjernholm · 6 years ago