llvm-6502/lib/Support
Reid Spencer aeb47b8db9 Fix a bug that made the nightly tester *really* slow. During changes for
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++.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19163 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-27 08:03:04 +00:00
..
bzip2 Distribute headers and license files too 2004-12-04 22:34:21 +00:00
Annotation.cpp * Convert tabs to spaces 2004-11-09 04:27:19 +00:00
CommandLine.cpp Implement and document prefix options with arbitrary values including an 2004-11-24 06:13:42 +00:00
Compressor.cpp Up the compression threshold to 64K so we avoid it for all but the largest 2004-11-30 07:13:34 +00:00
ConstantRange.cpp Bug fixes for PR341 2004-07-15 01:29:12 +00:00
Debug.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
FileUtilities.cpp For PR351: 2004-12-22 10:24:43 +00:00
IsInf.cpp * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration 2004-10-29 23:17:45 +00:00
IsNAN.cpp Patch to support MSVC, contributed by Morten Ofstad 2004-10-25 18:46:05 +00:00
Makefile Add bzip2 subdirectory 2004-11-25 19:38:28 +00:00
PluginLoader.cpp Use System/DynamicLibrary instead of Support/DynamicLinker to implement. 2004-11-29 14:07:46 +00:00
SlowOperationInformer.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
Statistic.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
StringExtras.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
SystemUtils.cpp For PR351: 2004-12-19 18:00:09 +00:00
Timer.cpp Fix a bug that made the nightly tester *really* slow. During changes for 2004-12-27 08:03:04 +00:00
ToolRunner.cpp For PR351: 2004-12-19 18:00:21 +00:00