Skip to content
  1. Aug 26, 2006
  2. Aug 25, 2006
  3. Aug 24, 2006
  4. Aug 23, 2006
    • Nate Begeman's avatar
      Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it · 3cb3921a
      Nate Begeman authored
      does emit linkable .o files in very simple cases.
      
      llvm-svn: 29850
      3cb3921a
    • Reid Spencer's avatar
      For PR797: · 2fe39fea
      Reid Spencer authored
      This library no longer throws nor handles exceptions, so turn off the
      REQUIRES_EH flag.
      
      llvm-svn: 29849
      2fe39fea
    • Reid Spencer's avatar
      For PR797: · d62a9632
      Reid Spencer authored
      Final remove of exception handling from this file. lib/System can no longer
      throw exceptions so there's no need for try/catch blocks here.
      
      llvm-svn: 29848
      d62a9632
    • Reid Spencer's avatar
      Turn off exception handling for this library. It no longer throws nor · dd279299
      Reid Spencer authored
      handles exceptions.
      
      llvm-svn: 29847
      dd279299
    • 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
      Make the ProgramName variable a std::string so we can eliminate the path · bd156a90
      Reid Spencer authored
      portion fo the program name via sys::Path().getLast(). This makes error
      messages more readable since this is invariably used only in error
      messages.  Instead of:
        /path/to/llvm/bin/directory/toolname: error message
      we will now get:
        toolname: error message
      Also, since we always have a program name (even if its defaulted), don't
      check to see if it is set or not when generating error messages. This
      eliminates a bunch of constant strings, saving a little under 1K of data.
      
      llvm-svn: 29842
      bd156a90
    • 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
Loading