Skip to content
  1. Sep 03, 2009
  2. Aug 24, 2009
    • Chris Lattner's avatar
      remove the last uses of Config/alloca.h · 30ebdc43
      Chris Lattner authored
      llvm-svn: 79873
      30ebdc43
    • 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
  3. Aug 19, 2009
  4. Aug 17, 2009
  5. Aug 07, 2009
  6. Aug 05, 2009
  7. Aug 04, 2009
  8. Aug 03, 2009
  9. Jul 29, 2009
  10. Jul 23, 2009
  11. Jul 18, 2009
  12. Jul 17, 2009
  13. Jul 12, 2009
  14. Jul 08, 2009
    • David Greene's avatar
      · cdde1bb0
      David Greene authored
      Add an ExecuteNoWait interface to support asynchronous process spawning.
      
      llvm-svn: 75055
      cdde1bb0
  15. Jul 01, 2009
  16. Jun 26, 2009
  17. Jun 25, 2009
  18. Jun 18, 2009
  19. Jun 16, 2009
  20. Jun 15, 2009
  21. Jun 04, 2009
  22. May 30, 2009
  23. May 23, 2009
  24. May 18, 2009
  25. May 11, 2009
  26. Apr 20, 2009
    • Daniel Dunbar's avatar
      Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get: · 3222b9be
      Daniel Dunbar authored
        clang: error: unable to make temporary file: /etc/cc: can't make
        unique filename: Permission denied
      
      instead of 
      
        clang: error: unable to make temporary file: /etc/cc: can't make
        unique filenamePermission denied
      
      for example.
      
      Also, audited the uses of MakeErrMsg to make the prefix strings
      consistent (not end with newline/punctuation/space/": ").
      
      llvm-svn: 69626
      3222b9be
  27. Apr 13, 2009
Loading