| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
the same.
llvm-svn: 19929
|
|
|
|
| |
llvm-svn: 19928
|
|
|
|
|
|
|
|
|
|
| |
cases it represented them as 'unsigned's, which are not enough for 64-bit
hosts. In other cases, it represented them as uint64_t's, which are
inefficient for 32-bit hosts.
This patch unifies all of the sizes to use size_t instead.
llvm-svn: 19918
|
|
|
|
|
|
| |
really need. This reduces 4M of memory consumption reading 176.gcc.
llvm-svn: 19916
|
|
|
|
| |
llvm-svn: 19915
|
|
|
|
| |
llvm-svn: 19378
|
|
|
|
|
|
| |
bytecode files. This should help linking substantially.
llvm-svn: 18378
|
|
|
|
| |
llvm-svn: 18250
|
|
|
|
|
|
| |
NOT have the bzlib.h header file. Go figure.
llvm-svn: 17989
|
|
|
|
| |
llvm-svn: 17775
|
|
|
|
|
|
|
|
|
|
| |
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.
llvm-svn: 17647
|
|
|
|
|
|
|
|
| |
previously temporary NULLCOMP implementation that merely copies the data
verbatim without compression. Also, don't warn if there's no compression
library as that is taken care of during configuration time.
llvm-svn: 16654
|
|
|
|
|
|
| |
distinguished. Tidy up documentation. Thanks, Chris.
llvm-svn: 16652
|
|
|
|
| |
llvm-svn: 16650
|
|
LLVM that handles availability and unavailability of bzip2 and zlib.
llvm-svn: 16648
|