Skip to content
  1. Aug 21, 2006
    • 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
  2. Aug 12, 2006
  3. Aug 08, 2006
  4. Aug 02, 2006
  5. Jul 29, 2006
  6. 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
  7. Jul 19, 2006
  8. Jul 15, 2006
  9. Jul 07, 2006
  10. Jul 06, 2006
  11. 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
  12. Jun 21, 2006
  13. Jun 15, 2006
  14. Jun 07, 2006
  15. Jun 06, 2006
  16. Jun 05, 2006
  17. Jun 01, 2006
  18. 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
  19. May 24, 2006
  20. 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
  21. Apr 28, 2006
  22. Feb 27, 2006
  23. Feb 04, 2006
  24. Jan 26, 2006
  25. Jan 22, 2006
  26. Jan 17, 2006
  27. Dec 26, 2005
  28. Dec 22, 2005
    • Reid Spencer's avatar
      For PR351: · 6197688c
      Reid Spencer authored
      Move the system dependent portion to lib/System/*/Alarm.inc. This makes the
      SlowOperationInformer platform independent.
      
      llvm-svn: 24938
      6197688c
  29. Nov 16, 2005
  30. Oct 24, 2005
Loading