Skip to content
  1. May 28, 2012
  2. May 25, 2012
  3. May 24, 2012
  4. May 23, 2012
  5. May 22, 2012
  6. May 21, 2012
  7. May 20, 2012
  8. May 19, 2012
  9. May 17, 2012
  10. May 16, 2012
  11. May 14, 2012
  12. May 12, 2012
  13. May 11, 2012
  14. May 09, 2012
  15. May 08, 2012
  16. May 07, 2012
  17. May 05, 2012
  18. May 04, 2012
    • Alexey Samsonov's avatar
      This patch adds a new Clang compiler flag "-gline-tables-only". · 74a3868d
      Alexey Samsonov authored
      It reduces the amount of emitted debug information:
      1) DIEs in .debug_info have types DW_TAG_compile_unit, DW_TAG_subprogram,
      DW_TAG_inlined_subroutine (for opt builds) and DW_TAG_lexical_block only.
      2) .debug_str contains only function names.
      3) No debug data for types/namespaces/variables is emitted.
      4) The data in .debug_line is enough to produce valid stack traces with
      function names and line numbers.
      
      Reviewed by Eric Christopher.
      
      llvm-svn: 156160
      74a3868d
  19. May 01, 2012
  20. Apr 30, 2012
    • David Blaikie's avatar
      Remove the ref/value inconsistency in filter_decl_iterator. · 2d7c57ec
      David Blaikie authored
      filter_decl_iterator had a weird mismatch where both op* and op-> returned T*
      making it difficult to generalize this filtering behavior into a reusable
      library of any kind.
      
      This change errs on the side of value, making op-> return T* and op* return
      T&.
      
      (reviewed by Richard Smith)
      
      llvm-svn: 155808
      2d7c57ec
  21. Apr 27, 2012
  22. Apr 26, 2012
Loading