1. 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
  2. 807e4b3 Merge "Add support for ANDROID_RUNTIME_ROOT variable" by Neil Fuller · 6 years ago
  3. f6f43d8 Merge "hiddenapi: Introduce greylist-max-p" by David Brazdil · 6 years ago
  4. 26c4377 Add support for ANDROID_RUNTIME_ROOT variable by Neil Fuller · 6 years ago
  5. 00fe35e Revert "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
  6. ec91d48 Reduce core image to core-{oj,libart,simple}. by Vladimir Marko · 6 years ago
  7. a3a57d3 Merge changes from topic "hiddenapi-csv" by David Brazdil · 6 years ago
  8. f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 6 years ago
  9. 0e211e5 Merge "Extract dex file if it is uncompressed but unaligned" by Treehugger Robot · 6 years ago
  10. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  11. 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
  12. 80d1628 hiddenapi: Introduce greylist-max-p by David Brazdil · 6 years ago
  13. 91690d3 hiddenapi: Convert API lists to a flags CSV file by David Brazdil · 6 years ago
  14. dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
  15. 94d9276 Merge "Fix error: undefined symbol art::instruction_set_details::GetStackOverflowReservedBytesFailure" by Andreas Gampe · 6 years ago
  16. bdba2fb Fix error: undefined symbol art::instruction_set_details::GetStackOverflowReservedBytesFailure by Evgeny Astigeevich · 6 years ago
  17. 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
  18. 3d719ed Merge "Track header file change." by Elliott Hughes · 6 years ago
  19. 4355162 Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that" by Martin Stjernholm · 6 years ago
  20. 88f3bbb Track header file change. by Elliott Hughes · 6 years ago
  21. 38a938e Minimal Android Runtime APEX module. by Roland Levillain · 6 years ago
  22. 9960cbc Revert "Link lzma and lz4 compression libs statically into libartbase and use that" by Annie Meng · 6 years ago
  23. 21579be Link lzma and lz4 compression libs statically into libartbase and use that by Martin Stjernholm · 6 years ago
  24. 680cbf2 Enable building art and tests with linux_bionic by Alex Light · 6 years ago
  25. a9b2f7b ART: Move GetStackOverflowReservedBytes by Andreas Gampe · 6 years ago
  26. 41271dd Merge "Clean up mem_map_test." by Vladimir Marko · 6 years ago
  27. 244c2b9 Merge "Remove dependencies on libutils." by Martin Stjernholm · 6 years ago
  28. 830f356 Clean up mem_map_test. by Vladimir Marko · 6 years ago
  29. ed0d822 Merge "Track googletest API change." by Treehugger Robot · 6 years ago
  30. 123333a Remove dependencies on libutils. by Martin Stjernholm · 6 years ago
  31. e00648f Track googletest API change. by Elliott Hughes · 6 years ago
  32. 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
  33. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  34. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  35. 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
  36. 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  37. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  38. 4594c32 Merge "Disable MapAnonymousExactAddr test for ASAN." by Vladimir Marko · 6 years ago
  39. 1c1442a Disable MapAnonymousExactAddr test for ASAN. by Vladimir Marko · 6 years ago
  40. 7d1c049 Merge changes from topic "socket_peer_is_trusted" by Treehugger Robot · 6 years ago
  41. c857f4a ART: Dump proc/maps on mem_map_test failure by Andreas Gampe · 6 years ago
  42. c2efd4d Remove libcutils socket_peer_is_trusted dependency. by Elliott Hughes · 6 years ago
  43. 0233877 Merge "ART: Fix tidy bugprone-macro-parentheses" by Andreas Gampe · 6 years ago
  44. dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
  45. 584771b ART: Fix tidy bugprone-macro-parentheses by Andreas Gampe · 6 years ago
  46. 0de385f ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  47. 17c5e02 Merge "Change ZipArchiveHandle from void* to ZipArchive*" by Ryan Prichard · 6 years ago
  48. 35f31c6 Change ZipArchiveHandle from void* to ZipArchive* by Ryan Prichard · 6 years ago
  49. 9bb9723 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
  50. 7321622 ART: Enforce noinline when suppressing sanitization by Andreas Gampe · 6 years ago
  51. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  52. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  53. 718d86d Make BitMemoryRegion::LoadBit() ASAN friendly. by Vladimir Marko · 6 years ago
  54. 3537fcd Merge "Revert^4 "ART: Dual mapping of JIT code pages"" by Treehugger Robot · 6 years ago
  55. 44b3174 ART: Mark move constructors with noexcept by Andreas Gampe · 6 years ago
  56. 1d3fd08 Revert^4 "ART: Dual mapping of JIT code pages" by Orion Hodson · 6 years ago
  57. 94c59e4 Merge "ART: Add version check for memfd_create()" by Orion Hodson · 6 years ago
  58. 51f89d9 ART: Add version check for memfd_create() by Orion Hodson · 6 years ago
  59. cac3267 Merge "Revert^3 "ART: Dual mapping of JIT code pages"" by Treehugger Robot · 6 years ago
  60. 1bfce38 Revert^3 "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
  61. 6274113 Merge "Add small thread-local cache for use by the interpreter." by David Srbecky · 6 years ago
  62. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  63. d3e4015 Merge "Revert^2 "ART: Dual mapping of JIT code pages""" by Orion Hodson · 6 years ago
  64. 8991ad0 Improving ART debugging and printing VmSize when OOM occurs by Wei Li · 6 years ago
  65. 0e904ff Revert^2 "ART: Dual mapping of JIT code pages"" by Orion Hodson · 6 years ago
  66. 60eaabe Revert "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
  67. 0e314f0 ART: Dual mapping of JIT code pages by Orion Hodson · 6 years ago
  68. 563ada2 ART: Add wrappers for membarrier and memfd_create() by Orion Hodson · 6 years ago
  69. 7c50684 Disable Generational CC collection with non-Baker read barriers. by Roland Levillain · 6 years ago
  70. cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 6 years ago
  71. d176e93 Merge "ART: Refactor static include list" by Treehugger Robot · 6 years ago
  72. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  73. e496a64 Merge "ART: Remove utils.h's ParseUint & ParseInt" by Treehugger Robot · 6 years ago
  74. 38d29fd ART: Simplify cache flush calls by Orion Hodson · 6 years ago
  75. f941170 ART: Remove utils.h's ParseUint & ParseInt by Andreas Gampe · 6 years ago
  76. ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
  77. f233136 ART: Add FlushInstructionPipeline() by Orion Hodson · 6 years ago
  78. 025059b Merge changes from topic "fdsan_art_fdfile" by Josh Gao · 6 years ago
  79. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  80. 7f00f5a Fix various benign double fdsan warnings in tests. by Josh Gao · 6 years ago
  81. f0029fc Use fdsan in FdFile. by Josh Gao · 6 years ago
  82. 34f8380 Clean up FdFile constructors. by Josh Gao · 6 years ago
  83. afeec9f Remove FdFile::DisableAutoClose. by Josh Gao · 6 years ago
  84. 35696a0 Add DupCloexec to atomically dup and set FD_CLOEXEC. by Josh Gao · 6 years ago
  85. 92597a8 Replace ashmem in ART with prctl by Joel Fernandes (Google) · 6 years ago
  86. 31151ca Merge "Add core-simple to the standard boot classpath" by Neil Fuller · 6 years ago
  87. 1391390 Add core-simple to the standard boot classpath by Neil Fuller · 6 years ago
  88. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  89. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  90. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  91. 7bd3cbd Fix mac build by Mathieu Chartier · 6 years ago
  92. 6aec6d9 Document HashSet::erase() behavior by Mathieu Chartier · 6 years ago
  93. d9205b8 Merge "Experimental Sticky-Bit (Generational) CC collection" by Roland Levillain · 6 years ago
  94. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  95. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 8 years ago
  96. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 6 years ago
  97. 0c3aa31 Move varint encoding/decoding to BitMemoryReader/Writer. by David Srbecky · 6 years ago
  98. d160641 Cleanup BitMemoryReader/Writer api. by David Srbecky · 6 years ago
  99. ca701c3 Merge "Modernize codebase by replacing NULL with nullptr" by Treehugger Robot · 6 years ago
  100. 42471bc Fix copy-paste error in TransformIterator. by Vladimir Marko · 6 years ago