Skip to content
  1. Aug 23, 2006
    • Reid Spencer's avatar
      For PR797: · e4ca7221
      Reid Spencer authored
      Final removal of exceptions from lib/System and adjustment of users to
      accommodate.
      
      llvm-svn: 29846
      e4ca7221
    • 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: · a1a7a352
      Reid Spencer authored
      Adjust code to compensate for Path class interface change.
      
      llvm-svn: 29837
      a1a7a352
    • 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
    • Reid Spencer's avatar
      Update for changes in Path class interface for exception removal. · 7e73c513
      Reid Spencer authored
      llvm-svn: 29834
      7e73c513
  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 04, 2006
  6. Aug 01, 2006
  7. Jul 29, 2006
  8. Jul 26, 2006
    • Chris Lattner's avatar
      Fix the build on win32 · 963ac148
      Chris Lattner authored
      llvm-svn: 29302
      963ac148
    • Reid Spencer's avatar
      For PR780: · 082e2a78
      Reid Spencer authored
      Put the rest of lib/System into LinkAllVMCore.h. This makes all of
      lib/System available to programs that #include LinkALlVMCore.h so that
      loadable modules linked into those programs can depend on all of lib/System
      being available.
      
      llvm-svn: 29288
      082e2a78
    • Reid Spencer's avatar
      For PR780: · 421475cd
      Reid Spencer authored
      1. Move IncludeFile.h to System library
      2. Move IncludeFile.cpp to System library
      3. #1 and #2 required to prevent cyclic library dependencies for libSystem
      4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h
      5. Add IncludeFile support to various lib/System classes.
      6. Add new lib/System classes to LinkAllVMCore.h
      All this in an attempt to pull in lib/System to what's required for VMCore
      
      llvm-svn: 29287
      421475cd
  9. Jul 18, 2006
  10. Jul 13, 2006
  11. Jul 07, 2006
Loading