1. 1cb95b1 Merge "Cache the value of MterpShouldSwitchInterpreters()" by David Srbecky · 7 years ago
  2. 28f6cff Cache the value of MterpShouldSwitchInterpreters() by David Srbecky · 7 years ago
  3. fa9abc2 Merge "ART: Use ObjPtr for GetSuperClass" by Treehugger Robot · 7 years ago
  4. 6bc39b1 Merge "Avoid holding locks when calling ObjectFree callback" by Alex Light · 7 years ago
  5. 06ef9aa Merge "Count transitions from interpreter to intrinsic." by David Srbecky · 7 years ago
  6. 4f570a4 Merge "Remove oat_data_begin checks from OatFile." by Vladimir Marko · 7 years ago
  7. 234389a Merge "ART: Enable bugprone-unused-return-value" by Andreas Gampe · 7 years ago
  8. afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 7 years ago
  9. 6c44448 Count transitions from interpreter to intrinsic. by David Srbecky · 7 years ago
  10. f1d0b72 Merge "Rename fast_invoke template argument of DoInvoke to is_mterp." by David Srbecky · 7 years ago
  11. b71265d Merge "Move cpp-define related static_assert to runtime." by David Srbecky · 7 years ago
  12. 50b4743 Move cpp-define related static_assert to runtime. by David Srbecky · 7 years ago
  13. 9f1893b Replace hard-coded vreg accesses in mterp with macros. by David Srbecky · 7 years ago
  14. f06ca50 Merge "Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...))." by Treehugger Robot · 7 years ago
  15. 2d899c4 Fix usages of TEMP_FAILURE_RETRY(pthread_foo(...)). by Josh Gao · 7 years ago
  16. 0d45ba3 Merge "Fix -verbose:image errors" by Treehugger Robot · 7 years ago
  17. 1f5ab4e Rename fast_invoke template argument of DoInvoke to is_mterp. by David Srbecky · 7 years ago
  18. f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 7 years ago
  19. 3f1fec6 Fix -verbose:image errors by Mathieu Chartier · 7 years ago
  20. 21ff4ad Merge "Remove read barriers in InternTable::Table::AddInternStrings" by Mathieu Chartier · 7 years ago
  21. 74844fb Merge "Remove mterp "alternate" opcode handlers." by David Srbecky · 7 years ago
  22. a52ac0c Merge "Shrink couple of x86 mterp handlers." by David Srbecky · 7 years ago
  23. 2595137 Merge "Disable kAppImageMayContainStrings" by Treehugger Robot · 7 years ago
  24. 2547af3 Remove read barriers in InternTable::Table::AddInternStrings by Mathieu Chartier · 7 years ago
  25. a683248 Merge "Dump heap spaces for heap corruption" by Treehugger Robot · 7 years ago
  26. 966b933 Disable kAppImageMayContainStrings by Mathieu Chartier · 7 years ago
  27. 3008ea4 Dump heap spaces for heap corruption by Mathieu Chartier · 7 years ago
  28. cd0f38f Add logic to eagerly resolve const-string for startup methods by Mathieu Chartier · 7 years ago
  29. 9810499 ART: Use ObjPtr for GetSuperClass by Andreas Gampe · 7 years ago
  30. 776f3f7 Remove mterp "alternate" opcode handlers. by David Srbecky · 7 years ago
  31. d88f5f7 Shrink couple of x86 mterp handlers. by David Srbecky · 7 years ago
  32. 4c8d22f Merge "Cache the ImtTable index in the interpreter." by David Srbecky · 7 years ago
  33. 6071d2d Merge "Make QuickExceptionHandler handle force-retry-instruction" by Treehugger Robot · 7 years ago
  34. 6c2b86e Cache the ImtTable index in the interpreter. by David Srbecky · 7 years ago
  35. be1f8d0 Make QuickExceptionHandler handle force-retry-instruction by Alex Light · 7 years ago
  36. 43c6653 Add support for A76 in art by Haibo Huang · 7 years ago
  37. c926e26 Merge "Revert "Fix issues due to updated toolchain."" by Treehugger Robot · 7 years ago
  38. 710d785 Merge "Add extra handling for loading intern tables" by Mathieu Chartier · 7 years ago
  39. 3cf0a3e Merge "ART: Add support for ARMv8.x features for ARM64." by Vladimir Marko · 7 years ago
  40. 74ccee6 Add extra handling for loading intern tables by Mathieu Chartier · 7 years ago
  41. 147a47c Revert "Fix issues due to updated toolchain." by Pirama Arumuga Nainar · 7 years ago
  42. 8db8072 Merge "ART: Use reinterpret_cast{32,64}<> when appropriate." by Vladimir Marko · 7 years ago
  43. d55f6ee Merge "Revert^4 "JVMTI PopFrame support"" by Alex Light · 7 years ago
  44. 78baed5 ART: Use reinterpret_cast{32,64}<> when appropriate. by Vladimir Marko · 7 years ago
  45. 231a953 Merge "Cleanup the cpp-define-generator definitions." by David Srbecky · 7 years ago
  46. 8e7d0cb Merge "Rewrite cpp-define-generator" by David Srbecky · 7 years ago
  47. 0b6b0cb Merge "Remove CHECK that GetThis() must always work." by Nicolas Geoffray · 7 years ago
  48. 4cbfadc Remove CHECK that GetThis() must always work. by Nicolas Geoffray · 7 years ago
  49. 766e74f Cleanup the cpp-define-generator definitions. by David Srbecky · 7 years ago
  50. 0adf4d8 Rewrite cpp-define-generator by David Srbecky · 7 years ago
  51. f682870 Merge "Don't mark new non-moving objs in young GC" by Treehugger Robot · 7 years ago
  52. 0aa7a5a Revert^4 "JVMTI PopFrame support" by Alex Light · 7 years ago
  53. e125756 Merge "Check is-obj-large before is-obj-zygote-large" by Treehugger Robot · 7 years ago
  54. 16d82a2 Don't mark new non-moving objs in young GC by Lokesh Gidra · 7 years ago
  55. c13c713 Merge "ART: Add VMRuntime.hasBootImageSpaces implementation" by Treehugger Robot · 7 years ago
  56. 407bdb1 Merge "ART: Completely remove the --compile-pic option." by Vladimir Marko · 7 years ago
  57. 02c230c Check is-obj-large before is-obj-zygote-large by Lokesh Gidra · 7 years ago
  58. b2f61f9 Revert "Disable lld for unrecognized --keep-unique flag." by Chih-hung Hsieh · 7 years ago
  59. a2da9b9 ART: Completely remove the --compile-pic option. by Vladimir Marko · 7 years ago
  60. 4ca6cc7 Merge "Revert "Revert^2 "JVMTI PopFrame support""" by Nicolas Geoffray · 7 years ago
  61. 202b617 Revert "Revert^2 "JVMTI PopFrame support"" by Nicolas Geoffray · 7 years ago
  62. 6e7e0ea Merge "ART: Simplify CurrentMethodVisitor" by Treehugger Robot · 7 years ago
  63. 6359e69 Merge "Avoid sign extending pointers in SetStringInitValueToAllAliases" by Mathieu Chartier · 7 years ago
  64. 60f3222 Avoid sign extending pointers in SetStringInitValueToAllAliases by Mathieu Chartier · 7 years ago
  65. 08dfdf9 ART: Add VMRuntime.hasBootImageSpaces implementation by Andreas Gampe · 7 years ago
  66. dd47394 ART: Add diagnostic for b/117426281 by Andreas Gampe · 7 years ago
  67. fc4660b Merge "Revert^2 "Re-enable ART's region space memory protection on host."" by Roland Levillain · 7 years ago
  68. c24133e Revert^2 "Re-enable ART's region space memory protection on host." by Roland Levillain · 7 years ago
  69. b63a4e8 Merge "Fix multi-image boot class path construction." by Vladimir Marko · 7 years ago
  70. 432d280 Merge changes I46fb4aed,I06410bc3 by Treehugger Robot · 7 years ago
  71. 1c7b1fc Revert^2 "JVMTI PopFrame support" by Alex Light · 7 years ago
  72. 6773d08 Merge "Use only signed/unsigned numbers with ParseInt/ParseUint respectively" by Tom Cherry · 7 years ago
  73. 59b950f Prevent jit-compilation from loading classes in jit-on-first-use by Alex Light · 7 years ago
  74. 036bae0 Fix multi-image boot class path construction. by Vladimir Marko · 7 years ago
  75. 1b5c5c8 ART: Simplify CurrentMethodVisitor by Andreas Gampe · 7 years ago
  76. ae581ed Change address range for loading boot image. by Vladimir Marko · 7 years ago
  77. 3cdd57b Merge "ART: Log /proc/self/maps for RegionSpace failure" by Treehugger Robot · 7 years ago
  78. 03ceeed ART: Log /proc/self/maps for RegionSpace failure by Andreas Gampe · 7 years ago
  79. d8ee1f5 Merge "Remove the auto-generated asm_support_gen.h" by David Srbecky · 7 years ago
  80. 068a9be Merge "Revert "JVMTI PopFrame support"" by Alex Light · 7 years ago
  81. f67d0cb Revert "JVMTI PopFrame support" by Alex Light · 7 years ago
  82. bc550bb Merge "Disable ASAN for ExecuteSwitchImplCpp" by Alex Light · 7 years ago
  83. 6f22e06 Disable ASAN for ExecuteSwitchImplCpp by Alex Light · 7 years ago
  84. 7bc8e8f Use only signed/unsigned numbers with ParseInt/ParseUint respectively by Tom Cherry · 7 years ago
  85. 78940f2 Remove the auto-generated asm_support_gen.h by David Srbecky · 7 years ago
  86. dd0f77c Merge "JVMTI PopFrame support" by Alex Light · 7 years ago
  87. c6adcbd Merge "Revert^2 "Add hand written assembly for mterp field reads."" by David Srbecky · 7 years ago
  88. e0e835a Merge "Make it easier to generate helpers for mterp opcodes." by David Srbecky · 7 years ago
  89. b1eff83 Revert^2 "Add hand written assembly for mterp field reads." by David Srbecky · 7 years ago
  90. 2b6eb71 Make it easier to generate helpers for mterp opcodes. by David Srbecky · 7 years ago
  91. 3adb7f2 Merge "Implemented a new method for walking string references in AppImages." by Christian Wailes · 7 years ago
  92. 185a461 Add some comments missed during jit-loading CL by Alex Light · 7 years ago
  93. 0c61be4 Implemented a new method for walking string references in AppImages. by Chris Wailes · 7 years ago
  94. 88a2a9d JVMTI PopFrame support by Alex Light · 7 years ago
  95. 660718f Merge "ART: Add bugprone-argument-comment" by Treehugger Robot · 7 years ago
  96. 9293b53 Merge "Only warn if a pre-P app overrides inlined methods at runtime" by David Brazdil · 7 years ago
  97. 62f14c8 Merge "Remove InvokeVirtualOrInterface event from instrumentation." by David Srbecky · 7 years ago
  98. c177c47 Merge "Use the small thread-local cache for mterp invokes." by David Srbecky · 7 years ago
  99. 99f9733 Remove InvokeVirtualOrInterface event from instrumentation. by David Srbecky · 7 years ago
  100. e8fdf72 Merge "Check the size of pid_t in art::mirror::Class." by Roland Levillain · 7 years ago