- 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
- e571a28 Ignore bad profiles when --force-merge is specified by Calin Juravle · 5 years ago
- c0200a9 Improve profile merging error logging by Calin Juravle · 5 years ago
- ad88cbe Handle profile annotation during profman-merge by Calin Juravle · 5 years ago
- 0e82e0f Add more options for boot profile aggregation by Calin Juravle · 5 years ago
- a85580a Remove aggegation counter handling from profman by Calin Juravle · 5 years ago
- 4ad9521 Make explicit which methods retrieve info about *hot* methods by Calin Juravle · 5 years ago
- 45cdd05 Clean up profile AddClass APIs by Calin Juravle · 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
- 849439a Refactor the management of profile keys by Calin Juravle · 5 years ago
- f0c9480 Remove support for aggregation counters from device ART profiles by Calin Juravle · 5 years ago
- f5e26f8 Support array classes in profiles. by Nicolas Geoffray · 5 years ago
- a0fc13a Add support for a profile listing methods in compilation order. by Nicolas Geoffray · 5 years ago
- 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
- fb6a5c0 Add and use art::GetAndroidRuntimeBinDir. by Roland Levillain · 6 years ago
- d53f606 Partially disable building ART for host on Mac. by David Srbecky · 6 years ago
- 23a8eb6 art: use PLOG rather than LOG strerror. by Elliott Hughes · 6 years ago
- e512556 Replace StringPiece with std::string_view in profman. by Vladimir Marko · 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
- 3ee9cfd Add support for aggregation counters in the profile by Calin Juravle · 6 years ago
- 2a487eb ART: Fix performance-inefficient-vector-operation by Andreas Gampe · 6 years ago
- 38a938e Minimal Android Runtime APEX module. by Roland Levillain · 6 years ago
- dfcd82c ART: Fix android-cloexec warnings by Andreas Gampe · 6 years ago
- 9b031f7 ART: Refactor for bugprone-argument-comment by Andreas Gampe · 6 years ago
- 0573f85 Dump Dex file checksums for profman --dump-only by Mathieu Chartier · 6 years ago
- 48ba197 Fix some performance-unnecessary-value-param tidy and performance-for-range warnings. by Stephen Hines · 6 years ago
- bbc6e7e Use 'final' and 'override' specifiers directly in ART. by Roland Levillain · 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
- 18e2687 Refactor ClassAccessor to use an index instead of ClassDef pointer by Mathieu Chartier · 6 years ago
- a8bba7d ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use. by Vladimir Marko · 6 years ago
- 0d896bd Add Method/Field iterator to ClassAccessor by Mathieu Chartier · 6 years ago
- 20f4992 Move profman/ to ClassAccessor by Mathieu Chartier · 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
- 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
- 302dda5 Merge "Do not verify apks when processing profiles" by Calin Juravle · 7 years ago
- 1bfe4bd Do not verify apks when processing profiles by Calin Juravle · 7 years ago
- 82d046e Add a profiling library by David Sehr · 7 years ago
- c24fa5d Allow INVOKE_VIRTUAL_RANGE as single invoke by Rico Wind · 7 years ago
- f120ffc Dump profile checksums by Mathieu Chartier · 7 years ago
- f5d9f81 Merge "profman: removed unused header" by Treehugger Robot · 7 years ago
- 79e2607 Move profile dependent modules to libartbase by David Sehr · 7 years ago
- daf374c profman: removed unused header by Jeff Vander Stoep · 7 years ago
- 312f3b2 Move some remaining dex utilities by David Sehr · 7 years ago
- c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
- b2ec9f5 Remove duplication, split tests by David Sehr · 7 years ago
- 29d4cc0 Merge "Actually use --copy-and-update-profile-key argument in profman..." by Calin Juravle · 7 years ago
- 02c0879 Actually use --copy-and-update-profile-key argument in profman... by Calin Juravle · 7 years ago
- f1c29aa Merge "Ensure that we always set the method hotness in the profile" by Treehugger Robot · 7 years ago
- ee9cb41 Ensure that we always set the method hotness in the profile by Calin Juravle · 7 years ago
- fcbe15c Build debug library libdexfiled by David Sehr · 7 years ago
- e10c1e2 Enable profile data filtering in profman by Calin Juravle · 7 years ago
- 0225f8e Revert "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
- 85f890b Merge "Revert "Make libdexfile build independent of runtime dir"" by David Sehr · 7 years ago
- 787784f Revert "Make libdexfile build independent of runtime dir" by David Sehr · 7 years ago
- d2b5229 Merge "Profman: Skip dex file verification for boot jars" by Treehugger Robot · 7 years ago
- f13ac7c Profman: Skip dex file verification for boot jars by David Brazdil · 7 years ago
- b40b7e7 Make libdexfile build independent of runtime dir by David Sehr · 7 years ago
- 2dba0ab Enable profile key updates via profman by Calin Juravle · 7 years ago
- 3913e48 ART: Refactor profile_compilation_info.h includes by Andreas Gampe · 7 years ago
- 013fd80 Create an ART-independent DexFileLoader by David Sehr · 7 years ago
- 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
- 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
- 73f21d4 Remove CodeItem accessor functions by Mathieu Chartier · 7 years ago
- 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
- f3c52b4 Fill Class and String .bss slots in runtime. by Vladimir Marko · 7 years ago
- b7c273c Add ClassDataItemIterator::HasNextMethod by Mathieu Chartier · 7 years ago
- e983b16 Merge "Record @{Fast,Critical}Native in method's access flags." by Vladimir Marko · 7 years ago
- b0a6aee Record @{Fast,Critical}Native in method's access flags. by Vladimir Marko · 7 years ago
- bda66c7 Merge "cpplint: Cleanup errors" by Treehugger Robot · 7 years ago
- 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
- 0021feb Delete CodeItemIterator by Mathieu Chartier · 7 years ago
- 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
- 0284f43 Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8 by Vladimir Marko · 7 years ago
- 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
- 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
- 9ab6e1d Revert^2 "Increase threshold for profile compilation" by Shubham Ajmera · 7 years ago
- dbeacd6 Merge "Clean up AtomicDexRefMap" by Mathieu Chartier · 7 years ago
- e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
- fc8b422 Clean up AtomicDexRefMap by Mathieu Chartier · 7 years ago
- d0b0825 Merge "Profman: Use method_percentage and class_percentage values passed for generating profiles" by Treehugger Robot · 7 years ago
- 641a473 ART: Fix reference-related warnings by Andreas Gampe · 7 years ago
- 3157fc2 ART: Move cmdline parser to header library by Andreas Gampe · 7 years ago
- d704f0b Profman: Use method_percentage and class_percentage values passed for generating profiles by Shubham Ajmera · 7 years ago
- 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
- 8eecddf Add missing profman arg for compiled_method_threshold by Mathieu Chartier · 7 years ago
- 9c9b936 Merge changes I8d333ea5,Ie4efc8bb by Treehugger Robot · 7 years ago
- 2f79455 Add support for generating boot image profile by Mathieu Chartier · 7 years ago
- 51d80cc ART: Refactor abort code by Andreas Gampe · 7 years ago
- f70fe3d Add dex2oat support for profile based image creation by Mathieu Chartier · 7 years ago
- e46f3a8 Address some review comments for aog/415919 by Mathieu Chartier · 7 years ago
- e17cf24 Add field/method skipping helper functions to DexFile by Mathieu Chartier · 7 years ago