Skip to content
  1. Jun 01, 2006
  2. 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
  3. May 24, 2006
  4. 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
  5. Apr 28, 2006
  6. Feb 27, 2006
  7. Feb 04, 2006
  8. Jan 26, 2006
  9. Jan 22, 2006
  10. Jan 17, 2006
  11. Dec 26, 2005
  12. 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
  13. Nov 16, 2005
  14. Oct 24, 2005
  15. Aug 29, 2005
  16. Aug 08, 2005
  17. Aug 02, 2005
  18. Jul 27, 2005
  19. Jul 08, 2005
    • Reid Spencer's avatar
      Final Changes For PR495: · af48d864
      Reid Spencer authored
      This chagne just renames some sys::Path methods to ensure they are not
      misused. The Path documentation now divides methods into two dimensions:
      Path/Disk and accessor/mutator. Path accessors and mutators only operate
      on the Path object itself without making any disk accesses. Disk accessors
      and mutators will also access or modify the file system. Because of the
      potentially destructive nature of disk mutators, it was decided that all
      such methods should end in the work "Disk" to ensure the user recognizes
      that the change will occur on the file system. This patch makes that
      change. The method name changes are:
      
      makeReadable        -> makeReadableOnDisk
      makeWriteable       -> makeWriteableOnDisk
      makeExecutable      -> makeExecutableOnDisk
      setStatusInfo       -> setStatusInfoOnDisk
      createDirectory     -> createDirectoryOnDisk
      createFile          -> createFileOnDisk
      createTemporaryFile -> createTemporaryFileOnDisk
      destroy             -> eraseFromDisk
      rename              -> renamePathOnDisk
      
      These changes pass the Linux Deja Gnu tests.
      
      llvm-svn: 22354
      af48d864
    • Nate Begeman's avatar
      Add support for assembling .s files on mac os x for intel · b62a4c8d
      Nate Begeman authored
      Add support for running bugpoint on mac os x for intel
      
      llvm-svn: 22351
      b62a4c8d
    • Reid Spencer's avatar
      For PR495: · c9c0473f
      Reid Spencer authored
      Get rid of the difference between file paths and directory paths. The Path
      class now simply stores a path that can refer to either a file or a
      directory. This required various changes in the implementation and interface
      of the class with the corresponding impact to its users. Doxygen comments were
      also updated to reflect these changes. Interface changes are:
      
      appendDirectory -> appendComponent
      appendFile -> appendComponent
      elideDirectory -> eraseComponent
      elideFile -> eraseComponent
      elideSuffix -> eraseSuffix
      renameFile -> rename
      setDirectory -> set
      setFile -> set
      
      Changes pass Dejagnu and llvm-test/SingleSource tests.
      
      llvm-svn: 22349
      c9c0473f
  20. Jul 07, 2005
    • Reid Spencer's avatar
      For PR495: · 5b891e98
      Reid Spencer authored
      Change interface to Path class:
      readable -> canRead
      writable -> canWrite
      executable -> canExecute
      
      More (incremental) changes coming to close 495.
      
      llvm-svn: 22345
      5b891e98
  21. May 16, 2005
  22. May 13, 2005
  23. May 11, 2005
  24. Apr 22, 2005
  25. Mar 22, 2005
  26. Mar 17, 2005
  27. Mar 10, 2005
  28. Mar 09, 2005
Loading