1. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 8 years ago
  2. 42d511d Fix class_linker_test to take into account default methods. by Alex Light · 8 years ago
  3. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 8 years ago
  4. 287fd33 Merge "Avoid read barrier for UpdateEntrypoints" by Mathieu Chartier · 8 years ago
  5. e968112 Merge changes I44ee74d8,I78b17187 by Igor Murashkin · 8 years ago
  6. 071b933 Merge changes from topic 'reflection_1_8' by Igor Murashkin · 8 years ago
  7. a57ee9d Avoid read barrier for UpdateEntrypoints by Mathieu Chartier · 8 years ago
  8. 6b5a17a Merge "ART: Fix rounding up in DexCacheArraysLayout constructor." by Vladimir Marko · 8 years ago
  9. 24868a1 Share DWARF .debug_abbrev sections. by David Srbecky · 8 years ago
  10. b08f305 Prevent crashes if boot images fail to load by Mathieu Chartier · 8 years ago
  11. 88df489 Merge "Fix updating string dex cache array for no class table case" by Mathieu Chartier · 8 years ago
  12. 9b1c9b7 Fix updating string dex cache array for no class table case by Mathieu Chartier · 8 years ago
  13. 12d0e0e Merge "Fix remaining read barrier issues in image relocation" by Mathieu Chartier · 8 years ago
  14. dfe02f6 Fix remaining read barrier issues in image relocation by Mathieu Chartier · 8 years ago
  15. b328291 Merge "Rosalloc fast path in assembly for MIPS64" by Hans Boehm · 8 years ago
  16. e362740 Fix DCHECK compilation error. by Richard Uhler · 8 years ago
  17. e3d4ff5 runtime: Update Proxy to assume 1 less direct method by Igor Murashkin · 8 years ago
  18. 24c11dc Merge "ART: Fix bad manual rename of local variable." by Vladimir Marko · 8 years ago
  19. 0d4909e ART: Fix rounding up in DexCacheArraysLayout constructor. by Vladimir Marko · 8 years ago
  20. a89d6d6 Merge "Always use pendingNext to test enqueability of references." by Richard Uhler · 8 years ago
  21. 9f35ccd ART: Fix bad manual rename of local variable. by Vladimir Marko · 8 years ago
  22. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 8 years ago
  23. f1b4c41 runtime: Fix field resolution with access checks (runtest 073) by Igor Murashkin · 8 years ago
  24. 9f95ba7 interpreter: Fix proxy method invocation with access checks enabled. by Igor Murashkin · 8 years ago
  25. 1ef02af Merge "ART: Clean up strings fixup for app images." by Vladimir Marko · 8 years ago
  26. 3b0b4b9 Revert "Revert "ART: Mterp for arm64"" by Bill Buzbee · 8 years ago
  27. 69a0405 ART: Clean up strings fixup for app images. by Vladimir Marko · 8 years ago
  28. 5f16c05 Merge "Remove unused DMB code paths in the ARM64 Optimizing Compiler" by Roland Levillain · 8 years ago
  29. 02fc24e ARM64: Add direct calls to math intrinsics by Anton Kirilov · 9 years ago
  30. f1e2b4d Merge "Revert "ART: Mterp for arm64"" by Sebastien Hertz · 8 years ago
  31. 43f3fb9 Revert "ART: Mterp for arm64" by Sebastien Hertz · 8 years ago
  32. a9e5521 Merge "MIPS64: Remove unaligned memory access from art generated code" by Vladimir Marko · 8 years ago
  33. 7fac353 Merge "ART: Mterp for arm64" by Bill Buzbee · 8 years ago
  34. 85db315 Merge "Fix up dex cache strings stored in classes" by Mathieu Chartier · 8 years ago
  35. 1aa8ec2 Fix up dex cache strings stored in classes by Mathieu Chartier · 8 years ago
  36. e7f75f3 Add read barrier option to UpdateEntrypoints by Mathieu Chartier · 8 years ago
  37. e0c269e ART: Mterp for arm64 by buzbee · 8 years ago
  38. 1355495 ART: Release DexFile in OatFileAssistant by David Brazdil · 8 years ago
  39. d111cce Merge "Ensure instruction cache is flushed in compiler tests with Clang." by Roland Levillain · 8 years ago
  40. 3243026 Ensure instruction cache is flushed in compiler tests with Clang. by Roland Levillain · 8 years ago
  41. ce4b0ba Ignore image checksum for ExtractOnly oat files by David Brazdil · 8 years ago
  42. a2e599a Merge "Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9." by Narayan Kamath · 8 years ago
  43. 0dd8c39 Track libcore change aa517a356a38b8cd6764667e1edd735aaf5978e9. by Narayan Kamath · 8 years ago
  44. 3caf203 Merge "Invoke all other registered handlers only for generated code" by Calin Juravle · 8 years ago
  45. 68b5c0b ART: Disallow uses of uninitialized references by David Brazdil · 9 years ago
  46. dc5909a Merge "Add oat checksum check for app image loading" by Mathieu Chartier · 8 years ago
  47. 9ff8460 Add oat checksum check for app image loading by Mathieu Chartier · 8 years ago
  48. 1945103 Merge "Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE." by Hiroshi Yamauchi · 8 years ago
  49. ea59deb Merge "Fix issue with exception type resolution during linking." by Alex Light · 8 years ago
  50. ab00be9 Merge "Do not use atomic increment in allocation as fence." by Hans Boehm · 8 years ago
  51. 5a55986 Fix issue with exception type resolution during linking. by Alex Light · 8 years ago
  52. 2e5de78 Add a comment on ReadBarrier::Mark() about ALWAYS_INLINE. by Hiroshi Yamauchi · 8 years ago
  53. 392899e Merge "ART: Dump full exception on re-init failure message" by Andreas Gampe · 8 years ago
  54. 1c720b7 Merge "Optimizing compiler support for directly calling interface methods" by Alex Light · 8 years ago
  55. d967266 MIPS64: Remove unaligned memory access from art generated code by Lazar Trsic · 9 years ago
  56. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 8 years ago
  57. 10cd5ee Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Nicolas Geoffray · 8 years ago
  58. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 8 years ago
  59. b0171b9 Do not use atomic increment in allocation as fence. by Hans Boehm · 8 years ago
  60. d6b48db ART: Fix single-step interpretation for mterp by buzbee · 8 years ago
  61. 1d81df8 Merge "Fix "Never Interpret" option for all interpreters" by Bill Buzbee · 8 years ago
  62. 734f3aa Fix "Never Interpret" option for all interpreters by buzbee · 8 years ago
  63. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  64. c4695df Always use pendingNext to test enqueability of references. by Richard Uhler · 9 years ago
  65. 369c851 ART: Dump full exception on re-init failure message by Andreas Gampe · 8 years ago
  66. fd07168 Merge "Remove ALWAYS_INLINE from ReadBarrier::Mark()." by Hiroshi Yamauchi · 8 years ago
  67. 49c9333 Remove ALWAYS_INLINE from ReadBarrier::Mark(). by Hiroshi Yamauchi · 8 years ago
  68. c68e77b Fix image test with GSS by Mathieu Chartier · 8 years ago
  69. 60bc39c Remove some more read barriers in image relocation by Mathieu Chartier · 8 years ago
  70. 1c7736c Merge "Optimizing: Try pattern substitution when we cannot inline." by Vladimir Marko · 8 years ago
  71. 09cd656 Merge "Fix issue with IMT dispatch." by Alex Light · 8 years ago
  72. be10e8e Optimizing: Try pattern substitution when we cannot inline. by Vladimir Marko · 9 years ago
  73. a94d54b Stop verifier ResolveClass from putting unresolved classes in dex cache. by Jeff Hao · 8 years ago
  74. 26a04e1 Merge "Factor out common code for SetPendingNext." by Richard Uhler · 8 years ago
  75. ae79704 Merge "Change log to avoid polluting logcat." by Nicolas Geoffray · 8 years ago
  76. 9ff1de0 Merge "Implement first kind of polymorphic inlining." by Nicolas Geoffray · 8 years ago
  77. a42363f Implement first kind of polymorphic inlining. by Nicolas Geoffray · 9 years ago
  78. 7f3e0db Change log to avoid polluting logcat. by Nicolas Geoffray · 8 years ago
  79. 1bbfab6 Pass template args down by Mathieu Chartier · 8 years ago
  80. d329a3b Fix pointer conversion error in SetElementPtrSize by Mathieu Chartier · 8 years ago
  81. 78e9015 Merge "ART: Add option to ensure deterministic compilation" by Andreas Gampe · 8 years ago
  82. ace0dc1 ART: Add option to ensure deterministic compilation by Andreas Gampe · 9 years ago
  83. 1277108 Fix issue with IMT dispatch. by Alex Light · 8 years ago
  84. a3abcb5 Merge "reflection: Add new 1.8 AnnotatedElement methods and tests" by Igor Murashkin · 8 years ago
  85. 4a6a67c Remove unused DMB code paths in the ARM64 Optimizing Compiler by Serban Constantinescu · 8 years ago
  86. c801425 Merge "ART: Make sure dex files are verified in the compiler" by Andreas Gampe · 8 years ago
  87. c167ee9 reflection: Add new 1.8 AnnotatedElement methods and tests by Igor Murashkin · 9 years ago
  88. 3a2bd29 ART: Make sure dex files are verified in the compiler by Andreas Gampe · 8 years ago
  89. 76ce917 Move heap trim outside of zygote creation lock region by Mathieu Chartier · 8 years ago
  90. a80465a Merge "Cast method pointer to uintptr_t before uint64_t" by Mathieu Chartier · 8 years ago
  91. 982a9a8 Rosalloc fast path in assembly for MIPS64 by Goran Jakovljevic · 9 years ago
  92. 05d2415 Add option to never interpret. by Siva Chandra · 9 years ago
  93. f4b3dba Cast method pointer to uintptr_t before uint64_t by Mathieu Chartier · 8 years ago
  94. 902838d Merge "Remove GetImageRoots read barrier for image relocation" by Mathieu Chartier · 8 years ago
  95. 4a26f17 Remove GetImageRoots read barrier for image relocation by Mathieu Chartier · 8 years ago
  96. 7617216 Convert to UTF8 before doing dex file location comparison by Mathieu Chartier · 8 years ago
  97. 522d51b Factor out common code for SetPendingNext. by Richard Uhler · 9 years ago
  98. 6a507f3 Merge "Use mutator lock to guard adding and removing heap spaces" by Mathieu Chartier · 8 years ago
  99. a9d82fe Use mutator lock to guard adding and removing heap spaces by Mathieu Chartier · 8 years ago
  100. b1bd048 Merge "Recognize common utilities as intrinsics." by Aart Bik · 8 years ago