Skip to content
  1. Oct 29, 2013
  2. Oct 18, 2013
  3. Oct 17, 2013
  4. Oct 02, 2013
  5. Oct 01, 2013
  6. Sep 29, 2013
  7. Sep 28, 2013
  8. Sep 26, 2013
  9. Sep 25, 2013
  10. Sep 24, 2013
  11. Sep 23, 2013
    • David Blaikie's avatar
      DebugInfo: Wrap section data and relocs together for dwarf dumping support · 1b5ee5d9
      David Blaikie authored
      This is a small step that may enable some simplifications in producer
      (DWARFContext) and consumer (DWARFCompileUnit and other places) by
      making a more complete abstraction around the data and relocations for a
      section. Small initial steps could include simple changes such as
      passing the pair to DWARFCompileUnit's ctor rather than passing the data
      and relocs separately. I don't intend to pursue any such changes
      immediately, however.
      
      The motivation for doing this now is that type unit dumping will need to
      deal with these data+reloc pairs moreso than the existing dumping
      support has needed to associate the data as type unit sections are named
      the same (debug_types) and comdat group folded. So to implement dumping
      and reloc handling we'll need a mapping of section->data+relocs.
      
      llvm-svn: 191209
      1b5ee5d9
  12. Sep 22, 2013
  13. Sep 20, 2013
  14. Aug 27, 2013
    • Alexey Samsonov's avatar
      Add support for DebugFission to DWARF parser · e3ba81bf
      Alexey Samsonov authored
      Summary:
      1) Make llvm-symbolizer properly symbolize
      files with split debug info (by using stanalone .dwo files).
      2) Make DWARFCompileUnit parse and store corresponding .dwo file,
      if necessary.
      3) Make bits of DWARF parsing more CompileUnit-oriented.
      
      Reviewers: echristo
      
      Reviewed By: echristo
      
      CC: bkramer, llvm-commits
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D1164
      
      llvm-svn: 189329
      e3ba81bf
  15. Aug 23, 2013
  16. Aug 19, 2013
  17. Aug 06, 2013
  18. Jul 15, 2013
  19. Jun 19, 2013
Loading