Skip to content
  1. Dec 14, 2004
    • Reid Spencer's avatar
      For PR351: · d89ff0a5
      Reid Spencer authored
      Adjust to changes in the interface of FindExecutable, getting ToolRunner
      ready for bigger things to come.
      
      llvm-svn: 18919
      d89ff0a5
    • Reid Spencer's avatar
      For PR351: · dc49d865
      Reid Spencer authored
      * Remove isExecutable as its now implemented by sys::Path::executable
      * Make FindExecutable a thin veneer over sys::Program::FindProgramByName.
      
      llvm-svn: 18918
      dc49d865
  2. 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
  3. Dec 04, 2004
  4. Nov 30, 2004
  5. Nov 29, 2004
  6. Nov 25, 2004
  7. Nov 24, 2004
  8. Nov 21, 2004
  9. Nov 19, 2004
  10. Nov 16, 2004
  11. Nov 14, 2004
  12. Nov 09, 2004
  13. Nov 08, 2004
  14. Nov 07, 2004
  15. Oct 30, 2004
  16. Oct 28, 2004
  17. Oct 25, 2004
  18. Oct 22, 2004
  19. Oct 19, 2004
  20. Oct 18, 2004
  21. Oct 13, 2004
Loading