Skip to content
  1. Aug 19, 2009
  2. Aug 17, 2009
  3. Aug 07, 2009
  4. Aug 05, 2009
  5. Aug 04, 2009
  6. Aug 03, 2009
  7. Jul 29, 2009
  8. Jul 23, 2009
  9. Jul 18, 2009
  10. Jul 17, 2009
  11. Jul 12, 2009
  12. Jul 08, 2009
    • David Greene's avatar
      · cdde1bb0
      David Greene authored
      Add an ExecuteNoWait interface to support asynchronous process spawning.
      
      llvm-svn: 75055
      cdde1bb0
  13. Jul 01, 2009
  14. Jun 26, 2009
  15. Jun 25, 2009
  16. Jun 18, 2009
  17. Jun 16, 2009
  18. Jun 15, 2009
  19. Jun 04, 2009
  20. May 30, 2009
  21. May 23, 2009
  22. May 18, 2009
  23. May 11, 2009
  24. 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
  25. Apr 13, 2009
  26. Mar 31, 2009
    • Daniel Dunbar's avatar
      Add llvm::sys::getHostTriple and remove · fb1a6eb6
      Daniel Dunbar authored
      llvm::sys::getOS{Name,Version}.
      
      Right now the implementation just derives from LLVM_HOSTTRIPLE (which
      is wrong, but it doesn't look like we have a define for the target
      triple). Ideally this routine would actually be able to compute the
      triple for targets we care about.
      
      llvm-svn: 68118
      fb1a6eb6
  27. Mar 23, 2009
Loading