Skip to content
Snippets Groups Projects
  1. Nov 29, 2010
  2. Oct 13, 2010
  3. Oct 07, 2010
  4. Sep 01, 2010
  5. Aug 20, 2010
  6. Aug 10, 2010
  7. Aug 08, 2010
  8. Aug 06, 2010
  9. Aug 05, 2010
  10. Jul 31, 2010
  11. Jul 30, 2010
  12. Jul 28, 2010
  13. Jul 20, 2010
  14. Jun 24, 2010
  15. Jun 07, 2010
  16. Jun 04, 2010
  17. May 27, 2010
  18. Feb 16, 2010
  19. Jan 28, 2010
  20. Sep 19, 2009
  21. Sep 07, 2009
  22. Aug 25, 2009
  23. Aug 23, 2009
    • Chris Lattner's avatar
      Prune #includes from llvm/Linker.h and llvm/System/Path.h, · 74382b7c
      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.
      
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79869 91177308-0d34-0410-b5e6-96231b3b80d8
      74382b7c
    • Chris Lattner's avatar
      Change raw_fd_ostream to take flags as an optional bitmask · 17e9edc4
      Chris Lattner authored
      instead of as two bools.  Use this to add a F_Append flag
      which has the obvious behavior.
      
      Other unrelated changes conflated into this patch:
      
      1. REmove EH stuff from llvm-dis and llvm-as, the try blocks
         are dead.
      2. Simplify the filename inference code in llvm-as/llvm-dis,
         because raw_fd_ostream does the right thing with '-'.
      3. Switch machine verifier to use raw_ostream instead of ostream
         (Which is the thing that needed append in the first place).
      
      
      
      
      git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79807 91177308-0d34-0410-b5e6-96231b3b80d8
      17e9edc4
  24. Aug 13, 2009
  25. Aug 05, 2009
  26. Jul 31, 2009
  27. Jul 30, 2009
  28. Jul 29, 2009
  29. Jul 28, 2009
  30. Jul 27, 2009
  31. Jul 26, 2009
  32. Jul 24, 2009
  33. Jul 22, 2009
Loading