1. fa5fc80 Merge "Move .art.rel data to a section in .art, part 2." by Vladimir Marko · 8 years ago
  2. 9a497a6 Fix mac build (hopefully) by Mathieu Chartier · 8 years ago
  3. b07dcdb Merge changes I87f2999f,I8af0e845 by Vladimir Marko · 8 years ago
  4. 6121aa6 Move .art.rel data to a section in .art, part 2. by Vladimir Marko · 8 years ago
  5. 125a47c Merge "Move .art.rel data to a section in .art, part 1." by Vladimir Marko · 8 years ago
  6. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 8 years ago
  7. c1d762a Merge "Revert "Revert "Handle a special case of lock aliasing during lock verification""" by Treehugger Robot · 8 years ago
  8. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 8 years ago
  9. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 8 years ago
  10. ca8de0a Move .art.rel data to a section in .art, part 1. by Vladimir Marko · 8 years ago
  11. d25eb2c Revert^5 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 8 years ago
  12. d7da314 Revert^4 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 8 years ago
  13. 14daaca Merge "Revert^3 "Rewrite JVMTI method tracing to use trampolines"" by David Srbecky · 8 years ago
  14. bf2ca05 Revert^3 "Rewrite JVMTI method tracing to use trampolines" by David Srbecky · 8 years ago
  15. 1bec084 Merge changes Id83aa0d7,I91211641 by Treehugger Robot · 8 years ago
  16. 460c6ce Revert^2 "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 8 years ago
  17. 5357067 Allow threads to be marked as unsuspendable by kForUserCode by Alex Light · 8 years ago
  18. 6743f1e Merge changes I668f5351,I40fa767b by Treehugger Robot · 8 years ago
  19. 543d845 Revert^2 "Move GCStress BacktraceHelper to libbacktrace" by Alex Light · 8 years ago
  20. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 8 years ago
  21. eb577eb Merge "ART: Clean up test exec code" by Treehugger Robot · 8 years ago
  22. 2449d6d Merge "Remove unused InvokeInfo from stack maps and the runtime." by David Srbecky · 8 years ago
  23. 38aa0b5 ART: Clean up test exec code by Andreas Gampe · 8 years ago
  24. cdfc942 Merge "Revert "Emit vector mulitply and accumulate instructions for x86."" by Hans Boehm · 8 years ago
  25. ec1f1a9 Merge "Revert "Move GCStress BacktraceHelper to libbacktrace"" by Alex Light · 8 years ago
  26. 7d3256a Revert "Move GCStress BacktraceHelper to libbacktrace" by Alex Light · 8 years ago
  27. 2c76257 Remove unused InvokeInfo from stack maps and the runtime. by David Srbecky · 8 years ago
  28. 0b4a439 Merge "Revert^2 "Use frame info from CodeInfo."" by David Srbecky · 8 years ago
  29. ce75049 Revert "Revert "Handle a special case of lock aliasing during lock verification"" by Alexey Grebenkin · 8 years ago
  30. f5f56c7 Revert "Emit vector mulitply and accumulate instructions for x86." by Hans Boehm · 8 years ago
  31. 9491694 Move GCStress BacktraceHelper to libbacktrace by Alex Light · 8 years ago
  32. 79aa624 Revert^2 "Use frame info from CodeInfo." by David Srbecky · 8 years ago
  33. dca6840 Merge "Revert "Rewrite JVMTI method tracing to use trampolines"" by Alex Light · 8 years ago
  34. 8772eb7 Revert "Rewrite JVMTI method tracing to use trampolines" by Alex Light · 8 years ago
  35. 2a90bc9 Revert^2 "Move Trace to use trampolines" by Alex Light · 8 years ago
  36. 839f53a Fix typo in condition for getting the compiled code. by Alex Light · 8 years ago
  37. 23b8f0d Merge "Revert "Move Trace to use trampolines"" by Alex Light · 8 years ago
  38. 27d85ea Revert "Move Trace to use trampolines" by Alex Light · 8 years ago
  39. 1a2b9be Merge "Use clang integrated assembler." by Chih-hung Hsieh · 8 years ago
  40. 955f0ba Use clang integrated assembler. by Chih-Hung Hsieh · 8 years ago
  41. 25bf446 Rewrite JVMTI method tracing to use trampolines by Alex Light · 8 years ago
  42. 19af3b9 Move Trace to use trampolines by Alex Light · 8 years ago
  43. 3e36a9c Move back to jit code on trace removal by Alex Light · 8 years ago
  44. d109e30 Don't use StringFactory.newEmptyString in compiled code by Alex Light · 8 years ago
  45. c916736 Ensure proxy methods are reported by instrumentation by Alex Light · 8 years ago
  46. 2c8206f Correctly send MethodExit events from exception handlers by Alex Light · 8 years ago
  47. 2d441b1 Make instrumentation trampoline able to jump to jit code by Alex Light · 8 years ago
  48. b808ddc Merge "Revert^2 "Add CodeInfo to JNI methods."" by David Srbecky · 8 years ago
  49. 97c465c Merge "Revert "Handle a special case of lock aliasing during lock verification"" by Nicolas Geoffray · 8 years ago
  50. 753a055 Revert "Handle a special case of lock aliasing during lock verification" by Nicolas Geoffray · 8 years ago
  51. 91b6bef Merge "Handle a special case of lock aliasing during lock verification" by Treehugger Robot · 8 years ago
  52. afc97bc Revert^2 "Add CodeInfo to JNI methods." by David Srbecky · 8 years ago
  53. 82898ed Handle a special case of lock aliasing during lock verification by Alexey Grebenkin · 8 years ago
  54. b8cfa92 Merge "Revert "Use frame info from CodeInfo."" by Yohei Yukawa · 8 years ago
  55. cba94fa Revert "Use frame info from CodeInfo." by Yohei Yukawa · 8 years ago
  56. 6f39dab Merge "Use frame info from CodeInfo." by Treehugger Robot · 8 years ago
  57. a296f90 Merge "Use iterators to access stack map data." by David Srbecky · 8 years ago
  58. 564fa8a Revert "Add CodeInfo to JNI methods." by David Srbecky · 8 years ago
  59. 691124f Use frame info from CodeInfo. by David Srbecky · 8 years ago
  60. 93bd361 Use iterators to access stack map data. by David Srbecky · 8 years ago
  61. 85f3934 Add CodeInfo to JNI methods. by David Srbecky · 8 years ago
  62. 0b42677 Revert "Refactor DexFile ownership" by David Sehr · 8 years ago
  63. 1398c8f Merge "Disable Dex2oatImageTest.TestModesAndFilters for gtest-heap-poisoning." by Roland Levillain · 8 years ago
  64. f5dd114 Disable Dex2oatImageTest.TestModesAndFilters for gtest-heap-poisoning. by Roland Levillain · 8 years ago
  65. 2258c2e Merge "ART: Do not use std::<container>::at()." by Vladimir Marko · 8 years ago
  66. 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 8 years ago
  67. ad78fb2 Merge "Emit vector mulitply and accumulate instructions for x86." by Treehugger Robot · 8 years ago
  68. 6190888 Emit vector mulitply and accumulate instructions for x86. by Gupta Kumar, Sanjiv · 8 years ago
  69. 936523d Merge "ART: Reserve more overflow space for the interpreter" by Treehugger Robot · 8 years ago
  70. aee008e ART: Reserve more overflow space for the interpreter by Andreas Gampe · 8 years ago
  71. 956753a Merge "Remove useless assertions in ConcurrentCopying::MarkNonMoving." by Roland Levillain · 8 years ago
  72. b2ab807 Merge "Revert^2 "Delay init of classes of pre-allocated exceptions."" by Vladimir Marko · 8 years ago
  73. 8ad7a3b ART: Improve Constructor.newInstance by Andreas Gampe · 9 years ago
  74. f335241 Remove useless assertions in ConcurrentCopying::MarkNonMoving. by Roland Levillain · 8 years ago
  75. b095f02 Refactor DexFile ownership by David Sehr · 8 years ago
  76. b5271dd4 Merge "ART: Clean up jit_code_cache.h" by Treehugger Robot · 8 years ago
  77. f5020ee Merge "ART: Finish old move of OatDexFile" by Treehugger Robot · 8 years ago
  78. f0f3c59 ART: Clean up jit_code_cache.h by Andreas Gampe · 8 years ago
  79. 2dc252e Merge "Remove explicit size from CodeInfo." by David Srbecky · 8 years ago
  80. dcfcce4 Revert^2 "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 8 years ago
  81. a38e6cf Remove explicit size from CodeInfo. by David Srbecky · 8 years ago
  82. a84b53a Merge "Add method frame info to CodeInfo." by David Srbecky · 8 years ago
  83. b40d361 ART: Finish old move of OatDexFile by Andreas Gampe · 8 years ago
  84. a98d9e7 Merge "Revert "Delay init of classes of pre-allocated exceptions."" by Lokesh Gidra · 8 years ago
  85. e32a3c2 Merge "ART: Remove libziparchive dependency" by Treehugger Robot · 8 years ago
  86. 29cf32b Revert "Delay init of classes of pre-allocated exceptions." by Lokesh Gidra · 8 years ago
  87. a20f969 Merge "Delay init of classes of pre-allocated exceptions." by Vladimir Marko · 8 years ago
  88. 23c41eb Merge "ART: Remove stale cutils includes" by Treehugger Robot · 8 years ago
  89. f6ba5b3 Add method frame info to CodeInfo. by David Srbecky · 8 years ago
  90. cd5c181 Delay init of classes of pre-allocated exceptions. by Vladimir Marko · 8 years ago
  91. 69de3ce ART: Remove libziparchive dependency by Andreas Gampe · 8 years ago
  92. fad8ad7 Merge "ART: Use clang-tidy to warn on RAII issue" by Treehugger Robot · 8 years ago
  93. 1a4a7f0 ART: Remove stale cutils includes by Andreas Gampe · 8 years ago
  94. d6de456 Merge "ART: Verify StackOverflowError early" by Treehugger Robot · 8 years ago
  95. 896583e ART: Use clang-tidy to warn on RAII issue by Andreas Gampe · 8 years ago
  96. a9746b9 Refactor Object CAS with and without write barrier by Mathieu Chartier · 8 years ago
  97. cca7cb9 Merge "Ensure that BitTableAccessor refers to non-null table." by David Srbecky · 8 years ago
  98. accb14c Merge "Implement BitMemory{Reader,Writer}" by David Srbecky · 8 years ago
  99. 8a74707 Merge "Add low_4gb MemMap and remove ashmem support for Fuchsia" by Treehugger Robot · 8 years ago
  100. a45a85c Ensure that BitTableAccessor refers to non-null table. by David Srbecky · 8 years ago