summaryrefslogtreecommitdiffstats
path: root/compiler/elf_fixup.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Make elf loading not abortAndreas Gampe2014-09-151-23/+27
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-12/+16
* Add patchoat tool to Art.Alex Light2014-07-071-91/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-2/+2
* Compatibility layer to transition from UniquePtr to std::unique_ptr.Ian Rogers2014-05-151-1/+1
* Remove dependency on llvm/Support/ELF.h by using linux's elf.h.Nicolas Geoffray2014-02-191-73/+58
* Object model changes to support 64bit.Ian Rogers2014-02-061-6/+6
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-2/+3
* Fix up TODO: c++0x, update cpplint.Mathieu Chartier2013-08-161-1/+0
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-16/+16
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+279