1. 896583e ART: Use clang-tidy to warn on RAII issue by Andreas Gampe · 7 years ago
  2. 5db8b7b ART: Relayout BaseMutex and Mutex by Andreas Gampe · 7 years ago
  3. b4dfca5 The test for futex support should be a test for Linux by Daniel Colascione · 7 years ago
  4. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  5. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  6. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  7. a927295 Merge changes I39354837,Id8e47f45 by Alex Light · 8 years ago
  8. ca97ada Change ClassFileLoadHook to lazily compute dex file by Alex Light · 8 years ago
  9. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 8 years ago
  10. a79efdb Fix quickening logic by Mathieu Chartier · 8 years ago
  11. 39b378c ART: Factor out gAborting by Andreas Gampe · 8 years ago
  12. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  13. b284f8d Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."" by Alex Light · 8 years ago
  14. af93410 Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe." by Alex Light · 8 years ago
  15. e5a2ae3 Make JVMTI DisposeEnvironment and GetEnv thread safe. by Alex Light · 8 years ago
  16. 39cfa34 Merge "runtime: Bitstring implementation for subtype checking (3/4)." by Treehugger Robot · 8 years ago
  17. 495e783 runtime: Bitstring implementation for subtype checking (3/4). by Igor Murashkin · 8 years ago
  18. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 8 years ago
  19. 0882af2 Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t> by Hans Boehm · 8 years ago
  20. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 8 years ago
  21. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  22. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 8 years ago
  23. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 8 years ago
  24. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 8 years ago
  25. f169e27 Fix lock order for jvmti kTaggingLockLevel by Mathieu Chartier · 8 years ago
  26. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  27. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  28. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  29. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 8 years ago
  30. 35b456a Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  31. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  32. 1b14fb8 Remove Mutex dependency from MemMap by David Sehr · 9 years ago
  33. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 9 years ago
  34. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 9 years ago
  35. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 9 years ago
  36. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 9 years ago
  37. c808954 ART: Add JNI function table manipulation by Andreas Gampe · 9 years ago
  38. d0a160d Fix unquitable apps when debug enabled. by Tao Wu · 9 years ago
  39. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 9 years ago
  40. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 9 years ago
  41. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 9 years ago
  42. 686b845 ART: Remove unused lock levels by Andreas Gampe · 9 years ago
  43. ca47a17 ART: Clean up old mutex by Andreas Gampe · 9 years ago
  44. f42eb2c Remove mutex dependency on art::Runtime by David Sehr · 9 years ago
  45. 05a364c ART: Make JNI global and weak global locks global by Andreas Gampe · 9 years ago
  46. 6c60d84 Initialize dex cache while holding dex_lock by Mathieu Chartier · 9 years ago
  47. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  48. ca3c8c3 Collect verifier dependencies by David Brazdil · 9 years ago
  49. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 9 years ago
  50. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 9 years ago
  51. 14832ef Revert experimental lambda feature. by Narayan Kamath · 9 years ago
  52. a206c74 Don't use dlopen on host for already loaded oat files. by Richard Uhler · 9 years ago
  53. 480d510 Fix interaction between instrumentation and jit lock. by Nicolas Geoffray · 9 years ago
  54. b8aa1e4 Shard classloader classes lock by Mathieu Chartier · 9 years ago
  55. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  56. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  57. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 10 years ago
  58. 2994605 Fix lock ordering violation by Mathieu Chartier · 10 years ago
  59. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  60. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  61. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 10 years ago
  62. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  63. a2c3864 Add lock around interpreter string init reg map. by Jeff Hao · 10 years ago
  64. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  65. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  66. f86a085 Revert "Move mark stack lock up in ordering" by Brian Carlstrom · 10 years ago
  67. deaa183 Move mark stack lock up in ordering by Mathieu Chartier · 10 years ago
  68. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  69. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  70. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  71. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  72. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  73. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 10 years ago
  74. eac4424 ART: JNI thread state transition optimization by Yu Li · 10 years ago
  75. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 10 years ago
  76. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  77. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 10 years ago
  78. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  79. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  80. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 10 years ago
  81. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  82. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 10 years ago
  83. 91e5669 Wait for threads to finish unregistering by Mathieu Chartier · 10 years ago
  84. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  85. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  86. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  87. 2cd334a More of the concurrent copying collector. by Hiroshi Yamauchi · 11 years ago
  88. db97871 Revert "Tidy gAborting." by Nicolas Geoffray · 11 years ago
  89. 015b137 Tidy gAborting. by Ian Rogers · 11 years ago
  90. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 11 years ago
  91. 575e78c ART: Replace COMPILE_ASSERT with static_assert (runtime) by Andreas Gampe · 11 years ago
  92. 51d212e Make out-of-line mutex contention dependent on ART_USE_FUTEXES. by Ian Rogers · 11 years ago
  93. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 11 years ago
  94. 9ef78b5 Fix broken runtime SetStatsEnabled logic by Mathieu Chartier · 11 years ago
  95. 69dbec6 Avoid suspending for alloc trace enabling when already suspended. by Jeff Hao · 11 years ago
  96. a5a53ef Add native support for FinalizerList.makeCircularListIfUnenqueued by Mathieu Chartier · 11 years ago
  97. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  98. 306db81 Fix numerous issues with DdmVmInternal allocation tracking by Brian Carlstrom · 11 years ago
  99. ed2be17 Reduce lock contention when debugging by Sebastien Hertz · 11 years ago
  100. 68d8b42 Wire up check JNI force copy mode. by Ian Rogers · 11 years ago