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