1. 17c5e02 Merge "Change ZipArchiveHandle from void* to ZipArchive*" by Ryan Prichard · 6 years ago
  2. 35f31c6 Change ZipArchiveHandle from void* to ZipArchive* by Ryan Prichard · 6 years ago
  3. 9bb9723 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
  4. 7321622 ART: Enforce noinline when suppressing sanitization by Andreas Gampe · 6 years ago
  5. 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
  6. 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
  7. 718d86d Make BitMemoryRegion::LoadBit() ASAN friendly. by Vladimir Marko · 6 years ago
  8. 3537fcd Merge "Revert^4 "ART: Dual mapping of JIT code pages"" by Treehugger Robot · 6 years ago
  9. 44b3174 ART: Mark move constructors with noexcept by Andreas Gampe · 6 years ago
  10. 1d3fd08 Revert^4 "ART: Dual mapping of JIT code pages" by Orion Hodson · 6 years ago
  11. 94c59e4 Merge "ART: Add version check for memfd_create()" by Orion Hodson · 6 years ago
  12. 51f89d9 ART: Add version check for memfd_create() by Orion Hodson · 6 years ago
  13. cac3267 Merge "Revert^3 "ART: Dual mapping of JIT code pages"" by Treehugger Robot · 6 years ago
  14. 1bfce38 Revert^3 "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
  15. 6274113 Merge "Add small thread-local cache for use by the interpreter." by David Srbecky · 6 years ago
  16. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  17. d3e4015 Merge "Revert^2 "ART: Dual mapping of JIT code pages""" by Orion Hodson · 6 years ago
  18. 8991ad0 Improving ART debugging and printing VmSize when OOM occurs by Wei Li · 6 years ago
  19. 0e904ff Revert^2 "ART: Dual mapping of JIT code pages"" by Orion Hodson · 6 years ago
  20. 60eaabe Revert "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
  21. 0e314f0 ART: Dual mapping of JIT code pages by Orion Hodson · 6 years ago
  22. 563ada2 ART: Add wrappers for membarrier and memfd_create() by Orion Hodson · 6 years ago
  23. 7c50684 Disable Generational CC collection with non-Baker read barriers. by Roland Levillain · 6 years ago
  24. cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 6 years ago
  25. d176e93 Merge "ART: Refactor static include list" by Treehugger Robot · 6 years ago
  26. fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
  27. e496a64 Merge "ART: Remove utils.h's ParseUint & ParseInt" by Treehugger Robot · 6 years ago
  28. 38d29fd ART: Simplify cache flush calls by Orion Hodson · 6 years ago
  29. f941170 ART: Remove utils.h's ParseUint & ParseInt by Andreas Gampe · 6 years ago
  30. ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
  31. f233136 ART: Add FlushInstructionPipeline() by Orion Hodson · 6 years ago
  32. 025059b Merge changes from topic "fdsan_art_fdfile" by Josh Gao · 6 years ago
  33. c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
  34. 7f00f5a Fix various benign double fdsan warnings in tests. by Josh Gao · 6 years ago
  35. f0029fc Use fdsan in FdFile. by Josh Gao · 6 years ago
  36. 34f8380 Clean up FdFile constructors. by Josh Gao · 6 years ago
  37. afeec9f Remove FdFile::DisableAutoClose. by Josh Gao · 6 years ago
  38. 35696a0 Add DupCloexec to atomically dup and set FD_CLOEXEC. by Josh Gao · 6 years ago
  39. 92597a8 Replace ashmem in ART with prctl by Joel Fernandes (Google) · 6 years ago
  40. 31151ca Merge "Add core-simple to the standard boot classpath" by Neil Fuller · 6 years ago
  41. 1391390 Add core-simple to the standard boot classpath by Neil Fuller · 6 years ago
  42. f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
  43. bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
  44. f6985bd Add an overload for MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
  45. 7bd3cbd Fix mac build by Mathieu Chartier · 6 years ago
  46. 6aec6d9 Document HashSet::erase() behavior by Mathieu Chartier · 6 years ago
  47. d9205b8 Merge "Experimental Sticky-Bit (Generational) CC collection" by Roland Levillain · 6 years ago
  48. c34bebf Remove unnecessary indirection from MemMap. by Vladimir Marko · 6 years ago
  49. 8d1a996 Experimental Sticky-Bit (Generational) CC collection by Mathieu Chartier · 8 years ago
  50. 42deda8 Add helper method to iterate over BitTable fields in CodeInfo. by David Srbecky · 6 years ago
  51. 0c3aa31 Move varint encoding/decoding to BitMemoryReader/Writer. by David Srbecky · 6 years ago
  52. d160641 Cleanup BitMemoryReader/Writer api. by David Srbecky · 6 years ago
  53. ca701c3 Merge "Modernize codebase by replacing NULL with nullptr" by Treehugger Robot · 6 years ago
  54. 42471bc Fix copy-paste error in TransformIterator. by Vladimir Marko · 6 years ago
  55. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  56. b73323c Deduplicate stackmaps at BitTable level. by David Srbecky · 6 years ago
  57. 6ee06e9 Decode only the needed tables from CodeInfo. by David Srbecky · 6 years ago
  58. 2a7867f ART: Fix CheckedCall by Andreas Gampe · 6 years ago
  59. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 6 years ago
  60. 59d0872 Merge "Always produce PIC code for AOT compilation." by Treehugger Robot · 6 years ago
  61. 6743f1e Merge changes I668f5351,I40fa767b by Treehugger Robot · 6 years ago
  62. 184f075 Rewrite thread CustomTLS to support keyed TLS entries by Alex Light · 6 years ago
  63. 8e524ad Always produce PIC code for AOT compilation. by Vladimir Marko · 6 years ago
  64. 38aa0b5 ART: Clean up test exec code by Andreas Gampe · 6 years ago
  65. 4a72f8b Merge "ART: minor fix for no-opt debug builds" by Orion Hodson · 6 years ago
  66. 93bd361 Use iterators to access stack map data. by David Srbecky · 6 years ago
  67. 2dd1681 ART: minor fix for no-opt debug builds by Orion Hodson · 6 years ago
  68. a38e6cf Remove explicit size from CodeInfo. by David Srbecky · 6 years ago
  69. cca7cb9 Merge "Ensure that BitTableAccessor refers to non-null table." by David Srbecky · 6 years ago
  70. accb14c Merge "Implement BitMemory{Reader,Writer}" by David Srbecky · 6 years ago
  71. 8a74707 Merge "Add low_4gb MemMap and remove ashmem support for Fuchsia" by Treehugger Robot · 6 years ago
  72. a45a85c Ensure that BitTableAccessor refers to non-null table. by David Srbecky · 6 years ago
  73. 078d7ba Implement BitMemory{Reader,Writer} by David Srbecky · 6 years ago
  74. 6566496 Merge "Binary search stack maps by native pc." by David Srbecky · 6 years ago
  75. 882ed6b Add low_4gb MemMap and remove ashmem support for Fuchsia by Steve Austin · 6 years ago
  76. 5774f57 Merge "Revert^2 "ART: Fix some performance-X tidy"" by Treehugger Robot · 6 years ago
  77. 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 6 years ago
  78. 0b4e5a3 Binary search stack maps by native pc. by David Srbecky · 6 years ago
  79. bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  80. 35d4b94 Merge "Revert "ART: Fix some performance-X tidy"" by Treehugger Robot · 6 years ago
  81. 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
  82. faf742f Merge changes I43d8736f,I6148d743,Id3687eb6 by Andreas Gampe · 6 years ago
  83. 58ef29a Merge "Template BitTable based on the accessors." by Treehugger Robot · 6 years ago
  84. 7496a1e Merge "Revert^2 "Re-enable some more ART gtests when running under ASan."" by Roland Levillain · 6 years ago
  85. ab4326e Revert^2 "Re-enable some more ART gtests when running under ASan." by Roland Levillain · 6 years ago
  86. 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 6 years ago
  87. dbf5403 ART: Fix clang-analyzer leak/memory warnings by Andreas Gampe · 6 years ago
  88. 42c2e50 Refactor CasField32 by Mathieu Chartier · 6 years ago
  89. a7ecf8a Merge "Re-enable ART code paths and tests for ASan that were disabled for Valgrind." by Roland Levillain · 6 years ago
  90. cf7833e Template BitTable based on the accessors. by David Srbecky · 6 years ago
  91. 0b0d3b4 Re-enable ART code paths and tests for ASan that were disabled for Valgrind. by Roland Levillain · 6 years ago
  92. f325e28 Remove POD helper classes for BitTableBuilder. by David Srbecky · 6 years ago
  93. 86decb6 Rewrite stack map statistics printing in outdump. by David Srbecky · 6 years ago
  94. 74f2ccc Merge "Revert^2 "Remove support for Valgrind in ART."" by Roland Levillain · 6 years ago
  95. 05e34f4 Revert^2 "Remove support for Valgrind in ART." by Roland Levillain · 6 years ago
  96. 6de8833 Delta-compress register maps in stack maps. by David Srbecky · 6 years ago
  97. d97e082 Reduce code repetition in stack maps with macros. by David Srbecky · 6 years ago
  98. 5f93710 Fix asan build: Fix compare function in BitTable. by David Srbecky · 6 years ago
  99. 267c835 Merge "Move more test code to CommonArtTest" by David Sehr · 6 years ago
  100. 5513c2b Add BitmapTableBuilder. by David Srbecky · 6 years ago