summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/art...Steve Kondik2015-12-081-25/+38
|\
| * ART: Decrease dex2oat watchdog timeoutAndreas Gampe2015-10-081-2/+4
| * ART: Clean up less in dex2oatAndreas Gampe2015-09-281-23/+34
* | dex2oat: Increase timeout to allow slow CPUs to finish compilationDmitry Grinberg2015-11-071-2/+2
* | ART: Tuning compiler thread count for application runtimeChitti Babu Theegala2015-10-062-0/+19
|/
* Tighten default inlining settings when using the space filter.Roland Levillain2015-08-071-3/+24
* Allow for fine tuning the inliner.Calin Juravle2015-07-301-0/+32
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-031-0/+2
* ART: Unlink target oat file before compilingAndreas Gampe2015-06-301-0/+4
* ART: Only print stripped dex2oat command lineAndreas Gampe2015-06-251-1/+68
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-25/+14
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+1
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* ART: Refactor UnstartedRuntime for testingAndreas Gampe2015-05-211-1/+1
* Fix debuggable compiler flag detection for secondary dex filesSebastien Hertz2015-05-191-1/+4
* ART: Emit debug info when app is debuggableAndreas Gampe2015-05-041-0/+2
* ART: Move dex2oat watchdog output to LogLineAndreas Gampe2015-04-281-19/+12
* ART: Do not log non-swap usageAndreas Gampe2015-04-241-2/+2
* Replace NULL with nullptrMathieu Chartier2015-04-221-2/+2
* ART: Add compiled-methodsAndreas Gampe2015-04-211-38/+95
* ART: Change image_classes and compiled_classes to unordered setAndreas Gampe2015-04-201-10/+14
* ART: Store classpath information into oat fileAndreas Gampe2015-04-141-0/+5
* Add --include-cfi compiler option.David Srbecky2015-04-131-0/+11
* Merge "Remove the --gen-gdb-info compiler option."David Srbecky2015-04-131-9/+0
|\
| * Remove the --gen-gdb-info compiler option.David Srbecky2015-04-121-9/+0
* | Merge "Remove duplicated dex2oat usage message"Nicolas Geoffray2015-04-131-5/+0
|\ \
| * | Remove duplicated dex2oat usage messageSnowcat84362015-04-131-5/+0
* | | Merge "ART: Adds a help message for parallel compilation"Nicolas Geoffray2015-04-131-0/+5
|\ \ \ | |_|/ |/| |
| * | ART: Adds a help message for parallel compilationJean-Philippe Halimi2015-03-301-0/+5
* | | ART: Use canonical location in dex2oatAndreas Gampe2015-04-091-2/+7
* | | Merge "Host dex2oat and patchoat require libcutils."Richard Uhler2015-03-311-2/+2
|\ \ \
| * | | Host dex2oat and patchoat require libcutils.Richard Uhler2015-03-231-2/+2
* | | | ART: Some runtime cleanupAndreas Gampe2015-03-271-3/+6
* | | | ART: PathClassLoader for compilerAndreas Gampe2015-03-271-10/+9
| |/ / |/| |
* | | Merge "Implement a space filter for optimizing."Nicolas Geoffray2015-03-231-1/+0
|\ \ \
| * | | Implement a space filter for optimizing.Nicolas Geoffray2015-03-231-1/+0
* | | | Merge "Improve dex2oat --dex-file and --dex-location usage info."Richard Uhler2015-03-231-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Improve dex2oat --dex-file and --dex-location usage info.Richard Uhler2015-03-181-1/+6
* | | | ART: Add Mips32r6 backend supportDouglas Leung2015-03-201-9/+1
* | | | Add verify-at-runtime compiler filterMathieu Chartier2015-03-201-0/+2
* | | | Revert "Revert "Use optimizing for apps.""Nicolas Geoffray2015-03-201-1/+10
| |/ / |/| |
* | | Revert "Use optimizing for apps."Nicolas Geoffray2015-03-191-10/+1
* | | Use optimizing for apps.Nicolas Geoffray2015-03-171-1/+10
|/ /
* | ART: Refactor unstarted runtimeAndreas Gampe2015-03-111-0/+7
* | Merge "Initial support for quick compiler on MIPS64r6."Andreas Gampe2015-03-061-4/+1
|\ \
| * | Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-4/+1
* | | Do not dump memory usage if driver was never createdBrian Carlstrom2015-03-061-1/+2
|/ /
* | ART: Add option to abort dex2oat on hard failureAndreas Gampe2015-03-051-1/+5
* | Merge "ART: Add debuggable compiler flag"Andreas Gampe2015-03-041-0/+8
|\ \ | |/ |/|
| * ART: Add debuggable compiler flagAndreas Gampe2015-03-041-0/+8