summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-1/+1
* ART: Do not relocate app program headers in patchoat.Vladimir Marko2015-05-141-6/+7
* ART: Prepare for ELF64.Tong Shen2014-10-031-2/+14
* Fixed gdb support and added some ElfFile functionsAlex Light2014-06-271-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Make out arguments non-reference types.Ian Rogers2014-03-011-6/+1
* Code cleanup to avoid LLVM dependency when building with quick only.Nicolas Geoffray2014-02-201-1/+0
* Remove dependency on llvm/Support/ELF.h by using linux's elf.h.Nicolas Geoffray2014-02-191-4/+4
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-2/+3
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-1/+1
* Add verification of boot.oat generated on deviceBrian Carlstrom2013-07-171-1/+0
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+60