1. 92db59b Revert "Workaround bogus Thread Safety Analysis warning" by Ziang Wan · 6 years ago
  2. 81dc7ab Speed up and slightly simplify Mutex by Hans Boehm · 6 years ago
  3. 467b692 Use single contention counter for rw mutexes by Hans Boehm · 6 years ago
  4. 6683446 Revert^2 "Perform SetEvent under the user_code_suspend_count_lock_" by Alex Light · 6 years ago
  5. 3940254 Modernise code to use override specifier by Yi Kong · 6 years ago
  6. 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
  7. 7cc45fd ART: Factor out lock order and holder from mutexes by Andreas Gampe · 7 years ago
  8. af77ad4 Reorder kThreadWaitLock by Charles Munger · 7 years ago
  9. c665d63 Revert^2 "Notify waiters when releasing the monitor" by Charles Munger · 7 years ago
  10. 9cec965 Revert "Notify waiters when releasing the monitor" by Roland Levillain · 7 years ago
  11. 1ebb52c Notify waiters when releasing the monitor by Charles Munger · 7 years ago
  12. bcd16ee Requeue rather than wake when notifying. by Charles Munger · 7 years ago
  13. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 7 years ago
  14. 33b7b5d Revert^2 "Fix race in CommitCodeInternal and cleanup" by Alex Light · 7 years ago
  15. 8dde74e Revert "Fix race in CommitCodeInternal and cleanup" by Alex Light · 7 years ago
  16. a2af2b0 Fix race in CommitCodeInternal and cleanup by Alex Light · 7 years ago
  17. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 7 years ago
  18. 3e36a9c Move back to jit code on trace removal by Alex Light · 7 years ago
  19. 896583e ART: Use clang-tidy to warn on RAII issue by Andreas Gampe · 7 years ago
  20. 5db8b7b ART: Relayout BaseMutex and Mutex by Andreas Gampe · 7 years ago
  21. b4dfca5 The test for futex support should be a test for Linux by Daniel Colascione · 7 years ago
  22. 88591fe ART: Simplify atomic.h by Orion Hodson · 7 years ago
  23. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  24. 440a9b3 Add timestamps to JIT/DEX native debug info. by David Srbecky · 7 years ago
  25. a927295 Merge changes I39354837,Id8e47f45 by Alex Light · 7 years ago
  26. ca97ada Change ClassFileLoadHook to lazily compute dex file by Alex Light · 7 years ago
  27. fb3de3d Create list of open dex files for libbacktrace. by David Srbecky · 7 years ago
  28. a79efdb Fix quickening logic by Mathieu Chartier · 7 years ago
  29. 39b378c ART: Factor out gAborting by Andreas Gampe · 8 years ago
  30. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 8 years ago
  31. b284f8d Revert "Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe."" by Alex Light · 8 years ago
  32. af93410 Revert "Make JVMTI DisposeEnvironment and GetEnv thread safe." by Alex Light · 8 years ago
  33. e5a2ae3 Make JVMTI DisposeEnvironment and GetEnv thread safe. by Alex Light · 8 years ago
  34. 39cfa34 Merge "runtime: Bitstring implementation for subtype checking (3/4)." by Treehugger Robot · 8 years ago
  35. 495e783 runtime: Bitstring implementation for subtype checking (3/4). by Igor Murashkin · 8 years ago
  36. 0fa1786 Avoid JVMTI global deoptimization when possible by Alex Light · 8 years ago
  37. 0882af2 Shrink ART Mutex exclusive_owner_ field to Atomic<pid_t> by Hans Boehm · 8 years ago
  38. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 8 years ago
  39. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 8 years ago
  40. 3768ade Revert "Revert "Add concurrent card graying for immune spaces"" by Mathieu Chartier · 8 years ago
  41. c83dd7b Revert "Add concurrent card graying for immune spaces" by Mathieu Chartier · 8 years ago
  42. 88d329a Add concurrent card graying for immune spaces by Mathieu Chartier · 8 years ago
  43. f169e27 Fix lock order for jvmti kTaggingLockLevel by Mathieu Chartier · 8 years ago
  44. caa348c Merge "Inlining a few small methods based on profiling dex2oat with perf." by Mingyao Yang · 8 years ago
  45. 01b47b0 Inlining a few small methods based on profiling dex2oat with perf. by Mingyao Yang · 8 years ago
  46. 8a43324 Add two locks to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  47. b139b6d Revert "Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_." by Hiroshi Yamauchi · 8 years ago
  48. 35b456a Add jdwp event_list_lock_ to expected_mutexes_on_weak_ref_access_. by Hiroshi Yamauchi · 8 years ago
  49. a222404 Fix the empty checkpoint timeout. by Hiroshi Yamauchi · 8 years ago
  50. 1b14fb8 Remove Mutex dependency from MemMap by David Sehr · 8 years ago
  51. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 8 years ago
  52. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 8 years ago
  53. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 8 years ago
  54. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 8 years ago
  55. c808954 ART: Add JNI function table manipulation by Andreas Gampe · 8 years ago
  56. d0a160d Fix unquitable apps when debug enabled. by Tao Wu · 9 years ago
  57. cc1b535 ART: Clean up ClassLinker by Andreas Gampe · 9 years ago
  58. 063fc77 Class Hierarchy Analysis (CHA) by Mingyao Yang · 9 years ago
  59. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 9 years ago
  60. 686b845 ART: Remove unused lock levels by Andreas Gampe · 9 years ago
  61. ca47a17 ART: Clean up old mutex by Andreas Gampe · 9 years ago
  62. f42eb2c Remove mutex dependency on art::Runtime by David Sehr · 9 years ago
  63. 05a364c ART: Make JNI global and weak global locks global by Andreas Gampe · 9 years ago
  64. 6c60d84 Initialize dex cache while holding dex_lock by Mathieu Chartier · 9 years ago
  65. 762869d Simplify our intrinsic recognizer. by Nicolas Geoffray · 9 years ago
  66. ca3c8c3 Collect verifier dependencies by David Brazdil · 9 years ago
  67. c218427 Merge "Revert experimental lambda feature." by Narayan Kamath · 9 years ago
  68. 6597577 Card mark holding class instead of declaring class by Mathieu Chartier · 9 years ago
  69. 14832ef Revert experimental lambda feature. by Narayan Kamath · 9 years ago
  70. a206c74 Don't use dlopen on host for already loaded oat files. by Richard Uhler · 9 years ago
  71. 480d510 Fix interaction between instrumentation and jit lock. by Nicolas Geoffray · 9 years ago
  72. b8aa1e4 Shard classloader classes lock by Mathieu Chartier · 9 years ago
  73. bc4d218 ART: Add unstarted-runtime functions by Andreas Gampe · 9 years ago
  74. 98e6ce4 Remove string init map. by Nicolas Geoffray · 9 years ago
  75. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 10 years ago
  76. 2994605 Fix lock ordering violation by Mathieu Chartier · 10 years ago
  77. 3a09092 Revert "lambda: Add support for invoke-interface for boxed innate lambdas" by Nicolas Geoffray · 10 years ago
  78. 457e874 lambda: Add support for invoke-interface for boxed innate lambdas by Igor Murashkin · 10 years ago
  79. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 10 years ago
  80. f9c6fc6 Add OatFileManager by Mathieu Chartier · 10 years ago
  81. a2c3864 Add lock around interpreter string init reg map. by Jeff Hao · 10 years ago
  82. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  83. 81a9087 Revert "Change dex caches to be weak roots" by Brian Carlstrom · 10 years ago
  84. f86a085 Revert "Move mark stack lock up in ordering" by Brian Carlstrom · 10 years ago
  85. deaa183 Move mark stack lock up in ordering by Mathieu Chartier · 10 years ago
  86. 3ae6b1d Change dex caches to be weak roots by Mathieu Chartier · 10 years ago
  87. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  88. 90ef3db Address some comments and clean up by Mathieu Chartier · 10 years ago
  89. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 10 years ago
  90. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  91. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 10 years ago
  92. eac4424 ART: JNI thread state transition optimization by Yu Li · 10 years ago
  93. 7526d78 ART: Fix streaming tracing issues by Andreas Gampe · 10 years ago
  94. 3100080 New experimental GC stress mode by Mathieu Chartier · 10 years ago
  95. cbc5064 JDWP: asynchronous invoke command handling by Sebastien Hertz · 10 years ago
  96. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  97. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  98. 4e5b208 Fix JDWP race at runtime shutdown by Sebastien Hertz · 10 years ago
  99. 12d625f Change method verifiers to be thread local roots by Mathieu Chartier · 10 years ago
  100. 2435a43 ART: Add entries_ lock for race condition by bowen_lai · 10 years ago