llvm-6502/lib/Support
Reid Spencer 580a1164d8 Tune compression:
bzip2: block size 9 -> 5, reduces memory by 400Kbytes, doesn't affect speed
       or compression ratio on all but the largest bytecode files (>1MB)
zip:   level 9 -> 6, this speeds up compression time by ~30% but only
       degrades the compressed size by a few bytes per megabyte. Those few
       bytes aren't worth the effort.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17647 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-09 17:58:09 +00:00
..
Annotation.cpp * Convert tabs to spaces 2004-11-09 04:27:19 +00:00
CommandLine.cpp Replace uses of llvm.org with llvm.cs.uiuc.edu 2004-11-07 00:58:38 +00:00
Compressor.cpp Tune compression: 2004-11-09 17:58:09 +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
DynamicLinker.cpp Add includes and use std:: for standard library calls to make code 2004-09-28 14:42:44 +00:00
FileUtilities.cpp Handle headers for compressed bytecode files 2004-11-08 22:03:32 +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 Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
PluginLoader.cpp Changes For Bug 352 2004-09-01 22:55:40 +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 Changes For Bug 352 2004-09-01 22:55:40 +00:00
Timer.cpp Changes For Bug 352 2004-09-01 22:55:40 +00:00
ToolRunner.cpp Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen 2004-11-09 04:01:18 +00:00