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