summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer_test.cc
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-65/+33
* Replace NULL with nullptrMathieu Chartier2015-04-221-4/+4
* Relocate DWARF using .oat_patches.David Srbecky2015-04-111-0/+72
* Re-enable test.Nicolas Geoffray2015-03-271-4/+0
* Add a new imgdiag tool to diff boot.art/core.art against a processIgor Murashkin2014-12-161-8/+1
* Remove portable.Elliott Hughes2014-12-121-22/+0
* Temporary disable the test.Nicolas Geoffray2014-12-041-0/+4
* Some code clean-up.Ian Rogers2014-10-161-0/+1
* 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