Skip to content
  1. Aug 24, 2009
    • Chris Lattner's avatar
      Prune #includes from llvm/Linker.h and llvm/System/Path.h, · c521f541
      Chris Lattner authored
      forcing them down into various .cpp files.
      
      This change also:
      1. Renames TimeValue::toString() and Path::toString() to ::str()
         for similarity with the STL.
      2. Removes all stream insertion support for sys::Path, forcing
         clients to call .str().
      3. Removes a use of Config/alloca.h from bugpoint, using smallvector
         instead.
      4. Weans llvm-db off <iostream>
      
      sys::Path really needs to be gutted, but I don't have the desire to
      do it at this point.
      
      llvm-svn: 79869
      c521f541
  2. Aug 23, 2009
  3. Aug 22, 2009
  4. Aug 21, 2009
  5. Aug 19, 2009
  6. Aug 18, 2009
  7. Aug 17, 2009
  8. Aug 14, 2009
  9. Aug 13, 2009
  10. Aug 12, 2009
  11. Aug 11, 2009
  12. Aug 10, 2009
    • David Greene's avatar
      · f354b6ef
      David Greene authored
      Add support for printing loop structure information in asm comments.
      This definitely slows down asm output so put it under an -asm-exuberant
      flag.
      
      This information is useful when doing static analysis of performance
      issues.
      
      llvm-svn: 78567
      f354b6ef
  13. Aug 09, 2009
  14. Aug 08, 2009
Loading