Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Excise the ill-advised RLCOMP compression algorithm and simply leave the | Reid Spencer | 2004-10-04 | 1 | -159/+20 |
| | | | | | | | | 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 | ||||
* | Add a context for the callback so different compression scenarios can be | Reid Spencer | 2004-10-04 | 1 | -18/+18 |
| | | | | | | distinguished. Tidy up documentation. Thanks, Chris. llvm-svn: 16652 | ||||
* | Fix build if not HAVE_BZIP2 | Chris Lattner | 2004-10-04 | 1 | -1/+1 |
| | | | | llvm-svn: 16650 | ||||
* | First version of a support utility to provide generalized compression in | Reid Spencer | 2004-10-04 | 1 | -0/+526 |
LLVM that handles availability and unavailability of bzip2 and zlib. llvm-svn: 16648 |