Skip to content
  1. Jan 28, 2010
  2. Oct 22, 2009
  3. 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
  4. 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
  5. 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
  6. Aug 05, 2009
  7. Jul 22, 2009
  8. Jul 16, 2009
  9. Jul 01, 2009
  10. Mar 06, 2009
  11. Jan 05, 2009
  12. Nov 19, 2008
  13. Jun 27, 2008
  14. Jun 15, 2008
  15. Feb 20, 2008
  16. Jan 27, 2008
  17. Jan 09, 2008
  18. Dec 29, 2007
  19. Oct 08, 2007
  20. Jul 23, 2007
  21. Jul 05, 2007
  22. Jun 19, 2007
  23. May 06, 2007
  24. Apr 30, 2007
  25. 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
  26. Feb 16, 2007
  27. Feb 09, 2007
  28. Feb 08, 2007
    • Reid Spencer's avatar
      For PR1153: · 5d211e24
      Reid Spencer authored
      Copy a couple more missing options from gccld to llvm-ld.
      
      llvm-svn: 34061
      5d211e24
  29. Jan 21, 2007
  30. Dec 07, 2006
  31. Dec 06, 2006
  32. Nov 29, 2006
  33. Nov 11, 2006
Loading