summaryrefslogtreecommitdiffstats
path: root/dex2oat/dex2oat.cc
Commit message (Expand)AuthorAgeFilesLines
* dex2oat: Use CLOCK_MONOTONIC, not REALTIME for a watchdog!staging/cm-14.1-cafrebasecm-14.1_oldChristopher R. Palmer2016-12-311-2/+16
* Make image test multi imageMathieu Chartier2016-09-211-44/+4
* ART: Add very-large threshold to dex2oatAndreas Gampe2016-06-291-0/+32
* ART: Add dex2oat swap-usage parametersAndreas Gampe2016-06-281-23/+41
* ART: Fix swap usage determination in dex2oatAndreas Gampe2016-06-091-12/+18
* Revert "Revert "Hold dex caches live in class table""Mathieu Chartier2016-06-061-1/+2
* Revert "Hold dex caches live in class table"Brian Carlstrom2016-06-041-2/+1
* Hold dex caches live in class tableMathieu Chartier2016-06-031-1/+2
* Prune class path classes from profileMathieu Chartier2016-05-251-0/+16
* Compile JNI stubs for verify-profile and interpret-only.Vladimir Marko2016-05-231-19/+0
* Revert "Revert "Write conflict tables in image""Mathieu Chartier2016-04-281-0/+1
* Support to pass <uses-library> option through to dex2oat.Jeff Hao2016-04-271-8/+42
* Combine checksum of all boot images.Jeff Hao2016-04-071-1/+2
* Don't return kPatchOatNeeded if there is no patch info.Richard Uhler2016-03-291-0/+3
* Revert "Revert "Use compiler filter to determine oat file status.""Andreas Gampe2016-03-231-24/+18
* Revert "Use compiler filter to determine oat file status."Nicolas Geoffray2016-03-231-18/+24
* Use compiler filter to determine oat file status.Richard Uhler2016-03-221-24/+18
* Remove Quick from tree.Nicolas Geoffray2016-03-211-15/+0
* Fix incorrect dex2oat checkMathieu Chartier2016-03-181-1/+1
* Add verify-profile compiler filterMathieu Chartier2016-03-181-3/+11
* Add verify-art-runtime usage to dex2oatMathieu Chartier2016-03-161-4/+5
* Remove --native-debuggable compiler option.David Srbecky2016-03-161-6/+3
* Symbolize native debug information for AOTed methods in boot.oat.David Srbecky2016-03-111-0/+3
* Add trampoline symbols to native debug info.David Srbecky2016-03-111-0/+3
* Merge "Update GetDexOptNeeded to handle different levels of compilation"Calin Juravle2016-03-091-18/+8
|\
| * Update GetDexOptNeeded to handle different levels of compilationCalin Juravle2016-03-081-18/+8
* | Propagate InstructionSetFeatures to ElfBuilder.David Srbecky2016-03-081-2/+4
* | Add more systracing everywhereMathieu Chartier2016-03-041-3/+0
* | Move back the boot image to debuggable.Nicolas Geoffray2016-03-041-0/+6
|/
* Add and use loaded class profilingMathieu Chartier2016-02-261-1/+23
* Add lz4hc image compression formatMathieu Chartier2016-02-251-1/+3
* Merge "AOT compile framework code as non-debuggable"Mingyao Yang2016-02-251-5/+0
|\
| * AOT compile framework code as non-debuggableMingyao Yang2016-02-231-5/+0
* | Merge "ART: Allow method references across oat files for multi-image, 2nd att...Vladimir Marko2016-02-241-30/+42
|\ \
| * | ART: Allow method references across oat files for multi-image, 2nd attempt.Vladimir Marko2016-02-241-30/+42
| * | Revert "Allow method references across oat files for multi-image."Vladimir Marko2016-02-171-20/+16
| * | Allow method references across oat files for multi-image.Vladimir Marko2016-02-171-16/+20
* | | Please Clang with respect to stack frame limits in dex2oat.Roland Levillain2016-02-231-13/+17
| |/ |/|
* | Revert "Revert "Add profman tool: responsible to process profiles""Calin Juravle2016-02-231-73/+39
* | Revert "Add profman tool: responsible to process profiles"Nicolas Geoffray2016-02-221-39/+73
* | Add profman tool: responsible to process profilesCalin Juravle2016-02-221-73/+39
|/
* Move code related to debug info generation to its own directory.David Srbecky2016-02-081-5/+5
* Generate mini-debug-info on separate thread.David Srbecky2016-02-051-0/+6
* Strip image-format arg in dex2oatMathieu Chartier2016-02-031-0/+5
* Merge "Use SS/GSS collectors in dex2oat if they are the default."Hiroshi Yamauchi2016-02-021-8/+17
|\
| * Use SS/GSS collectors in dex2oat if they are the default.Hiroshi Yamauchi2016-02-021-8/+17
* | Ignore image checksum for ExtractOnly oat filesDavid Brazdil2016-02-011-1/+10
* | ART: Do not reopen oat file in ImageWriter::UpdateOatFile().Vladimir Marko2016-01-291-9/+4
|/
* Do not enforce deterministic compilation with read barriers.Roland Levillain2016-01-281-2/+12
* Merge "ART: Add option to ensure deterministic compilation"Andreas Gampe2016-01-281-1/+28
|\