Skip to content
  1. Jul 23, 2009
  2. Jul 18, 2009
  3. Jul 17, 2009
  4. Jul 12, 2009
  5. Jul 08, 2009
    • David Greene's avatar
      · cdde1bb0
      David Greene authored
      Add an ExecuteNoWait interface to support asynchronous process spawning.
      
      llvm-svn: 75055
      cdde1bb0
  6. Jul 01, 2009
  7. Jun 26, 2009
  8. Jun 25, 2009
  9. Jun 18, 2009
  10. Jun 16, 2009
  11. Jun 15, 2009
  12. Jun 04, 2009
  13. May 30, 2009
  14. May 23, 2009
  15. May 18, 2009
  16. May 11, 2009
  17. 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
  18. Apr 13, 2009
  19. 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
  20. Mar 23, 2009
  21. Mar 08, 2009
  22. Mar 07, 2009
  23. Mar 05, 2009
  24. Mar 04, 2009
    • Chris Lattner's avatar
      Add a new 'AddSignalHandler' function to Signals.h that allows · 4fdd042d
      Chris Lattner authored
      arbitrary functions to be run when a crash happens.  Delete 
      RemoveDirectoryOnSignal as it is dead and has never had clients.
      
      Change PrintStackTraceOnErrorSignal to be implemented in terms of
      AddSignalHandler.
      
      I updated the Win32 versions of these APIs, but can't test them.
      If there are any problems, I'd be happy to fix them as well.
      
      llvm-svn: 66072
      4fdd042d
  25. Mar 02, 2009
  26. Feb 19, 2009
  27. Feb 15, 2009
  28. Feb 10, 2009
  29. Feb 08, 2009
  30. Jan 22, 2009
  31. Dec 06, 2008
  32. Dec 05, 2008
Loading