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