summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Print the right default for the compiler backend.Nicolas Geoffray2014-11-281-1/+7
* | Add ART_USE_OPTIMIZING_COMPILER flag.Nicolas Geoffray2014-11-251-2/+8
|/
* ART: Split image and non-image case in dex2oatAndreas Gampe2014-11-201-38/+136
* ART: Track Flush & Close in FdFileAndreas Gampe2014-11-181-12/+44
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-5/+17
* ART: Compiled-classes list for compiler-driverAndreas Gampe2014-11-131-0/+41
* Implement invokesuper in optimizing.Nicolas Geoffray2014-11-121-0/+1
* ART: Refactor dex2oatAndreas Gampe2014-11-061-1048/+1047
* ART: More warningsAndreas Gampe2014-11-041-4/+2
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-3/+1
* Merge "Tidy and reduce ART library dependencies on the host."Ian Rogers2014-10-301-2/+2
|\
| * Tidy and reduce ART library dependencies on the host.Ian Rogers2014-10-301-2/+2
* | ART: Fix multi-image testingAndreas Gampe2014-10-291-0/+2
|/
* ART: Add support for patching and loading OAT files compiled with PICIgor Murashkin2014-10-271-4/+12