1. 2e2c45e Plumb tombstoned connections through PALette. by Martin Stjernholm · 6 years ago
  2. a3b31ba Fix ProfilingInfo race. by Nicolas Geoffray · 6 years ago
  3. b10f028 Special case one class in jit zygote. by Nicolas Geoffray · 6 years ago
  4. 5a0622a jitzygote: Also Pre-JIT native methods. by Nicolas Geoffray · 6 years ago
  5. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 6 years ago
  6. 6dfdfef Set core platform API policy from command line flag by David Brazdil · 6 years ago
  7. fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 6 years ago
  8. f160394 Rewrite backtrace-helper to use Unwinder directly. by David Srbecky · 6 years ago
  9. dc2fbb6 jitzygote: create a type lookup table at runtime for bootclasspath dex files. by Nicolas Geoffray · 6 years ago
  10. dc1dffc Fix metrics in GC performance dump by Lokesh Gidra · 6 years ago
  11. d03e8dd Fix longstanding JIT bug in interaction with class initialization. by Nicolas Geoffray · 6 years ago
  12. c63d566 Update intrinsic Unsafe.getLong() after moving to core platform API by David Brazdil · 6 years ago
  13. 0039bc5 Do not change hidden API ArtMethod/ArtField access flags on AOT by David Brazdil · 6 years ago
  14. 31cc279 Fix hidden API DCHECK in ArtMethod::SetIntrinsic by David Brazdil · 6 years ago
  15. 3e8aae0 Fix dex location of boot oat files during preopt by David Brazdil · 6 years ago
  16. 4059487 Fix CHECK for homogenous space compaction by Mathieu Chartier · 6 years ago
  17. 6683446 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  18. b52df53 Revert^2 "Remove support for moving GC collector transitions" by Mathieu Chartier · 6 years ago
  19. 2e3cb54 Refactor art::GetAndroidDataSafe and art::GetAndroidData. by Roland Levillain · 6 years ago
  20. 1ed4515 Fix flaky 137-cfi test. by David Srbecky · 6 years ago
  21. 51d5a30 Use unique mutex to synchronize runtime_callbacks by Alex Light · 6 years ago
  22. ecd21be Fix tracing shutdown by Ari Hausman-Cohen · 6 years ago
  23. fc8e759 art: remove unnecessary references to external/zlib. by Elliott Hughes · 6 years ago
  24. 8f88207 Revert "Remove support for moving GC collector transitions" by Mathieu Chartier · 6 years ago
  25. 66a6550 Remove support for moving GC collector transitions by Mathieu Chartier · 6 years ago
  26. f75dce4 Revert^2 "Delete GSS" by Mathieu Chartier · 6 years ago
  27. a8d23cb Use CommonArtTest for dexlayout, dexdiag by David Sehr · 6 years ago
  28. eaa4831 Revert "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  29. d271809 Don't JIT compile eagerly methods that have the resolution stub. by Nicolas Geoffray · 6 years ago
  30. 76b9c69 Split JIT mini-debug-info packing and compression to two phases. by David Srbecky · 6 years ago
  31. e185883 Revert "Delete GSS" by Mathieu Chartier · 6 years ago
  32. 268aa30 Add dependency on libdl_android by dimitry · 6 years ago
  33. 1397ea1 Delete GSS by Mathieu Chartier · 6 years ago
  34. 3483d0a Fix mterp assembly to use uxtw instead of lsl where needed. by David Srbecky · 6 years ago
  35. 3fa8b6d Perform SetEvent under the user_code_suspend_count_lock_ by Alex Light · 6 years ago
  36. 774232a Add another missing entrypoint check for stack walk. by David Srbecky · 6 years ago
  37. 383f114 Fix ILL_ILLOPC issue-id 129895920 on 32bit armv7 device by yuguoxu · 6 years ago
  38. 4a57d5f ART: Remove old cout usage in method_verifier by Andreas Gampe · 6 years ago
  39. 527072e Enable InMemoryDexClassLoader vdex only for Q+ targets by David Brazdil · 6 years ago
  40. c2f4357 Add native counterpart for VMRuntime.setProcessDataDirectory by David Brazdil · 6 years ago
  41. f59bc11 Couple of improvements in the jit zygote pass. by Nicolas Geoffray · 6 years ago
  42. 4de9bb6 Print allowed/denied in hiddenapi warning message by David Brazdil · 6 years ago
  43. 5dbd02a Make couple of mterp function names start with lower-case. by David Srbecky · 6 years ago
  44. 2c5bcb8 Support boot classpath checksum without image by David Brazdil · 6 years ago
  45. 29885b3 Hide updatable-media package classes for app AOT compilation. by Vladimir Marko · 6 years ago
  46. 7126c5b Preverify InMemoryDexClassLoader-loaded classes from vdex by David Brazdil · 6 years ago
  47. d355acf Clean up Object size related read barriers. by Vladimir Marko · 6 years ago
  48. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  49. c74ccb8 Remove our custom elf.h header. by David Srbecky · 6 years ago
  50. 21a6ec5 ART: Add VLOG to GenericJNI by Andreas Gampe · 6 years ago
  51. 331a5e1 Revert^2 Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
  52. 58412b1 ObjPtr<>-ify DexCache. by Vladimir Marko · 6 years ago
  53. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 6 years ago
  54. 9ef308d ART: Forbid the zygote to load code outside of system by Andreas Gampe · 6 years ago
  55. 99c0795 Revert^4 "Disable check that no oat libraries are loaded." by Andreas Gampe · 6 years ago
  56. b4bb63a Revert "Verify InMemoryDexClassLoader classes in a background thread" by David Brazdil · 6 years ago
  57. d592dbe Verify InMemoryDexClassLoader classes in a background thread by David Brazdil · 6 years ago
  58. 0a20607 Remove ART dependence on property debug.allocTracker.stackDepth by Mathieu Chartier · 6 years ago
  59. 93d339d Revert^2: InMemoryDexClassLoader in ClassLoaderContext follow-up by David Brazdil · 6 years ago
  60. bdc93b4 ObjPtr<>-ify StackTraceElement and ClassLoader. by Vladimir Marko · 6 years ago
  61. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 6 years ago
  62. 8b5af2c Revert^3 "Disable check that no oat libraries are loaded.""" by Andreas Gampe · 6 years ago
  63. e9fa8db Revert "Revert "Disable check that no oat libraries are loaded."" by Steven Moreland · 6 years ago
  64. b215557 Add FinalizerTimeoutMs argument, and respect it by Hans Boehm · 6 years ago
  65. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  66. 67f0e9c ART: Fix stale reference use in debugger. by Vladimir Marko · 6 years ago
  67. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 6 years ago
  68. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 6 years ago
  69. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 6 years ago
  70. 5a83225 Address comments for aog/934603 by Mathieu Chartier · 6 years ago
  71. d133917 Revert "Disable check that no oat libraries are loaded." by Nicolas Geoffray · 6 years ago
  72. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 6 years ago
  73. 621c880 ObjPtr<>-ify mirror::CallSite. by Vladimir Marko · 6 years ago
  74. 0eefb9b ObjPtr<>-ify mirror::Field and mirror::Executable. by Vladimir Marko · 6 years ago
  75. 5aead70 ObjPtr<>-ify method/var handles, fix stale refs in tests. by Vladimir Marko · 6 years ago
  76. 4f1e328 Stop verifying barrier count for thread dumping by Mathieu Chartier · 6 years ago
  77. ad7fa6e Delete alloc tracker properties by Mathieu Chartier · 6 years ago
  78. 097d976 Disable check that no oat libraries are loaded. by Steven Moreland · 6 years ago
  79. 34857b5 Revert "Revert "Change state to waiting during aborting the VM"" by Koji Fukui · 6 years ago
  80. 3b45890 ObjPtr<>-ify mirror::Throwable. by Vladimir Marko · 6 years ago
  81. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 6 years ago
  82. 93d99f3 Revert "InMemoryDexClassLoader in ClassLoaderContext follow-up" by Nicolas Geoffray · 6 years ago
  83. 338403c jni: Avoid extra std::string copies by Greg Kaiser · 6 years ago
  84. 557fece ObjPtr<>-ify mirror::IfTable. by Vladimir Marko · 6 years ago
  85. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 6 years ago
  86. 1a1398e InMemoryDexClassLoader in ClassLoaderContext follow-up by David Brazdil · 6 years ago
  87. f57f2ed ART: Clean up obj_ptr.h and obj_ptr-inl.h . by Vladimir Marko · 6 years ago
  88. d91de5f Fix JNI GetFieldId() signature check for "". by Vladimir Marko · 6 years ago
  89. 179b7c6 ObjPtr<>-ify String allocations, fix stale refs. by Vladimir Marko · 6 years ago
  90. c8b7d44 Defer unloader JNI libraries of boot classpath as late as possible. by Nicolas Geoffray · 6 years ago
  91. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 6 years ago
  92. b9c29f6 Hide conscrypt package classes for app AOT compilation. by Vladimir Marko · 6 years ago
  93. bcd99be Open only necessary files for BCP checksums test. by Vladimir Marko · 6 years ago
  94. 3e5c4ce Use normal checkpoints for NotifyStartupCompleted by Mathieu Chartier · 6 years ago
  95. 36dfa41 Delete RunCheckpointOnRunnableThreads by Mathieu Chartier · 6 years ago
  96. 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 6 years ago
  97. 1a9ac53 Support InMemoryDexClassLoader in ClassLoaderContext by David Brazdil · 6 years ago
  98. e5d93b5 Compare the oat version of runtime, dex2oat and the compiler. by David Srbecky · 6 years ago
  99. e3e0f70 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 6 years ago
  100. 8982186 Support FDs for class loader context dex files by David Brazdil · 6 years ago