Skip to content
  1. Jan 29, 2010
  2. Nov 25, 2009
  3. Nov 18, 2009
  4. 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
  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. Jul 15, 2009
  7. Jul 11, 2009
  8. Jul 08, 2009
  9. Jul 03, 2009
  10. Jun 30, 2009
    • Daniel Dunbar's avatar
      Normalize SourceMgr messages. · c9dc78ae
      Daniel Dunbar authored
       - Don't print "Parsing" in front of every message.
      
       - Take additional "type" argument which is prepended to the message (with ": ")
         if given.
      
       - Update clients to print errors (warnings) as:
      <filename>:<line number>: error(warning): ...
      
      llvm-svn: 74489
      c9dc78ae
  11. Jun 21, 2009
  12. Apr 15, 2009
  13. Mar 18, 2009
  14. Mar 13, 2009
  15. Mar 06, 2009
  16. Feb 05, 2009
  17. Feb 04, 2009
  18. Nov 07, 2008
  19. Aug 13, 2008
  20. May 06, 2008
  21. Apr 01, 2008
  22. Mar 23, 2008
  23. Jan 06, 2008
  24. Dec 29, 2007
  25. Nov 22, 2007
  26. Feb 27, 2007
  27. Dec 07, 2006
  28. Mar 03, 2006
Loading