summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* 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
* ART: Add pic flag to oat header storeAndreas Gampe2014-10-271-10/+17
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-2/+4
* Tidy up logging.Ian Rogers2014-10-221-16/+24
* Fix dex2oat cross-compilation.Nicolas Geoffray2014-10-171-1/+8
* Merge "dex2oat: Add a --compile-pic option"Igor Murashkin2014-10-171-1/+5
|\
| * dex2oat: Add a --compile-pic optionIgor Murashkin2014-10-161-1/+5
* | Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-44/+33
* | Change MemMap::maps_ to not be global variableMathieu Chartier2014-10-141-0/+1
|/
* Switch to C++11 style [[noreturn]].Ian Rogers2014-10-101-3/+2
* Fix 2 new sets of clang compiler warnings.Ian Rogers2014-10-101-1/+2