- 6c70224 Replace MergeSets() with std::set::merge(). by Vladimir Marko · 6 years ago
- 8581e2a Replace StringPiece with std::string_view. by Vladimir Marko · 6 years ago
- e512556 Replace StringPiece with std::string_view in profman. by Vladimir Marko · 6 years ago
- 2f34e59 Merge changes I14c7cddd,I4a39d0e8,I3f24c8f4,I9699f138 by Vladimir Marko · 6 years ago
- 2ef0110 Replace StringPiece with std::string_view in HashSet. by Vladimir Marko · 6 years ago
- eb37ba5 Replace StringPiece with std::string_view in Signature. by Vladimir Marko · 6 years ago
- 22e2223 ART: Use C++17 extract/modify/insert pattern. by Vladimir Marko · 6 years ago
- 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
- e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
- 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
- ca6d543 Merge "hiddenapi: check for CorePlatform domain" by Nicolas Geoffray · 6 years ago
- 12162de hiddenapi: check for CorePlatform domain by Orion Hodson · 6 years ago
- a966376 Merge "Adjust thresholds for pretty printing size." by David Srbecky · 6 years ago
- de6c714 Adjust thresholds for pretty printing size. by David Srbecky · 6 years ago
- e768182 hiddenapi: Print warnings for @CorePlatformApi violations by David Brazdil · 6 years ago
- 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
- 62a4bcf hiddenapi: Produce CSV for `list` command by David Brazdil · 6 years ago
- 2259f1c Extend lifetime of CodeInfo in StackVisitor. by David Srbecky · 6 years ago
- b4a70ce Remove core-simple from the boot classpath by Neil Fuller · 6 years ago
- 8764dc3 ART: Use iosfwd more by Andreas Gampe · 6 years ago
- 5a0430d ART: Introduce runtime_globals by Andreas Gampe · 6 years ago
- 9d9227a Build dexlist, dexlayout, and profman for Windows by David Sehr · 6 years ago
- 10db8fe Support Windows builds for libartbase/libdexfile by David Sehr · 6 years ago
- 891fdcf Handle art::ProcessCpuNanoTime invocations on macOS. by Roland Levillain · 6 years ago
- ea65b21 Add apache-xml to boot class path for tests. by Vladimir Marko · 6 years ago
- 0ace563 Revert^2 "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
- 99e1739 Merge "Revert "Allow boot image for a part of the boot classpath."" by Andreas Gampe · 6 years ago
- fb83d76 Revert "Allow boot image for a part of the boot classpath." by Andreas Gampe · 6 years ago
- fcf213c Merge "Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest" by vichang · 6 years ago
- 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
- 97b2811 ART: Clean up base/utils.h by Andreas Gampe · 6 years ago
- 18642a3 Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest by Victor Chang · 6 years ago
- 7a85e70 Reduce core image to 6 modules. by Vladimir Marko · 6 years ago
- 807e4b3 Merge "Add support for ANDROID_RUNTIME_ROOT variable" by Neil Fuller · 6 years ago
- f6f43d8 Merge "hiddenapi: Introduce greylist-max-p" by David Brazdil · 6 years ago
- 26c4377 Add support for ANDROID_RUNTIME_ROOT variable by Neil Fuller · 6 years ago
- 00fe35e Revert "Reduce core image to core-{oj,libart,simple}." by Vladimir Marko · 6 years ago
- ec91d48 Reduce core image to core-{oj,libart,simple}. by Vladimir Marko · 6 years ago
- a3a57d3 Merge changes from topic "hiddenapi-csv" by David Brazdil · 6 years ago
- f355ec7 Merge "C++17 compatibility: make WITH_TIDY=1 happy again." by Elliott Hughes · 6 years ago
- 0e211e5 Merge "Extract dex file if it is uncompressed but unaligned" by Treehugger Robot · 6 years ago
- c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
- 2b41cca Extract dex file if it is uncompressed but unaligned by Colin Cross · 6 years ago
- 80d1628 hiddenapi: Introduce greylist-max-p by David Brazdil · 6 years ago
- 91690d3 hiddenapi: Convert API lists to a flags CSV file by David Brazdil · 6 years ago
- dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 6 years ago
- 94d9276 Merge "Fix error: undefined symbol art::instruction_set_details::GetStackOverflowReservedBytesFailure" by Andreas Gampe · 6 years ago
- bdba2fb Fix error: undefined symbol art::instruction_set_details::GetStackOverflowReservedBytesFailure by Evgeny Astigeevich · 6 years ago
- 2bb2fbd Create SdkVersion enum, migrate users to it by David Brazdil · 6 years ago
- 3d719ed Merge "Track header file change." by Elliott Hughes · 6 years ago
- 4355162 Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that" by Martin Stjernholm · 6 years ago
- 88f3bbb Track header file change. by Elliott Hughes · 6 years ago
- 38a938e Minimal Android Runtime APEX module. by Roland Levillain · 6 years ago
- 9960cbc Revert "Link lzma and lz4 compression libs statically into libartbase and use that" by Annie Meng · 6 years ago
- 21579be Link lzma and lz4 compression libs statically into libartbase and use that by Martin Stjernholm · 6 years ago
- 680cbf2 Enable building art and tests with linux_bionic by Alex Light · 6 years ago
- a9b2f7b ART: Move GetStackOverflowReservedBytes by Andreas Gampe · 6 years ago
- 41271dd Merge "Clean up mem_map_test." by Vladimir Marko · 6 years ago
- 244c2b9 Merge "Remove dependencies on libutils." by Martin Stjernholm · 6 years ago
- 830f356 Clean up mem_map_test. by Vladimir Marko · 6 years ago
- ed0d822 Merge "Track googletest API change." by Treehugger Robot · 6 years ago
- 123333a Remove dependencies on libutils. by Martin Stjernholm · 6 years ago
- e00648f Track googletest API change. by Elliott Hughes · 6 years ago
- 0ee5082 Merge "Refactor MemMap::MapAnonymous()." by Vladimir Marko · 6 years ago
- eead626 Merge "Revert "Link compression libs statically into libartbase and use those everywhere."" by Nicolas Geoffray · 6 years ago
- 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
- 6e32b00 Merge "Link compression libs statically into libartbase and use those everywhere." by Martin Stjernholm · 6 years ago
- 1130659 Refactor MemMap::MapAnonymous(). by Vladimir Marko · 6 years ago
- 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
- 4594c32 Merge "Disable MapAnonymousExactAddr test for ASAN." by Vladimir Marko · 6 years ago
- 1c1442a Disable MapAnonymousExactAddr test for ASAN. by Vladimir Marko · 6 years ago
- 7d1c049 Merge changes from topic "socket_peer_is_trusted" by Treehugger Robot · 6 years ago
- c857f4a ART: Dump proc/maps on mem_map_test failure by Andreas Gampe · 6 years ago
- c2efd4d Remove libcutils socket_peer_is_trusted dependency. by Elliott Hughes · 6 years ago
- 0233877 Merge "ART: Fix tidy bugprone-macro-parentheses" by Andreas Gampe · 6 years ago
- dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
- 584771b ART: Fix tidy bugprone-macro-parentheses by Andreas Gampe · 6 years ago
- 0de385f ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- 17c5e02 Merge "Change ZipArchiveHandle from void* to ZipArchive*" by Ryan Prichard · 6 years ago
- 35f31c6 Change ZipArchiveHandle from void* to ZipArchive* by Ryan Prichard · 6 years ago
- 9bb9723 Merge "ART: Refactor for bugprone-argument-comment" by Treehugger Robot · 6 years ago
- 7321622 ART: Enforce noinline when suppressing sanitization by Andreas Gampe · 6 years ago
- 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- 56de89a Mark most *Offset helper functions as constexpr. by David Srbecky · 6 years ago
- 718d86d Make BitMemoryRegion::LoadBit() ASAN friendly. by Vladimir Marko · 6 years ago
- 3537fcd Merge "Revert^4 "ART: Dual mapping of JIT code pages"" by Treehugger Robot · 6 years ago
- 44b3174 ART: Mark move constructors with noexcept by Andreas Gampe · 6 years ago
- 1d3fd08 Revert^4 "ART: Dual mapping of JIT code pages" by Orion Hodson · 6 years ago
- 94c59e4 Merge "ART: Add version check for memfd_create()" by Orion Hodson · 6 years ago
- 51f89d9 ART: Add version check for memfd_create() by Orion Hodson · 6 years ago
- cac3267 Merge "Revert^3 "ART: Dual mapping of JIT code pages"" by Treehugger Robot · 6 years ago
- 1bfce38 Revert^3 "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
- 6274113 Merge "Add small thread-local cache for use by the interpreter." by David Srbecky · 6 years ago
- 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
- d3e4015 Merge "Revert^2 "ART: Dual mapping of JIT code pages""" by Orion Hodson · 6 years ago
- 8991ad0 Improving ART debugging and printing VmSize when OOM occurs by Wei Li · 6 years ago
- 0e904ff Revert^2 "ART: Dual mapping of JIT code pages"" by Orion Hodson · 6 years ago
- 60eaabe Revert "ART: Dual mapping of JIT code pages" by Andreas Gampe · 6 years ago
- 0e314f0 ART: Dual mapping of JIT code pages by Orion Hodson · 6 years ago
- 563ada2 ART: Add wrappers for membarrier and memfd_create() by Orion Hodson · 6 years ago