- 75b961a Add visibilities for prebuilts. by Martin Stjernholm · 4 years, 6 months ago
- 9e4b42a Refactor vdex file writing. by Vladimir Marko · 4 years, 6 months ago
- 4ac8d96 Add method_idx output to dexdump and dexlayout by Eric Holk · 4 years, 7 months ago
- aacb4b8 Fix logical error in a gtest that caused intermittent failures. by Ulya Trafimovich · 4 years, 7 months ago
- cf0c6ef Device gtests: Use boot.art instead of core.art. by David Srbecky · 4 years, 9 months ago
- 6ef7713 Remove dead code related to profile collection. by Vladimir Marko · 4 years, 10 months ago
- 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 11 months ago
- 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 11 months ago
- 1e88f98 Use apex_available property by Jiyong Park · 5 years ago
- b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 5 years ago
- 1061c7d Clean up profile AddMethod APIs by Calin Juravle · 5 years ago
- a6c9b78 Consolidate profile methods by Calin Juravle · 5 years ago
- e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
- b94cc11 Revert "Disable dexdiag_test on fugu." by Christopher Ferris · 5 years ago
- bfa8b1e Skip reading usage stats for map data. by Christopher Ferris · 5 years ago
- 6740404 Disable dexdiag_test on fugu. by Nicolas Geoffray · 5 years ago
- 436f6c1 Switch-interpreter: Add helpers to get opcode arguments. by David Srbecky · 5 years ago
- 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
- 7711c35 Fix debug/release dependencies on libartbase by David Srbecky · 6 years ago
- 7c5acbb ART: Fix some types by Andreas Gampe · 6 years ago
- fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 6 years ago
- 93aa8b0 Fix include order by David Sehr · 6 years ago
- a8d23cb Use CommonArtTest for dexlayout, dexdiag by David Sehr · 6 years ago
- 4f215d1 Rename dexdump2 to dexdump by David Sehr · 6 years ago
- 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
- 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
- fcea622 Merge "dexdiag: Replace libpagemap with libmeminfo" by Sandeep Patil · 6 years ago
- 1783480 dexlayout: ProcessOffset in WriteHiddenapiClassData by David Brazdil · 6 years ago
- 2110de5 dexdiag: Replace libpagemap with libmeminfo by Sandeep Patil · 6 years ago
- 90faceb hiddenapi: Support 'core-platform-api' flag by David Brazdil · 6 years ago
- 9d9227a Build dexlist, dexlayout, and profman for Windows by David Sehr · 6 years ago
- 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
- dcfa89b Rename and reorganize hiddenapi::ApiList by David Brazdil · 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
- f82eb6e Merge "Revert^4: Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
- c57c680 Modernise code to use std::make_unique by Yi Kong · 6 years ago
- 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
- 20c765f Revert^4: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
- d33d318 Revert "Revert^2: Add dex item for hiddenapi flags" by Luman Qu · 6 years ago
- fe3a979 Revert^2: Add dex item for hiddenapi flags by David Brazdil · 6 years ago
- d9a0437 Revert "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
- cd98cde Merge "Add dex item for hiddenapi flags" by David Brazdil · 6 years ago
- 0dbc363 Add dex item for hiddenapi flags by David Brazdil · 6 years ago
- dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
- 4f570a4 Merge "Remove oat_data_begin checks from OatFile." by Vladimir Marko · 6 years ago
- afaf7f8 ART: Enable bugprone-unused-return-value by Andreas Gampe · 6 years ago
- f4efa9e Remove oat_data_begin checks from OatFile. by Vladimir Marko · 6 years ago
- 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- ba62f66 Merge "Dexlayout: update help string for checksum." by Mathieu Chartier · 6 years ago
- c74d9cb ART: Modernize counting-down loops by Andreas Gampe · 6 years ago
- 6142e58 ART: Add redundant-void-arg check by Andreas Gampe · 6 years ago
- 8351aac ART: Refactor for bool literals by Andreas Gampe · 6 years ago
- e5afbf3 Refactor DecodeDebugLocalInfo by Mathieu Chartier · 6 years ago
- 3e2e123 Refactor debug info position visiting by Mathieu Chartier · 6 years ago
- cba17e8 Merge "ART: Continue adding override annotations" by Treehugger Robot · 6 years ago
- d176e93 Merge "ART: Refactor static include list" by Treehugger Robot · 6 years ago
- fa6a1b0 ART: Continue adding override annotations by Andreas Gampe · 6 years ago
- 693eee9 ART: Add Size() to CollectionMap by Andreas Gampe · 6 years ago
- d228d91 Dexlayout: update help string for checksum. by Matthew Cary · 6 years ago
- ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
- c09cd05 Reserve boot image memory in one go. by Vladimir Marko · 6 years ago
- 4146840 Change dex naming for output directory by Mathieu Chartier · 6 years ago
- 36f7df5 Add dexlayout option for updating checksum by Mathieu Chartier · 6 years ago
- f73caca Remove superfluous 'virtual' specifiers in ART. by Roland Levillain · 6 years ago
- bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 6 years ago
- fe42d21 dexdump2: Remove conversion from dollar sign to dot by Orion Hodson · 6 years ago
- 8f75f7b Move veridex to ClassAccessor by Mathieu Chartier · 6 years ago
- a34812c Move dex_file_verifier_test and dexlayout to ClassAccessor by Mathieu Chartier · 6 years ago
- 35d5b8a ART: Do not use std::<container>::at(). by Vladimir Marko · 6 years ago
- 5774f57 Merge "Revert^2 "ART: Fix some performance-X tidy"" by Treehugger Robot · 6 years ago
- 54159c6 Use HashSet<std::string> instead of unordered_set<>. by Vladimir Marko · 6 years ago
- bc802de Revert^2 "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
- 6856214 Revert "ART: Fix some performance-X tidy" by Andreas Gampe · 6 years ago
- 89de444 ART: Fix some performance-X tidy by Andreas Gampe · 6 years ago
- dbf5403 ART: Fix clang-analyzer leak/memory warnings by Andreas Gampe · 6 years ago
- 2b5a38f Refactor ownership in dex_ir by David Sehr · 6 years ago
- d83437c Use factory pattern for dex_ir objects by David Sehr · 6 years ago
- 671af6c Make dexlayout and profman independent of libart by David Sehr · 6 years ago
- 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
- 06d10a7 ART: Add dex::ProtoIndex by Orion Hodson · 6 years ago
- 818cb80 Revert "Make dexlayout and profman build without libart" by Mathieu Chartier · 6 years ago
- 2b80ed4 Make dexlayout and profman build without libart by David Sehr · 6 years ago
- 82d046e Add a profiling library by David Sehr · 7 years ago
- 89b06a1 Merge "Pass the fd to OatFile::Setup to avoid selinux errors." by Nicolas Geoffray · 7 years ago
- 3002509 Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 7 years ago
- 42d5805 Separate out PGO profile files per arch by Pirama Arumuga Nainar · 7 years ago
- 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
- c17b7d8 Add owned section for CompactDex by Mathieu Chartier · 7 years ago
- 281fee0 ART: Remove static libbase by Andreas Gampe · 7 years ago
- 1f9df4a Merge "Enable ThinLTO for dex2oat" by Yi Kong · 7 years ago
- c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
- 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
- 2daa134 Fix unquickening logic for quickened input dexes by Mathieu Chartier · 7 years ago
- b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
- 5e3cfa2 Generalize CompactDexDebugInfo offset table by Mathieu Chartier · 7 years ago