Skip to content
  1. Dec 27, 2012
  2. 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
  3. Dec 19, 2012
  4. Dec 04, 2012
  5. Nov 27, 2012
  6. Nov 17, 2012
  7. Nov 16, 2012
  8. Nov 12, 2012
  9. Nov 08, 2012
  10. Oct 30, 2012
  11. Oct 17, 2012
  12. Sep 18, 2012
  13. Sep 06, 2012
  14. Sep 05, 2012
  15. Sep 04, 2012
  16. Aug 30, 2012
  17. Aug 28, 2012
  18. Aug 27, 2012
  19. Aug 24, 2012
  20. Aug 23, 2012
  21. 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
  22. Jul 19, 2012
  23. Jul 17, 2012
  24. Jul 04, 2012
  25. Jul 02, 2012
  26. Apr 04, 2012
  27. Jan 20, 2012
  28. Dec 20, 2011
  29. Dec 12, 2011
  30. Nov 29, 2011
  31. Nov 05, 2011
Loading