summaryrefslogtreecommitdiffstats
path: root/profman
Commit message (Expand)AuthorAgeFilesLines
* Do not verify apks when processing profilesCalin Juravle2018-04-302-28/+11
* Move some remaining dex utilitiesDavid Sehr2018-03-192-4/+4
* Move most of runtime/base to libartbase/baseDavid Sehr2018-03-083-3/+5
* Remove duplication, split testsDavid Sehr2018-02-211-0/+1
* Merge "Actually use --copy-and-update-profile-key argument in profman..."Calin Juravle2018-02-162-20/+99
|\
| * Actually use --copy-and-update-profile-key argument in profman...Calin Juravle2018-02-162-20/+99
* | Merge "Ensure that we always set the method hotness in the profile"Treehugger Robot2018-02-162-19/+30
|\|
| * Ensure that we always set the method hotness in the profileCalin Juravle2018-02-152-19/+30
* | Build debug library libdexfiledDavid Sehr2018-02-151-1/+2
|/
* Enable profile data filtering in profmanCalin Juravle2018-02-024-34/+242
* Revert "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-311-0/+1
* Merge "Revert "Make libdexfile build independent of runtime dir""David Sehr2018-01-301-1/+0
|\
| * Revert "Make libdexfile build independent of runtime dir"David Sehr2018-01-301-1/+0
* | Merge "Profman: Skip dex file verification for boot jars"Treehugger Robot2018-01-302-10/+32
|\ \ | |/ |/|
| * Profman: Skip dex file verification for boot jarsDavid Brazdil2018-01-302-10/+32
* | Make libdexfile build independent of runtime dirDavid Sehr2018-01-301-0/+1
|/
* Enable profile key updates via profmanCalin Juravle2018-01-241-3/+47
* ART: Refactor profile_compilation_info.h includesAndreas Gampe2018-01-222-1/+3
* Create an ART-independent DexFileLoaderDavid Sehr2018-01-121-12/+14
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-1/+1
* Create dex subdirectoryDavid Sehr2018-01-053-6/+6
* Remove CodeItem accessor functionsMathieu Chartier2018-01-021-1/+2
* ART: Replace base/logging with android-base/loggingAndreas Gampe2017-12-071-0/+1
* Fill Class and String .bss slots in runtime.Vladimir Marko2017-11-211-2/+3
* Add ClassDataItemIterator::HasNextMethodMathieu Chartier2017-11-102-2/+2
* Merge "Record @{Fast,Critical}Native in method's access flags."Vladimir Marko2017-11-101-1/+1
|\
| * Record @{Fast,Critical}Native in method's access flags.Vladimir Marko2017-11-101-1/+1
* | Merge "cpplint: Cleanup errors"Treehugger Robot2017-11-091-5/+5
|\ \
| * | cpplint: Cleanup errorsIgor Murashkin2017-11-081-5/+5
| |/
* / Delete CodeItemIteratorMathieu Chartier2017-11-071-3/+3
|/
* Pass the verify flag to DexFileLoader utilities.Nicolas Geoffray2017-10-201-0/+2
* Merge changes I4bbb21bf,Ie79b46cd,Ia50aafc8Vladimir Marko2017-10-121-7/+7
|\
| * Use ScopedArenaAllocator for building HGraph.Vladimir Marko2017-10-111-7/+7
* | Add DexFileLoader classMathieu Chartier2017-10-111-11/+12
|/
* Revert^2 "Increase threshold for profile compilation"Shubham Ajmera2017-09-272-5/+91
* Merge "Clean up AtomicDexRefMap"Mathieu Chartier2017-09-182-14/+11
|\
| * Clean up AtomicDexRefMapMathieu Chartier2017-09-182-14/+11
* | ART: Move kDexNoIndex to dex_file_types.hAndreas Gampe2017-09-181-7/+8
|/
* Merge "Profman: Use method_percentage and class_percentage values passed for ...Treehugger Robot2017-08-301-20/+22
|\
| * Profman: Use method_percentage and class_percentage values passed for generat...Shubham Ajmera2017-08-141-20/+22
* | ART: Fix reference-related warningsAndreas Gampe2017-08-251-1/+1
* | ART: Move cmdline parser to header libraryAndreas Gampe2017-08-231-4/+0
|/
* ART: Include cleanupAndreas Gampe2017-07-241-2/+1
* Add missing profman arg for compiled_method_thresholdMathieu Chartier2017-07-122-1/+22
* Merge changes I8d333ea5,Ie4efc8bbTreehugger Robot2017-06-231-1/+1
|\
| * ART: Refactor abort codeAndreas Gampe2017-06-221-1/+1
* | Add support for generating boot image profileMathieu Chartier2017-06-235-19/+400
|/
* Add dex2oat support for profile based image creationMathieu Chartier2017-06-221-0/+1
* Address some review comments for aog/415919Mathieu Chartier2017-06-201-1/+1
* Add field/method skipping helper functions to DexFileMathieu Chartier2017-06-191-3/+1