1. 8f50b2c Merge changes I5dd60978,I0c2b804c by Vladimir Marko · 6 years ago
  2. f7b3dff Merge "Remove bouncycastle dependency from 021-string2." by Vladimir Marko · 6 years ago
  3. a0ca79a Merge "Mterp: Always use macros for vreg reads/writes." by David Srbecky · 6 years ago
  4. d47e9ab Remove code replacing core.jar -> core-libart.jar. by Vladimir Marko · 6 years ago
  5. cb64b85 Remove bouncycastle dependency from 021-string2. by Vladimir Marko · 6 years ago
  6. a3283e4 Remove obsolete code related to patchoat. by Vladimir Marko · 6 years ago
  7. 0800562 Merge "Store ImtIndex in ArtMethod." by David Srbecky · 6 years ago
  8. 23b729e Merge "Revert^2 "Refactor code around JIT creation."" by Nicolas Geoffray · 6 years ago
  9. c9de61c Revert^2 "Refactor code around JIT creation." by Nicolas Geoffray · 6 years ago
  10. e36e7f2 Store ImtIndex in ArtMethod. by David Srbecky · 6 years ago
  11. 98034bf Merge "ART: Fix clang-analyzer-security.insecureAPI.strcpy" by Treehugger Robot · 6 years ago
  12. a92b026 Merge "C++17 compatibility: unreachable `return`." by Treehugger Robot · 6 years ago
  13. a61a969 Merge "Revert "Refactor code around JIT creation."" by Treehugger Robot · 6 years ago
  14. 52f5fa7 Merge "Reorder kThreadWaitLock" by Treehugger Robot · 6 years ago
  15. d79209c C++17 compatibility: unreachable `return`. by Elliott Hughes · 6 years ago
  16. 763cd98 Revert "Refactor code around JIT creation." by Andreas Gampe · 6 years ago
  17. 201330c Merge "ART: Remove setjmp.h includes" by Treehugger Robot · 6 years ago
  18. d0f99b9 Merge "ART: Fix ResolveType with ArtMethod" by Andreas Gampe · 6 years ago
  19. af77ad4 Reorder kThreadWaitLock by Charles Munger · 6 years ago
  20. 561303f Mterp: Always use macros for vreg reads/writes. by David Srbecky · 6 years ago
  21. 244470a Merge "Rename apex keys to match with APEX bundle name" by Treehugger Robot · 6 years ago
  22. 1eaa975 Merge "Rename and reorganize hiddenapi::ApiList" by David Brazdil · 6 years ago
  23. be08120 Merge "Implement integer/long LowestOneBit intrinsic for x86" by Treehugger Robot · 6 years ago
  24. dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
  25. fd667d4 Merge changes I05871a8a,I8baec836 by Vladimir Marko · 6 years ago
  26. 80e6a09 Merge "Refactor code around JIT creation." by Nicolas Geoffray · 6 years ago
  27. 5ad3ade Merge "Fix app image generation and checking with shared libraries." by Nicolas Geoffray · 6 years ago
  28. a13be29 Merge "Wait until inline cache is accessible in GetProfiledMethods." by Nicolas Geoffray · 6 years ago
  29. 1afdfe6 Wait until inline cache is accessible in GetProfiledMethods. by Nicolas Geoffray · 6 years ago
  30. 11a2df3 Rename apex keys to match with APEX bundle name by Jiyong Park · 6 years ago
  31. 8943fa1 Implement integer/long LowestOneBit intrinsic for x86 by Shalini Salomi Bodapati · 6 years ago
  32. 79c693b ART: Remove setjmp.h includes by Andreas Gampe · 6 years ago
  33. 4835d21 ART: Fix ResolveType with ArtMethod by Andreas Gampe · 6 years ago
  34. f759dc0 Merge "ART: Add profile-compile-check support" by Andreas Gampe · 6 years ago
  35. f0d3002 Fix app image generation and checking with shared libraries. by Nicolas Geoffray · 6 years ago
  36. 312f10e Refactor loading boot image. by Vladimir Marko · 6 years ago
  37. 0c78ef7 Remove boot image begin/size from image header. by Vladimir Marko · 6 years ago
  38. 5a78e8d Merge "ART: add reclaim bytes ratio metrics to GC performance" by Roland Levillain · 6 years ago
  39. 7ec77b4 Merge "Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader." by Nicolas Geoffray · 6 years ago
  40. 6ba0ac5 Merge "ART: Add boot/app image checksums." by Vladimir Marko · 6 years ago
  41. c10a0c6 ART: Add boot/app image checksums. by Vladimir Marko · 6 years ago
  42. 7a2c7c2 Refactor code around JIT creation. by Nicolas Geoffray · 6 years ago
  43. cb2e1dd Canonicalize shared libraries in ClassLoaderContext::CreateClassLoader. by Nicolas Geoffray · 6 years ago
  44. d52a6f4 Merge "ART: Fix performance-inefficient-vector-operation" by Treehugger Robot · 6 years ago
  45. bf669ff Merge "ART: Avoid some tidy nullptr warnings" by Treehugger Robot · 6 years ago
  46. a8f9139 ART: Fix clang-analyzer-security.insecureAPI.strcpy by Andreas Gampe · 6 years ago
  47. 2a487eb ART: Fix performance-inefficient-vector-operation by Andreas Gampe · 6 years ago
  48. 875b4f2 ART: Avoid some tidy nullptr warnings by Andreas Gampe · 6 years ago
  49. 3573c36 Merge "ART: Fix misc-uniqueptr-reset-release" by Treehugger Robot · 6 years ago
  50. 27cfa8f Merge "ART: change reference to pointer in for-loop over all collectors" by Roland Levillain · 6 years ago
  51. 11fd2ae Merge "Honor `PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD` in Runtime APEX selection." by Roland Levillain · 6 years ago
  52. e48746b Merge "On x86 modified the generated instructions for case "divide by 2". As we can use fewer instructions to represent HDiv when divide by2." by Nicolas Geoffray · 6 years ago
  53. fe96083 Merge "Release Android Runtime APEX module." by Roland Levillain · 6 years ago
  54. 42b95c4 Merge "Fix parsing of shared libraries in class loader context." by Nicolas Geoffray · 6 years ago
  55. 33e5d52 Merge "Support shared libraries in ClassLoaderContext::CreateClassLoader." by Nicolas Geoffray · 6 years ago
  56. 1c42e75 ART: change reference to pointer in for-loop over all collectors by Albert Mingkun Yang · 6 years ago
  57. 1cc7329 On x86 modified the generated instructions for case "divide by 2". by Atul Bajaj · 6 years ago
  58. 6b9fd8c Support shared libraries in ClassLoaderContext::CreateClassLoader. by Nicolas Geoffray · 6 years ago
  59. 41c911f ART: Fix misc-uniqueptr-reset-release by Andreas Gampe · 6 years ago
  60. d295a75 Merge "Revert "Disable running run-test with linux_bionic"" by Treehugger Robot · 6 years ago
  61. e56607a Honor `PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD` in Runtime APEX selection. by Roland Levillain · 6 years ago
  62. 5305880 Release Android Runtime APEX module. by Roland Levillain · 6 years ago
  63. d762ec7 Merge "Revert^2 "ART: add GC time ratio metrics to GC performance"" by Roland Levillain · 6 years ago
  64. cbc64c8 Revert "Disable running run-test with linux_bionic" by Alex Light · 6 years ago
  65. c754cc8 Merge "Remove CompiledMethod dependency on CompilerDriver." by Vladimir Marko · 6 years ago
  66. d6e178e Revert^2 "ART: add GC time ratio metrics to GC performance" by Albert Mingkun Yang · 6 years ago
  67. f378fff Fix parsing of shared libraries in class loader context. by Nicolas Geoffray · 6 years ago
  68. 33f7c8a Remove CompiledMethod dependency on CompilerDriver. by Vladimir Marko · 6 years ago
  69. 498d7c1 Merge "Revert "Revert^2 "ART: Add StackVisitor accepting a lambda""" by Nicolas Geoffray · 6 years ago
  70. ec43a01 Revert "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Nicolas Geoffray · 6 years ago
  71. cddf428 Merge "Disable running run-test with linux_bionic" by Treehugger Robot · 6 years ago
  72. 1d77a70 Disable running run-test with linux_bionic by Alex Light · 6 years ago
  73. 0f643b0 Merge "Revert^2 "ART: Add StackVisitor accepting a lambda"" by Treehugger Robot · 6 years ago
  74. 482487d Merge "Disable ASAN on linux_bionic timeout_dumper" by Treehugger Robot · 6 years ago
  75. 90402ad Merge "Revert "ART: add GC time ratio metrics to GC performance"" by Treehugger Robot · 6 years ago
  76. 94d9276 Merge "Fix error: undefined symbol art::instruction_set_details::GetStackOverflowReservedBytesFailure" by Andreas Gampe · 6 years ago
  77. bdba2fb Fix error: undefined symbol art::instruction_set_details::GetStackOverflowReservedBytesFailure by Evgeny Astigeevich · 6 years ago
  78. 5d63ab0 Disable ASAN on linux_bionic timeout_dumper by Alex Light · 6 years ago
  79. 3d477f3 Revert^2 "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  80. 4d57c69 Revert "ART: add GC time ratio metrics to GC performance" by Andreas Gampe · 6 years ago
  81. f3d71d9 Merge "Don't run test 688 with app image." by Nicolas Geoffray · 6 years ago
  82. fad8533 Don't run test 688 with app image. by Nicolas Geoffray · 6 years ago
  83. 54c7da9 Merge changes Idc6e518c,Ia1cc0506 by David Brazdil · 6 years ago
  84. d946533 Merge "ART: add GC time ratio metrics to GC performance" by Roland Levillain · 6 years ago
  85. 5f24607 Merge "Small cleanups in jit_code_cache." by Nicolas Geoffray · 6 years ago
  86. bf86464 Merge "EnableDebugger: handle the case when hard RLIMIT_CORE is <inf." by Nicolas Geoffray · 6 years ago
  87. 4c8cf12 Merge "Ignore finalizer warnings on not being able to close dex files." by Nicolas Geoffray · 6 years ago
  88. 0ae075e Ignore finalizer warnings on not being able to close dex files. by Nicolas Geoffray · 6 years ago
  89. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  90. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  91. b9f1af5 Small cleanups in jit_code_cache. by Nicolas Geoffray · 6 years ago
  92. b321ac2 Merge "Speed up relative_patcher_arm64_test." by Vladimir Marko · 6 years ago
  93. 9296e18 Merge "Add native support for BaseDexClassLoader shared libraries." by Nicolas Geoffray · 6 years ago
  94. 671986e Merge "Rewrite image type in CompilerOptions." by Vladimir Marko · 6 years ago
  95. 25242cc Merge "Add timeout_dumper to linux_bionic build" by Treehugger Robot · 6 years ago
  96. c980df6 Merge "Revert "ART: Add StackVisitor accepting a lambda"" by Andreas Gampe · 6 years ago
  97. 8248490 Revert "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  98. 3d719ed Merge "Track header file change." by Elliott Hughes · 6 years ago
  99. e09485f Merge "ART: Add StackVisitor accepting a lambda" by Andreas Gampe · 6 years ago
  100. 5074a81 Add timeout_dumper to linux_bionic build by Alex Light · 6 years ago