summaryrefslogtreecommitdiffstats
path: root/compiler/elf_writer_debug.cc
Commit message (Expand)AuthorAgeFilesLines
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-50/+60
* ART: Clean up arm64 kNumberOfXRegisters usage.Vladimir Marko2015-05-261-0/+1
* ART: Fix max buildAndreas Gampe2015-05-011-2/+3
* Add binary search table to .eh_frame_hdrDavid Srbecky2015-05-011-9/+28
* Do not write CFI and symbols for deduplicate methods.David Srbecky2015-05-011-5/+7
* Do not mention x86 floating point numbers in CFI.David Srbecky2015-04-221-2/+6
* Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment.David Srbecky2015-04-211-33/+50
* Split .debug_info section to compilation units.David Srbecky2015-04-151-153/+161
* Append [DEDUPED] suffix to all deduped methods in the symbol table.David Srbecky2015-04-131-4/+13
* Add --include-cfi compiler option.David Srbecky2015-04-131-14/+19
* Relocate DWARF using .oat_patches.David Srbecky2015-04-111-4/+7
* Move DWARF related code in ElfWriter to its own file.David Srbecky2015-04-101-0/+360