llvm-6502/lib
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
..
Analysis Fix a bug that was preventing povray and namd from pool allocating correctly. 2004-11-08 21:08:46 +00:00
Archive Makefile for the LLVMArchive library. 2004-11-06 08:52:36 +00:00
AsmParser Make sure that the yacc and lex output are specified as BUILT_SOURCES. 2004-10-28 00:43:24 +00:00
Bytecode * Comments & cleanup per CL code review. 2004-11-07 18:20:55 +00:00
CodeGen Do not make i have bigger scope that we need 2004-11-05 04:47:37 +00:00
Debugger Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ExecutionEngine Implement ExecutionEngine::freeMachineCodeForFunction() 2004-11-07 23:58:46 +00:00
Linker Output the program name (in this case, gccld) with warning about invalid files 2004-11-09 04:24:59 +00:00
Support Tune compression: 2004-11-09 17:58:09 +00:00
System Fix a typo: isvalid -> isValid 2004-11-08 08:27:51 +00:00
Target Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen 2004-11-09 04:01:18 +00:00
Transforms Change this back so that I get stable numbers to reflect the change from the 2004-11-09 08:05:23 +00:00
VMCore Stop propagating method names that violate the coding standard 2004-11-05 22:15:36 +00:00
Makefile Wrap long line 2004-09-15 01:34:42 +00:00