summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge "Remove ART_SMALL_MODE ifdefs."Jeff Hao2015-03-031-11/+0
|\ \ | |/ |/|
| * Remove ART_SMALL_MODE ifdefs.Jeff Hao2015-03-021-11/+0
* | ART: Allow dex2oat for apps only with imageAndreas Gampe2015-02-271-1/+12
|/
* ART: Introduce NO_RETURN, Mark DoLongJump noreturnAndreas Gampe2015-02-231-2/+3
* Clean up pass driverMathieu Chartier2015-01-281-17/+15
* ART: Curb dex2oat verbosityAndreas Gampe2015-01-201-1/+1
* Merge "ART: Allow to compile interpret-only mips64 files"Andreas Gampe2015-01-151-1/+2
|\
| * ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-1/+2
* | Merge "ART: dex2oat flag for HGraphVisualizer dump file"David Brazdil2015-01-151-0/+4
|\ \ | |/ |/|
| * ART: dex2oat flag for HGraphVisualizer dump fileDavid Brazdil2015-01-131-0/+4
* | Merge "Use unique_ptr to track ownership of dex files."Richard Uhler2015-01-141-11/+36
|\ \
| * | Use unique_ptr to track ownership of dex files.Richard Uhler2015-01-131-11/+36
* | | ART: Introduce Mips32 R6Andreas Gampe2015-01-131-1/+8
| |/ |/|
* | Revert "ART: dex2oat flag for HGraphVisualizer dump file"Andreas Gampe2015-01-131-4/+0
* | ART: dex2oat flag for HGraphVisualizer dump fileDavid Brazdil2015-01-131-0/+4
|/
* Remove back-door bootclasspath option from RuntimeRichard Uhler2015-01-081-8/+7
* ART: Swap-space in the compilerAndreas Gampe2014-12-221-1/+74
* Merge "Remove portable."Elliott Hughes2014-12-121-76/+9
|\
| * Remove portable.Elliott Hughes2014-12-121-76/+9
* | Fix alloc-dealloc-mismatch failures in dex2oat.Dan Albert2014-12-111-2/+2
|/
* Make dex2oat 32bits when HOST_PREFER_32_BIT=true.Nicolas Geoffray2014-12-051-6/+14
* Merge "ART: Wire up a valgrind-wrapped dex2oat run"Andreas Gampe2014-12-041-2/+2
|\
| * ART: Wire up a valgrind-wrapped dex2oat runAndreas Gampe2014-12-031-2/+2
* | Remove dex2oat watchdog warningBrian Carlstrom2014-12-041-29/+10
|/
* Remove method verification results right after compiling a methodMathieu Chartier2014-12-031-17/+2
* ART: Fix unclosed files in dex2oatAndreas Gampe2014-12-031-1/+9
* Fix mac buildMathieu Chartier2014-12-021-1/+4
* Print memory usage in dex2oat shutdownMathieu Chartier2014-12-021-3/+16
* Merge "ART: Print initialization failures to file"Andreas Gampe2014-12-021-1/+13
|\
| * ART: Print initialization failures to fileAndreas Gampe2014-11-261-1/+13