1. 7ed5e60 Export headers from libdexfile_external by Jiyong Park · 5 years ago
  2. ab5f4c1 Allow space characters in SimpleName for DEX format 040. by Ulya Trafimovich · 5 years ago
  3. 61f0716 Introduce a Testing Runtime APEX (test) module including ART gtests. by Roland Levillain · 5 years ago
  4. d1abab7 ART: Check dex file constraint A1 by Andreas Gampe · 5 years ago
  5. 4345aac Cleanup some usages of include_dirs by Paul Duffin · 5 years ago
  6. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 5 years ago
  7. 56cb3ce ART: Slightly simplify/modernize dex_file_verifier.cc by Andreas Gampe · 5 years ago
  8. 60415ae ART: Move DexFileVerifier class to cc file by Andreas Gampe · 5 years ago
  9. 07a560d ART: Encapsulate init-optimization fields by Andreas Gampe · 5 years ago
  10. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 5 years ago
  11. f5e3c66 ART: Use bitset in dex file verifier by Andreas Gampe · 5 years ago
  12. 1459929 ART: Change unordered_set to HashSet by Andreas Gampe · 5 years ago
  13. 5254d6f ART: Use memoization for type id table check by Andreas Gampe · 5 years ago
  14. c4a546c ART: Cache type index validity by Andreas Gampe · 5 years ago
  15. 1e52a07 Correct Indicies -> Indices by Alex Light · 5 years ago
  16. b11d521 ART: Preallocate offset map by Andreas Gampe · 5 years ago
  17. 8867f3b Switch-interpreter: Add new 'next' instruction field. by David Srbecky · 5 years ago
  18. 436f6c1 Switch-interpreter: Add helpers to get opcode arguments. by David Srbecky · 5 years ago
  19. abdb459 Use string length from DEX instead of recomputing by Eric Holk · 5 years ago
  20. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  21. 27a47a3 ART: Forward-declare ClassIterator and Signature in dex_file.h (iwyu) by Andreas Gampe · 5 years ago
  22. 2f7a55c ART: Forward-declare DexInstructionIterator (iwyu) by Andreas Gampe · 5 years ago
  23. 1389dd4 Track libziparchive API change. by Elliott Hughes · 5 years ago
  24. 52fc7ab Fix mac build: Enable libdexfile_external (attempt 2) by David Srbecky · 5 years ago
  25. b74f307 ART: IWYU for HiddenApi domain by Andreas Gampe · 5 years ago
  26. 1db789e ART: Small iwyu by Andreas Gampe · 5 years ago
  27. d112012 Fix mac build: Enable libdexfile_external by David Srbecky · 5 years ago
  28. 7711c35 Fix debug/release dependencies on libartbase by David Srbecky · 5 years ago
  29. fc8e759 art: remove unnecessary references to external/zlib. by Elliott Hughes · 5 years ago
  30. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  31. d53f606 Partially disable building ART for host on Mac. by David Srbecky · 5 years ago
  32. 8982186 Support FDs for class loader context dex files by David Brazdil · 5 years ago
  33. f1d973d Fix PrintableString() for 4-byte UTF-8 sequences. by Vladimir Marko · 5 years ago
  34. a5c3a80 hiddenapi domain: Use oat dex file location if available by David Brazdil · 5 years ago
  35. 35e6caa Check /system/framework first in ArtDexFileLoader::Open. by Nicolas Geoffray · 5 years ago
  36. 3c83921 Assign conscrypt to core-platform hiddenapi domain by David Brazdil · 6 years ago
  37. e7e26d1 Assign non-runtime /apex/* dex files to platform domain by David Brazdil · 6 years ago
  38. 70ae00d Fix missing entry for the static libdexfile_support test in the gtest list. by Martin Stjernholm · 6 years ago
  39. fe94b1c Open libdexfile_external on demand in libdexfile_support. by Martin Stjernholm · 6 years ago
  40. 84bf698 Revert^2 "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 6 years ago
  41. eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 6 years ago
  42. 7e7ab23 Revert "Switch from version script to APEX stubs for libdexfile_external and add it to the Runtime APEX." by Martin Stjernholm · 6 years ago
  43. 1923176 Merge "Special case dex files that have hidden API data." by Nicolas Geoffray · 6 years ago
  44. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
  45. 16fc474 Special case dex files that have hidden API data. by Nicolas Geoffray · 6 years ago
  46. 23b2704 Switch from version script to APEX stubs for libdexfile_external and add it by Martin Stjernholm · 6 years ago
  47. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
  48. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  49. 206348c Selectively allow dead reference elimination by Hans Boehm · 6 years ago
  50. 12162de hiddenapi: check for CorePlatform domain by Orion Hodson · 6 years ago
  51. e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
  52. 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
  53. 46c8246 Fix off by one comparison. by Nicolas Geoffray · 6 years ago
  54. 3319162 Merge "Fix memory leaks in DexString wrapper and in unit tests." by Martin Stjernholm · 6 years ago
  55. 8bf1c84 Fix memory leaks in DexString wrapper and in unit tests. by Martin Stjernholm · 6 years ago
  56. 78438e2 libdexfile: Fix inconsequential resource leak in test by Greg Kaiser · 6 years ago
  57. e6a269f Merge changes Ibd3ef6e3,I6e9944a2 by Martin Stjernholm · 6 years ago
  58. 3a04004 Merge changes from topic "ext-dex-signature-arg" by Martin Stjernholm · 6 years ago
  59. 750bf04 Add unit tests for libdexfile external API. by Martin Stjernholm · 6 years ago
  60. fdb2f60 Separate libdexfile external C ABI from the C++ header file. by Martin Stjernholm · 6 years ago
  61. 2ccc9c3 Rename libdexfile external API header. by Martin Stjernholm · 6 years ago
  62. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 6 years ago
  63. a711c7f Expose PrettyMethod's with_signature in GetMethodInfoForOffset. by Martin Stjernholm · 6 years ago
  64. 6262959 ART: Some more IWYU in common headers by Andreas Gampe · 6 years ago
  65. 436896c ART: Some IWYU for IterationRange by Andreas Gampe · 6 years ago
  66. 7458a7a ART: Refactor code_item_accessors by Andreas Gampe · 6 years ago
  67. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  68. b8bca30 ART: Move DexFileStringEquals to DexFile by Andreas Gampe · 6 years ago
  69. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  70. d4d7918 Move constructors and operators should be noexcept. by Martin Stjernholm · 6 years ago
  71. 10db8fe Support Windows builds for libartbase/libdexfile by David Sehr · 6 years ago
  72. cc56491 Do not cache the method name from PrettyMethod. by Martin Stjernholm · 6 years ago
  73. b3d2e83 Add minimal libdexfile API for external users. by Martin Stjernholm · 6 years ago
  74. 785c987 Plumb through the container as an optional arg to DexFileLoader::Open. by Martin Stjernholm · 6 years ago
  75. 1c06528 Merge "ART: Clean up base/utils.h" by Treehugger Robot · 6 years ago
  76. ca0f2dc Fix ComputeModifiedUtf8Hash(). by Vladimir Marko · 6 years ago
  77. 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 6 years ago
  78. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  79. 427766c Merge "ART: Mark implicit constructor NOLINT" by Treehugger Robot · 6 years ago
  80. 2025488 Merge "ART: Some iwyu for logging.h" by Andreas Gampe · 6 years ago
  81. 489a3fc ART: Mark implicit constructor NOLINT by Andreas Gampe · 6 years ago
  82. dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
  83. 85f1c57 ART: Some iwyu for logging.h by Andreas Gampe · 6 years ago
  84. 8586569 Runtime flags only for fast/slow hiddenapi path by David Brazdil · 6 years ago
  85. ec3adef libdexfile: rename kVerifyNone to kVerifyNothing by Orion Hodson · 6 years ago
  86. 39d8c87 Optimize string comparisons in Class::FindClassMethod. by David Srbecky · 6 years ago
  87. 244c2b9 Merge "Remove dependencies on libutils." by Martin Stjernholm · 6 years ago
  88. 9581e61 Cache whether we should use interpreter invoke fast-path. by David Srbecky · 6 years ago
  89. 123333a Remove dependencies on libutils. by Martin Stjernholm · 6 years ago
  90. eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
  91. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  92. 47cd272 Remove HiddenApiAccessFlags, move content to hiddenapi:: by David Brazdil · 6 years ago
  93. 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
  94. f82eb6e Merge "Revert^4: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
  95. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  96. 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  97. 6ea9b92 Fix defaulted-function-deleted warning by Yi Kong · 6 years ago
  98. d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
  99. fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
  100. d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago