Skip to content
  1. Mar 22, 2005
  2. Mar 17, 2005
  3. Mar 10, 2005
  4. Mar 09, 2005
  5. Feb 27, 2005
  6. Feb 15, 2005
  7. Feb 14, 2005
  8. Feb 09, 2005
  9. Jan 30, 2005
  10. Jan 29, 2005
  11. Jan 23, 2005
  12. Jan 22, 2005
  13. Jan 08, 2005
  14. Jan 02, 2005
  15. Dec 27, 2004
    • Reid Spencer's avatar
      Fix a bug that made the nightly tester *really* slow. During changes for · ad7bdf74
      Reid Spencer authored
      portability, the --track-space option was inadvertently ignored. This patch
      fixes that so that sys::Process::GetMallocUsage() is only invoked if the
      --track-spaces option is given. Apparently the mallinfo() call that
      GetMallocUsage() uses is *very* slow, especially when processing very large
      modules like projects/llvm-test/MultiSource/Applications/kimwitu++.
      
      llvm-svn: 19163
      ad7bdf74
  16. Dec 22, 2004
    • Reid Spencer's avatar
      For PR351: · 5260b5b4
      Reid Spencer authored
      Move non-portable FDHandle class to its only user: lib/Debugger
      
      llvm-svn: 19106
      5260b5b4
  17. Dec 20, 2004
  18. Dec 19, 2004
    • Reid Spencer's avatar
      For PR351: · 2d76ff5c
      Reid Spencer authored
      * Pass sys::Path instead of std::string for paths
      * Correct the types of arguments passed to RunProgramWithTimeout due to its
        interface using sys::Path instead of std::string
      * Replace "/dev/null" (not portable) with empty string which
        sys::Program::ExecuteAndWait recognizes as "redirect to bit bucket"
      
      llvm-svn: 19041
      2d76ff5c
    • Reid Spencer's avatar
      For PR351: · d44f8452
      Reid Spencer authored
      * Remove unneeded header files.
      * Move RedirectFD static function to lib/System/Unix/Program.cpp
      * Delete RunProgramWithTimeout, now implemented by
        sys::Program::ExecuteAndWait. RunProgramWithTimeout is now a convenience func.
      
      llvm-svn: 19040
      d44f8452
  19. Dec 17, 2004
    • Reid Spencer's avatar
      For PR351: · beb9946a
      Reid Spencer authored
      * Make the OutputC and OutputAsm functions work with sys::Path for the output
        file name instead of using std::string.
      * Get rid of extraneous "toString" calls.
      * Change "removeFile" to sys::Path::destroyFile()
      
      llvm-svn: 19000
      beb9946a
    • Reid Spencer's avatar
      For PR351: · ea71e3c8
      Reid Spencer authored
      * Remove the "removeFile" function, now implemented by the
        sys::Path::destroyFile method.
      * Make the FileRemove work with a sys::Path instead of a std::string
      
      llvm-svn: 18999
      ea71e3c8
  20. Dec 15, 2004
    • Reid Spencer's avatar
      For PR351: · 93291727
      Reid Spencer authored
      * Remove #inclusion of FileUtilities.h, not needed any more.
      * Convert getUniqueFilename -> sys::Pat::makeUnique()
      
      llvm-svn: 18948
      93291727
    • 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
  21. Dec 14, 2004
    • Reid Spencer's avatar
      For PR351: · c2e22fea
      Reid Spencer authored
      * Remove the ExecWait function. This is now in sys::Program::ExecuteAndWait
      
      llvm-svn: 18927
      c2e22fea
Loading