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