Skip to content
  1. Mar 30, 2010
  2. Mar 27, 2010
  3. Mar 24, 2010
  4. Mar 23, 2010
  5. Jan 28, 2010
  6. Oct 22, 2009
  7. Aug 25, 2009
    • Dan Gohman's avatar
      Make LLVM command-line tools overwrite their output files without -f. · 61a8796d
      Dan Gohman authored
      This is conventional command-line tool behavior. -f now just means
      "enable binary output on terminals".
      
      Add a -f option to llvm-extract and llvm-link, for consistency.
      
      Remove F_Force from raw_fd_ostream and enable overwriting and
      truncating by default. Introduce an F_Excl flag to permit users to
      enable a failure when the file already exists. This flag is
      currently unused.
      
      Update Makefiles and documentation accordingly.
      
      llvm-svn: 79990
      61a8796d
  8. 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
  9. Aug 23, 2009
    • Chris Lattner's avatar
      Change raw_fd_ostream to take flags as an optional bitmask · 9e6f1f16
      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).
      
      llvm-svn: 79807
      9e6f1f16
  10. Aug 05, 2009
  11. Jul 22, 2009
  12. Jul 16, 2009
  13. Jul 01, 2009
  14. Mar 06, 2009
  15. Jan 05, 2009
  16. Nov 19, 2008
  17. Jun 27, 2008
  18. Jun 15, 2008
  19. Feb 20, 2008
  20. Jan 27, 2008
  21. Jan 09, 2008
  22. Dec 29, 2007
  23. Oct 08, 2007
  24. Jul 23, 2007
  25. Jul 05, 2007
  26. Jun 19, 2007
  27. May 06, 2007
  28. Apr 30, 2007
  29. Apr 04, 2007
    • Reid Spencer's avatar
      For PR1302: · d7799fd1
      Reid Spencer authored
      Rename LinkItems as NativeLinkItems since it is filled out by the Linker
      library to contain only those items deemed to be native.
      
      llvm-svn: 35654
      d7799fd1
  30. Feb 16, 2007
Loading