1. 60edf5c Merge "Change the order of functions in .debug_frame to save space." by David Srbecky · 9 years ago
  2. 8206291 Merge "Do not write full method signature in mini-debug-info." by David Srbecky · 9 years ago
  3. 30202b2 Merge "Revert "Revert "Add option to generate compressed backtrace info.""" by David Srbecky · 9 years ago
  4. 5e974a6 Change the order of functions in .debug_frame to save space. by David Srbecky · 9 years ago
  5. 5288611 Do not write full method signature in mini-debug-info. by David Srbecky · 9 years ago
  6. 5b1c2ca Revert "Revert "Add option to generate compressed backtrace info."" by David Srbecky · 9 years ago
  7. 36867b4 Merge "Generate DWARF line numbers only for points with dex register map." by David Srbecky · 9 years ago
  8. 8546cc9 Revert "Add option to generate compressed backtrace info." by David Srbecky · 9 years ago
  9. 4f50ee2 Generate DWARF line numbers only for points with dex register map. by David Srbecky · 9 years ago
  10. 5fdcc3c Add option to generate compressed backtrace info. by David Srbecky · 9 years ago
  11. 9b3607d Generate unique ID for each type during native debugging. by David Srbecky · 9 years ago
  12. e8df33e Merge "Create helper class for DWARF expressions." by David Srbecky · 9 years ago
  13. 91cb54e Create helper class for DWARF expressions. by David Srbecky · 9 years ago
  14. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  15. fffbee4 Report types loaded during init to the native debugger by Tamas Berghammer · 9 years ago
  16. 03c941f Emit some additional debug info for java.lang.String by Tamas Berghammer · 9 years ago
  17. 86e4278 Add DWARF type information generation. by Tamas Berghammer · 9 years ago
  18. 5cc349f Report DWARF debug information for JITed code. by David Srbecky · 9 years ago
  19. e0febdf Move debug symbol writing code to elf_writer_debug.cc by David Srbecky · 9 years ago
  20. 96c9de9 Merge "Refactor DexFile::DecodeDebugInfo." by David Srbecky · 9 years ago
  21. b06e28e Refactor DexFile::DecodeDebugInfo. by David Srbecky · 9 years ago
  22. 7b000c9 Merge "Set DW_AT_comp_dir for each compile unit in dwarf" by Tamas Berghammer · 9 years ago
  23. f71b3ad Get source mapping table from stack maps. by David Srbecky · 9 years ago
  24. 8c55712 Set DW_AT_comp_dir for each compile unit in dwarf by Tamas Berghammer · 9 years ago
  25. 996ed0b Add local variables to DWARF. by David Srbecky · 9 years ago
  26. d1744d4 Merge "Refactor oat file writing to give Dex2Oat more control." by Vladimir Marko · 9 years ago
  27. 10c1356 Refactor oat file writing to give Dex2Oat more control. by Vladimir Marko · 9 years ago
  28. 3dd7e5a Temporarily omit MIPS floating point registers in DWARF. by David Srbecky · 9 years ago
  29. 0fd295f Add stack locations to DWARF parameters. by David Srbecky · 9 years ago
  30. 04b0526 Encode function signatures properly in DWARF. by David Srbecky · 9 years ago
  31. b851b49 Stream DWARF debug section directly to disk. by David Srbecky · 9 years ago
  32. 5f5509a Move .debug_line before .debug_info. by David Srbecky · 9 years ago
  33. 6d8c8f0 Rewrite ElfBuilder to make streaming directly to file easier. by David Srbecky · 9 years ago
  34. 35831e8 Reduce memory used by CompiledMethods. by Vladimir Marko · 9 years ago
  35. c04c800 Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening."""" by Nicolas Geoffray · 9 years ago
  36. ed6195a Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening.""" by Nicolas Geoffray · 9 years ago
  37. f075879 Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" by Nicolas Geoffray · 9 years ago
  38. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  39. dc80984 Merge "Write 64-bit address in DWARF if we are on 64-bit architecture." by David Srbecky · 10 years ago
  40. ad5fa8c Support generation of CFI in .debug_frame format. by David Srbecky · 10 years ago
  41. e3d623e ART: Fix max build by Andreas Gampe · 10 years ago
  42. 033d745 Add binary search table to .eh_frame_hdr by David Srbecky · 10 years ago
  43. 6d73c9d Do not write CFI and symbols for deduplicate methods. by David Srbecky · 10 years ago
  44. 8a813f7 Do not mention x86 floating point numbers in CFI. by David Srbecky · 10 years ago
  45. 297ed22 Write 64-bit address in DWARF if we are on 64-bit architecture. by David Srbecky · 10 years ago
  46. 527c9c7 Generate .eh_frame_hdr section and PT_GNU_EH_FRAME segment. by David Srbecky · 10 years ago
  47. 799b8c4 Split .debug_info section to compilation units. by David Srbecky · 10 years ago
  48. 626a166 Append [DEDUPED] suffix to all deduped methods in the symbol table. by David Srbecky · 10 years ago
  49. 8dc7324 Add --include-cfi compiler option. by David Srbecky · 10 years ago
  50. 2f6cdb0 Relocate DWARF using .oat_patches. by David Srbecky · 10 years ago
  51. 3b9d57a Move DWARF related code in ElfWriter to its own file. by David Srbecky · 10 years ago