summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer_quick.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Revert "Rewrite ElfWriterQuick to make it more modular.""Brian Carlstrom2014-06-111-671/+665
* Revert "Rewrite ElfWriterQuick to make it more modular."Brian Carlstrom2014-06-111-665/+671
* Rewrite ElfWriterQuick to make it more modular.Alex Light2014-06-091-671/+665
* Moved a BufferedOutputStream onto the heap to reduce stack usage.Alex Light2014-05-291-2/+2
* Fix using kArm instead of kThumb2.Mathieu Chartier2014-04-041-1/+2
* AArch64: Add arm64 runtime support.Stuart Monteith2014-03-191-0/+5
* Fix host architecture for 64bit.Ian Rogers2014-03-061-0/+5
* Tell GDB about Quick ART generated codeMark Mendell2014-03-021-2/+326
* Make out arguments non-reference types.Ian Rogers2014-03-011-12/+7
* Remove dependency on llvm/Support/ELF.h by using linux's elf.h.Nicolas Geoffray2014-02-191-80/+81
* am 2cea26c1: am c6dfdace: Add buffering to ELF file generationBrian Carlstrom2013-08-271-1/+2
|\
| * Add buffering to ELF file generationBrian Carlstrom2013-08-261-1/+2
* | Fix typo in elf writer.Mathieu Chartier2013-08-261-1/+1
|/
* Add -XX:+DisableExplicitGC option for ArtAnwar Ghuloum2013-08-141-1/+1
* Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-2/+2
* Remove OatWriter buffering to memory for ElfWriterQuickBrian Carlstrom2013-07-241-10/+13
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+665