1. c548ae7 ART: Remove unique-numbered labels from arm64 assembly by Chih-Hung Hsieh · 9 years ago
  2. cb34698 Merge "Do not use -DUSE_*MALLOC for host build" by Shinichiro Hamaji · 9 years ago
  3. ad697bd Merge "base: replace raw pointers for out-parameters with safer out<T>" by Igor Murashkin · 9 years ago
  4. 5f684fd Don't dump stack when deleting an invalid local ref by Mathieu Chartier · 9 years ago
  5. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 9 years ago
  6. c60e1b7 ART: Use __ANDROID__ instead of HAVE_ANDROID_OS by Andreas Gampe · 9 years ago
  7. 028aec2 Do not use -DUSE_*MALLOC for host build by Shinichiro Hamaji · 9 years ago
  8. eb837eb Clear temporary class arrays before linking the new class by Mathieu Chartier · 9 years ago
  9. 1569aad Merge "ART: Relax IsInstantiable check" by Andreas Gampe · 9 years ago
  10. 57c0f3f Merge "Clean up class visitors" by Mathieu Chartier · 9 years ago
  11. e0671ce Clean up class visitors by Mathieu Chartier · 9 years ago
  12. 8c4113b Merge "Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation""""" by Calin Juravle · 9 years ago
  13. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 9 years ago
  14. aac0467 Merge "Split the class table for each class loader" by Mathieu Chartier · 9 years ago
  15. cc5ebdf Split the class table for each class loader by Mathieu Chartier · 9 years ago
  16. 3f680be Merge "Add read barrier support to the entrypoints." by Mathieu Chartier · 9 years ago
  17. 1aee900 Add read barrier support to the entrypoints. by Man Cao · 9 years ago
  18. 5953351 Merge "ART: Print out hex for NewStringUTF failure" by Andreas Gampe · 9 years ago
  19. 431403a Merge "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 9 years ago
  20. b734808 Revert "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 9 years ago
  21. 48215e2 Merge "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 9 years ago
  22. be2aa44 ART: Relax IsInstantiable check by Andreas Gampe · 9 years ago
  23. ef4afe9 ART: Print out hex for NewStringUTF failure by Andreas Gampe · 9 years ago
  24. 3908912 Add remembered set functionality for native roots by Mathieu Chartier · 9 years ago
  25. 3152c82 Bugfix: Java char is 16 bits, can not be treated as boolean. by Fredrik Roubert · 9 years ago
  26. 80caa14 Revert "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 9 years ago
  27. c621106 Fix gcstress tests by Mathieu Chartier · 9 years ago
  28. 695a273 ART: Make warnings into errors in InitZygote by Andreas Gampe · 9 years ago
  29. e3ab2a7 Merge "ART: Change the stack dump format to be in line with debuggerd" by Andreas Gampe · 9 years ago
  30. dd67125 ART: Change the stack dump format to be in line with debuggerd by Andreas Gampe · 9 years ago
  31. da7c650 Visit class native roots from VisitReferences by Mathieu Chartier · 9 years ago
  32. 2a7ea34 Merge "Add some more uninterruptible annotations" by Mathieu Chartier · 9 years ago
  33. ed8990a Add some more uninterruptible annotations by Mathieu Chartier · 9 years ago
  34. 71cef23 Fix alignments in quick_entrypoints_x86_64.S by Man Cao · 9 years ago
  35. bd76db3 Merge "Fix and extend the documentation of art::Thread's fields offsets." by Roland Levillain · 9 years ago
  36. 195fa34 Merge "ART: Fix missing role definition" by Andreas Gampe · 9 years ago
  37. 5bdb655 ART: Fix missing role definition by Andreas Gampe · 9 years ago
  38. 88b6b05 Fix hash set memory leaks by Mathieu Chartier · 9 years ago
  39. 4e2cb09 Add uninterruptible role by Mathieu Chartier · 9 years ago
  40. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  41. d8da9dc Merge "More diagnostics for flaky oat file assistant test." by Richard Uhler · 9 years ago
  42. 32d7806 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 9 years ago
  43. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  44. ca80ecc Fix and extend the documentation of art::Thread's fields offsets. by Roland Levillain · 9 years ago
  45. 94f5bda More diagnostics for flaky oat file assistant test. by Richard Uhler · 9 years ago
  46. e6e38ce Merge "Use the object class as top in reference type propagation" by Calin Juravle · 9 years ago
  47. 4d7b75f verifier: Skip verification of methods when seeing experimental opcodes by Igor Murashkin · 9 years ago
  48. 56ebee4 Merge "Add more checks to diagnose flaky oat file assistant test." by Richard Uhler · 9 years ago
  49. 2bb897e Merge "Refine the canary pattern in RedZone" by Andreas Gampe · 9 years ago
  50. b203b33 Merge "ART: Fix UninitializedReference handling" by Andreas Gampe · 9 years ago
  51. 891dfaa ART: Fix UninitializedReference handling by Andreas Gampe · 9 years ago
  52. 364fa53 Merge "Fix bug in OatFileAssistant::GetBestOatFile." by Richard Uhler · 9 years ago
  53. 411b96d Merge "ART: Remove some of the Mac craziness" by Andreas Gampe · 9 years ago
  54. 4360be2 ART: Remove some of the Mac craziness by Andreas Gampe · 9 years ago
  55. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 9 years ago
  56. 9ed8206 Merge "Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo" by Mathieu Chartier · 9 years ago
  57. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 9 years ago
  58. 2639e8e Add more checks to diagnose flaky oat file assistant test. by Richard Uhler · 9 years ago
  59. 5f946da Fix bug in OatFileAssistant::GetBestOatFile. by Richard Uhler · 9 years ago
  60. 16a150b Merge "ART: Fix arm32 quick_invoke_stub CFI" by Andreas Gampe · 9 years ago
  61. 6db1377 Merge "Improve documentation of memory layouts in stack_map.h." by Roland Levillain · 9 years ago
  62. 7c0fe5e Don't check code pointer for proxies in ArtMethod::GetQuickFrameInfo by Mathieu Chartier · 9 years ago
  63. 76914b0 ART: Fix arm32 quick_invoke_stub CFI by Andreas Gampe · 9 years ago
  64. ef76c3f Get non proxy method for StackDumpVisitor by Mathieu Chartier · 9 years ago
  65. 1123794 Merge "Change intern table to not use WaitHoldingLocks" by Mathieu Chartier · 9 years ago
  66. 7617abd runtime: Add -Xverify:softfail and ART_TEST_INTERPRETER_ACCESS_CHECKS by Igor Murashkin · 9 years ago
  67. 14c3bf9 Change intern table to not use WaitHoldingLocks by Mathieu Chartier · 9 years ago
  68. 511bb65 Merge "Fix FieldGap priority queue ordering bug." by Richard Uhler · 9 years ago
  69. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 9 years ago
  70. 32f59e5 Merge "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 9 years ago
  71. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 9 years ago
  72. c3c0a06 Merge "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 9 years ago
  73. c952ac9 ART: Fix System.arraycopy by Andreas Gampe · 9 years ago
  74. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 9 years ago
  75. cced6ad Merge "Use (D)CHECK_ALIGNED more." by Roland Levillain · 9 years ago
  76. 0a5cd12 Make oatdump see the new vmap table generated by dextodex. by Nicolas Geoffray · 9 years ago
  77. 1c1da43 Improve documentation of memory layouts in stack_map.h. by Roland Levillain · 9 years ago
  78. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  79. 00b5c61 Merge "Use art::MemoryRegion::{Load,Store}Bits more in art::CodeInfo." by Roland Levillain · 9 years ago
  80. a14e2e7 Merge "Move MarkObject to mark_sweep.cc" by Mathieu Chartier · 9 years ago
  81. e48a169 Move MarkObject to mark_sweep.cc by Mathieu Chartier · 9 years ago
  82. 0f2fd32 Enable ASan annotations in ART based on macro setting. by Evgenii Stepanov · 9 years ago
  83. 8118781 Address some GC comments by Mathieu Chartier · 9 years ago
  84. e5abf07 Merge "Use SuspendAllInternal for FlipThreadRoots" by Mathieu Chartier · 9 years ago
  85. b19ccb1 Use SuspendAllInternal for FlipThreadRoots by Mathieu Chartier · 9 years ago
  86. 747e536 Clean up after verifier changes wrt. conflict/undefined reg. by Vladimir Marko · 9 years ago
  87. d780c00 Use art::MemoryRegion::{Load,Store}Bits more in art::CodeInfo. by Roland Levillain · 9 years ago
  88. fab6788 Fix FieldGap priority queue ordering bug. by Richard Uhler · 9 years ago
  89. 045da88 Merge "Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""""" by Nicolas Geoffray · 9 years ago
  90. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  91. 76ca820 Merge "ART: Fix mac build" by Andreas Gampe · 9 years ago
  92. 55978b8 ART: Fix mac build by Andreas Gampe · 9 years ago
  93. 19315c1 Merge "Clean up GC callbacks to be virtual methods" by Mathieu Chartier · 9 years ago
  94. 9750995 Clean up GC callbacks to be virtual methods by Mathieu Chartier · 9 years ago
  95. 34fcff0 Merge "ART: Remove art_quick_invoke_interface_trampoline" by Andreas Gampe · 9 years ago
  96. 3031c8d ART: Remove art_quick_invoke_interface_trampoline by Andreas Gampe · 9 years ago
  97. 19af117 Fix mac build by Mathieu Chartier · 9 years ago
  98. 068361a Refine the canary pattern in RedZone by tony.ys_liu · 9 years ago
  99. c6f3439 Merge "ART: JNI thread state transition optimization" by Mathieu Chartier · 9 years ago
  100. 4abf451 Disable ASan on Thread::InstallImplicitProtection. by Evgenii Stepanov · 9 years ago