Skip to content
  1. Oct 04, 2006
  2. Sep 29, 2006
  3. Sep 28, 2006
  4. Aug 30, 2006
  5. Aug 28, 2006
  6. Aug 27, 2006
  7. Aug 25, 2006
  8. Aug 23, 2006
    • 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
      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
  9. Aug 22, 2006
    • Reid Spencer's avatar
      For PR797: · efdc3a13
      Reid Spencer authored
      Adjust users of MappedFile to its new non-throwing interface.  Note that in
      most cases the lazy step of just throwing after a call to MappedFile was
      installed. This was done in the name of incremental changes. Getting rid of
      the new throw statements will take adjustment of interfaces and propagation
      of errors to higher levels.  Those changes will come in subsequent patches.
      
      llvm-svn: 29817
      efdc3a13
  10. Aug 21, 2006
    • Jim Laskey's avatar
      Adding new Dwarf constants. · 5c51c2b4
      Jim Laskey authored
      llvm-svn: 29798
      5c51c2b4
    • Reid Spencer's avatar
      For PR797: · 944645af
      Reid Spencer authored
      Adjust usage of the ExecuteAndWait function to use the last argument which
      is the ErrMsg string. This is necessitated because this function no longer
      throws exceptions on error.
      
      llvm-svn: 29791
      944645af
    • 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
  11. Aug 12, 2006
  12. Aug 08, 2006
  13. Aug 02, 2006
  14. Jul 29, 2006
  15. Jul 26, 2006
    • 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
  16. Jul 19, 2006
  17. Jul 15, 2006
  18. Jul 07, 2006
  19. Jul 06, 2006
  20. Jun 27, 2006
    • Reid Spencer's avatar
      For PR801: · ee7eaa25
      Reid Spencer authored
      Refactor the Graph writing code to use a common implementation which is
      now in lib/Support/GraphWriter.cpp. This completes the PR.
      
      Patch by Anton Korobeynikov. Thanks, Anton!
      
      llvm-svn: 28925
      ee7eaa25
  21. Jun 21, 2006
  22. Jun 15, 2006
  23. Jun 07, 2006
  24. Jun 06, 2006
  25. Jun 05, 2006
  26. Jun 01, 2006
  27. May 31, 2006
    • Reid Spencer's avatar
      Squelch this warning: · d8df61a4
      Reid Spencer authored
      /bzlib.c:126: warning: string length `1056' is greater than the length `509' ISO
      C89 compilers are required to support
      
      llvm-svn: 28602
      d8df61a4
  28. May 24, 2006
  29. May 16, 2006
    • Reid Spencer's avatar
      For PR777: · 26bb7c46
      Reid Spencer authored
      Add an additional catch block to ensure that this function can't throw any
      exceptions, even one's we're not expecting.
      
      llvm-svn: 28309
      26bb7c46
  30. Apr 28, 2006
  31. Feb 27, 2006
Loading