summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer_quick.cc
Commit message (Expand)AuthorAgeFilesLines
* Tidy ELF builder.Ian Rogers2014-10-091-6/+6
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-21/+10
* ART: Refactor elf_writer_quick, add symbolizerAndreas Gampe2014-09-051-971/+181
* Merge "ART fix oat debug source map operations"Vladimir Marko2014-09-031-10/+15
|\
| * ART fix oat debug source map operationsYevgeny Rouban2014-08-251-10/+15
* | Merge "Revert "Revert "ART: Prepare for ELF64."""Nicolas Geoffray2014-09-021-122/+216
|\ \
| * | Revert "Revert "ART: Prepare for ELF64.""Nicolas Geoffray2014-09-021-122/+216
* | | Merge "Fix frame size issue with 64-bit"Narayan Kamath2014-09-011-9/+15
|\ \ \ | |/ / |/| |
| * | Fix frame size issue with 64-bitBrian Carlstrom2014-08-291-9/+15
* | | Revert "ART: Prepare for ELF64."Nicolas Geoffray2014-09-011-216/+122
|/ /
* | ART: Prepare for ELF64.Tong Shen2014-08-291-122/+216
|/
* ART source line debug info in OAT filesYevgeny Rouban2014-08-151-270/+636
* Emit CFI for x86 & x86_64 JNI compiler.Tong Shen2014-08-051-25/+0
* Merge "Make patchoat use the sht_entsize when patching."Nicolas Geoffray2014-08-061-1/+1
|\
| * Make patchoat use the sht_entsize when patching.Alex Light2014-08-061-1/+1
* | ART: Rework CFA frame initialization and writing codeAndreas Gampe2014-08-061-39/+183
|/
* 1. Fix CFI for quick compiled code in x86 & x86_64;Tong Shen2014-07-301-6/+6
* Fix some style nitpicksAlex Light2014-07-081-2/+0
* Add patchoat tool to Art.Alex Light2014-07-071-0/+28
* Fixed gdb support and added some ElfFile functionsAlex Light2014-06-271-33/+9
* Optionally add debug symbols to ELF files made by quick compiler.Alex Light2014-06-121-1/+15
* Fix build by converting from bionic to elfutils version of elf.hBrian Carlstrom2014-06-111-17/+17
* 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