Skip to content
  1. Jan 07, 2013
    • Eric Christopher's avatar
      Add support for separating strings for the split debug info DWARF5 · 2cbd5767
      Eric Christopher authored
      proposal. This leaves the strings in the skeleton die as strp,
      but in all dwo files they're accessed now via DW_FORM_GNU_str_index.
      
      Add support for dumping these sections and modify the fission-cu.ll
      testcase to have the correct strings and form. Fix a small bug
      in the fixed form sizes routine that involved out of array accesses
      for the table and add a FIXME in the extractFast routine to fix
      this up.
      
      llvm-svn: 171779
      2cbd5767
    • Eric Christopher's avatar
      Update comment. · 7f5870c9
      Eric Christopher authored
      llvm-svn: 171689
      7f5870c9
  2. Jan 04, 2013
  3. Jan 03, 2013
    • Eric Christopher's avatar
      Extend the dumping infrastructure to deal with additional · da4b2195
      Eric Christopher authored
      sections for debug info. These are some of the dwo sections from the
      DWARF5 split debug info proposal. Update the fission-cu.ll testcase
      to show what we should be able to dump more of now.
      
      Work in progress: Ultimately the relocations will be gone for the
      dwo section and the strings will be a different form (as well as
      the rest of the sections will be included).
      
      llvm-svn: 171428
      da4b2195
  4. Dec 27, 2012
  5. Dec 21, 2012
    • Rafael Espindola's avatar
      Don't skip __DWARF, · 73bf9fa7
      Rafael Espindola authored
      Now that we don't merge section and segment names, we don't need to skip the
      segment name to get to the section name.
      
      llvm-svn: 170839
      73bf9fa7
  6. Dec 19, 2012
  7. Dec 04, 2012
  8. Nov 27, 2012
  9. Nov 17, 2012
  10. Nov 16, 2012
  11. Nov 12, 2012
  12. Nov 08, 2012
  13. Oct 30, 2012
  14. Oct 17, 2012
  15. Sep 18, 2012
  16. Sep 06, 2012
  17. Sep 05, 2012
  18. Sep 04, 2012
  19. Aug 30, 2012
  20. Aug 28, 2012
  21. Aug 27, 2012
  22. Aug 24, 2012
  23. Aug 23, 2012
  24. Aug 07, 2012
    • Alexey Samsonov's avatar
      Fix the representation of debug line table in DebugInfo LLVM library, · 947228c4
      Alexey Samsonov authored
      and "instruction address -> file/line" lookup.
      
      Instead of plain collection of rows, debug line table for compilation unit is now
      treated as the number of row ranges, describing sequences (series of contiguous machine
      instructions). The sequences are not always listed in the order of increasing
      address, so previously used std::lower_bound() sometimes produced wrong results.
      Now the instruction address lookup consists of two stages: finding the correct
      sequence, and searching for address in range of rows for this sequence.
      
      llvm-svn: 161414
      947228c4
  25. Jul 19, 2012
  26. Jul 17, 2012
  27. Jul 04, 2012
  28. Jul 02, 2012
  29. Apr 04, 2012
  30. Jan 20, 2012
  31. Dec 20, 2011
Loading