summaryrefslogtreecommitdiffstats
path: root/dex2oat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add implicit checks for x86_64 architecture.Dave Allison2014-08-071-0/+1
* | Merge "AArch64: Implicit StackOverflow/NPE/Suspend checks."Dave Allison2014-08-061-0/+1
|\ \
| * | AArch64: Implicit StackOverflow/NPE/Suspend checks.Stuart Monteith2014-08-061-0/+1
* | | Merge "Fix art build script."Ian Rogers2014-08-061-2/+2
|\ \ \ | |/ / |/| |
| * | Fix art build script.Junmo Park2014-08-041-2/+2
* | | ART: Fix memory unmapped twice issue in ElfFile::Load(bool)Jim_Guo2014-08-041-2/+1
|/ /
* | Tweaks to patchoat and other related things.Alex Light2014-07-251-8/+0
* | Runtime can now be set to require relocationAlex Light2014-07-221-4/+35
* | Revert "Revert "Revert "Revert "Add implicit null and stack checks for x86""""Dave Allison2014-07-161-71/+22
|/
* Remove object_utils.h.Ian Rogers2014-07-161-1/+0
* Break apart header files.Ian Rogers2014-07-151-5/+6
* Revert "Revert "ART: Key-Value Store in Oat header""Andreas Gampe2014-07-111-66/+93
* Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-0/+1
* Revert "Add implicit null and stack checks for x86"Dave Allison2014-07-101-1/+0
* Add implicit null and stack checks for x86Dave Allison2014-07-091-0/+1
* Revert "ART: Key-Value Store in Oat header"Nicolas Geoffray2014-07-091-67/+44
* ART: Key-Value Store in Oat headerAndreas Gampe2014-07-081-44/+67
* Add patchoat tool to Art.Alex Light2014-07-071-13/+23
* Relax limits for profiler based compilation options.Calin Juravle2014-07-021-1/+1
* ART: Fix size error reported by ARM64 backendAndreas Gampe2014-07-011-1/+0
* Fixed gdb support and added some ElfFile functionsAlex Light2014-06-271-0/+2
* Fix quick mode bugs for Mips.Douglas Leung2014-06-271-2/+2
* ART: Native support for multidexAndreas Gampe2014-06-251-11/+3
* More advanced timing loggers.Mathieu Chartier2014-06-241-10/+9
* Fixed ImageWriter timings not being written out.Alex Light2014-06-241-0/+1
* Fix implicit check option handling for non-cross-compilesDave Allison2014-06-231-2/+14
* Merge "Use command line android root in dex2oat to find image."Ian Rogers2014-06-211-1/+1
|\
| * Use command line android root in dex2oat to find image.Ian Rogers2014-06-131-1/+1
* | Quick compiler: enable Arm64 compilationbuzbee2014-06-201-3/+2
* | Merge "x86_64: Enable core.oat/boot.oat compilation"Bill Buzbee2014-06-191-2/+1
|\ \
| * | x86_64: Enable core.oat/boot.oat compilationDmitry Petrochenko2014-06-181-2/+1