1. 7210108 Replace StringPiece with std::string_view in art/runtime/. by Vladimir Marko · 7 years ago
  2. 4bcd657 Take hidden API into account during getDeclaredMethod() by David Brazdil · 7 years ago
  3. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 7 years ago
  4. 6262959 ART: Some more IWYU in common headers by Andreas Gampe · 7 years ago
  5. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 7 years ago
  6. ca7027d Merge "ART: Add CRC32.updateByteBuffer intrinsic for ARM64" by Vladimir Marko · 7 years ago
  7. f05ad2a Merge "Revert "Suspend the runtime when switching interpreters."" by Lokesh Gidra · 7 years ago
  8. 9fd68f6 Revert "Suspend the runtime when switching interpreters." by Lokesh Gidra · 7 years ago
  9. 6c22540 Merge "Revert^2 "Reduce the number of calls to Jit::AddSamples."" by David Srbecky · 7 years ago
  10. b7e23dc Merge "Suspend the runtime when switching interpreters." by David Srbecky · 7 years ago
  11. 776a7c2 ART: Add CRC32.updateByteBuffer intrinsic for ARM64 by Evgeny Astigeevich · 7 years ago
  12. 01e1d32 Suspend the runtime when switching interpreters. by David Srbecky · 8 years ago
  13. e3fc2d1 Revert^2 "Reduce the number of calls to Jit::AddSamples." by David Srbecky · 8 years ago
  14. 81c61bf ART: Add integrity check by Andreas Gampe · 8 years ago
  15. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  16. db4b1de Revert "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  17. a6dd280 Merge "ART: Add CRC32.updateBytes intrinsic for ARM64" by Vladimir Marko · 7 years ago
  18. a9a0973 Merge "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 7 years ago
  19. 15c5b97 ART: Add CRC32.updateBytes intrinsic for ARM64 by Evgeny Astigeevich · 8 years ago
  20. 7fbc4a5 ART: Move to using locks.h instead of mutex.h by Andreas Gampe · 8 years ago
  21. d190851 Pass boot class path to ImageSpace::LoadBootImage. by Vladimir Marko · 8 years ago
  22. f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 8 years ago
  23. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 8 years ago
  24. c89a287 Merge "Revert "Reduce the number of calls to Jit::AddSamples."" by Nicolas Geoffray · 8 years ago
  25. 0402f4b Revert "Reduce the number of calls to Jit::AddSamples." by Nicolas Geoffray · 8 years ago
  26. b2eeca0 Merge "Reduce the number of calls to Jit::AddSamples." by David Srbecky · 8 years ago
  27. 9a9f8f6 Merge "Check consistency of mterp vregs before every opcode for slow debug." by David Srbecky · 8 years ago
  28. db94f2b Reduce the number of calls to Jit::AddSamples. by David Srbecky · 8 years ago
  29. 68b926e Check consistency of mterp vregs before every opcode for slow debug. by David Srbecky · 8 years ago
  30. 124bb24 Mterp: Add missing shadow reg clear to op_long_to_double by David Srbecky · 8 years ago
  31. a0ca79a Merge "Mterp: Always use macros for vreg reads/writes." by David Srbecky · 8 years ago
  32. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 8 years ago
  33. 561303f Mterp: Always use macros for vreg reads/writes. by David Srbecky · 8 years ago
  34. f50ac10 Simplify hidden_api.h logic by David Brazdil · 8 years ago
  35. 790ff51 Add mterp checks after monitor entry/exit opcodes. by David Srbecky · 8 years ago
  36. 5f25001 Make exception handling code in switch interpreter NO_INLINE. by David Srbecky · 8 years ago
  37. 8ed45c8 Add test configuration for the switch interpreter. by David Srbecky · 8 years ago
  38. a4a96af Share the preamble in switch interpreter. by David Srbecky · 8 years ago
  39. 47ad376 Replace switch interpreter macros with C++ functions. by David Srbecky · 8 years ago
  40. 6da8247 Split interpreter_switch_impl into smaller functions. by David Srbecky · 8 years ago
  41. cb58b07 ART: Add CRC32.udate(int,int) intrinsic for ARM64 by xueliang.zhong · 9 years ago
  42. 9581e61 Cache whether we should use interpreter invoke fast-path. by David Srbecky · 8 years ago
  43. 30890f6 Merge "Add invoke fast-path support for quickened invokes." by David Srbecky · 8 years ago
  44. 08cb738 Add invoke fast-path support for quickened invokes. by David Srbecky · 8 years ago
  45. fd63bbf ART: Add string-alloc-inl.h by Andreas Gampe · 8 years ago
  46. dc0156d Merge "Clear registers in mterp floating point operations." by Nicolas Geoffray · 8 years ago
  47. bec5b29 Merge "Move some fast invoke checks to CanUseMterp" by David Srbecky · 8 years ago
  48. 5ca1f47 Merge "Fix HANDLE_PENDING_EXCEPTION in switch interpreter." by David Srbecky · 8 years ago
  49. 893147c Clear registers in mterp floating point operations. by Nicolas Geoffray · 8 years ago
  50. cb4f09e Move some fast invoke checks to CanUseMterp by David Srbecky · 8 years ago
  51. 30232c4 Fix HANDLE_PENDING_EXCEPTION in switch interpreter. by David Srbecky · 8 years ago
  52. 70f5fd0 ART: Add class-alloc-inl.h by Andreas Gampe · 8 years ago
  53. 52ecb65 ART: Add object-array-alloc-inl.h by Andreas Gampe · 8 years ago
  54. 8e0f043 ART: Add array-alloc-inl.h by Andreas Gampe · 8 years ago
  55. c58dca3 Merge "Revert^2 "Add fast path for interpreter to interpreter invokes."" by David Srbecky · 8 years ago
  56. 960327b Revert^2 "Add fast path for interpreter to interpreter invokes." by David Srbecky · 8 years ago
  57. 5314cae Merge "Revert "Add fast path for interpreter to interpreter invokes."" by Andreas Gampe · 8 years ago
  58. ac355f9 Revert "Add fast path for interpreter to interpreter invokes." by Andreas Gampe · 8 years ago
  59. 2ee09ff Split interpreter_switch_impl.cc by David Srbecky · 8 years ago
  60. fd2aa2b Merge "Add fast path for interpreter to interpreter invokes." by David Srbecky · 8 years ago
  61. 98ea9d9 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 8 years ago
  62. 0233877 Merge "ART: Fix tidy bugprone-macro-parentheses" by Andreas Gampe · 8 years ago
  63. 7584333 Add fast path for interpreter to interpreter invokes. by David Srbecky · 8 years ago
  64. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 8 years ago
  65. 584771b ART: Fix tidy bugprone-macro-parentheses by Andreas Gampe · 8 years ago
  66. 6c44448 Count transitions from interpreter to intrinsic. by David Srbecky · 8 years ago
  67. f1d0b72 Merge "Rename fast_invoke template argument of DoInvoke to is_mterp." by David Srbecky · 8 years ago
  68. 9f1893b Replace hard-coded vreg accesses in mterp with macros. by David Srbecky · 8 years ago
  69. 1f5ab4e Rename fast_invoke template argument of DoInvoke to is_mterp. by David Srbecky · 8 years ago
  70. 74844fb Merge "Remove mterp "alternate" opcode handlers." by David Srbecky · 8 years ago
  71. a52ac0c Merge "Shrink couple of x86 mterp handlers." by David Srbecky · 8 years ago
  72. 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 8 years ago
  73. d88f5f7 Shrink couple of x86 mterp handlers. by David Srbecky · 8 years ago
  74. 4c8d22f Merge "Cache the ImtTable index in the interpreter." by David Srbecky · 8 years ago
  75. 6c2b86e Cache the ImtTable index in the interpreter. by David Srbecky · 8 years ago
  76. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 8 years ago
  77. d55f6ee Merge "Revert^4 "JVMTI PopFrame support"" by Alex Light · 8 years ago
  78. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 8 years ago
  79. 4cbfadc Remove CHECK that GetThis() must always work. by Nicolas Geoffray · 8 years ago
  80. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 8 years ago
  81. 4ca6cc7 Merge "Revert "Revert^2 "JVMTI PopFrame support""" by Nicolas Geoffray · 8 years ago
  82. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 8 years ago
  83. 60f3222 Avoid sign extending pointers in SetStringInitValueToAllAliases by Mathieu Chartier · 8 years ago
  84. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 8 years ago
  85. 068a9be Merge "Revert "JVMTI PopFrame support"" by Alex Light · 8 years ago
  86. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 8 years ago
  87. bc550bb Merge "Disable ASAN for ExecuteSwitchImplCpp" by Alex Light · 8 years ago
  88. 6f22e06 Disable ASAN for ExecuteSwitchImplCpp by Alex Light · 8 years ago
  89. dd0f77c Merge "JVMTI PopFrame support" by Alex Light · 8 years ago
  90. c6adcbd Merge "Revert^2 "Add hand written assembly for mterp field reads."" by David Srbecky · 8 years ago
  91. e0e835a Merge "Make it easier to generate helpers for mterp opcodes." by David Srbecky · 8 years ago
  92. b1eff83 Revert^2 "Add hand written assembly for mterp field reads." by David Srbecky · 8 years ago
  93. 2b6eb71 Make it easier to generate helpers for mterp opcodes. by David Srbecky · 8 years ago
  94. 88a2a9d JVMTI PopFrame support by Alex Light · 8 years ago
  95. 62f14c8 Merge "Remove InvokeVirtualOrInterface event from instrumentation." by David Srbecky · 8 years ago
  96. c177c47 Merge "Use the small thread-local cache for mterp invokes." by David Srbecky · 8 years ago
  97. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 8 years ago
  98. 55838e3 Merge "Mark most *Offset helper functions as constexpr." by David Srbecky · 8 years ago
  99. bb502e5 Revert "Add hand written assembly for mterp field reads." by Nicolas Geoffray · 8 years ago
  100. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 8 years ago