summaryrefslogtreecommitdiffstats
path: root/compiler/elf_builder.h
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-12/+19
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* Add binary search table to .eh_frame_hdrDavid Srbecky2015-05-011-37/+20
* Move .eh_frame to the end of ELF file.David Srbecky2015-04-301-25/+24
* Major refactoring of ElfBuilder.David Srbecky2015-04-301-1041/+604
* Minor refactoring of ElfBuilder.David Srbecky2015-04-281-460/+452
* Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
* Simplify template parameters of Elf classes.David Srbecky2015-04-221-51/+70
* Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment.David Srbecky2015-04-211-34/+99
* ART: Enable Clang's -WdeprecatedAndreas Gampe2015-04-061-0/+2
* Add support for .bss section in oat files.Vladimir Marko2015-03-021-23/+86
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+8
* Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-1/+1
* Tidy ELF builder.Ian Rogers2014-10-091-231/+303
* ART: Prepare for ELF64.Tong Shen2014-10-031-1/+2
* Implement method calls using relative BL on ARM.Vladimir Marko2014-09-251-0/+2
* ART: Refactor elf_writer_quick for elf section orderAndreas Gampe2014-09-241-64/+163
* ART: Refactor elf_writer_quick, add symbolizerAndreas Gampe2014-09-051-0/+1069