summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Break apart header files.Ian Rogers2014-07-151-0/+2
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-4/+4
* Follow up to "Add ISA directory to image and odex pathnames."Brian Carlstrom2014-05-191-4/+4
* Add ISA directory to image and odex pathnames.Brian Carlstrom2014-05-161-4/+1
* Fix elf_writer_test for 64b targetAndreas Gampe2014-04-181-0/+4
* Split up CommonTest into CommonRuntimeTest and CommonCompilerTestBrian Carlstrom2014-02-261-4/+4
* Remove dependency on llvm/Support/ELF.h by using linux's elf.h.Nicolas Geoffray2014-02-191-1/+1
* Make part of the elf_writer_test specific to the portable build.Brian Carlstrom2013-12-151-16/+35
* Throw IOException at source of failing to open a dex file.Ian Rogers2013-10-211-7/+10
* Add flock(2)ing on dex-cache files to prevent racesBrian Carlstrom2013-08-151-1/+1
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Do not mark pages executable unnecessarily to play nice with selinuxBrian Carlstrom2013-07-121-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+92