Skip to content
  1. Nov 07, 2011
  2. Nov 05, 2011
  3. Nov 04, 2011
  4. Nov 03, 2011
  5. Nov 02, 2011
  6. Oct 28, 2011
  7. Oct 27, 2011
  8. Oct 25, 2011
  9. Oct 19, 2011
  10. Oct 18, 2011
  11. Oct 16, 2011
  12. Oct 12, 2011
    • Eric Christopher's avatar
      Add a new wrapper node for a DILexicalBlock that encapsulates it and a · 6647b830
      Eric Christopher authored
      file. Since it should only be used when necessary propagate it through
      the backend code generation and tweak testcases accordingly.
      
      This helps with code like in clang's test/CodeGen/debug-info-line.c where
      we have multiple #line directives within a single lexical block and want
      to generate only a single block that contains each file change.
      
      Part of rdar://10246360
      
      llvm-svn: 141729
      6647b830
  13. Oct 05, 2011
  14. Oct 03, 2011
  15. Sep 29, 2011
  16. Sep 28, 2011
  17. Sep 26, 2011
  18. Sep 22, 2011
    • Devang Patel's avatar
      Do not unnecessarily use AT_specification DIE because it does not add any value. · 5e6b65cf
      Devang Patel authored
      Few weeks ago, llvm completely inverted the debug info graph. Earlier each debug info node used to keep track of its compile unit, now compile unit keeps track of important nodes. One impact of this change is that the global variable's do not have any context, which should be checked before deciding to use AT_specification DIE.
      
      llvm-svn: 140282
      5e6b65cf
  19. Sep 21, 2011
  20. Sep 15, 2011
  21. Sep 02, 2011
  22. Aug 31, 2011
    • David Greene's avatar
      Fix Size Typing · 7df940d6
      David Greene authored
      Stores sizes as uint64_t to avoid possible truncation.
      
      llvm-svn: 138901
      7df940d6
    • David Greene's avatar
      Compress Repeated Byte Output · cdef71f4
      David Greene authored
      Emit a repeated sequence of bytes using .zero.  This saves an enormous
      amount of asm file space for certain programs.
      
      llvm-svn: 138864
      cdef71f4
Loading