Skip to content
  1. Feb 27, 2006
  2. Feb 04, 2006
  3. Jan 26, 2006
  4. Jan 22, 2006
  5. Jan 17, 2006
  6. Dec 26, 2005
  7. 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
  8. Nov 16, 2005
  9. Oct 24, 2005
  10. Aug 29, 2005
  11. Aug 08, 2005
  12. Aug 02, 2005
  13. Jul 27, 2005
  14. 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
  15. 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
  16. May 16, 2005
  17. May 13, 2005
  18. May 11, 2005
  19. Apr 22, 2005
  20. Mar 22, 2005
  21. Mar 17, 2005
  22. Mar 10, 2005
  23. Mar 09, 2005
  24. Feb 27, 2005
  25. Feb 15, 2005
Loading