1. 3060bb9 Revert "VIXL simulator for ART (Stage1)" by Ulyana Trafimovich · 4 years, 2 months ago
  2. 48ca6a6 VIXL simulator for ART (Stage1) by Xueliang Zhong · 5 years ago
  3. 86c8752 Direct calls to @CriticalNative methods. by Vladimir Marko · 4 years, 4 months ago
  4. c76232e Fix relation between debuggable / JIT zygote. by Nicolas Geoffray · 4 years, 6 months ago
  5. 65a01a7 Simplify access_flags_ updates by Hans Boehm · 4 years, 8 months ago
  6. a00b54b Helpers and refactorings to prepare for interpreter optimizations (x64) by Nicolas Geoffray · 4 years, 9 months ago
  7. f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 4 years, 10 months ago
  8. c2d0c96 Perform reverify with shared mutator-lock. by Alex Light · 4 years, 11 months ago
  9. b1eebde Revert^2 "Class redefinition sometimes needs to update verification" by Alex Light · 4 years, 11 months ago
  10. 2cf00ed Revert "Class redefinition sometimes needs to update verification" by Nicolas Geoffray · 4 years, 11 months ago
  11. db55a11 Class redefinition sometimes needs to update verification by Alex Light · 4 years, 11 months ago
  12. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 4 years, 11 months ago
  13. 1cef6b2 Add and use a read-barrier free NeedInitializationCheck method. by Nicolas Geoffray · 5 years ago
  14. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  15. 7f8678e Revert^2 "Prevent overflow for AOT hotness counters" by Mathieu Chartier · 5 years ago
  16. 7ab0777 Revert "Prevent overflow for AOT hotness counters" by Nicolas Geoffray · 5 years ago
  17. 79e6eb8 Prevent overflow for AOT hotness counters by Mathieu Chartier · 5 years ago
  18. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 5 years ago
  19. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 5 years ago
  20. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 5 years ago
  21. b79674c ART: Forward-declare Signature in art_method.h (iwyu) by Andreas Gampe · 5 years ago
  22. 2180d8e Clean up ArtField/ArtMethod relocation for app image. by Vladimir Marko · 5 years ago
  23. fe613a7 ART: Small iwyu by Andreas Gampe · 5 years ago
  24. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  25. 6e78158 ART: Change ArtMethod::NumArgRegisters() signature. by Vladimir Marko · 6 years ago
  26. fe2886d Merge "Deoptimize zygote compiled methods in DeoptimizeBootImage." by Nicolas Geoffray · 6 years ago
  27. 436896c ART: Some IWYU for IterationRange by Andreas Gampe · 6 years ago
  28. 7458a7a ART: Refactor code_item_accessors by Andreas Gampe · 6 years ago
  29. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  30. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  31. 226805d Deoptimize zygote compiled methods in DeoptimizeBootImage. by Nicolas Geoffray · 6 years ago
  32. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
  33. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  34. 9581e61 Cache whether we should use interpreter invoke fast-path. by David Srbecky · 6 years ago
  35. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  36. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  37. 4df2d80 Revert^2 "Load boot image at a random address." by Vladimir Marko · 6 years ago
  38. f3d0773 Revert "Load boot image at a random address." by Vladimir Marko · 6 years ago
  39. 5ad79d8 Load boot image at a random address. by Vladimir Marko · 6 years ago
  40. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  41. c945e0d Remove ArtMethod's declaring class state checks. by Vladimir Marko · 6 years ago
  42. d93e374 ObjPtr<>-ify ArtMethod and mirror::Method. by Vladimir Marko · 6 years ago
  43. 18090d1 Refactor String resolution. by Vladimir Marko · 6 years ago
  44. 904e75a Fix stripping of access flags during JVMTI redefine by David Brazdil · 6 years ago
  45. 166546c Fix hidden API flags decoding for intrinsics by David Brazdil · 6 years ago
  46. 2e6f69c Set hidden API flags of intrinsics by David Brazdil · 6 years ago
  47. b041a40 Use vdex's quickening info when decoding a quickened instruction. by Nicolas Geoffray · 7 years ago
  48. be4c2bd Fix dangling SingleImplementations left after class unloading by Alexey Grebenkin · 7 years ago
  49. 34088e1 Don't do a read barrier in JIT GC code. by Nicolas Geoffray · 6 years ago
  50. 58143d2 ART: Fixes for constructor parameter annotations by Orion Hodson · 7 years ago
  51. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  52. fa854e4 Visit targets of proxy methods when visiting thread roots. by Roland Levillain · 7 years ago
  53. 0e9d090 Merge "Add compiler option for counting hotness in compiled code." by Nicolas Geoffray · 7 years ago
  54. da244c9 Merge "Revert "Revert "Make libdexfile build independent of runtime dir""" by David Sehr · 7 years ago
  55. 02e33ab Merge "Do not DCHECK intrinsics with hidden API flags" by Treehugger Robot · 7 years ago
  56. 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
  57. 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
  58. aa129ff Do not DCHECK intrinsics with hidden API flags by David Brazdil · 7 years ago
  59. b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
  60. 8d72832 Add compiler option for counting hotness in compiled code. by Nicolas Geoffray · 7 years ago
  61. 8c0961f Move missed files to libdexfile by David Sehr · 7 years ago
  62. f6a8a55 Set runtime hidden API access flags by David Brazdil · 7 years ago
  63. 210531f Revert "Revert "Move quickening info logic to its own table"" by Mathieu Chartier · 7 years ago
  64. 6716941 Revert "Move quickening info logic to its own table" by Nicolas Geoffray · 7 years ago
  65. 7a26f94 Move quickening info logic to its own table by Mathieu Chartier · 7 years ago
  66. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  67. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  68. 8f1a586 Merge changes I917df597,Ib2ca880e,Ib3733573,I3e3a4672 by Treehugger Robot · 7 years ago
  69. 28e012a Determine HLoadClass/String load kind early. by Vladimir Marko · 7 years ago
  70. dcc528d ART: Move runtime-debug flags to own files by Andreas Gampe · 7 years ago
  71. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  72. 2196c65 Revert^4 "JIT JNI stubs." by Vladimir Marko · 7 years ago
  73. 056d775 Revert "Revert "Revert "JIT JNI stubs.""" by Nicolas Geoffray · 7 years ago
  74. e744163 Revert "Revert "JIT JNI stubs."" by Vladimir Marko · 7 years ago
  75. 47d3185 Revert "JIT JNI stubs." by Vladimir Marko · 7 years ago
  76. 3417eae JIT JNI stubs. by Vladimir Marko · 7 years ago
  77. 169bf2b Merge "Put back kWithoutReadBarrier." by Nicolas Geoffray · 7 years ago
  78. b8db200 Put back kWithoutReadBarrier. by Nicolas Geoffray · 7 years ago
  79. 8eaa8e5 Remove kIsVdexEnabled. by Nicolas Geoffray · 7 years ago
  80. b3e7bcc Merge "Add code item accessor helper classes" by Mathieu Chartier · 7 years ago
  81. b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
  82. 69147f1 Add code item accessor helper classes by Mathieu Chartier · 7 years ago
  83. 0db16e0 Use strcmp() for checking @{Fast,Critical}Native annotations. by Vladimir Marko · 7 years ago
  84. eb4d19b ART: Remove ArtMethod::IsAnnotatedWithPolymorphicSignature by Orion Hodson · 7 years ago
  85. 43f0cdb ART: Intrinsify polymorphic signature methods by Orion Hodson · 7 years ago
  86. cfcc9cf ART: Increase the number of potential instrinsics by Orion Hodson · 7 years ago
  87. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  88. a49e053 Show ArtMethods in imgdiag by David Sehr · 7 years ago
  89. 5122e6b ART: Remove ArtMethod::dex_cache_resolved_methods_. by Vladimir Marko · 7 years ago
  90. d1ee20f Revert^4 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 7 years ago
  91. 76ccd09 Revert^3 "ART: Use proxy ArtMethod's data_ to store the interface method."" by Nicolas Geoffray · 7 years ago
  92. c42fab3 Revert^2 "ART: Use proxy ArtMethod's data_ to store the interface method." by Vladimir Marko · 7 years ago
  93. 7ef52f7 Revert "ART: Use proxy ArtMethod's data_ to store the interface method." by Nicolas Geoffray · 7 years ago
  94. 0888cf1 ART: Use proxy ArtMethod's data_ to store the interface method. by Vladimir Marko · 7 years ago
  95. b45528c ART: Refactor retrieval of types through ArtMethod. by Vladimir Marko · 7 years ago
  96. 07bfbac Hash-based DexCache methods array. by Vladimir Marko · 7 years ago
  97. 97e7803 Move debugger.cc GetCanonicalMethod to ArtMethod by Alex Light · 7 years ago
  98. 35e42f0 Only look for method optimization annotations in the bootstrap class loader. by Roland Levillain · 7 years ago
  99. a792067 Don't do a read barrier in GetProfilingInfo. by Nicolas Geoffray · 7 years ago
  100. aea05c1 ART: Move debug-checks to runtime-debug-flags by Andreas Gampe · 7 years ago