Skip to content
  1. Aug 26, 2009
  2. Aug 25, 2009
  3. Aug 24, 2009
    • Chris Lattner's avatar
      prune the #includes in raw_ostream.h by moving a · 06fa1768
      Chris Lattner authored
      member out of line. ftostr is not particularly speedy,
      so that method is presumably not perf sensitive.
      
      llvm-svn: 79885
      06fa1768
    • 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
  4. Aug 23, 2009
  5. Aug 22, 2009
  6. Aug 21, 2009
  7. Aug 19, 2009
  8. Aug 18, 2009
  9. Aug 17, 2009
  10. Aug 14, 2009
  11. Aug 13, 2009
  12. Aug 12, 2009
  13. Aug 11, 2009
Loading