Skip to content
  1. Aug 23, 2006
    • Reid Spencer's avatar
      For PR797: · 879ed5ab
      Reid Spencer authored
      Eliminate exception throwing from Path::renamePathOnDisk and adjust its
      users correspondingly.
      
      llvm-svn: 29843
      879ed5ab
    • Reid Spencer's avatar
      For PR797: · 51edba15
      Reid Spencer authored
      Remove exception throwing from Path::getDirectoryContents and its users.
      
      llvm-svn: 29841
      51edba15
    • Reid Spencer's avatar
      For PR797: · 8db84424
      Reid Spencer authored
      Remove exceptions from the Path::create*OnDisk methods. Update their users
      to handle error messages via arguments and result codes.
      
      llvm-svn: 29840
      8db84424
    • Reid Spencer's avatar
      For PR797: · 9d2f19c7
      Reid Spencer authored
      Change the Path::make*OnDisk methods exception free and adjust their usage.
      
      llvm-svn: 29836
      9d2f19c7
  2. Aug 22, 2006
  3. Aug 21, 2006
    • Reid Spencer's avatar
      For PR797: · 42bcf6ea
      Reid Spencer authored
      Remove all exception code from Program.inc and implement its new interface
      with an ErrMsg string argument.
      
      llvm-svn: 29790
      42bcf6ea
    • Reid Spencer's avatar
      For PR797: · c295914b
      Reid Spencer authored
      Make sys::Program::ExecuteAndWait not throw exceptions and update any
      affected code. It now return -9999 to signal that the program couldn't be
      executed. Only one case (in bugpoint) actually examines the result code.
      
      llvm-svn: 29785
      c295914b
  4. Aug 07, 2006
  5. Aug 01, 2006
  6. Jul 29, 2006
  7. Jul 18, 2006
  8. Jul 13, 2006
  9. Jul 07, 2006
  10. Jun 16, 2006
  11. Jun 09, 2006
  12. Jun 08, 2006
    • Reid Spencer's avatar
      For PR787: · ab97f22c
      Reid Spencer authored
      Provide new llvm::sys::Program facilities for converting the stdout and
      stdin to binary mode. There is no standard way to do this and the available
      mechanisms are platform specific. Adjust the bytecode reader and writer to
      use these methods when their input is stdin or output is stdout. THis avoids
      the problem with \n writing CRLF to a bytecode file on windows.
      
      Patch Contributed by Michael Smith.
      
      llvm-svn: 28722
      ab97f22c
  13. May 14, 2006
  14. May 12, 2006
  15. Dec 22, 2005
    • Reid Spencer's avatar
      For PR351: · ccd5b90f
      Reid Spencer authored
      * Allow the ExecuteAndWait to return negative values if a signal is
        detected as the reason for the child termination. This is needed to
        support bugpoint detecting bad things in its child processes.
      
      llvm-svn: 24960
      ccd5b90f
    • Reid Spencer's avatar
      Implement a generic polled Alarm function. This merely removes the system · 3493dab2
      Reid Spencer authored
      dependent portion of the lib/Support/SlowOperationTimer code into the
      lib/System implementation where it can be ported to different platforms.
      
      llvm-svn: 24937
      3493dab2
  16. Nov 14, 2005
  17. Aug 02, 2005
  18. Jul 30, 2005
Loading