1. 7cd7b96 Merge changes Ib5a3632c,I871f6b3c,I6ce0f71d by Treehugger Robot · 8 years ago
  2. 732b0ac ART: Add Agent Thread API by Andreas Gampe · 8 years ago
  3. ac30fa2 ART: Make RuntimeCallbacks unique_ptr by Andreas Gampe · 8 years ago
  4. 04bbb5b Revert "Revert "ART: Start RuntimeCallbacks"" by Andreas Gampe · 8 years ago
  5. 8d91ac3 Remove unused array entrypoints. by Nicolas Geoffray · 8 years ago
  6. 44751ef Merge "Revert "ART: Start RuntimeCallbacks"" by Nicolas Geoffray · 8 years ago
  7. bf6331a Revert "ART: Start RuntimeCallbacks" by Nicolas Geoffray · 8 years ago
  8. a7e64f0 Merge "ART: Start RuntimeCallbacks" by Treehugger Robot · 8 years ago
  9. 13093d4 ART: Start RuntimeCallbacks by Andreas Gampe · 8 years ago
  10. 39cee66 Entrypoints cleanup. by Nicolas Geoffray · 8 years ago
  11. ac14139 Revert "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  12. 0d3998b Revert "Revert "Make object allocation entrypoints only take a class."" by Nicolas Geoffray · 8 years ago
  13. c8144cd Merge "Revert "Make object allocation entrypoints only take a class."" by Treehugger Robot · 8 years ago
  14. f7aaacd Revert "Make object allocation entrypoints only take a class." by Hiroshi Yamauchi · 8 years ago
  15. dcf5276 Merge "Revert "ART: Compiler support for invoke-polymorphic."" by Orion Hodson · 8 years ago
  16. 0fb5af1 Revert "ART: Compiler support for invoke-polymorphic." by Orion Hodson · 8 years ago
  17. 79f9928 Merge "ART: Compiler support for invoke-polymorphic." by Treehugger Robot · 8 years ago
  18. 716eb25 Merge "Move most of art::Thread to ObjPtr" by Mathieu Chartier · 8 years ago
  19. 02e3092 ART: Compiler support for invoke-polymorphic. by Orion Hodson · 8 years ago
  20. 2b615ba Make object allocation entrypoints only take a class. by Nicolas Geoffray · 8 years ago
  21. f5769e1 Move most of art::Thread to ObjPtr by Mathieu Chartier · 8 years ago
  22. d96b96d Merge "Add Thread entry to signal if the thread can call into java" by Calin Juravle · 8 years ago
  23. ccd5695 Add Thread entry to signal if the thread can call into java by Calin Juravle · 8 years ago
  24. 46ee31b ART: Move to libbase StringPrintf by Andreas Gampe · 8 years ago
  25. 9186ced ART: Clean up utils.h by Andreas Gampe · 8 years ago
  26. 585da95 ART: Add precise root visiting by Andreas Gampe · 8 years ago
  27. ab1b1c0 Merge "Dump more debug info for b/33006388." by Hiroshi Yamauchi · 8 years ago
  28. a82769c Dump more debug info for b/33006388. by Hiroshi Yamauchi · 8 years ago
  29. 2c19f5b ART: Clean up Thread by Andreas Gampe · 8 years ago
  30. 5ace201 Revert "Revert CC related changes." by Mathieu Chartier · 8 years ago
  31. 96172e0 Revert CC related changes. by Nicolas Geoffray · 8 years ago
  32. ab19153 Merge "X86_64: Add allocation entrypoint switching for CC is_marking" by Mathieu Chartier · 8 years ago
  33. 340dafa Use a per-thread VerifierDeps. by Nicolas Geoffray · 8 years ago
  34. f5de232 X86_64: Add allocation entrypoint switching for CC is_marking by Mathieu Chartier · 8 years ago
  35. 39ce7d2 Merge "Make empty checkpoint work while weak ref access is disabled." by Hiroshi Yamauchi · 8 years ago
  36. fe814e8 Use entrypoint switching to reduce code size of GcRoot read barrier by Mathieu Chartier · 8 years ago
  37. 3049324 Make empty checkpoint work while weak ref access is disabled. by Hiroshi Yamauchi · 8 years ago
  38. 89269b6 Merge "ART: Refactor jfieldID handling" by Treehugger Robot · 8 years ago
  39. da40ac0 Merge "Change check cast entrypoint to check instance of" by Mathieu Chartier · 8 years ago
  40. 08883de ART: Refactor jfieldID handling by Andreas Gampe · 8 years ago
  41. b99f4d6 Change check cast entrypoint to check instance of by Mathieu Chartier · 8 years ago
  42. 13b2784 ART: Refactor jmethodID handling by Andreas Gampe · 8 years ago
  43. e9f6712 ART: Add synchronous checkpoint by Andreas Gampe · 8 years ago
  44. 0a85576 ART: Clean up Thread by Andreas Gampe · 8 years ago
  45. dc061d0 ART: Clean up IndirectReferenceTable by Andreas Gampe · 8 years ago
  46. 3bbfcb7 Merge "Return error message if IndirectReferenceTable construction fails." by Treehugger Robot · 8 years ago
  47. da0a69e Return error message if IndirectReferenceTable construction fails. by Richard Uhler · 8 years ago
  48. 709b070 Remove mirror:: and ArtMethod deps in utils.{h,cc} by David Sehr · 8 years ago
  49. 28bd2e4 Move mirror::Class to use ObjPtr by Mathieu Chartier · 8 years ago
  50. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  51. 9d156d5 Move Heap parameters to ObjPtr by Mathieu Chartier · 8 years ago
  52. c4f3925 Move remaining jobject related functions to use ObjPtr by Mathieu Chartier · 8 years ago
  53. 81c6c8e Merge "Fix a deadlock between thread flip and suspend request." by Treehugger Robot · 8 years ago
  54. 02e7f1a Fix a deadlock between thread flip and suspend request. by Hiroshi Yamauchi · 8 years ago
  55. 8778c52 Change indirect reference table to use ObjPtr by Mathieu Chartier · 8 years ago
  56. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  57. 3398c78 Move ArtField to ObjPtr by Mathieu Chartier · 8 years ago
  58. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  59. adc4e82 Merge "Cleanup String.<init> handling." by Nicolas Geoffray · 8 years ago
  60. da079bb Cleanup String.<init> handling. by Nicolas Geoffray · 8 years ago
  61. d6e54bb ART: Fix nits by Andreas Gampe · 8 years ago
  62. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  63. 9323e6e Separate annotations from dexfile reading. by David Sehr · 8 years ago
  64. 0584647 Remove ThrowNoSuchMethod entrypoint. by Vladimir Marko · 8 years ago
  65. eb1680f Add a debug check for unsaved callee-save register for diagnosis. by Hiroshi Yamauchi · 8 years ago
  66. bdf7f1c ART: SHARED_REQUIRES to REQUIRES_SHARED by Andreas Gampe · 8 years ago
  67. ee23582 Revert "Revert "Improve the thread flip."" by Hiroshi Yamauchi · 8 years ago
  68. bf04250 Merge "Revert "Improve the thread flip."" by Treehugger Robot · 8 years ago
  69. db3204f Revert "Improve the thread flip." by Hiroshi Yamauchi · 8 years ago
  70. f606c3a Merge "Improve the thread flip." by Treehugger Robot · 8 years ago
  71. e61e6fd Improve the thread flip. by Hiroshi Yamauchi · 8 years ago
  72. 9d4b6da jni: Fast path for @FastNative annotated java methods by Igor Murashkin · 8 years ago
  73. c8ba678 Merge "Use Thread.dispatchUncaughtException() rather than duplicating logic." by Tobias Thierer · 8 years ago
  74. 5dd44d0 ART: Factor out native stack dumping by Andreas Gampe · 8 years ago
  75. 5cbe65d Use Thread.dispatchUncaughtException() rather than duplicating logic. by Tobias Thierer · 8 years ago
  76. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  77. d549c28 Remove two ReadBarrierMarkRegX entrypoints. by Roland Levillain · 8 years ago
  78. 02b7580 Introduce more compact ReadBarrierMark slow-paths. by Roland Levillain · 8 years ago
  79. 8807794 Merge "ART: Workaround for ARM valgrind stack issues" by Treehugger Robot · 8 years ago
  80. 7df12cb ART: Workaround for ARM valgrind stack issues by Andreas Gampe · 8 years ago
  81. 952e1e3 Support unlimited pending checkpoints by Mathieu Chartier · 8 years ago
  82. b87c03f Revert "ART: Disable check under memory tools" by Andreas Gampe · 8 years ago
  83. 820c13b ART: Disable check under memory tools by Andreas Gampe · 8 years ago
  84. f711f2c Partial fragment deoptimization by Mingyao Yang · 8 years ago
  85. 3c7787f Merge "Fix misc-macro-parentheses warnings." by Treehugger Robot · 8 years ago
  86. 31e61f1 Merge "SafeStack-friendly stack protection in ART." by Evgenii Stepanov · 8 years ago
  87. 84a4ab8 SafeStack-friendly stack protection in ART. by Evgenii Stepanov · 8 years ago
  88. 8494943 Make quick frames of proxy methods visited if they're constructors. by Jeff Hao · 8 years ago
  89. fba3997 Fix misc-macro-parentheses warnings. by Chih-Hung Hsieh · 9 years ago
  90. f39f009 Fix how the ProfileSaver thread attaches to the runtime. by Calin Juravle · 9 years ago
  91. 97cbc92 Allow the framework to register sensistive threads to the runtime by Calin Juravle · 9 years ago
  92. e42888f Write conflict tables in image by Mathieu Chartier · 9 years ago
  93. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  94. b2771b4 Add option to tune sample collection based on thread sensitivity by Calin Juravle · 9 years ago
  95. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  96. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  97. b0026b4 Disable checks for b/27493510 by Mathieu Chartier · 9 years ago
  98. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  99. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  100. 1fbd452 Fix missing header inclusion in art/runtime/thread.cc. by Roland Levillain · 9 years ago