Skip to content
  1. Dec 15, 2004
    • Reid Spencer's avatar
      For PR351: · 320a20ac
      Reid Spencer authored
      Remove getUniqueFilename and CopyFile. These are now implemented by
      sys::Path::makeUnique and sys::CopyFile, respectively.
      
      llvm-svn: 18946
      320a20ac
  2. Dec 14, 2004
  3. Dec 13, 2004
    • Reid Spencer's avatar
      For PR351: · e42f222d
      Reid Spencer authored
      Remove AllocateRWXMemory as it is not used any more in LLVM. The function
      has been replaced with sys::Memory::AllocateRWX several months ago.
      
      llvm-svn: 18912
      e42f222d
    • Reid Spencer's avatar
      For PR351: · 6b863285
      Reid Spencer authored
      Remove the MakeFileReadable and MakeFileExecutable functions which are no
      longer present in LLVM. They have been replaced with the sys::Path methods
      makeReadable and makeExecutable, respectively.
      
      llvm-svn: 18910
      6b863285
    • Reid Spencer's avatar
      For PR351: · 73fc5255
      Reid Spencer authored
      The ReadFileIntoAddressSpace and UnmapFileFromAddressSpace functions are no
      longer used by LLVM. Remove them. Replacement functionality for both
      functions is now encapsulated in the sys::MappedFile class.
      
      llvm-svn: 18903
      73fc5255
    • Reid Spencer's avatar
      For PR351: \ · aa95684a
      Reid Spencer authored
      The getFileTimestamp and getFileSize functions have been removed from  \
      FileUtilities.{h,cpp}. They are replaced by Path::getTimestamp and  \
      Path::getSize,respectively.
      
      llvm-svn: 18892
      aa95684a
    • Reid Spencer's avatar
      Get rid of some leaks found by VC leak detector. · 53bd3d0b
      Reid Spencer authored
      Patch contributed by Morten Ofsted.
      
      llvm-svn: 18889
      53bd3d0b
    • Reid Spencer's avatar
      For PR351:Remove the file type checking methods (now in sys::Path) · 21d9ef9e
      Reid Spencer authored
      llvm-svn: 18846
      21d9ef9e
  4. Dec 04, 2004
  5. Nov 30, 2004
  6. Nov 29, 2004
  7. Nov 25, 2004
  8. Nov 24, 2004
  9. Nov 21, 2004
  10. Nov 19, 2004
  11. Nov 16, 2004
  12. Nov 14, 2004
  13. Nov 09, 2004
  14. Nov 08, 2004
  15. Nov 07, 2004
  16. Oct 30, 2004
  17. Oct 28, 2004
  18. Oct 25, 2004
  19. Oct 22, 2004
Loading