summaryrefslogtreecommitdiffstats
path: root/compiler/debug/elf_debug_line_writer.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor debug info position visitingMathieu Chartier2018-09-121-8/+6
* Use iterators to access stack map data.David Srbecky2018-07-041-3/+1
* Rewrite stackmap encoding code.David Srbecky2018-05-211-7/+6
* Move debug info offsets into a side tableMathieu Chartier2018-01-131-1/+1
* Clean up CodeItemAccessors and Compact/StandardDexFileMathieu Chartier2018-01-081-1/+1
* Create dex subdirectoryDavid Sehr2018-01-051-1/+1
* Merge "Decouple virtual memory allocation in ElfBuilder."David Srbecky2017-12-131-2/+2
|\
| * Decouple virtual memory allocation in ElfBuilder.David Srbecky2017-12-121-2/+2
* | Add CodeItemDebugInfoAccessorMathieu Chartier2017-12-111-3/+3
|/
* Pass the debug_info_offset explicitly.Nicolas Geoffray2017-11-231-1/+4
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-8/+8
* Refactor compiled_method.h .Vladimir Marko2017-09-201-1/+1
* Refactor linker files from compiler/ to dex2oat/.Vladimir Marko2017-09-201-3/+3
* Clean up code info table layoutMathieu Chartier2017-02-081-3/+3
* Compressed native PC for stack mapsMathieu Chartier2017-01-201-3/+4
* Pack stack map entries on bit level to save space.David Srbecky2016-03-311-6/+6
* Merge "Revert "Revert "Allow duplicated methods in different DWARF line table...David Srbecky2016-03-111-1/+5
|\
| * Revert "Revert "Allow duplicated methods in different DWARF line tables.""David Srbecky2016-03-111-1/+5
* | Merge "DWARF: Compensate for compiler's off-by-one instruction."David Srbecky2016-03-111-0/+34
|\ \ | |/ |/|
| * DWARF: Compensate for compiler's off-by-one instruction.David Srbecky2016-03-111-0/+34
* | Add trampoline symbols to native debug info.David Srbecky2016-03-111-0/+1
|/
* Merge "Revert "Allow duplicated methods in different DWARF line tables.""David Srbecky2016-03-111-5/+1
|\
| * Revert "Allow duplicated methods in different DWARF line tables."David Srbecky2016-03-111-5/+1
* | Merge "Allow duplicated methods in different DWARF line tables."David Srbecky2016-03-111-1/+5
|\|
| * Allow duplicated methods in different DWARF line tables.David Srbecky2016-03-111-1/+5
* | Refactor MethodDebugInfo (input of DWARF writer).David Srbecky2016-03-101-15/+9
|/
* Mark DWARF lines in non-debuggable methods as "not a statement".David Srbecky2016-03-081-2/+7
* Change how DWARF detects end of prologue.David Srbecky2016-02-161-21/+26
* Split elf_writer_debug.cc to several files.David Srbecky2016-02-081-0/+247