summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* 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
* ART: Prepare for ELF64.Tong Shen2014-10-031-3/+2
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-123/+133
* dex2oat should truncate files opened from file descriptorsBrian Carlstrom2014-09-231-0/+1
* Merge "ART: Sync oat file to disk before patching"Andreas Gampe2014-09-171-0/+5
|\
| * ART: Sync oat file to disk before patchingAndreas Gampe2014-09-171-0/+5
* | Add the "time" compilation filter and output compilation stats.Nicolas Geoffray2014-09-171-2/+11
|/
* ART: Make elf loading not abortAndreas Gampe2014-09-151-0/+1
* Increase dex2oat timeouts for debug buildsMathieu Chartier2014-09-091-4/+10
* ART: Add capability for a pass to have optionsRazvan A Lupusoru2014-08-261-0/+19
* Avoid use of std::string where we have const char*.Ian Rogers2014-08-121-8/+8
* Merge "ART: Turn on dex2oat watchdog on target"Andreas Gampe2014-08-091-1/+1
|\
| * ART: Turn on dex2oat watchdog on targetAndreas Gampe2014-07-171-1/+1